complexType ContactInformationType
diagram FficeTemplates_diagrams/FficeTemplates_p586.png
namespace http://www.fixm.aero/base/4.2
children fb:address fb:extension fb:name fb:onlineContact fb:phoneFax fb:title
used by
elements PersonOrOrganizationType/contact FficeFFP_PersonOrOrganizationType/contact FficeFS_PersonOrOrganizationType/contact FficeFA_PersonOrOrganizationType/contact FficeFC_PersonOrOrganizationType/contact FficeFDRQ_PersonOrOrganizationType/contact FficeFDRP_PersonOrOrganizationType/contact FficeFD_PersonOrOrganizationType/contact FficeFPU_PersonOrOrganizationType/contact FficePS_PersonOrOrganizationType/contact FficePFP_PersonOrOrganizationType/contact FficeSR_PersonOrOrganizationType/contact FficeTRQ_PersonOrOrganizationType/contact FficeTRP_PersonOrOrganizationType/contact
annotation
documentation
Information required to enable contact with the responsible person and/or organisation.  This model is derived from ISO19115-2003:Geographic Information- Metadata. [AIXM 5.1]
source <xs:complexType name="ContactInformationType">
 
<xs:annotation>
   
<xs:documentation>Information required to enable contact with the responsible person and/or organisation.  This model is derived from ISO19115-2003:Geographic Information- Metadata. [AIXM 5.1]</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="address" type="fb:PostalAddressType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Optional postal address of the contact.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="extension" type="fb:ContactInformationExtensionType" 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="name" type="fb:TextNameType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The official name of the contact. In case of the organization use, it is the name of the person within the organization who is the contact point.

If the usage of  ContactInformation is associated with a person, this field should not be used, insead, the Person class' name should be used instead.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="onlineContact" type="fb:OnlineContactType" nillable="true" minOccurs="0" maxOccurs="2000">
     
<xs:annotation>
       
<xs:documentation>Optional e-mail address of the contact.[FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="phoneFax" type="fb:TelephoneContactType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Optional phone or facsimile number of the contact.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="title" type="fb:TextNameType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The official title of the contact.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ContactInformationType/address
diagram FficeTemplates_diagrams/FficeTemplates_p587.png
namespace http://www.fixm.aero/base/4.2
type fb:PostalAddressType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fb:administrativeArea fb:city fb:countryCode fb:countryName fb:deliveryPoint fb:extension fb:postalCode
annotation
documentation
Optional postal address of the contact.
source <xs:element name="address" type="fb:PostalAddressType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Optional postal address of the contact.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContactInformationType/extension
diagram FficeTemplates_diagrams/FficeTemplates_p588.png
namespace http://www.fixm.aero/base/4.2
type fb:ContactInformationExtensionType
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:ContactInformationExtensionType" 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 ContactInformationType/name
diagram FficeTemplates_diagrams/FficeTemplates_p589.png
namespace http://www.fixm.aero/base/4.2
type fb:TextNameType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 60
pattern ([A-Z]|[0-9]|[, !&quot;&amp;#$%'\(\)\*\+\-\./:;&lt;=&gt;\?@\[\\\]\^_\|\{\}])*
annotation
documentation
The official name of the contact. In case of the organization use, it is the name of the person within the organization who is the contact point.

If the usage of  ContactInformation is associated with a person, this field should not be used, insead, the Person class' name should be used instead.
source <xs:element name="name" type="fb:TextNameType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The official name of the contact. In case of the organization use, it is the name of the person within the organization who is the contact point.

If the usage of  ContactInformation is associated with a person, this field should not be used, insead, the Person class' name should be used instead.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContactInformationType/onlineContact
diagram FficeTemplates_diagrams/FficeTemplates_p590.png
namespace http://www.fixm.aero/base/4.2
type fb:OnlineContactType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
children fb:email fb:extension fb:linkage fb:network
annotation
documentation
Optional e-mail address of the contact.[FIXM]
source <xs:element name="onlineContact" type="fb:OnlineContactType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>Optional e-mail address of the contact.[FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContactInformationType/phoneFax
diagram FficeTemplates_diagrams/FficeTemplates_p591.png
namespace http://www.fixm.aero/base/4.2
type fb:TelephoneContactType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fb:extension fb:facsimile fb:voice
annotation
documentation
Optional phone or facsimile number of the contact.
source <xs:element name="phoneFax" type="fb:TelephoneContactType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Optional phone or facsimile number of the contact.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContactInformationType/title
diagram FficeTemplates_diagrams/FficeTemplates_p592.png
namespace http://www.fixm.aero/base/4.2
type fb:TextNameType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 60
pattern ([A-Z]|[0-9]|[, !&quot;&amp;#$%'\(\)\*\+\-\./:;&lt;=&gt;\?@\[\\\]\^_\|\{\}])*
annotation
documentation
The official title of the contact.
source <xs:element name="title" type="fb:TextNameType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The official title of the contact.</xs:documentation>
 
</xs:annotation>
</xs:element>


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