element PostalCode
diagram ogckml22_diagrams/ogckml22_p359.png
namespace urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
properties
content complex
children AddressLine PostalCodeNumber PostalCodeNumberExtension PostTown
used by
elements AdministrativeArea Department Locality PostBox PostOffice Premise AdministrativeArea/SubAdministrativeArea Thoroughfare
complexTypes DependentLocalityType FirmType LargeMailUserType SubPremiseType
attributes
Name  Type  Use  Default  Fixed  Annotation
Type          
documentation
Area Code, Postcode, Delivery code as in NZ, etc
annotation
documentation
PostalCode is the container element for either simple or complex (extended) postal codes. Type: Area Code, Postcode, etc.
source <element name="PostalCode">
 
<annotation>
   
<documentation>PostalCode is the container element for either simple or complex (extended) postal codes. Type: Area Code, Postcode, etc.</documentation>
 
</annotation>
 
<complexType>
   
<sequence>
     
<element ref="AddressLine" minOccurs="0" maxOccurs="unbounded"/>
     
<element name="PostalCodeNumber" minOccurs="0" maxOccurs="unbounded">
       
<annotation>
         
<documentation>Specification of a postcode. The postcode is formatted according to country-specific rules. Example: SW3 0A8-1A, 600074, 2067</documentation>
       
</annotation>
       
<complexType mixed="true">
         
<attribute name="Type">
           
<annotation>
             
<documentation>Old Postal Code, new code, etc</documentation>
           
</annotation>
         
</attribute>
         
<attributeGroup ref="grPostal"/>
         
<anyAttribute namespace="##other"/>
       
</complexType>
     
</element>
     
<element name="PostalCodeNumberExtension" minOccurs="0" maxOccurs="unbounded">
       
<annotation>
         
<documentation>Examples are: 1234 (USA), 1G (UK), etc.</documentation>
       
</annotation>
       
<complexType mixed="true">
         
<attribute name="Type">
           
<annotation>
             
<documentation>Delivery Point Suffix, New Postal Code, etc..</documentation>
           
</annotation>
         
</attribute>
         
<attribute name="NumberExtensionSeparator">
           
<annotation>
             
<documentation>The separator between postal code number and the extension. Eg. "-"</documentation>
           
</annotation>
         
</attribute>
         
<attributeGroup ref="grPostal"/>
         
<anyAttribute namespace="##other"/>
       
</complexType>
     
</element>
     
<element name="PostTown" minOccurs="0">
       
<annotation>
         
<documentation>A post town is not the same as a locality. A post town can encompass a collection of (small) localities. It can also be a subpart of a locality. An actual post town in Norway is "Bergen".</documentation>
       
</annotation>
       
<complexType>
         
<sequence>
           
<element ref="AddressLine" minOccurs="0" maxOccurs="unbounded"/>
           
<element name="PostTownName" minOccurs="0" maxOccurs="unbounded">
             
<annotation>
               
<documentation>Name of the post town</documentation>
             
</annotation>
             
<complexType mixed="true">
               
<attribute name="Type"/>
               
<attributeGroup ref="grPostal"/>
               
<anyAttribute namespace="##other"/>
             
</complexType>
           
</element>
           
<element name="PostTownSuffix" minOccurs="0">
             
<annotation>
               
<documentation>GENERAL PO in MIAMI GENERAL PO</documentation>
             
</annotation>
             
<complexType mixed="true">
               
<attributeGroup ref="grPostal"/>
               
<anyAttribute namespace="##other"/>
             
</complexType>
           
</element>
         
</sequence>
         
<attribute name="Type">
           
<annotation>
             
<documentation>eg. village, town, suburb, etc</documentation>
           
</annotation>
         
</attribute>
         
<anyAttribute namespace="##other"/>
       
</complexType>
     
</element>
     
<any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
   
</sequence>
   
<attribute name="Type">
     
<annotation>
       
<documentation>Area Code, Postcode, Delivery code as in NZ, etc</documentation>
     
</annotation>
   
</attribute>
   
<anyAttribute namespace="##other"/>
 
</complexType>
</element>

attribute PostalCode/@Type
annotation
documentation
Area Code, Postcode, Delivery code as in NZ, etc
source <attribute name="Type">
 
<annotation>
   
<documentation>Area Code, Postcode, Delivery code as in NZ, etc</documentation>
 
</annotation>
</attribute>

element PostalCode/PostalCodeNumber
diagram ogckml22_diagrams/ogckml22_p360.png
namespace urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
properties
minOcc 0
maxOcc unbounded
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  Annotation
Type          
documentation
Old Postal Code, new code, etc
Code          
documentation
Used by postal services to encode the name of the element.
annotation
documentation
Specification of a postcode. The postcode is formatted according to country-specific rules. Example: SW3 0A8-1A, 600074, 2067
source <element name="PostalCodeNumber" minOccurs="0" maxOccurs="unbounded">
 
<annotation>
   
<documentation>Specification of a postcode. The postcode is formatted according to country-specific rules. Example: SW3 0A8-1A, 600074, 2067</documentation>
 
</annotation>
 
<complexType mixed="true">
   
<attribute name="Type">
     
<annotation>
       
<documentation>Old Postal Code, new code, etc</documentation>
     
</annotation>
   
</attribute>
   
<attributeGroup ref="grPostal"/>
   
<anyAttribute namespace="##other"/>
 
</complexType>
</element>

attribute PostalCode/PostalCodeNumber/@Type
annotation
documentation
Old Postal Code, new code, etc
source <attribute name="Type">
 
<annotation>
   
<documentation>Old Postal Code, new code, etc</documentation>
 
</annotation>
</attribute>

element PostalCode/PostalCodeNumberExtension
diagram ogckml22_diagrams/ogckml22_p361.png
namespace urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
properties
minOcc 0
maxOcc unbounded
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  Annotation
Type          
documentation
Delivery Point Suffix, New Postal Code, etc..
NumberExtensionSeparator          
documentation
The separator between postal code number and the extension. Eg. "-"
Code          
documentation
Used by postal services to encode the name of the element.
annotation
documentation
Examples are: 1234 (USA), 1G (UK), etc.
source <element name="PostalCodeNumberExtension" minOccurs="0" maxOccurs="unbounded">
 
<annotation>
   
<documentation>Examples are: 1234 (USA), 1G (UK), etc.</documentation>
 
</annotation>
 
<complexType mixed="true">
   
<attribute name="Type">
     
<annotation>
       
<documentation>Delivery Point Suffix, New Postal Code, etc..</documentation>
     
</annotation>
   
</attribute>
   
<attribute name="NumberExtensionSeparator">
     
<annotation>
       
<documentation>The separator between postal code number and the extension. Eg. "-"</documentation>
     
</annotation>
   
</attribute>
   
<attributeGroup ref="grPostal"/>
   
<anyAttribute namespace="##other"/>
 
</complexType>
</element>

attribute PostalCode/PostalCodeNumberExtension/@Type
annotation
documentation
Delivery Point Suffix, New Postal Code, etc..
source <attribute name="Type">
 
<annotation>
   
<documentation>Delivery Point Suffix, New Postal Code, etc..</documentation>
 
</annotation>
</attribute>

attribute PostalCode/PostalCodeNumberExtension/@NumberExtensionSeparator
annotation
documentation
The separator between postal code number and the extension. Eg. "-"
source <attribute name="NumberExtensionSeparator">
 
<annotation>
   
<documentation>The separator between postal code number and the extension. Eg. "-"</documentation>
 
</annotation>
</attribute>

element PostalCode/PostTown
diagram ogckml22_diagrams/ogckml22_p362.png
namespace urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
properties
minOcc 0
maxOcc 1
content complex
children AddressLine PostTownName PostTownSuffix
attributes
Name  Type  Use  Default  Fixed  Annotation
Type          
documentation
eg. village, town, suburb, etc
annotation
documentation
A post town is not the same as a locality. A post town can encompass a collection of (small) localities. It can also be a subpart of a locality. An actual post town in Norway is "Bergen".
source <element name="PostTown" minOccurs="0">
 
<annotation>
   
<documentation>A post town is not the same as a locality. A post town can encompass a collection of (small) localities. It can also be a subpart of a locality. An actual post town in Norway is "Bergen".</documentation>
 
</annotation>
 
<complexType>
   
<sequence>
     
<element ref="AddressLine" minOccurs="0" maxOccurs="unbounded"/>
     
<element name="PostTownName" minOccurs="0" maxOccurs="unbounded">
       
<annotation>
         
<documentation>Name of the post town</documentation>
       
</annotation>
       
<complexType mixed="true">
         
<attribute name="Type"/>
         
<attributeGroup ref="grPostal"/>
         
<anyAttribute namespace="##other"/>
       
</complexType>
     
</element>
     
<element name="PostTownSuffix" minOccurs="0">
       
<annotation>
         
<documentation>GENERAL PO in MIAMI GENERAL PO</documentation>
       
</annotation>
       
<complexType mixed="true">
         
<attributeGroup ref="grPostal"/>
         
<anyAttribute namespace="##other"/>
       
</complexType>
     
</element>
   
</sequence>
   
<attribute name="Type">
     
<annotation>
       
<documentation>eg. village, town, suburb, etc</documentation>
     
</annotation>
   
</attribute>
   
<anyAttribute namespace="##other"/>
 
</complexType>
</element>

attribute PostalCode/PostTown/@Type
annotation
documentation
eg. village, town, suburb, etc
source <attribute name="Type">
 
<annotation>
   
<documentation>eg. village, town, suburb, etc</documentation>
 
</annotation>
</attribute>

element PostalCode/PostTown/PostTownName
diagram ogckml22_diagrams/ogckml22_p363.png
namespace urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
properties
minOcc 0
maxOcc unbounded
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  Annotation
Type          
Code          
documentation
Used by postal services to encode the name of the element.
annotation
documentation
Name of the post town
source <element name="PostTownName" minOccurs="0" maxOccurs="unbounded">
 
<annotation>
   
<documentation>Name of the post town</documentation>
 
</annotation>
 
<complexType mixed="true">
   
<attribute name="Type"/>
   
<attributeGroup ref="grPostal"/>
   
<anyAttribute namespace="##other"/>
 
</complexType>
</element>

attribute PostalCode/PostTown/PostTownName/@Type
source <attribute name="Type"/>

element PostalCode/PostTown/PostTownSuffix
diagram ogckml22_diagrams/ogckml22_p364.png
namespace urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
properties
minOcc 0
maxOcc 1
content complex
mixed true
attributes
Name  Type  Use  Default  Fixed  Annotation
Code          
documentation
Used by postal services to encode the name of the element.
annotation
documentation
GENERAL PO in MIAMI GENERAL PO
source <element name="PostTownSuffix" minOccurs="0">
 
<annotation>
   
<documentation>GENERAL PO in MIAMI GENERAL PO</documentation>
 
</annotation>
 
<complexType mixed="true">
   
<attributeGroup ref="grPostal"/>
   
<anyAttribute namespace="##other"/>
 
</complexType>
</element>


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