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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

xal:AddressDetails

This container defines the details of the address. Can define multiple addresses including tracking address history

Element information

Type: xal:AddressDetails

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
AddressType [0..1]xsd:anySimpleTypeType of address. Example: Postal, residential,business, primary, secondary, etc
CurrentStatus [0..1]xsd:anySimpleTypeMoved, Living, Investment, Deceased, etc..
ValidFromDate [0..1]xsd:anySimpleTypeStart Date of the validity of address
ValidToDate [0..1]xsd:anySimpleTypeEnd date of the validity of address
Usage [0..1]xsd:anySimpleTypeCommunication, Contact, etc.
Code [0..1]xsd:anySimpleTypeUsed by postal services to encode the name of the element.from group xal:grPostal
AddressDetailsKey [0..1]xsd:anySimpleTypeKey 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

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>

Site developed and hosted by Datypic, Inc.

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