namespace | http://www.fixm.aero/base/4.2 | |||||||||||||
type | restriction of xs:string | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xs:simpleType name="TelecomNetworkTypeType"> <xs:annotation> <xs:documentation>The Telecom Networks that can be used to address an organisation. [adapted from AIXM]</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="AFTN"> <xs:annotation> <xs:documentation>The data interchange in the AFS is performed by the Aeronautical Fixed Telecommunications Network, AFTN. This is a message handling network running according to ICAO Standards documented in Annex 10 to the ICAO Convention.[AIXM]</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="INTERNET"> <xs:annotation> <xs:documentation>The Internet is a worldwide, publicly accessible series of interconnected computer networks that transmit data by packet switching using the standard Internet Protocol (IP). The usage of this value indicates that a URL will be provided for the linkage property in OnlineContact.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |