diagram | ![]() |
||
namespace | https://mmixm.aero/base/2.1.0 | ||
children | mb:phoneCategory mb:phoneNumber | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="TelephoneContact"> <xs:annotation> <xs:documentation>Complex type containing phone number information.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="phoneCategory" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The phone type (e.g., Home, Office, Personal Mobile, Work Mobile, etc.).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="phoneNumber" type="mb:TelephoneInformationType" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Phone number.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/base/2.1.0 | ||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="phoneCategory" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The phone type (e.g., Home, Office, Personal Mobile, Work Mobile, etc.).</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/base/2.1.0 | ||||||
type | mb:TelephoneInformationType | ||||||
properties |
|
||||||
children | mb:countryCode mb:telephoneNumber mb:telephoneNumberExtension | ||||||
annotation |
|
||||||
source | <xs:element name="phoneNumber" type="mb:TelephoneInformationType" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Phone number.</xs:documentation> </xs:annotation> </xs:element> |