complexType TelephoneContact
diagram mmixm_diagrams/mmixm_p13.png
namespace https://mmixm.aero/base/3
children mb:phoneCategory mb:voice
used by
elements ContactInformation/telephoneContact FsepOperationalInformation/phoneContact
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="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>

element TelephoneContact/phoneCategory
diagram mmixm_diagrams/mmixm_p14.png
namespace https://mmixm.aero/base/3
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/voice
diagram mmixm_diagrams/mmixm_p15.png
namespace https://mmixm.aero/base/3
type mb:TextPhoneType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (\+)?[0-9\s\-\(\)]+
annotation
documentation
Phone number for a specific person or office.
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>


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