citation

Table of Contents

top

Schema Document Properties

Target Namespacehttp://www.isotc211.org/2005/gmd
Version0.1
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema imports schema(s) from the following namespace(s):
  • This schema includes components from the following schema document(s):
DocumentationThis file was generated from ISO TC/211 UML class diagrams == 01-26-2005 12:40:04 ======

Declared Namespaces

PrefixNamespace
xmlhttp://www.w3.org/XML/1998/namespace
gmdhttp://www.isotc211.org/2005/gmd
gcohttp://www.isotc211.org/2005/gco
xlinkhttp://www.w3.org/1999/xlink
xshttp://www.w3.org/2001/XMLSchema
Schema Component Representation
<xs:schema targetNamespace="http://www.isotc211.org/2005/gmd" elementFormDefault="qualified" version="0.1">
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
<xs:include schemaLocation="../gmd/referenceSystem.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: CI_Address

NameCI_Address
Typegmd:CI_Address_Type
Nillableno
Abstractno
XML Instance Representation
<gmd:CI_Address
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<gmd:deliveryPoint> gco:CharacterString_PropertyType </gmd:deliveryPoint> [0..*]
<gmd:city> gco:CharacterString_PropertyType </gmd:city> [0..1]
<gmd:administrativeArea> gco:CharacterString_PropertyType </gmd:administrativeArea> [0..1]
<gmd:postalCode> gco:CharacterString_PropertyType </gmd:postalCode> [0..1]
<gmd:country> gco:CharacterString_PropertyType </gmd:country> [0..1]
<gmd:electronicMailAddress> gco:CharacterString_PropertyType </gmd:electronicMailAddress> [0..*]
</gmd:CI_Address>
Schema Component Representation
<xs:element name="CI_Address" type="gmd:CI_Address_Type"/>
top

Element: CI_Citation

NameCI_Citation
Typegmd:CI_Citation_Type
Nillableno
Abstractno
XML Instance Representation
<gmd:CI_Citation
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<gmd:title> gco:CharacterString_PropertyType </gmd:title> [1]
<gmd:alternateTitle> gco:CharacterString_PropertyType </gmd:alternateTitle> [0..*]
<gmd:date> gmd:CI_Date_PropertyType </gmd:date> [1..*]
<gmd:edition> gco:CharacterString_PropertyType </gmd:edition> [0..1]
<gmd:editionDate> gco:Date_PropertyType </gmd:editionDate> [0..1]
<gmd:identifier> gmd:MD_Identifier_PropertyType </gmd:identifier> [0..*]
<gmd:citedResponsibleParty> gmd:CI_ResponsibleParty_PropertyType </gmd:citedResponsibleParty> [1..*]
<gmd:presentationForm> gmd:CI_PresentationFormCode_PropertyType </gmd:presentationForm> [0..*]
<gmd:series> gmd:CI_Series_PropertyType </gmd:series> [0..1]
<gmd:otherCitationDetails> gco:CharacterString_PropertyType </gmd:otherCitationDetails> [0..1]
<gmd:collectiveTitle> gco:CharacterString_PropertyType </gmd:collectiveTitle> [0..1]
<gmd:ISBN> gco:CharacterString_PropertyType </gmd:ISBN> [0..1]
<gmd:ISSN> gco:CharacterString_PropertyType </gmd:ISSN> [0..1]
</gmd:CI_Citation>
Schema Component Representation
<xs:element name="CI_Citation" type="gmd:CI_Citation_Type"/>
top

Element: CI_Contact

NameCI_Contact
Typegmd:CI_Contact_Type
Nillableno
Abstractno
XML Instance Representation
<gmd:CI_Contact
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<gmd:phone> gmd:CI_Telephone_PropertyType </gmd:phone> [0..1]
<gmd:address> gmd:CI_Address_PropertyType </gmd:address> [0..1]
<gmd:onlineResource> gmd:CI_OnlineResource_PropertyType </gmd:onlineResource> [0..1]
<gmd:hoursOfService> gco:CharacterString_PropertyType </gmd:hoursOfService> [0..1]
<gmd:contactInstructions> gco:CharacterString_PropertyType </gmd:contactInstructions> [0..1]
</gmd:CI_Contact>
Schema Component Representation
<xs:element name="CI_Contact" type="gmd:CI_Contact_Type"/>
top

Element: CI_Date

NameCI_Date
Typegmd:CI_Date_Type
Nillableno
Abstractno
XML Instance Representation
<gmd:CI_Date
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<gmd:date> gco:Date_PropertyType </gmd:date> [1]
<gmd:dateType> gmd:CI_DateTypeCode_PropertyType </gmd:dateType> [1]
</gmd:CI_Date>
Schema Component Representation
<xs:element name="CI_Date" type="gmd:CI_Date_Type"/>
top

Element: CI_DateTypeCode

NameCI_DateTypeCode
Typegco:CodeListValue_Type
Nillableno
Abstractno
XML Instance Representation
<gmd:CI_DateTypeCode
codeList="xs:anyURI [1]"
codeListValue="xs:anyURI [1]"
codeSpace="xs:anyURI [0..1]">
xs:string
</gmd:CI_DateTypeCode>
Schema Component Representation
<xs:element name="CI_DateTypeCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>
top

Element: CI_OnLineFunctionCode

NameCI_OnLineFunctionCode
Typegco:CodeListValue_Type
Nillableno
Abstractno
XML Instance Representation
<gmd:CI_OnLineFunctionCode
codeList="xs:anyURI [1]"
codeListValue="xs:anyURI [1]"
codeSpace="xs:anyURI [0..1]">
xs:string
</gmd:CI_OnLineFunctionCode>
Schema Component Representation
<xs:element name="CI_OnLineFunctionCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>
top

Element: CI_OnlineResource

NameCI_OnlineResource
Typegmd:CI_OnlineResource_Type
Nillableno
Abstractno
XML Instance Representation
<gmd:CI_OnlineResource
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<gmd:linkage> gmd:URL_PropertyType </gmd:linkage> [1]
<gmd:protocol> gco:CharacterString_PropertyType </gmd:protocol> [1]
<gmd:applicationProfile> gco:CharacterString_PropertyType </gmd:applicationProfile> [0..1]
<gmd:name> gco:CharacterString_PropertyType </gmd:name> [0..1]
<gmd:description> gco:CharacterString_PropertyType </gmd:description> [0..1]
<gmd:function> gmd:CI_OnLineFunctionCode_PropertyType </gmd:function> [0..1]
</gmd:CI_OnlineResource>
Schema Component Representation
<xs:element name="CI_OnlineResource" type="gmd:CI_OnlineResource_Type"/>
top

Element: CI_PresentationFormCode

NameCI_PresentationFormCode
Typegco:CodeListValue_Type
Nillableno
Abstractno
XML Instance Representation
<gmd:CI_PresentationFormCode
codeList="xs:anyURI [1]"
codeListValue="xs:anyURI [1]"
codeSpace="xs:anyURI [0..1]">
xs:string
</gmd:CI_PresentationFormCode>
Schema Component Representation
<xs:element name="CI_PresentationFormCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>
top

Element: CI_ResponsibleParty

NameCI_ResponsibleParty
Typegmd:CI_ResponsibleParty_Type
Nillableno
Abstractno
XML Instance Representation
<gmd:CI_ResponsibleParty
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<gmd:individualName> gco:CharacterString_PropertyType </gmd:individualName> [0..1]
<gmd:organisationName> gco:CharacterString_PropertyType </gmd:organisationName> [0..1]
<gmd:positionName> gco:CharacterString_PropertyType </gmd:positionName> [0..1]
<gmd:contactInfo> gmd:CI_Contact_PropertyType </gmd:contactInfo> [0..1]
<gmd:role> gmd:CI_RoleCode_PropertyType </gmd:role> [1]
</gmd:CI_ResponsibleParty>
Schema Component Representation
<xs:element name="CI_ResponsibleParty" type="gmd:CI_ResponsibleParty_Type"/>
top

Element: CI_RoleCode

NameCI_RoleCode
Typegco:CodeListValue_Type
Nillableno
Abstractno
XML Instance Representation
<gmd:CI_RoleCode
codeList="xs:anyURI [1]"
codeListValue="xs:anyURI [1]"
codeSpace="xs:anyURI [0..1]">
xs:string
</gmd:CI_RoleCode>
Schema Component Representation
<xs:element name="CI_RoleCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>
top

Element: CI_Series

NameCI_Series
Typegmd:CI_Series_Type
Nillableno
Abstractno
XML Instance Representation
<gmd:CI_Series
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<gmd:name> gco:CharacterString_PropertyType </gmd:name> [0..1]
<gmd:issueIdentification> gco:CharacterString_PropertyType </gmd:issueIdentification> [0..1]
<gmd:page> gco:CharacterString_PropertyType </gmd:page> [0..1]
</gmd:CI_Series>
Schema Component Representation
<xs:element name="CI_Series" type="gmd:CI_Series_Type"/>
top

Element: CI_Telephone

NameCI_Telephone
Typegmd:CI_Telephone_Type
Nillableno
Abstractno
XML Instance Representation
<gmd:CI_Telephone
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<gmd:voice> gco:CharacterString_PropertyType </gmd:voice> [0..*]
<gmd:facsimile> gco:CharacterString_PropertyType </gmd:facsimile> [0..*]
</gmd:CI_Telephone>
Schema Component Representation
<xs:element name="CI_Telephone" type="gmd:CI_Telephone_Type"/>
top

Element: URL

NameURL
Typexs:anyURI
Nillableno
Abstractno
XML Instance Representation
<gmd:URL> xs:anyURI </gmd:URL>
Schema Component Representation
<xs:element name="URL" type="xs:anyURI"/>
top

Global Definitions

Complex Type: CI_Address_PropertyType

Super-types:None
Sub-types:None
NameCI_Address_PropertyType
Abstractno
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
uuidref="xs:string [0..1]"
gco:nilReason="[0..1]">
Start Sequence [0..1]
<gmd:CI_Address> ... </gmd:CI_Address> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="CI_Address_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gmd:CI_Address"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: CI_Address_Type

Super-types:gco:AbstractObject_Type < CI_Address_Type (by extension)
Sub-types:None
NameCI_Address_Type
Abstractno
DocumentationLocation of the responsible individual or organisation
XML Instance Representation
<...
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<gmd:deliveryPoint> gco:CharacterString_PropertyType </gmd:deliveryPoint> [0..*]
<gmd:city> gco:CharacterString_PropertyType </gmd:city> [0..1]
<gmd:administrativeArea> gco:CharacterString_PropertyType </gmd:administrativeArea> [0..1]
<gmd:postalCode> gco:CharacterString_PropertyType </gmd:postalCode> [0..1]
<gmd:country> gco:CharacterString_PropertyType </gmd:country> [0..1]
<gmd:electronicMailAddress> gco:CharacterString_PropertyType </gmd:electronicMailAddress> [0..*]
</...>
Schema Component Representation
<xs:complexType name="CI_Address_Type">
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="deliveryPoint" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="city" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="administrativeArea" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="postalCode" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="country" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="electronicMailAddress" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: CI_Citation_PropertyType

Super-types:None
Sub-types:None
NameCI_Citation_PropertyType
Abstractno
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
uuidref="xs:string [0..1]"
gco:nilReason="[0..1]">
Start Sequence [0..1]
<gmd:CI_Citation> ... </gmd:CI_Citation> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="CI_Citation_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gmd:CI_Citation"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: CI_Citation_Type

Super-types:gco:AbstractObject_Type < CI_Citation_Type (by extension)
Sub-types:None
NameCI_Citation_Type
Abstractno
DocumentationStandardized resource reference
XML Instance Representation
<...
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<gmd:alternateTitle> gco:CharacterString_PropertyType </gmd:alternateTitle> [0..*]
<gmd:date> gmd:CI_Date_PropertyType </gmd:date> [1..*]
<gmd:edition> gco:CharacterString_PropertyType </gmd:edition> [0..1]
<gmd:editionDate> gco:Date_PropertyType </gmd:editionDate> [0..1]
<gmd:identifier> gmd:MD_Identifier_PropertyType </gmd:identifier> [0..*]
<gmd:citedResponsibleParty> gmd:CI_ResponsibleParty_PropertyType </gmd:citedResponsibleParty> [1..*]
<gmd:presentationForm> gmd:CI_PresentationFormCode_PropertyType </gmd:presentationForm> [0..*]
<gmd:series> gmd:CI_Series_PropertyType </gmd:series> [0..1]
<gmd:otherCitationDetails> gco:CharacterString_PropertyType </gmd:otherCitationDetails> [0..1]
<gmd:collectiveTitle> gco:CharacterString_PropertyType </gmd:collectiveTitle> [0..1]
<gmd:ISBN> gco:CharacterString_PropertyType </gmd:ISBN> [0..1]
<gmd:ISSN> gco:CharacterString_PropertyType </gmd:ISSN> [0..1]
</...>
Schema Component Representation
<xs:complexType name="CI_Citation_Type">
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="title" type="gco:CharacterString_PropertyType"/>
<xs:element name="alternateTitle" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="date" type="gmd:CI_Date_PropertyType" maxOccurs="unbounded"/>
<xs:element name="edition" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="editionDate" type="gco:Date_PropertyType" minOccurs="0"/>
<xs:element name="identifier" type="gmd:MD_Identifier_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="citedResponsibleParty" type="gmd:CI_ResponsibleParty_PropertyType" minOccurs="1" maxOccurs="unbounded"/>
<-- napMetadata: Mandatory -->
<xs:element name="presentationForm" type="gmd:CI_PresentationFormCode_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="series" type="gmd:CI_Series_PropertyType" minOccurs="0"/>
<xs:element name="otherCitationDetails" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="collectiveTitle" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="ISBN" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="ISSN" type="gco:CharacterString_PropertyType" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: CI_Contact_PropertyType

Super-types:None
Sub-types:None
NameCI_Contact_PropertyType
Abstractno
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
uuidref="xs:string [0..1]"
gco:nilReason="[0..1]">
Start Sequence [0..1]
<gmd:CI_Contact> ... </gmd:CI_Contact> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="CI_Contact_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gmd:CI_Contact"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: CI_Contact_Type

Super-types:gco:AbstractObject_Type < CI_Contact_Type (by extension)
Sub-types:None
NameCI_Contact_Type
Abstractno
DocumentationInformation required enabling contact with the responsible person and/or organisation
XML Instance Representation
<...
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<gmd:phone> gmd:CI_Telephone_PropertyType </gmd:phone> [0..1]
<gmd:address> gmd:CI_Address_PropertyType </gmd:address> [0..1]
<gmd:onlineResource> gmd:CI_OnlineResource_PropertyType </gmd:onlineResource> [0..1]
<gmd:hoursOfService> gco:CharacterString_PropertyType </gmd:hoursOfService> [0..1]
<gmd:contactInstructions> gco:CharacterString_PropertyType </gmd:contactInstructions> [0..1]
</...>
Schema Component Representation
<xs:complexType name="CI_Contact_Type">
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="phone" type="gmd:CI_Telephone_PropertyType" minOccurs="0"/>
<xs:element name="address" type="gmd:CI_Address_PropertyType" minOccurs="0"/>
<xs:element name="onlineResource" type="gmd:CI_OnlineResource_PropertyType" minOccurs="0"/>
<xs:element name="hoursOfService" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="contactInstructions" type="gco:CharacterString_PropertyType" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: CI_DateTypeCode_PropertyType

Super-types:None
Sub-types:None
NameCI_DateTypeCode_PropertyType
Abstractno
XML Instance Representation
<...
gco:nilReason="[0..1]">
Start Sequence [0..1]
<gmd:CI_DateTypeCode> ... </gmd:CI_DateTypeCode> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="CI_DateTypeCode_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gmd:CI_DateTypeCode"/>
</xs:sequence>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: CI_Date_PropertyType

Super-types:None
Sub-types:None
NameCI_Date_PropertyType
Abstractno
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
uuidref="xs:string [0..1]"
gco:nilReason="[0..1]">
Start Sequence [0..1]
<gmd:CI_Date> ... </gmd:CI_Date> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="CI_Date_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gmd:CI_Date"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: CI_Date_Type

Super-types:gco:AbstractObject_Type < CI_Date_Type (by extension)
Sub-types:None
NameCI_Date_Type
Abstractno
XML Instance Representation
<...
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<gmd:date> gco:Date_PropertyType </gmd:date> [1]
<gmd:dateType> gmd:CI_DateTypeCode_PropertyType </gmd:dateType> [1]
</...>
Schema Component Representation
<xs:complexType name="CI_Date_Type">
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="date" type="gco:Date_PropertyType"/>
<xs:element name="dateType" type="gmd:CI_DateTypeCode_PropertyType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: CI_OnLineFunctionCode_PropertyType

Super-types:None
Sub-types:None
NameCI_OnLineFunctionCode_PropertyType
Abstractno
XML Instance Representation
<...
gco:nilReason="[0..1]">
Start Sequence [0..1]
<gmd:CI_OnLineFunctionCode> ... </gmd:CI_OnLineFunctionCode> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="CI_OnLineFunctionCode_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gmd:CI_OnLineFunctionCode"/>
</xs:sequence>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: CI_OnlineResource_PropertyType

Super-types:None
Sub-types:None
NameCI_OnlineResource_PropertyType
Abstractno
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
uuidref="xs:string [0..1]"
gco:nilReason="[0..1]">
Start Sequence [0..1]
<gmd:CI_OnlineResource> ... </gmd:CI_OnlineResource> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="CI_OnlineResource_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gmd:CI_OnlineResource"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: CI_OnlineResource_Type

Super-types:gco:AbstractObject_Type < CI_OnlineResource_Type (by extension)
Sub-types:None
NameCI_OnlineResource_Type
Abstractno
DocumentationInformation about online sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.
XML Instance Representation
<...
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<gmd:linkage> gmd:URL_PropertyType </gmd:linkage> [1]
<gmd:protocol> gco:CharacterString_PropertyType </gmd:protocol> [1]
<gmd:applicationProfile> gco:CharacterString_PropertyType </gmd:applicationProfile> [0..1]
<gmd:name> gco:CharacterString_PropertyType </gmd:name> [0..1]
<gmd:description> gco:CharacterString_PropertyType </gmd:description> [0..1]
<gmd:function> gmd:CI_OnLineFunctionCode_PropertyType </gmd:function> [0..1]
</...>
Schema Component Representation
<xs:complexType name="CI_OnlineResource_Type">
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="linkage" type="gmd:URL_PropertyType"/>
<xs:element name="protocol" type="gco:CharacterString_PropertyType" minOccurs="1"/>
<-- napMetadata: Mandatory -->
<xs:element name="applicationProfile" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="name" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="description" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="function" type="gmd:CI_OnLineFunctionCode_PropertyType" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: CI_PresentationFormCode_PropertyType

Super-types:None
Sub-types:None
NameCI_PresentationFormCode_PropertyType
Abstractno
XML Instance Representation
<...
gco:nilReason="[0..1]">
Start Sequence [0..1]
<gmd:CI_PresentationFormCode> ... </gmd:CI_PresentationFormCode> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="CI_PresentationFormCode_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gmd:CI_PresentationFormCode"/>
</xs:sequence>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: CI_ResponsibleParty_PropertyType

Super-types:None
Sub-types:None
NameCI_ResponsibleParty_PropertyType
Abstractno
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
uuidref="xs:string [0..1]"
gco:nilReason="[0..1]">
Start Sequence [0..1]
<gmd:CI_ResponsibleParty> ... </gmd:CI_ResponsibleParty> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="CI_ResponsibleParty_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gmd:CI_ResponsibleParty"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: CI_ResponsibleParty_Type

Super-types:gco:AbstractObject_Type < CI_ResponsibleParty_Type (by extension)
Sub-types:None
NameCI_ResponsibleParty_Type
Abstractno
DocumentationIdentification of, and means of communication with, person(s) and organisations associated with the dataset
XML Instance Representation
<...
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<gmd:individualName> gco:CharacterString_PropertyType </gmd:individualName> [0..1]
<gmd:organisationName> gco:CharacterString_PropertyType </gmd:organisationName> [0..1]
<gmd:positionName> gco:CharacterString_PropertyType </gmd:positionName> [0..1]
<gmd:contactInfo> gmd:CI_Contact_PropertyType </gmd:contactInfo> [0..1]
<gmd:role> gmd:CI_RoleCode_PropertyType </gmd:role> [1]
</...>
Schema Component Representation
<xs:complexType name="CI_ResponsibleParty_Type">
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="individualName" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="organisationName" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="positionName" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="contactInfo" type="gmd:CI_Contact_PropertyType" minOccurs="0"/>
<xs:element name="role" type="gmd:CI_RoleCode_PropertyType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: CI_RoleCode_PropertyType

Super-types:None
Sub-types:None
NameCI_RoleCode_PropertyType
Abstractno
XML Instance Representation
<...
gco:nilReason="[0..1]">
Start Sequence [0..1]
<gmd:CI_RoleCode> ... </gmd:CI_RoleCode> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="CI_RoleCode_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gmd:CI_RoleCode"/>
</xs:sequence>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: CI_Series_PropertyType

Super-types:None
Sub-types:None
NameCI_Series_PropertyType
Abstractno
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
uuidref="xs:string [0..1]"
gco:nilReason="[0..1]">
Start Sequence [0..1]
<gmd:CI_Series> ... </gmd:CI_Series> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="CI_Series_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gmd:CI_Series"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: CI_Series_Type

Super-types:gco:AbstractObject_Type < CI_Series_Type (by extension)
Sub-types:None
NameCI_Series_Type
Abstractno
XML Instance Representation
<...
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<gmd:name> gco:CharacterString_PropertyType </gmd:name> [0..1]
<gmd:issueIdentification> gco:CharacterString_PropertyType </gmd:issueIdentification> [0..1]
<gmd:page> gco:CharacterString_PropertyType </gmd:page> [0..1]
</...>
Schema Component Representation
<xs:complexType name="CI_Series_Type">
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="name" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="issueIdentification" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="page" type="gco:CharacterString_PropertyType" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: CI_Telephone_PropertyType

Super-types:None
Sub-types:None
NameCI_Telephone_PropertyType
Abstractno
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
uuidref="xs:string [0..1]"
gco:nilReason="[0..1]">
Start Sequence [0..1]
<gmd:CI_Telephone> ... </gmd:CI_Telephone> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="CI_Telephone_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gmd:CI_Telephone"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: CI_Telephone_Type

Super-types:gco:AbstractObject_Type < CI_Telephone_Type (by extension)
Sub-types:None
NameCI_Telephone_Type
Abstractno
DocumentationTelephone numbers for contacting the responsible individual or organisation
XML Instance Representation
<...
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<gmd:voice> gco:CharacterString_PropertyType </gmd:voice> [0..*]
<gmd:facsimile> gco:CharacterString_PropertyType </gmd:facsimile> [0..*]
</...>
Schema Component Representation
<xs:complexType name="CI_Telephone_Type">
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="voice" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="facsimile" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: URL_PropertyType

Super-types:None
Sub-types:None
NameURL_PropertyType
Abstractno
XML Instance Representation
<...
gco:nilReason="[0..1]">
Start Sequence [0..1]
<gmd:URL> ... </gmd:URL> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="URL_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gmd:URL"/>
</xs:sequence>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Super-types:Address < AusAddress (by extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
NameAusAddress
Abstractno
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia">
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice[1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1]?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexTypename="AusAddress">
<complexContent>
<extensionbase="Address">
<sequence>
<elementname="state" type="AusStates"/>
<elementname="postcode">
<simpleType>
<restrictionbase="string">
<patternvalue="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attributename="country" type="string" fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top