xal:AddressDetails
This container defines the details of the address. Can define multiple addresses including tracking address history
Element information
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Schema document: xAL.xsd
Type: xal:AddressDetails
Properties: Global, Qualified
Content
- Sequence [1..1]
- xal:PostalServiceElements [0..1] Postal authorities use specific postal service data to expedient delivery of mail
- Choice [0..1]
- xal:Address Address as one line of free text
- xal:AddressLines Container for Address lines
- xal:Country Specification of a country
- xal:AdministrativeArea Examples of administrative areas are provinces counties, special regions (such as "Rijnmond"), etc.
- xal:Locality Locality is one level lower than adminisstrative area. Eg.: cities, reservations and any other built-up areas.
- xal:Thoroughfare Specification of a thoroughfare. A thoroughfare could be a rd, street, canal, river, etc. Note dependentlocality in a street. For example, in some countries, a large street will have many subdivisions with numbers. Normally the subdivision name is the same as the road name, but with a number to identifiy it. Eg. SOI SUKUMVIT 3, SUKUMVIT RD, BANGKOK
- Any element [0..*] Namespace: ##other, Process Contents: strict
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
AddressType | [0..1] | xsd:anySimpleType | Type of address. Example: Postal, residential,business, primary, secondary, etc | |
CurrentStatus | [0..1] | xsd:anySimpleType | Moved, Living, Investment, Deceased, etc.. | |
ValidFromDate | [0..1] | xsd:anySimpleType | Start Date of the validity of address | |
ValidToDate | [0..1] | xsd:anySimpleType | End date of the validity of address | |
Usage | [0..1] | xsd:anySimpleType | Communication, Contact, etc. | |
Code | [0..1] | xsd:anySimpleType | Used by postal services to encode the name of the element. | from group xal:grPostal |
AddressDetailsKey | [0..1] | xsd:anySimpleType | Key identifier for the element for not reinforced references from other elements. Not required to be unique for the document to be valid, but application may get confused if not unique. Extend this schema adding unique contraint if needed. | |
Any attribute | [0..*] | Namespace: ##other, Process Contents: strict |
Used in
- Anonymous type of element xal:xAL
- Type kml:AbstractFeatureType (Element kml:AbstractFeatureGroup)
- Type kml:AbstractContainerType via extension of kml:AbstractFeatureType (Element kml:AbstractContainerGroup)
- Type kml:AbstractOverlayType via extension of kml:AbstractFeatureType (Element kml:AbstractOverlayGroup)
- Type kml:DocumentType via extension of kml:AbstractFeatureType (Element kml:Document)
- Type kml:FolderType via extension of kml:AbstractFeatureType (Element kml:Folder)
- Type kml:GroundOverlayType via extension of kml:AbstractFeatureType (Element kml:GroundOverlay)
- Type kml:NetworkLinkType via extension of kml:AbstractFeatureType (Element kml:NetworkLink)
- Type kml:PhotoOverlayType via extension of kml:AbstractFeatureType (Element kml:PhotoOverlay)
- Type kml:PlacemarkType via extension of kml:AbstractFeatureType (Element kml:Placemark)
- Type kml:ScreenOverlayType via extension of kml:AbstractFeatureType (Element kml:ScreenOverlay)
Sample instance
<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>