| type | restriction of s:string | |||||||||
| properties |
|
|||||||||
| used by | ||||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <s:simpleType name="AirlineCodeType"> <s:annotation> <s:documentation>1M or IATA Airline code</s:documentation> </s:annotation> <s:restriction base="s:string"> <s:length value="2"/> <s:whiteSpace value="collapse"/> </s:restriction> </s:simpleType> |