Definition Type: ComplexType
Name: MD_Identifier_Type
Namespace: http://www.isotc211.org/2005/gmd
Type: gco:AbstractObject_Type
Containing Schema: referenceSystem.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into code in schema referencesystem_xsd Drilldown into authority in schema referencesystem_xsd Drilldown into uuid in schema gcobase_xsd Drilldown into id in schema gcobase_xsd Drilldown into ObjectIdentification in schema gcobase_xsd Drilldown into AbstractObject_Type in schema gcobase_xsdXSD Diagram of MD_Identifier_Type in schema referencesystem_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<xs:complexType name="MD_Identifier_Type">
    <xs:complexContent>
        <xs:extension base="gco:AbstractObject_Type">
            <xs:sequence>
                <xs:element name="authority" type="gmd:CI_Citation_PropertyType" minOccurs="0" />
                <xs:element name="code" type="gco:CharacterString_PropertyType" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
authority gmd:authority 0 (1)
code gmd:code (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gco:id (Optional)
uuid gco:uuid (Optional)
Collapse Derivation Tree:
Collapse References:
gmd:MD_Identifiergmd:RS_Identifier_Type,