diagram | |||
namespace | http://www.fixm.aero/base/4.2 | ||
children | fb:address fb:extension fb:name fb:onlineContact fb:phoneFax fb:title | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||||||||
namespace | http://www.fixm.aero/base/4.2 | ||||||||
type | fb:PostalAddressType | ||||||||
properties |
|
||||||||
children | fb:administrativeArea fb:city fb:countryCode fb:countryName fb:deliveryPoint fb:extension fb:postalCode | ||||||||
annotation |
|
||||||||
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> |
diagram | |||||||||
namespace | http://www.fixm.aero/base/4.2 | ||||||||
type | fb:ContactInformationExtensionType | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
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> |
diagram | |||||||||||||
namespace | http://www.fixm.aero/base/4.2 | ||||||||||||
type | fb:TextNameType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
diagram | |||||||||
namespace | http://www.fixm.aero/base/4.2 | ||||||||
type | fb:OnlineContactType | ||||||||
properties |
|
||||||||
children | fb:email fb:extension fb:linkage fb:network | ||||||||
annotation |
|
||||||||
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> |
diagram | |||||||||
namespace | http://www.fixm.aero/base/4.2 | ||||||||
type | fb:TelephoneContactType | ||||||||
properties |
|
||||||||
children | fb:extension fb:facsimile fb:voice | ||||||||
annotation |
|
||||||||
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> |
diagram | |||||||||||||
namespace | http://www.fixm.aero/base/4.2 | ||||||||||||
type | fb:TextNameType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |