Included schema citation.xsd
Namespace
http://www.isotc211.org/2005/gmd
Annotations
Geographic MetaData (GMD) extensible markup language is a component of the XML Schema Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GMD includes all the definitions of http://www.isotc211.org/2005/gmd namespace. The root document of this namespace is the file gmd.xsd. This citation.xsd schema implements the UML conceptual schema defined in A.3.2 of ISO 19115:2003. It contains the implementation of the following classes: CI_ResponsibleParty, CI_Citation, CI_Address, CI_OnlineResource, CI_Contact, CI_Telephone, URL, CI_Date, CI_Series, CI_RoleCode, CI_PresentationFormCode, CI_OnLineFunctionCode, CI_DateTypeCode.
Properties
attribute form default
unqualified
element form default
qualified
version
2012-07-13
Element gmd:CI_Citation
Namespace
http://www.isotc211.org/2005/gmd
Diagram
Type
gmd:CI_Citation_Type
Type hierarchy
Properties
Used by
Model
gmd:title ,
gmd:alternateTitle* ,
gmd:date+ ,
gmd:edition{0,1} ,
gmd:editionDate{0,1} ,
gmd:identifier* ,
gmd:citedResponsibleParty* ,
gmd:presentationForm* ,
gmd:series{0,1} ,
gmd:otherCitationDetails{0,1} ,
gmd:collectiveTitle{0,1} ,
gmd:ISBN{0,1} ,
gmd:ISSN{0,1}
Children
gmd:ISBN , gmd:ISSN , gmd:alternateTitle , gmd:citedResponsibleParty , gmd:collectiveTitle , gmd:date , gmd:edition , gmd:editionDate , gmd:identifier , gmd:otherCitationDetails , gmd:presentationForm , gmd:series , gmd:title
Instance
<gmd:CI_Citation id= "" uuid= "" xmlns:gmd= "http://www.isotc211.org/2005/gmd" >
<gmd:title gco:nilReason= "" > {1,1} </gmd:title>
<gmd:alternateTitle gco:nilReason= "" > {0,unbounded} </gmd:alternateTitle>
<gmd:date xlink:actuate= "" xlink:arcrole= "" xlink:href= "" gco:nilReason= "" xlink:role= "" xlink:show= "" xlink:title= "" xlink:type= "simple" uuidref= "" > {1,unbounded} </gmd:date>
<gmd:edition gco:nilReason= "" > {0,1} </gmd:edition>
<gmd:editionDate gco:nilReason= "" > {0,1} </gmd:editionDate>
<gmd:identifier xlink:actuate= "" xlink:arcrole= "" xlink:href= "" gco:nilReason= "" xlink:role= "" xlink:show= "" xlink:title= "" xlink:type= "simple" uuidref= "" > {0,unbounded} </gmd:identifier>
<gmd:citedResponsibleParty xlink:actuate= "" xlink:arcrole= "" xlink:href= "" gco:nilReason= "" xlink:role= "" xlink:show= "" xlink:title= "" xlink:type= "simple" uuidref= "" > {0,unbounded} </gmd:citedResponsibleParty>
<gmd:presentationForm gco:nilReason= "" > {0,unbounded} </gmd:presentationForm>
<gmd:series xlink:actuate= "" xlink:arcrole= "" xlink:href= "" gco:nilReason= "" xlink:role= "" xlink:show= "" xlink:title= "" xlink:type= "simple" uuidref= "" > {0,1} </gmd:series>
<gmd:otherCitationDetails gco:nilReason= "" > {0,1} </gmd:otherCitationDetails>
<gmd:collectiveTitle gco:nilReason= "" > {0,1} </gmd:collectiveTitle>
<gmd:ISBN gco:nilReason= "" > {0,1} </gmd:ISBN>
<gmd:ISSN gco:nilReason= "" > {0,1} </gmd:ISSN>
</gmd:CI_Citation>
Attributes
QName
Type
Use
id
xs:ID
optional
uuid
xs:string
optional
Source
<xs:element name= "CI_Citation" type= "gmd:CI_Citation_Type" />
Element gmd:CI_Date
Element gmd:CI_DateTypeCode
Element gmd:CI_ResponsibleParty
Element gmd:CI_Contact
Element gmd:CI_Telephone
Element gmd:CI_Address
Namespace
http://www.isotc211.org/2005/gmd
Diagram
Type
gmd:CI_Address_Type
Type hierarchy
Properties
Used by
Model
Children
gmd:administrativeArea , gmd:city , gmd:country , gmd:deliveryPoint , gmd:electronicMailAddress , gmd:postalCode
Instance
<gmd:CI_Address id= "" uuid= "" xmlns:gmd= "http://www.isotc211.org/2005/gmd" >
<gmd:deliveryPoint gco:nilReason= "" > {0,unbounded} </gmd:deliveryPoint>
<gmd:city gco:nilReason= "" > {0,1} </gmd:city>
<gmd:administrativeArea gco:nilReason= "" > {0,1} </gmd:administrativeArea>
<gmd:postalCode gco:nilReason= "" > {0,1} </gmd:postalCode>
<gmd:country gco:nilReason= "" > {0,1} </gmd:country>
<gmd:electronicMailAddress gco:nilReason= "" > {0,unbounded} </gmd:electronicMailAddress>
</gmd:CI_Address>
Attributes
QName
Type
Use
id
xs:ID
optional
uuid
xs:string
optional
Source
<xs:element name= "CI_Address" type= "gmd:CI_Address_Type" />
Element gmd:CI_OnlineResource
Namespace
http://www.isotc211.org/2005/gmd
Diagram
Type
gmd:CI_OnlineResource_Type
Type hierarchy
Properties
Used by
Model
gmd:linkage ,
gmd:protocol{0,1} ,
gmd:applicationProfile{0,1} ,
gmd:name{0,1} ,
gmd:description{0,1} ,
gmd:function{0,1}
Children
gmd:applicationProfile , gmd:description , gmd:function , gmd:linkage , gmd:name , gmd:protocol
Instance
<gmd:CI_OnlineResource id= "" uuid= "" xmlns:gmd= "http://www.isotc211.org/2005/gmd" >
<gmd:linkage gco:nilReason= "" > {1,1} </gmd:linkage>
<gmd:protocol gco:nilReason= "" > {0,1} </gmd:protocol>
<gmd:applicationProfile gco:nilReason= "" > {0,1} </gmd:applicationProfile>
<gmd:name gco:nilReason= "" > {0,1} </gmd:name>
<gmd:description gco:nilReason= "" > {0,1} </gmd:description>
<gmd:function gco:nilReason= "" > {0,1} </gmd:function>
</gmd:CI_OnlineResource>
Attributes
QName
Type
Use
id
xs:ID
optional
uuid
xs:string
optional
Source
<xs:element name= "CI_OnlineResource" type= "gmd:CI_OnlineResource_Type" />
Element gmd:URL
Element gmd:CI_OnLineFunctionCode
Element gmd:CI_RoleCode
Element gmd:CI_PresentationFormCode
Element gmd:CI_Series
Complex Type gmd:CI_Citation_PropertyType
Namespace
http://www.isotc211.org/2005/gmd
Diagram
Used by
Elements
gmd:AbstractDQ_Element_Type/gmd:evaluationProcedure , gmd:AbstractMD_Identification_Type/gmd:citation , gmd:DQ_ConformanceResult_Type/gmd:specification , gmd:LI_Source_Type/gmd:sourceCitation , gmd:MD_AggregateInformation_Type/gmd:aggregateDataSetName , gmd:MD_ApplicationSchemaInformation_Type/gmd:name , gmd:MD_FeatureCatalogueDescription_Type/gmd:featureCatalogueCitation , gmd:MD_Georeferenceable_Type/gmd:parameterCitation , gmd:MD_Identifier_Type/gmd:authority , gmd:MD_Keywords_Type/gmd:thesaurusName , gmd:MD_PortrayalCatalogueReference_Type/gmd:portrayalCatalogueCitation
Model
Children
gmd:CI_Citation
Attributes
Source
<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>
Complex Type gmd:CI_Citation_Type
Namespace
http://www.isotc211.org/2005/gmd
Annotations
Standardized resource reference
Diagram
Type
extension of gco:AbstractObject_Type
Type hierarchy
Used by
Model
gmd:title ,
gmd:alternateTitle* ,
gmd:date+ ,
gmd:edition{0,1} ,
gmd:editionDate{0,1} ,
gmd:identifier* ,
gmd:citedResponsibleParty* ,
gmd:presentationForm* ,
gmd:series{0,1} ,
gmd:otherCitationDetails{0,1} ,
gmd:collectiveTitle{0,1} ,
gmd:ISBN{0,1} ,
gmd:ISSN{0,1}
Children
gmd:ISBN , gmd:ISSN , gmd:alternateTitle , gmd:citedResponsibleParty , gmd:collectiveTitle , gmd:date , gmd:edition , gmd:editionDate , gmd:identifier , gmd:otherCitationDetails , gmd:presentationForm , gmd:series , gmd:title
Attributes
QName
Type
Use
id
xs:ID
optional
uuid
xs:string
optional
Source
<xs:complexType name= "CI_Citation_Type" >
<xs:annotation >
<xs:documentation > Standardized resource reference </xs:documentation>
</xs:annotation>
<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= "0" maxOccurs= "unbounded" />
<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>
Complex Type gmd:CI_Date_PropertyType
Complex Type gmd:CI_Date_Type
Complex Type gmd:CI_DateTypeCode_PropertyType
Complex Type gmd:CI_ResponsibleParty_PropertyType
Complex Type gmd:CI_ResponsibleParty_Type
Complex Type gmd:CI_Contact_PropertyType
Complex Type gmd:CI_Contact_Type
Complex Type gmd:CI_Telephone_PropertyType
Complex Type gmd:CI_Telephone_Type
Complex Type gmd:CI_Address_PropertyType
Complex Type gmd:CI_Address_Type
Complex Type gmd:CI_OnlineResource_PropertyType
Complex Type gmd:CI_OnlineResource_Type
Namespace
http://www.isotc211.org/2005/gmd
Annotations
Information about online sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.
Diagram
Type
extension of gco:AbstractObject_Type
Type hierarchy
Used by
Model
gmd:linkage ,
gmd:protocol{0,1} ,
gmd:applicationProfile{0,1} ,
gmd:name{0,1} ,
gmd:description{0,1} ,
gmd:function{0,1}
Children
gmd:applicationProfile , gmd:description , gmd:function , gmd:linkage , gmd:name , gmd:protocol
Attributes
QName
Type
Use
id
xs:ID
optional
uuid
xs:string
optional
Source
<xs:complexType name= "CI_OnlineResource_Type" >
<xs:annotation >
<xs:documentation > Information about online sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained. </xs:documentation>
</xs:annotation>
<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= "0" />
<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>
Complex Type gmd:URL_PropertyType
Complex Type gmd:CI_OnLineFunctionCode_PropertyType
Complex Type gmd:CI_RoleCode_PropertyType
Complex Type gmd:CI_PresentationFormCode_PropertyType
Complex Type gmd:CI_Series_PropertyType
Complex Type gmd:CI_Series_Type