gmd:MD_Georeferenceable_Type

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
uuid xs:string optional

Used By

Source

<xs:complexType name="MD_Georeferenceable_Type">
  <xs:complexContent>
    <xs:extension base="gmd:MD_GridSpatialRepresentation_Type">
      <xs:sequence>
        <xs:element name="controlPointAvailability" type="gco:Boolean_PropertyType"/>
        <xs:element name="orientationParameterAvailability" type="gco:Boolean_PropertyType"/>
        <xs:element name="orientationParameterDescription" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="georeferencedParameters" type="gco:Record_PropertyType"/>
        <xs:element name="parameterCitation" type="gmd:CI_Citation_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>