complexType PostalAddress
diagram mmixm_diagrams/mmixm_p5.png
namespace https://mmixm.aero/base/3
children mb:addressCategory mb:administrativeArea mb:city mb:countryCode mb:countryName mb:deliveryPoint mb:postalCode
used by
elements PhysicalAddress/address ContactInformation/postalAddress
annotation
documentation
Complex type containing data associated with a postal address.
source <xs:complexType name="PostalAddress">
 
<xs:annotation>
   
<xs:documentation>Complex type containing data associated with a postal address.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="addressCategory" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The type of address (e.g., Home, Work, Shipping, etc.).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="administrativeArea" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The state or province of the location.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="city" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The City associated with the address.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="countryCode" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Country code associated with the postal address.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="countryName" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Country associated with the postal address.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="deliveryPoint" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Defines address for delivering an item</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="postalCode" type="mb:PostalCodeType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The Postal or Zip code for the address.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element PostalAddress/addressCategory
diagram mmixm_diagrams/mmixm_p6.png
namespace https://mmixm.aero/base/3
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The type of address (e.g., Home, Work, Shipping, etc.).
source <xs:element name="addressCategory" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The type of address (e.g., Home, Work, Shipping, etc.).</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddress/administrativeArea
diagram mmixm_diagrams/mmixm_p7.png
namespace https://mmixm.aero/base/3
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The state or province of the location.
source <xs:element name="administrativeArea" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The state or province of the location.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddress/city
diagram mmixm_diagrams/mmixm_p8.png
namespace https://mmixm.aero/base/3
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The City associated with the address.
source <xs:element name="city" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The City associated with the address.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddress/countryCode
diagram mmixm_diagrams/mmixm_p9.png
namespace https://mmixm.aero/base/3
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Country code associated with the postal address.
source <xs:element name="countryCode" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Country code associated with the postal address.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddress/countryName
diagram mmixm_diagrams/mmixm_p10.png
namespace https://mmixm.aero/base/3
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Country associated with the postal address.
source <xs:element name="countryName" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Country associated with the postal address.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddress/deliveryPoint
diagram mmixm_diagrams/mmixm_p11.png
namespace https://mmixm.aero/base/3
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Defines address for delivering an item
source <xs:element name="deliveryPoint" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Defines address for delivering an item</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddress/postalCode
diagram mmixm_diagrams/mmixm_p12.png
namespace https://mmixm.aero/base/3
type mb:PostalCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern [0-9][0-9][0-9][0-9][0-9]
annotation
documentation
The Postal or Zip code for the address.
source <xs:element name="postalCode" type="mb:PostalCodeType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The Postal or Zip code for the address.</xs:documentation>
 
</xs:annotation>
</xs:element>


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