Schema Central > KML 2.2 > xAL.xsd > xal:PostalCode
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

xal:PostalCode

PostalCode is the container element for either simple or complex (extended) postal codes. Type: Area Code, Postcode, etc.

Element information

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
Type [0..1]xsd:anySimpleTypeArea Code, Postcode, Delivery code as in NZ, etc
Any attribute[0..*]Namespace: ##other, Process Contents: strict

Used in

Sample instance

<xal:PostalCode>
   <xal:AddressLine>Any text</xal:AddressLine>
   <xal:PostalCodeNumber>Any text</xal:PostalCodeNumber>
   <xal:PostalCodeNumberExtension>Any text</xal:PostalCodeNumberExtension>
   <xal:PostTown>
      <xal:AddressLine>Any text</xal:AddressLine>
      <xal:PostTownName>Any text</xal:PostTownName>
      <xal:PostTownSuffix>Any text</xal:PostTownSuffix>
   </xal:PostTown>
   <!--any element-->
</xal:PostalCode>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com