namespace |
http://www.fixm.aero/flight/4.3 |
type |
restriction of fb:CharacterStringType |
properties |
base | fb:CharacterStringType |
|
used by |
|
facets |
Kind | Value | Annotation | minLength | 0 | | maxLength | 4096 | | pattern | [A-Z] | |
|
annotation |
documentation | One character suffix used to further identify a flight. [FIXM] |
|
source |
<xs:simpleType name="OperationalSuffixType">
<xs:annotation>
<xs:documentation>One character suffix used to further identify a flight. [FIXM]</xs:documentation>
</xs:annotation>
<xs:restriction base="fb:CharacterStringType">
<xs:pattern value="[A-Z]"/>
</xs:restriction>
</xs:simpleType> |