| diagram | ![]() |
||
| namespace | https://mmixm.aero/base/4 | ||
| 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="mb:String255Type" 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/4 | ||||||
| type | mb:String255Type | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="email" type="mb:String255Type" 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/4 | ||||||
| type | mb:PostalAddress | ||||||
| properties |
|
||||||
| children | mb:administrativeArea mb:category 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/4 | ||||||
| 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> |