| namespace | https://mmixm.aero/base/4 | ||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| used by |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xs:simpleType name="ATOWCodeType"> <xs:annotation> <xs:documentation>Three to five alpha-numeric character code representing the ATOW Group.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="[A-Z0-9]{3}[A-Z0-9]{0,2}"/> </xs:restriction> </xs:simpleType> |