<xsd:complexType name="boundsType">
<xsd:annotation>
<xsd:documentation>Two lat/lon pairs defining the extent of an element.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="minlat" type="latitudeType" use="required">
<xsd:annotation>
<xsd:documentation>The minimum latitude.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="minlon" type="longitudeType" use="required">
<xsd:annotation>
<xsd:documentation>The minimum longitude.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="maxlat" type="latitudeType" use="required">
<xsd:annotation>
<xsd:documentation>The maximum latitude.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="maxlon" type="longitudeType" use="required">
<xsd:annotation>
<xsd:documentation>The maximum longitude.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType> |