gmd:EX_GeographicBoundingBox_Type

Geographic area of the entire dataset referenced to WGS 84

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="EX_GeographicBoundingBox_Type">
  <xs:annotation>
    <xs:documentation>Geographic area of the entire dataset referenced to WGS 84</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="gmd:AbstractEX_GeographicExtent_Type">
      <xs:sequence>
        <xs:element name="westBoundLongitude" type="gco:Decimal_PropertyType"/>
        <xs:element name="eastBoundLongitude" type="gco:Decimal_PropertyType"/>
        <xs:element name="southBoundLatitude" type="gco:Decimal_PropertyType"/>
        <xs:element name="northBoundLatitude" type="gco:Decimal_PropertyType"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>