complexType PostalAddressType
diagram Nas_diagrams/Nas_p371.png
namespace http://www.fixm.aero/base/4.1
type extension of fb:ExtensibleType
properties
base fb:ExtensibleType
children fb:extension
used by
elements ContactInformationType/address PostalAddress
attributes
Name  Type  Use  Default  Fixed  Annotation
administrativeArea  fb:TextNameType  optional      
documentation

                     The state or province of the location or organisation.
                 
city  fb:TextCityType  optional      
documentation

                     The city of the location or organisation.
                 
countryCode  fb:TextCountryCodeType  optional      
documentation

                     The country of the physical address for the location or organisation.  ISO 3166 abbreviations.
                    
                 
countryName  fb:TextCountryNameType  optional      
documentation

                     The country of the physical address for the location or organisation.  Full name,
                     not ISO 3166 abbreviations.
                 
deliveryPoint  fb:TextAddressType  optional      
documentation

                     The street address line for the location.  More than one address line may be used.
                     [FIXM]
                 
postalCode  fb:TextNameType  optional      
documentation

                     The ZIP or other postal code for the location or organisation.
                 
annotation
documentation

            Physical address at which the organization or individual may be contacted. Derived
            from ISO19115-2003
        
source <complexType name="PostalAddressType">
 
<annotation>
   
<documentation>
            Physical address at which the organization or individual may be contacted. Derived
            from ISO19115-2003
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensibleType">
     
<attribute name="administrativeArea" type="fb:TextNameType" use="optional">
       
<annotation>
         
<documentation>
                     The state or province of the location or organisation.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="city" type="fb:TextCityType" use="optional">
       
<annotation>
         
<documentation>
                     The city of the location or organisation.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="countryCode" type="fb:TextCountryCodeType" use="optional">
       
<annotation>
         
<documentation>
                     The country of the physical address for the location or organisation.  ISO 3166 abbreviations.
                    
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="countryName" type="fb:TextCountryNameType" use="optional">
       
<annotation>
         
<documentation>
                     The country of the physical address for the location or organisation.  Full name,
                     not ISO 3166 abbreviations.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="deliveryPoint" type="fb:TextAddressType" use="optional">
       
<annotation>
         
<documentation>
                     The street address line for the location.  More than one address line may be used.
                     [FIXM]
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="postalCode" type="fb:TextNameType" use="optional">
       
<annotation>
         
<documentation>
                     The ZIP or other postal code for the location or organisation.
                 
</documentation>
       
</annotation>
     
</attribute>
   
</extension>
 
</complexContent>
</complexType>

attribute PostalAddressType/@administrativeArea
type fb:TextNameType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 60
pattern ([A-Z]|[0-9]|[, !&quot;&amp;amp;#$%'\(\)\*\+\-\./:;&amp;lt;=&amp;gt;\?@\[\\\]\^_\|\{\}])*
annotation
documentation

                     The state or province of the location or organisation.
                 
source <attribute name="administrativeArea" type="fb:TextNameType" use="optional">
 
<annotation>
   
<documentation>
                     The state or province of the location or organisation.
                 
</documentation>
 
</annotation>
</attribute>

attribute PostalAddressType/@city
type fb:TextCityType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 60
pattern ([A-Z]|[0-9]|[, !&quot;&amp;amp;#$%'\(\)\*\+\-\./:;&amp;lt;=&amp;gt;\?@\[\\\]\^_\|\{\}])*
annotation
documentation

                     The city of the location or organisation.
                 
source <attribute name="city" type="fb:TextCityType" use="optional">
 
<annotation>
   
<documentation>
                     The city of the location or organisation.
                 
</documentation>
 
</annotation>
</attribute>

attribute PostalAddressType/@countryCode
type fb:TextCountryCodeType
properties
use optional
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 <attribute name="countryCode" type="fb:TextCountryCodeType" use="optional">
 
<annotation>
   
<documentation>
                     The country of the physical address for the location or organisation.  ISO 3166 abbreviations.
                    
                 
</documentation>
 
</annotation>
</attribute>

attribute PostalAddressType/@countryName
type fb:TextCountryNameType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 60
pattern ([A-Z]|[0-9]|[, !&quot;&amp;amp;#$%'\(\)\*\+\-\./:;&amp;lt;=&amp;gt;\?@\[\\\]\^_\|\{\}])*
annotation
documentation

                     The country of the physical address for the location or organisation.  Full name,
                     not ISO 3166 abbreviations.
                 
source <attribute name="countryName" type="fb:TextCountryNameType" use="optional">
 
<annotation>
   
<documentation>
                     The country of the physical address for the location or organisation.  Full name,
                     not ISO 3166 abbreviations.
                 
</documentation>
 
</annotation>
</attribute>

attribute PostalAddressType/@deliveryPoint
type fb:TextAddressType
properties
use optional
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 <attribute name="deliveryPoint" type="fb:TextAddressType" use="optional">
 
<annotation>
   
<documentation>
                     The street address line for the location.  More than one address line may be used.
                     [FIXM]
                 
</documentation>
 
</annotation>
</attribute>

attribute PostalAddressType/@postalCode
type fb:TextNameType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 60
pattern ([A-Z]|[0-9]|[, !&quot;&amp;amp;#$%'\(\)\*\+\-\./:;&amp;lt;=&amp;gt;\?@\[\\\]\^_\|\{\}])*
annotation
documentation

                     The ZIP or other postal code for the location or organisation.
                 
source <attribute name="postalCode" type="fb:TextNameType" use="optional">
 
<annotation>
   
<documentation>
                     The ZIP or other postal code for the location or organisation.
                 
</documentation>
 
</annotation>
</attribute>


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