namespace | http://www.fixm.aero/ext/nas/4.3 | ||||||||||||
type | restriction of fb:CharacterStringType | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:simpleType name="IcaoRouteStringType"> <xs:annotation> <xs:documentation>Route data as defined in ICAO 4444 field 15c.</xs:documentation> </xs:annotation> <xs:restriction base="fb:CharacterStringType"> <xs:pattern value="([0-9a-zA-Z/]{2,28}( [0-9a-zA-Z/]{2,28}){0,}){0,1}"/> </xs:restriction> </xs:simpleType> |