<xs:complexType name="MD_ExtendedElementInformation_Type">
<xs:annotation>
<xs:documentation>New metadata element, not found in ISO 19115, which is required to describe geographic data</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="name" type="gco:CharacterString_PropertyType"/>
<xs:element name="shortName" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="domainCode" type="gco:Integer_PropertyType" minOccurs="0"/>
<xs:element name="definition" type="gco:CharacterString_PropertyType"/>
<xs:element name="obligation" type="gmd:MD_ObligationCode_PropertyType" minOccurs="0"/>
<xs:element name="condition" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="dataType" type="gmd:MD_DatatypeCode_PropertyType"/>
<xs:element name="maximumOccurrence" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="domainValue" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="parentEntity" type="gco:CharacterString_PropertyType" maxOccurs="unbounded"/>
<xs:element name="rule" type="gco:CharacterString_PropertyType"/>
<xs:element name="rationale" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="source" type="gmd:CI_ResponsibleParty_PropertyType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |