<xs:element name="Position" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The Position element contains three attributes, Latitude, Longitude, and Altitude, used to indicate the geographic location(s) requested by the search, expressed in notation specified by ISO standard 6709. It is likely that only the first two attributes, Latitude and Longitude, would be needed to define a geographic area.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="PositionGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The geographic coordinates for the search.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
|