xal:xAL
Root element for a list of addresses
Element information
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Schema document: xAL.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- xal:AddressDetails [1..*] This container defines the details of the address. Can define multiple addresses including tracking address history
- Any element [0..*] Namespace: ##other, Process Contents: strict
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Version | [0..1] | xsd:anySimpleType | Specific to DTD to specify the version number of DTD | |
Any attribute | [0..*] | Namespace: ##other, Process Contents: strict |
Sample instance
<xal:xAL> <xal:AddressDetails> <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> <xal:Address>Any text</xal:Address> <!--any element--> </xal:AddressDetails> <!--any element--> </xal:xAL>