| namespace | https://mmixm.aero/base/4 | ||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| used by |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xs:simpleType name="FsepSystemCodeType"> <xs:annotation> <xs:documentation>This code is a one-character numeric code that identifies the domain of the system within the NAS.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{1}"/> </xs:restriction> </xs:simpleType> |