namespace |
http://www.fixm.aero/flight/4.3 |
type |
restriction of fb:CountPositiveType |
properties |
base | fb:CountPositiveType |
|
used by |
|
facets |
Kind | Value | Annotation | minInclusive | 1 | | maxInclusive | 9999 | |
|
annotation |
documentation | Up to four-digit commercial flight number. [FIXM] |
|
source |
<xs:simpleType name="FlightNumberType">
<xs:annotation>
<xs:documentation>Up to four-digit commercial flight number. [FIXM]</xs:documentation>
</xs:annotation>
<xs:restriction base="fb:CountPositiveType">
<xs:maxInclusive value="9999"/>
</xs:restriction>
</xs:simpleType> |