<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> |