xpil:Document
Passports, driver licenses, credit cards, certificates, etc.
Element information
Namespace: urn:oasis:names:tc:ciq:xpil:3
Schema document: external/have/1.0/xPIL.xsd
Type: Anonymous
Properties: Local, Qualified
Content
- Sequence [1..1]
- xpil:DocumentElement [0..*]Full document desctiption or part of it.
- xpil:NameOnDocument [0..1]Party Name as on the document if different from the main one.
- xpil:AddressOnDocument [0..1]Address details on the document
- xpil:IssuerName [0..1]Reference to a Party element that describes the issuing organisation
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xpil:Type | [0..1] | xpil:DocumentTypeList | ||
xpil:Status | [0..1] | ct:StatusList | Status of the entity. e.g. Old, Current, Inactive, Active, etc | |
ct:DateValidFrom | [0..1] | xsd:dateTime | Could be start date, issue date, validity start date, etc | from group ct:grValidityDate |
ct:DateValidTo | [0..1] | xsd:dateTime | Could be end date, expiry date, validity end date, etc | from group ct:grValidityDate |
ct:DataQualityType | [0..1] | ct:DataQualityTypeList | This 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:dateTime | Date the data quality is valid from | from group ct:grDataQuality |
ct:ValidTo | [0..1] | xsd:dateTime | Date the data quality is valid to | from group ct:grDataQuality |
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Used in
- Anonymous type of element xpil:Documents
Sample instance
<xpil:Document> <xpil:DocumentElement>normalizedString</xpil:DocumentElement> <xpil:NameOnDocument> <n:NameLine>normalizedString</n:NameLine> <n:PersonName> <n:NameElement>normalizedString</n:NameElement> </n:PersonName> <n:OrganisationName> <n:NameElement>normalizedString</n:NameElement> <n:SubDivisionName>normalizedString</n:SubDivisionName> </n:OrganisationName> </xpil:NameOnDocument> <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: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:AddressOnDocument> <xpil:IssuerName> <n:NameElement>normalizedString</n:NameElement> <n:SubDivisionName>normalizedString</n:SubDivisionName> </xpil:IssuerName> </xpil:Document>