Schema Central > NIEM 3.0 > xPIL.xsd > xpil:AddressOnDocument
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

xpil:AddressOnDocument

Address details on the document

Element information

Type: a:AddressType

Properties: Local, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
a:Type [0..1]a:AddressTypeListDefines the type of address. An address type can be" Primary Address, Secondary Address, Rural Address, Military Address, etc.
a:AddressID [0..1]ct:StringA unique address identifier such as postal delivery idetifier assigned to the address by local postal authority, e.g. DPID in Australia.
a:AddressIDType [0..1]a:AddressIDTypeListType of address ID used. e.g. DPID, etc
a:ID [0..1]ct:StringA globally unique identifier assigned to the address
a:Usage [0..1]a:AddressUsageListThe purpose the address is used for. E.g. Postal, residential, business, exchange, update, create, delete, etc
a:DeliveryMode [0..1]a:DeliveryModeListMode of delivery of address. For example: rural route, normal delivery, post office box, etc.
a:Status [0..1]ct:StatusListStatus of the entity. e.g. Old, Current, Inactive, Active, etc
ct:DateValidFrom [0..1]xsd:dateTimeCould be start date, issue date, validity start date, etcfrom group ct:grValidityDate
ct:DateValidTo [0..1]xsd:dateTimeCould be end date, expiry date, validity end date, etcfrom group ct:grValidityDate
a:AddressKey [0..1]ct:StringA primary key to reference Address.
a:AddressKeyRef [0..1]ct:StringA foreign key to reference attribute Key of Address.
xlink1:type [0..1]Anonymous
xlink1:label [0..1]xsd:NCName
xlink1:href [0..1]xsd:anyURI
ct:DataQualityType [0..1]ct:DataQualityTypeListThis attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"from group ct:grDataQuality
ct:ValidFrom [0..1]xsd:dateTimeDate the data quality is valid from from group ct:grDataQuality
ct:ValidTo [0..1]xsd:dateTimeDate the data quality is valid tofrom group ct:grDataQuality
ct:LanguageCode [0..1]xsd:languageHuman Language used. e.g. "en", "en-US", "en-AUS", etcfrom group ct:grLanguageCode
Any attribute[0..*]Namespace: ##other, Process Contents: lax

Used in

Sample instance

<xpil:AddressOnDocument>
   <a:FreeTextAddress>
      <a:AddressLine>normalizedString</a:AddressLine>
   </a:FreeTextAddress>
   <a:Country>
      <a:NameElement>normalizedString</a:NameElement>
   </a:Country>
   <a:AdministrativeArea>
      <a:NameElement>normalizedString</a:NameElement>
      <a:SubAdministrativeArea>
         <a:NameElement>normalizedString</a:NameElement>
      </a:SubAdministrativeArea>
   </a:AdministrativeArea>
   <a:Locality>
      <a:NameElement>normalizedString</a:NameElement>
      <a:SubLocality>
         <a:NameElement>normalizedString</a:NameElement>
      </a:SubLocality>
   </a:Locality>
   <a:Thoroughfare>
      <a:NameElement>normalizedString</a:NameElement>
      <a:SubThoroughfare>
         <a:NameElement>normalizedString</a:NameElement>
      </a:SubThoroughfare>
   </a:Thoroughfare>
   <a:Premises>
      <a:NameElement>normalizedString</a:NameElement>
      <a:SubPremises>
         <a:NameElement>normalizedString</a:NameElement>
      </a:SubPremises>
   </a:Premises>
   <a:PostCode>
      <a:Identifier>normalizedString</a:Identifier>
   </a:PostCode>
   <a:RuralDelivery>
      <a:Identifier>normalizedString</a:Identifier>
   </a:RuralDelivery>
   <a:PostalDeliveryPoint>
      <a:Identifier>normalizedString</a:Identifier>
   </a:PostalDeliveryPoint>
   <a:PostOffice>
      <a:Identifier>normalizedString</a:Identifier>
   </a:PostOffice>
   <a:GeoRSS>
      <!--any element-->
   </a:GeoRSS>
   <a:LocationByCoordinates>
      <a:Latitude/>
      <a:Longitude/>
   </a:LocationByCoordinates>
</xpil:AddressOnDocument>

Site developed and hosted by Datypic, Inc.

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