complexType ContactInformationType
diagram Nas_diagrams/Nas_p366.png
namespace http://www.fixm.aero/base/4.1
type extension of fb:ExtensibleType
properties
base fb:ExtensibleType
children fb:extension fb:address fb:onlineContact fb:phoneFax
used by
elements ContactInformation PersonOrOrganizationType/contact
complexType StructuredPostalAddressType
attributes
Name  Type  Use  Default  Fixed  Annotation
name  fb:TextNameType  optional      
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.
                 
title  fb:TextNameType  optional      
documentation

                     The official title of the 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 <complexType name="ContactInformationType">
 
<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]
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensibleType">
     
<sequence>
       
<element name="address" type="fb:PostalAddressType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Optional postal address of the contact.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="onlineContact" type="fb:OnlineContactType" minOccurs="0" maxOccurs="2000">
         
<annotation>
           
<documentation>
                        Optional e-mail address of the contact.[FIXM]
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="phoneFax" type="fb:TelephoneContactType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Optional phone or facsimile number of the contact.
                    
</documentation>
         
</annotation>
       
</element>
     
</sequence>
     
<attribute name="name" type="fb:TextNameType" use="optional">
       
<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.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="title" type="fb:TextNameType" use="optional">
       
<annotation>
         
<documentation>
                     The official title of the contact.
                 
</documentation>
       
</annotation>
     
</attribute>
   
</extension>
 
</complexContent>
</complexType>

attribute ContactInformationType/@name
type fb:TextNameType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 60
pattern ([A-Z]|[0-9]|[, !&quot;&amp;amp;#$%'\(\)\*\+\-\./:;&amp;lt;=&amp;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 <attribute name="name" type="fb:TextNameType" use="optional">
 
<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.
                 
</documentation>
 
</annotation>
</attribute>

attribute ContactInformationType/@title
type fb:TextNameType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 60
pattern ([A-Z]|[0-9]|[, !&quot;&amp;amp;#$%'\(\)\*\+\-\./:;&amp;lt;=&amp;gt;\?@\[\\\]\^_\|\{\}])*
annotation
documentation

                     The official title of the contact.
                 
source <attribute name="title" type="fb:TextNameType" use="optional">
 
<annotation>
   
<documentation>
                     The official title of the contact.
                 
</documentation>
 
</annotation>
</attribute>

element ContactInformationType/address
diagram Nas_diagrams/Nas_p367.png
namespace http://www.fixm.aero/base/4.1
type fb:PostalAddressType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension
attributes
Name  Type  Use  Default  Fixed  Annotation
administrativeArea  fb:TextNameType  optional      
documentation

                     The state or province of the location or organisation.
                 
city  fb:TextCityType  optional      
documentation

                     The city of the location or organisation.
                 
countryCode  fb:TextCountryCodeType  optional      
documentation

                     The country of the physical address for the location or organisation.  ISO 3166 abbreviations.
                    
                 
countryName  fb:TextCountryNameType  optional      
documentation

                     The country of the physical address for the location or organisation.  Full name,
                     not ISO 3166 abbreviations.
                 
deliveryPoint  fb:TextAddressType  optional      
documentation

                     The street address line for the location.  More than one address line may be used.
                     [FIXM]
                 
postalCode  fb:TextNameType  optional      
documentation

                     The ZIP or other postal code for the location or organisation.
                 
annotation
documentation

                        Optional postal address of the contact.
                    
source <element name="address" type="fb:PostalAddressType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Optional postal address of the contact.
                    
</documentation>
 
</annotation>
</element>

element ContactInformationType/onlineContact
diagram Nas_diagrams/Nas_p368.png
namespace http://www.fixm.aero/base/4.1
type fb:OnlineContactType
properties
minOcc 0
maxOcc 2000
content complex
children fb:extension
attributes
Name  Type  Use  Default  Fixed  Annotation
email  fb:TextAddressType  optional      
documentation

                     The address of the electronic mailbox of the responsible organisation or individual.
                     [FIXM]
                 
linkage  fb:TextAddressType  optional      
documentation

                     Location (address) for on-line access using a Uniform Resource Locator address or
                     AFTN address. [adapted from AIXM]
                 
network  fb:TelecomNetworkTypeType  optional      
documentation

                     The Telecom Networks that can be used to address an organisation. [adapted from AIXM]
                    
                 
annotation
documentation

                        Optional e-mail address of the contact.[FIXM]
                    
source <element name="onlineContact" type="fb:OnlineContactType" minOccurs="0" maxOccurs="2000">
 
<annotation>
   
<documentation>
                        Optional e-mail address of the contact.[FIXM]
                    
</documentation>
 
</annotation>
</element>

element ContactInformationType/phoneFax
diagram Nas_diagrams/Nas_p369.png
namespace http://www.fixm.aero/base/4.1
type fb:TelephoneContactType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension
attributes
Name  Type  Use  Default  Fixed  Annotation
facsimile  fb:TextPhoneType  optional      
documentation

                     The telephone number of a facsimile machine for the responsible organisation or individual.
                    
                 
voice  fb:TextPhoneType  optional      
documentation

                     The telephone number by which individuals can speak to the responsible organisation
                     or individual.
                 
annotation
documentation

                        Optional phone or facsimile number of the contact.
                    
source <element name="phoneFax" type="fb:TelephoneContactType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Optional phone or facsimile number of the contact.
                    
</documentation>
 
</annotation>
</element>


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