namespace | http://www.fixm.aero/base/4.2 | ||||||
type | restriction of fb:LatLongPosListType | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |