diagram | ![]() |
||
namespace | https://mmixm.aero/base/3 | ||
children | mb:address mb:description | ||
used by |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/base/3 | ||||||
type | mb:PostalAddress | ||||||
properties |
|
||||||
children | mb:addressCategory mb:administrativeArea mb:city mb:countryCode mb:countryName mb:deliveryPoint mb:postalCode | ||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/base/3 | ||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |