complexType TelephoneInformationType
diagram mmixm_diagrams/mmixm_p25.png
namespace https://mmixm.aero/base/2.1.0
children mb:countryCode mb:telephoneNumber mb:telephoneNumberExtension
used by
elements TelephoneContact/phoneNumber FsepOperationalInformation/phoneContact
annotation
documentation
Complex type containing telephone contact information.
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>

element TelephoneInformationType/countryCode
diagram mmixm_diagrams/mmixm_p26.png
namespace https://mmixm.aero/base/2.1.0
type mb:CodeTelephoneCountryType
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Prefix used for phone calls to a country.
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>

element TelephoneInformationType/telephoneNumber
diagram mmixm_diagrams/mmixm_p27.png
namespace https://mmixm.aero/base/2.1.0
type mb:PhoneNumberType
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="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>

element TelephoneInformationType/telephoneNumberExtension
diagram mmixm_diagrams/mmixm_p28.png
namespace https://mmixm.aero/base/2.1.0
type xs:integer
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Specific number used to reach individual party within an office or facility.
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>


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