diagram | ![]() |
||
namespace | https://mmixm.aero/base/3 | ||
children | mb:phoneCategory mb:voice | ||
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="voice" type="mb:TextPhoneType" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Phone number for a specific person or office.</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="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/3 | ||||||
type | mb:TextPhoneType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="voice" type="mb:TextPhoneType" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Phone number for a specific person or office.</xs:documentation> </xs:annotation> </xs:element> |