Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Imported schema adms.xsd
Namespace http://www.w3.org/ns/adms#
Properties
attribute form default unqualified
element form default qualified
Element schemeAgency
Namespace http://www.w3.org/ns/adms#
Diagram
Diagramrdfs_xsd.tmp#LiteralType_languagerdfs_xsd.tmp#LiteralType_datatyperdfs_xsd.tmp#LiteralType
Type LiteralType
Properties
content complex
Used by
Complex Type IdentifierType
Attributes
QName Type Use
datatype xs:anyURI optional
language xs:normalizedString optional
Source
<xs:element name="schemeAgency" type="rdfs:LiteralType"/>
Element Identifier
Namespace http://www.w3.org/ns/adms#
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
Model
Children creator, issued, notation, schemeAgency
Instance
<Identifier xmlns="http://www.w3.org/ns/adms#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:dc="http://purl.org/dc/terms/">
  <skos:notation type="">{0,1}</skos:notation>
  <dc:creator>{0,1}</dc:creator>
  <schemeAgency datatype="" language="">{0,1}</schemeAgency>
  <dc:issued datatype="" language="">{0,1}</dc:issued>
</Identifier>
Source
<xs:element name="Identifier" type="IdentifierType"/>
Element identifier
Namespace http://www.w3.org/ns/adms#
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
Model
Children creator, issued, notation, schemeAgency
Instance
<identifier xmlns="http://www.w3.org/ns/adms#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:dc="http://purl.org/dc/terms/">
  <skos:notation type="">{0,1}</skos:notation>
  <dc:creator>{0,1}</dc:creator>
  <schemeAgency datatype="" language="">{0,1}</schemeAgency>
  <dc:issued datatype="" language="">{0,1}</dc:issued>
</identifier>
Source
<xs:element name="identifier" type="IdentifierType"/>
Complex Type IdentifierType
Namespace http://www.w3.org/ns/adms#
Annotations
Diagram
Diagramskos_xsd.tmp#notationdc_xsd.tmp#creatoradms_xsd.tmp#schemeAgencydc_xsd.tmp#issued
Used by
Model
Children creator, issued, notation, schemeAgency
Source
<xs:complexType name="IdentifierType">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
  <xs:sequence>
    <xs:element minOccurs="0" ref="skos:notation"/>
    <xs:element minOccurs="0" ref="dc:creator"/>
    <xs:element minOccurs="0" ref="schemeAgency">
      <xs:annotation>
        <xs:documentation>The name of the agent that manages the identifier scheme. The agent that issued the identifier.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" ref="dc:issued"/>
  </xs:sequence>
</xs:complexType>