diagram | ![]() |
||
namespace | https://mmixm.aero/base/2.1.0 | ||
children | mb:countryCode mb:telephoneNumber mb:telephoneNumberExtension | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="TelephoneInformationType"> <xs:annotation> <xs:documentation>Complex type containing telephone contact information.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="countryCode" type="mb:CodeTelephoneCountryType" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Prefix used for phone calls to a country.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="telephoneNumber" type="mb:PhoneNumberType" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Phone number for a specific person or office.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="telephoneNumberExtension" type="xs:integer" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Specific number used to reach individual party within an office or facility.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/base/2.1.0 | ||||||
type | mb:CodeTelephoneCountryType | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="countryCode" type="mb:CodeTelephoneCountryType" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Prefix used for phone calls to a country.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/base/2.1.0 | ||||||
type | mb:PhoneNumberType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="telephoneNumber" type="mb:PhoneNumberType" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Phone number for a specific person or office.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/base/2.1.0 | ||||||
type | xs:integer | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="telephoneNumberExtension" type="xs:integer" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Specific number used to reach individual party within an office or facility.</xs:documentation> </xs:annotation> </xs:element> |