complexType PhysicalAddress
diagram mmixm_diagrams/mmixm_p43.png
namespace https://mmixm.aero/base/3
children mb:address mb:description
used by
element Location/physicalAddress
annotation
documentation
Complex type containing a physical address.
source <xs:complexType name="PhysicalAddress">
 
<xs:annotation>
   
<xs:documentation>Complex type containing a physical address.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="address" type="mb:PostalAddress" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The address recognized by the US Postal Service.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="description" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Additional details about the address such as building number or name, office number, etc.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element PhysicalAddress/address
diagram mmixm_diagrams/mmixm_p44.png
namespace https://mmixm.aero/base/3
type mb:PostalAddress
properties
minOcc 0
maxOcc 1
content complex
children mb:addressCategory mb:administrativeArea mb:city mb:countryCode mb:countryName mb:deliveryPoint mb:postalCode
annotation
documentation
The address recognized by the US Postal Service.
source <xs:element name="address" type="mb:PostalAddress" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The address recognized by the US Postal Service.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PhysicalAddress/description
diagram mmixm_diagrams/mmixm_p45.png
namespace https://mmixm.aero/base/3
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Additional details about the address such as building number or name, office number, etc.
source <xs:element name="description" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Additional details about the address such as building number or name, office number, etc.</xs:documentation>
 
</xs:annotation>
</xs:element>


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