simpleType LatLongPosType
namespace http://www.fixm.aero/base/4.2
type restriction of fb:LatLongPosListType
properties
base fb:LatLongPosListType
used by
element GeographicalPositionType/pos
facets
Kind Value Annotation
maxLength 2
annotation
documentation
A series of coordinates limited to two instances.  Latitude followed by longitude. 
source <xs:simpleType name="LatLongPosType">
 
<xs:annotation>
   
<xs:documentation>A series of coordinates limited to two instances.  Latitude followed by longitude.  </xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:LatLongPosListType">
   
<xs:maxLength value="2"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy