Schema Central > NIEM 2.1 > xPIL.xsd > xpil:Address
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

xpil:Address

Element information

Type: Anonymous

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.from type a:AddressType
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.from type a:AddressType
a:AddressIDType [0..1]a:AddressIDTypeListType of address ID used. e.g. DPID, etcfrom type a:AddressType
a:ID [0..1]ct:StringA globally unique identifier assigned to the addressfrom type a:AddressType
a:Usage [0..1]a:AddressUsageListThe purpose the address is used for. E.g. Postal, residential, business, exchange, update, create, delete, etcfrom type a:AddressType
a:DeliveryMode [0..1]a:DeliveryModeListMode of delivery of address. For example: rural route, normal delivery, post office box, etc. from type a:AddressType
a:Status [0..1]ct:StatusListStatus of the entity. e.g. Old, Current, Inactive, Active, etcfrom type a:AddressType
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.from type a:AddressType
a:AddressKeyRef [0..1]ct:StringA foreign key to reference attribute Key of Address.from type a:AddressType
xlink:type [0..1]Unspecifiedfrom type a:AddressType
xlink:label [0..1]xsd:stringfrom type a:AddressType
xlink:href [0..1]xsd:anyURIfrom type a:AddressType
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: laxfrom type a:AddressType

Used in

Sample instance

<xpil:Address>
   <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:Address>

Site developed and hosted by Datypic, Inc.

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