xal:PostTown
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".
Element information
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Schema document: xAL.xsd
Type: Anonymous
Properties: Local, Qualified
Content
- Sequence [1..1]
- xal:AddressLine [0..*] Free format address representation. An address can have more than one line. The order of the AddressLine elements must be preserved.
- xal:PostTownName [0..*] Name of the post town
- xal:PostTownSuffix [0..1] GENERAL PO in MIAMI GENERAL PO
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Type | [0..1] | xsd:anySimpleType | eg. village, town, suburb, etc | |
Any attribute | [0..*] | Namespace: ##other, Process Contents: strict |
Used in
- Anonymous type of element xal:PostalCode
Sample instance
<xal:PostTown> <xal:AddressLine>Any text</xal:AddressLine> <xal:PostTownName>Any text</xal:PostTownName> <xal:PostTownSuffix>Any text</xal:PostTownSuffix> </xal:PostTown>