xal:PostalServiceElements
Postal authorities use specific postal service data to expedient delivery of mail
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:AddressIdentifier [0..*] A unique identifier of an address assigned by postal authorities. Example: DPID in Australia
- xal:EndorsementLineCode [0..1] Directly affects postal service distribution
- xal:KeyLineCode [0..1] Required for some postal services
- xal:Barcode [0..1] Required for some postal services
- xal:SortingCode [0..1] Used for sorting addresses. Values may for example be CEDEX 16 (France)
- xal:AddressLatitude [0..1] Latitude of delivery address
- xal:AddressLatitudeDirection [0..1] Latitude direction of delivery address;N = North and S = South
- xal:AddressLongitude [0..1] Longtitude of delivery address
- xal:AddressLongitudeDirection [0..1] Longtitude direction of delivery address;N=North and S=South
- xal:SupplementaryPostalServiceData [0..*] any postal service elements not covered by the container can be represented using this element
- Any element [0..*] Namespace: ##other, Process Contents: strict
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Type | [0..1] | xsd:anySimpleType | USPS, ECMA, UN/PROLIST, etc | |
Any attribute | [0..*] | Namespace: ##other, Process Contents: strict |
Used in
- Type xal:AddressDetails (Element xal:AddressDetails)
Sample instance
<xal:PostalServiceElements> <xal:AddressIdentifier>Any text</xal:AddressIdentifier> <xal:EndorsementLineCode>Any text</xal:EndorsementLineCode> <xal:KeyLineCode>Any text</xal:KeyLineCode> <xal:Barcode>Any text</xal:Barcode> <xal:SortingCode/> <xal:AddressLatitude>Any text</xal:AddressLatitude> <xal:AddressLatitudeDirection>Any text</xal:AddressLatitudeDirection> <xal:AddressLongitude>Any text</xal:AddressLongitude> <xal:AddressLongitudeDirection>Any text</xal:AddressLongitudeDirection> <xal:SupplementaryPostalServiceData>Any text</xal:SupplementaryPostalServiceData> <!--any element--> </xal:PostalServiceElements>