boundsType

Two lat/lon pairs defining the extent of an element.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
maxlat latitudeType required
The maximum latitude.
maxlon longitudeType required
The maximum longitude.
minlat latitudeType required
The minimum latitude.
minlon longitudeType required
The minimum longitude.

Used By

Source

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