complexType PostalAddress
diagram mmixm_diagrams/mmixm_p5.png
namespace https://mmixm.aero/base/4
children mb:administrativeArea mb:category 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="administrativeArea" type="mb:UsStateAbbreviationType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The state or province of the location.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="category" type="mb:String15Type" 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="city" type="mb:String50Type" 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="mb:TextCountryCodeType" 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="mb:TextCountryNameType" 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="mb:String255Type" 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/administrativeArea
diagram mmixm_diagrams/mmixm_p6.png
namespace https://mmixm.aero/base/4
type mb:UsStateAbbreviationType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern [A-Z]{2}
annotation
documentation
The state or province of the location.
source <xs:element name="administrativeArea" type="mb:UsStateAbbreviationType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The state or province of the location.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddress/category
diagram mmixm_diagrams/mmixm_p7.png
namespace https://mmixm.aero/base/4
type mb:String15Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 15
annotation
documentation
The type of address (e.g., Home, Work, Shipping, etc.).
source <xs:element name="category" type="mb:String15Type" 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/city
diagram mmixm_diagrams/mmixm_p8.png
namespace https://mmixm.aero/base/4
type mb:String50Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 50
annotation
documentation
The City associated with the address.
source <xs:element name="city" type="mb:String50Type" 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/4
type mb:TextCountryCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern [A-Z]{2}
annotation
documentation
Country code associated with the postal address.
source <xs:element name="countryCode" type="mb:TextCountryCodeType" 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/4
type mb:TextCountryNameType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 0
maxLength 60
annotation
documentation
Country associated with the postal address.
source <xs:element name="countryName" type="mb:TextCountryNameType" 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/4
type mb:String255Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 255
annotation
documentation
Defines address for delivering an item
source <xs:element name="deliveryPoint" type="mb:String255Type" 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/4
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