namespace | https://mmixm.aero/base/3 | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:simpleType name="RunwayType"> <xs:annotation> <xs:documentation>This three-character field contains the applicable runway number for the Terminal Area Navigation facilities.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="([1-9]|[1-2][0-9]|[3][0-6])[LRC]?"/> </xs:restriction> </xs:simpleType> |