complexType ContactInformation
diagram mmixm_diagrams/mmixm_p1.png
namespace https://mmixm.aero/base/3
children mb:email mb:postalAddress mb:telephoneContact
used by
element Person/personContact
annotation
documentation
Complex type containing information required to enable contact with a person and/or organization.
source <xs:complexType name="ContactInformation">
 
<xs:annotation>
   
<xs:documentation>Complex type containing information required to enable contact with a person and/or organization.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="email" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>E-mail address of a person.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="postalAddress" type="mb:PostalAddress" minOccurs="0" maxOccurs="99">
     
<xs:annotation>
       
<xs:documentation>Postal address associated with a person.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="telephoneContact" type="mb:TelephoneContact" minOccurs="0" maxOccurs="99">
     
<xs:annotation>
       
<xs:documentation>Telephone contact associated with a person.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ContactInformation/email
diagram mmixm_diagrams/mmixm_p2.png
namespace https://mmixm.aero/base/3
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
E-mail address of a person.
source <xs:element name="email" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>E-mail address of a person.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContactInformation/postalAddress
diagram mmixm_diagrams/mmixm_p3.png
namespace https://mmixm.aero/base/3
type mb:PostalAddress
properties
minOcc 0
maxOcc 99
content complex
children mb:addressCategory mb:administrativeArea mb:city mb:countryCode mb:countryName mb:deliveryPoint mb:postalCode
annotation
documentation
Postal address associated with a person.
source <xs:element name="postalAddress" type="mb:PostalAddress" minOccurs="0" maxOccurs="99">
 
<xs:annotation>
   
<xs:documentation>Postal address associated with a person.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContactInformation/telephoneContact
diagram mmixm_diagrams/mmixm_p4.png
namespace https://mmixm.aero/base/3
type mb:TelephoneContact
properties
minOcc 0
maxOcc 99
content complex
children mb:phoneCategory mb:voice
annotation
documentation
Telephone contact associated with a person.
source <xs:element name="telephoneContact" type="mb:TelephoneContact" minOccurs="0" maxOccurs="99">
 
<xs:annotation>
   
<xs:documentation>Telephone contact associated with a person.</xs:documentation>
 
</xs:annotation>
</xs:element>


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