Documentation for gpx1.1

Complex Type: boundsType

[Table of contents]

Super-types: None
Sub-types: None
Name boundsType
Used by (from the same schema document) Complex Type metadataType
Abstract no
Documentation Two lat/lon pairs defining the extent of an element.
XML Instance Representation
<...
minlat=" latitudeType [1]

'The minimum latitude.'

"

minlon=" longitudeType [1]

'The minimum longitude.'

"

maxlat=" latitudeType [1]

'The maximum latitude.'

"

maxlon=" longitudeType [1]

'The maximum longitude.'

"
/>
Diagram
h882410155 h534892868 h882410155 h534892868
Schema Component Representation
<xsd:complexType name="boundsType">
<xsd:attribute name="minlat" type=" latitudeType " use="required"/>
<xsd:attribute name="minlon" type=" longitudeType " use="required"/>
<xsd:attribute name="maxlat" type=" latitudeType " use="required"/>
<xsd:attribute name="maxlon" type=" longitudeType " use="required"/>
</xsd:complexType>