Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Imported schema rov.xsd
Namespace http://www.w3.org/ns/regorg#
Properties
attribute form default unqualified
element form default qualified
Element legalName
Namespace http://www.w3.org/ns/regorg#
Diagram
Diagramrdfs_xsd.tmp#LiteralType_languagerdfs_xsd.tmp#LiteralType_datatyperdfs_xsd.tmp#LiteralType
Type LiteralType
Properties
content complex
Used by
Attributes
QName Type Use
datatype xs:anyURI optional
language xs:normalizedString optional
Source
<xs:element name="legalName" type="rdfs:LiteralType"/>
Element registration
Namespace http://www.w3.org/ns/regorg#
Diagram
Diagramskos_xsd.tmp#notationdc_xsd.tmp#creatoradms_xsd.tmp#schemeAgencydc_xsd.tmp#issuedadms_xsd.tmp#http___www.w3.org_ns_adms__IdentifierType
Type IdentifierType
Properties
content complex
Used by
Model
Children creator, issued, notation, schemeAgency
Instance
<registration xmlns="http://www.w3.org/ns/regorg#" xmlns:ns0="http://www.w3.org/2004/02/skos/core#" xmlns:ns1="http://purl.org/dc/terms/" xmlns:adms="http://www.w3.org/ns/adms#">
  <ns0:notation type="">{0,1}</ns0:notation>
  <ns1:creator>{0,1}</ns1:creator>
  <adms:schemeAgency datatype="" language="">{0,1}</adms:schemeAgency>
  <ns1:issued datatype="" language="">{0,1}</ns1:issued>
</registration>
Source
<xs:element name="registration" type="adms:IdentifierType"/>
Element RegisteredOrganization
Namespace http://www.w3.org/ns/regorg#
Diagram
Diagramskos_xsd.tmp#prefLabelskos_xsd.tmp#altLabelskos_xsd.tmp#notationorg_xsd.tmp#hasSubOrganizationorg_xsd.tmp#isSubOrganizationOforg_xsd.tmp#hasMemberorg_xsd.tmp#OrganizationTyperov_xsd.tmp#legalNamerov_xsd.tmp#registrationrov_xsd.tmp#RegisteredOrganizationType
Type RegisteredOrganizationType
Type hierarchy
Properties
content complex
Model
Children altLabel, hasMember, hasSubOrganization, isSubOrganizationOf, legalName, notation, prefLabel, registration
Instance
<RegisteredOrganization xmlns="http://www.w3.org/ns/regorg#" xmlns:ns0="http://www.w3.org/2004/02/skos/core#" xmlns:org="http://www.w3.org/ns/org#">
  <ns0:prefLabel language="">{0,unbounded}</ns0:prefLabel>
  <ns0:altLabel language="">{0,unbounded}</ns0:altLabel>
  <ns0:notation type="">{0,1}</ns0:notation>
  <org:hasSubOrganization>{0,unbounded}</org:hasSubOrganization>
  <org:isSubOrganizationOf>{0,unbounded}</org:isSubOrganizationOf>
  <org:hasMember>{0,unbounded}</org:hasMember>
  <legalName datatype="" language="">{0,unbounded}</legalName>
  <registration>{0,unbounded}</registration>
</RegisteredOrganization>
Source
<xs:element name="RegisteredOrganization" type="RegisteredOrganizationType"/>
Complex Type RegisteredOrganizationType
Namespace http://www.w3.org/ns/regorg#
Annotations
Diagram
Diagramskos_xsd.tmp#prefLabelskos_xsd.tmp#altLabelskos_xsd.tmp#notationorg_xsd.tmp#hasSubOrganizationorg_xsd.tmp#isSubOrganizationOforg_xsd.tmp#hasMemberorg_xsd.tmp#OrganizationTyperov_xsd.tmp#legalNamerov_xsd.tmp#registration
Type extension of OrganizationType
Type hierarchy
Used by
Model
Children altLabel, hasMember, hasSubOrganization, isSubOrganizationOf, legalName, notation, prefLabel, registration
Source
<xs:complexType name="RegisteredOrganizationType">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="org:OrganizationType">
      <xs:sequence>
        <xs:element ref="legalName" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element ref="registration" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>