complexType PostalAddressType
diagram FficeMessage_diagrams/FficeMessage_p58.png
namespace http://www.fixm.aero/base/4.2
children fb:administrativeArea fb:city fb:countryCode fb:countryName fb:deliveryPoint fb:extension fb:postalCode
used by
element ContactInformationType/address
annotation
documentation
Physical address at which the organization or individual may be contacted. Derived from ISO19115-2003
source <xs:complexType name="PostalAddressType">
 
<xs:annotation>
   
<xs:documentation>Physical address at which the organization or individual may be contacted. Derived from ISO19115-2003</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="administrativeArea" type="fb:TextNameType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The state or province of the location or organisation.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="city" type="fb:TextCityType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The city of the location or organisation.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="countryCode" type="fb:TextCountryCodeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The country of the physical address for the location or organisation.  ISO 3166 abbreviations.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="countryName" type="fb:TextCountryNameType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The country of the physical address for the location or organisation.  Full name, not ISO 3166 abbreviations.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="deliveryPoint" type="fb:TextAddressType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The street address line for the location.  More than one address line may be used. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="extension" type="fb:PostalAddressExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
     
<xs:annotation>
       
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="postalCode" type="fb:TextNameType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The ZIP or other postal code for the location or organisation.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element PostalAddressType/administrativeArea
diagram FficeMessage_diagrams/FficeMessage_p59.png
namespace http://www.fixm.aero/base/4.2
type fb:TextNameType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 60
pattern ([A-Z]|[0-9]|[, !&quot;&amp;#$%'\(\)\*\+\-\./:;&lt;=&gt;\?@\[\\\]\^_\|\{\}])*
annotation
documentation
The state or province of the location or organisation.
source <xs:element name="administrativeArea" type="fb:TextNameType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The state or province of the location or organisation.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddressType/city
diagram FficeMessage_diagrams/FficeMessage_p60.png
namespace http://www.fixm.aero/base/4.2
type fb:TextCityType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 60
pattern ([A-Z]|[0-9]|[, !&quot;&amp;#$%'\(\)\*\+\-\./:;&lt;=&gt;\?@\[\\\]\^_\|\{\}])*
annotation
documentation
The city of the location or organisation.
source <xs:element name="city" type="fb:TextCityType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The city of the location or organisation.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddressType/countryCode
diagram FficeMessage_diagrams/FficeMessage_p61.png
namespace http://www.fixm.aero/base/4.2
type fb:TextCountryCodeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z]{2}
annotation
documentation
The country of the physical address for the location or organisation.  ISO 3166 abbreviations.
source <xs:element name="countryCode" type="fb:TextCountryCodeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The country of the physical address for the location or organisation.  ISO 3166 abbreviations.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddressType/countryName
diagram FficeMessage_diagrams/FficeMessage_p62.png
namespace http://www.fixm.aero/base/4.2
type fb:TextCountryNameType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 60
pattern ([A-Z]|[0-9]|[, !&quot;&amp;#$%'\(\)\*\+\-\./:;&lt;=&gt;\?@\[\\\]\^_\|\{\}])*
annotation
documentation
The country of the physical address for the location or organisation.  Full name, not ISO 3166 abbreviations.
source <xs:element name="countryName" type="fb:TextCountryNameType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The country of the physical address for the location or organisation.  Full name, not ISO 3166 abbreviations.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddressType/deliveryPoint
diagram FficeMessage_diagrams/FficeMessage_p63.png
namespace http://www.fixm.aero/base/4.2
type fb:TextAddressType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 1
maxLength 500
annotation
documentation
The street address line for the location.  More than one address line may be used. [FIXM]
source <xs:element name="deliveryPoint" type="fb:TextAddressType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The street address line for the location.  More than one address line may be used. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddressType/extension
diagram FficeMessage_diagrams/FficeMessage_p64.png
namespace http://www.fixm.aero/base/4.2
type fb:PostalAddressExtensionType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
annotation
documentation
An extension hook for attaching extension (non-core) classes.
source <xs:element name="extension" type="fb:PostalAddressExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PostalAddressType/postalCode
diagram FficeMessage_diagrams/FficeMessage_p65.png
namespace http://www.fixm.aero/base/4.2
type fb:TextNameType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 60
pattern ([A-Z]|[0-9]|[, !&quot;&amp;#$%'\(\)\*\+\-\./:;&lt;=&gt;\?@\[\\\]\^_\|\{\}])*
annotation
documentation
The ZIP or other postal code for the location or organisation.
source <xs:element name="postalCode" type="fb:TextNameType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The ZIP or other postal code for the location or organisation.</xs:documentation>
 
</xs:annotation>
</xs:element>


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