| namespace | http://www.fixm.aero/ext/nas/4.4 | |||||||||||||
| type | restriction of xs:string | |||||||||||||
| properties |
|
|||||||||||||
| used by |
|
|||||||||||||
| facets |
|
|||||||||||||
| annotation |
|
|||||||||||||
| source | <xs:simpleType name="MultilaterationTypeType"> <xs:annotation> <xs:documentation>Indicates the type of multilateration.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="ATCRBS"> <xs:annotation> <xs:documentation>ATCRBS multilateration</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MODE_S_OR_UAT"> <xs:annotation> <xs:documentation>Mode S or UAT multilateration</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |