complexType OnlineContactType
diagram FficeTemplates_diagrams/FficeTemplates_p584.png
namespace http://www.fixm.aero/base/4.2
children fb:email fb:extension fb:linkage fb:network
used by
element ContactInformationType/onlineContact
annotation
documentation
On-line or Network information that can be used to contact the individual or organisation, including eMail address. The contact information can include an email address and either an AFTN address or URL, but usually not both. The network attribute specifies whether the address specified by the linkage attribute is an AFTN or an internet address. [specialised from AIXM 5.1]
source <xs:complexType name="OnlineContactType">
 
<xs:annotation>
   
<xs:documentation>On-line or Network information that can be used to contact the individual or organisation, including eMail address. The contact information can include an email address and either an AFTN address or URL, but usually not both. The network attribute specifies whether the address specified by the linkage attribute is an AFTN or an internet address. [specialised from AIXM 5.1]</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="email" type="fb:TextAddressType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The address of the electronic mailbox of the responsible organisation or individual. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="extension" type="fb:OnlineContactExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
     
<xs:annotation>
       
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="linkage" type="fb:TextAddressType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Location (address) for on-line access using a Uniform Resource Locator address or AFTN address. [adapted from AIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="network" type="fb:TelecomNetworkTypeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The Telecom Networks that can be used to address an organisation. [adapted from AIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element OnlineContactType/email
diagram FficeTemplates_diagrams/FficeTemplates_p585.png
namespace http://www.fixm.aero/base/4.2
type fb:TextAddressType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 1
maxLength 500
annotation
documentation
The address of the electronic mailbox of the responsible organisation or individual. [FIXM]
source <xs:element name="email" type="fb:TextAddressType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The address of the electronic mailbox of the responsible organisation or individual. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element OnlineContactType/extension
diagram FficeTemplates_diagrams/FficeTemplates_p586.png
namespace http://www.fixm.aero/base/4.2
type fb:OnlineContactExtensionType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
annotation
documentation
An extension hook for attaching extension (non-core) classes.
source <xs:element name="extension" type="fb:OnlineContactExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
 
</xs:annotation>
</xs:element>

element OnlineContactType/linkage
diagram FficeTemplates_diagrams/FficeTemplates_p587.png
namespace http://www.fixm.aero/base/4.2
type fb:TextAddressType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 1
maxLength 500
annotation
documentation
Location (address) for on-line access using a Uniform Resource Locator address or AFTN address. [adapted from AIXM]
source <xs:element name="linkage" type="fb:TextAddressType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Location (address) for on-line access using a Uniform Resource Locator address or AFTN address. [adapted from AIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element OnlineContactType/network
diagram FficeTemplates_diagrams/FficeTemplates_p588.png
namespace http://www.fixm.aero/base/4.2
type fb:TelecomNetworkTypeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration AFTN
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]
enumeration INTERNET
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.
annotation
documentation
The Telecom Networks that can be used to address an organisation. [adapted from AIXM]
source <xs:element name="network" type="fb:TelecomNetworkTypeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The Telecom Networks that can be used to address an organisation. [adapted from AIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy