xpil:Documents
A container for identification document and cards of the party that are unique to the party.
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:Document [1..*] Passports, driver licenses, credit cards, certificates, etc.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Used in
- 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:Documents> <xpil:Document> <xpil:DocumentElement>normalizedString</xpil:DocumentElement> <xpil:NameOnDocument> <n:NameLine>normalizedString</n:NameLine> <n:PersonName>... </n:PersonName> <n:OrganisationName>... </n:OrganisationName> </xpil:NameOnDocument> <xpil:AddressOnDocument> <a:FreeTextAddress>... </a:FreeTextAddress> <a:Country>... </a:Country> <a:AdministrativeArea>... </a:AdministrativeArea> <a:Locality>... </a:Locality> <a:Thoroughfare>... </a:Thoroughfare> <a:Premises>... </a:Premises> <a:PostCode>... </a:PostCode> <a:RuralDelivery>... </a:RuralDelivery> <a:PostalDeliveryPoint>... </a:PostalDeliveryPoint> <a:PostOffice>... </a:PostOffice> <a:GeoRSS> <!--any element--> </a:GeoRSS> <a:LocationByCoordinates>... </a:LocationByCoordinates> </xpil:AddressOnDocument> <xpil:IssuerName> <n:NameElement>normalizedString</n:NameElement> <n:SubDivisionName>normalizedString</n:SubDivisionName> </xpil:IssuerName> </xpil:Document> </xpil:Documents>