diagram | ![]() |
||
namespace | https://mmixm.aero/base/3 | ||
children | mb:email mb:postalAddress mb:telephoneContact | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="ContactInformation"> <xs:annotation> <xs:documentation>Complex type containing information required to enable contact with a person and/or organization.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="email" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>E-mail address of a person.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="postalAddress" type="mb:PostalAddress" minOccurs="0" maxOccurs="99"> <xs:annotation> <xs:documentation>Postal address associated with a person.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="telephoneContact" type="mb:TelephoneContact" minOccurs="0" maxOccurs="99"> <xs:annotation> <xs:documentation>Telephone contact associated with a person.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/base/3 | ||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="email" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>E-mail address of a person.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/base/3 | ||||||
type | mb:PostalAddress | ||||||
properties |
|
||||||
children | mb:addressCategory mb:administrativeArea mb:city mb:countryCode mb:countryName mb:deliveryPoint mb:postalCode | ||||||
annotation |
|
||||||
source | <xs:element name="postalAddress" type="mb:PostalAddress" minOccurs="0" maxOccurs="99"> <xs:annotation> <xs:documentation>Postal address associated with a person.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/base/3 | ||||||
type | mb:TelephoneContact | ||||||
properties |
|
||||||
children | mb:phoneCategory mb:voice | ||||||
annotation |
|
||||||
source | <xs:element name="telephoneContact" type="mb:TelephoneContact" minOccurs="0" maxOccurs="99"> <xs:annotation> <xs:documentation>Telephone contact associated with a person.</xs:documentation> </xs:annotation> </xs:element> |