xpil:Addresses
A container for all party addresses
Element information
Namespace: urn:oasis:names:tc:ciq:xpil:3
Schema document: external/have/1.0/xPIL.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- xpil:Address [1..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Used in
- Anonymous type of element xpil:Relationship
- Type xpil:PersonDetailsType
- Anonymous type of element xpil:PersonDetails via extension of xpil:PersonDetailsType
- Type xpil:OrganisationDetailsType (Element xpil:OrganisationDetails)
- Type xpil:PartyType (Element xpil:Party)
- Type have:OrganizationInformation via extension of xpil:OrganisationDetailsType (Element have:OrganizationInformation)
Sample instance
<xpil:Addresses> <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:SubAdministrativeArea> </a:AdministrativeArea> <a:Locality> <a:NameElement>normalizedString</a:NameElement> <a:SubLocality>... </a:SubLocality> </a:Locality> <a:Thoroughfare> <a:NameElement>normalizedString</a:NameElement> <a:SubThoroughfare>... </a:SubThoroughfare> </a:Thoroughfare> <a:Premises> <a:NameElement>normalizedString</a:NameElement> <a:SubPremises>... </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> </xpil:Addresses>