complexType TelephoneContact
diagram mmixm_diagrams/mmixm_p13.png
namespace https://mmixm.aero/base/2.1.0
children mb:phoneCategory mb:phoneNumber
used by
element ContactInformation/telephoneContact
annotation
documentation
Complex type containing phone number information.
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>

element TelephoneContact/phoneCategory
diagram mmixm_diagrams/mmixm_p14.png
namespace https://mmixm.aero/base/2.1.0
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The phone type (e.g., Home, Office, Personal Mobile, Work Mobile, etc.).
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>

element TelephoneContact/phoneNumber
diagram mmixm_diagrams/mmixm_p15.png
namespace https://mmixm.aero/base/2.1.0
type mb:TelephoneInformationType
properties
minOcc 0
maxOcc 1
content complex
children mb:countryCode mb:telephoneNumber mb:telephoneNumberExtension
annotation
documentation
Phone number.
source <xs:element name="phoneNumber" type="mb:TelephoneInformationType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Phone number.</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy