Schema xPIL.xsd


schema location:  C:\ciq-v3-prd02\ciq\v3.0\prd02\xsd\genericode\xsd\xPIL.xsd
attribute form default:  qualified
element form default:  qualified
targetNamespace:  urn:oasis:names:tc:ciq:xpil:3
 
Elements  Complex types  Attr. groups 
Accounts  PartyRelationshipDetails  grPartyKeyRef 
Addresses  PartyType 
BirthInfo 
ContactNumbers 
CountriesOfResidence 
Documents 
ElectronicAddressIdentifiers 
Events 
Favourites 
Habits 
Hobbies 
Identifiers 
Languages 
Memberships 
Nationalities 
Occupations 
OrganisationInfo 
Party 
PersonInfo 
PhysicalInfo 
Preferences 
Qualifications 
Relationships 
Revenues 
Stocks 
Vehicles 
Visas 


schema location:  C:\ciq-v3-prd02\ciq\v3.0\prd02\xsd\genericode\xsd\xlink-2003-12-31.xsd
attribute form default:  qualified
element form default:  qualified
targetNamespace:  http://www.w3.org/1999/xlink
 
Attributes 
actuate 
arcrole 
from 
href 
label 
role 
show 
title 
to 
type 


schema location:  C:\ciq-v3-prd02\ciq\v3.0\prd02\xsd\genericode\xsd\CommonTypes.xsd
attribute form default:  qualified
element form default:  qualified
targetNamespace:  urn:oasis:names:tc:ciq:ct:3
 
Simple types  Attr. groups 
CodeType  grAbbreviation 
DataQualityEnumeration  grCategoryTypeMetaData 
String  grDataQuality 
grDataQualityTypeMetaData 
grElementTypeMetaData 
grLanguageCode 
grNameCodeTypeMetaData 
grNameTypeMetaData 
grPartyTypeMetaData 
grRelationshipWithOrganisationMetaData 
grRelationshipWithPersonMetaData 
grStatusTypeMetaData 
grTypeMetaData 
grUsageTypeMetaData 
grValidityDate 


schema location:  C:\ciq-v3-prd02\ciq\v3.0\prd02\xsd\genericode\xsd\xNL.xsd
attribute form default:  qualified
element form default:  qualified
targetNamespace:  urn:oasis:names:tc:ciq:xnl:3
 
Elements  Complex types  Attr. groups 
NameLine  OrganisationNameType  grNameKeyRef 
OrganisationName  PartyNameType 
PartyName  PersonNameType 
PersonName 


schema location:  C:\ciq-v3-prd02\ciq\v3.0\prd02\xsd\genericode\xsd\xAL.xsd
attribute form default:  qualified
element form default:  qualified
targetNamespace:  urn:oasis:names:tc:ciq:xal:3
 
Elements  Complex types 
Address  AddressType 
CountryType 
IdentifierType 
NameType 
PremisesType 
ThoroughfareType 


element Accounts
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children Account
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container to define the accounts details of the party
source <xs:element name="Accounts">
 
<xs:annotation>
   
<xs:documentation>A container to define the accounts details of the party</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Account" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Account details such as bank account, customer account with utilities</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="AccountElement" minOccurs="0" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>Information about the account</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:simpleContent>
                 
<xs:extension base="ct:String">
                   
<xs:attribute name="Type" type="ct:CodeType">
                     
<xs:annotation>
                       
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
                   
<xs:anyAttribute namespace="##other" processContents="lax"/>
                 
</xs:extension>
               
</xs:simpleContent>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="Organisation" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Reference to a Party element that describes the organisation where the account is held.</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:complexContent>
                 
<xs:extension base="n:OrganisationNameType"/>
               
</xs:complexContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="Type" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Type of account. e.g. bank, customer, employee, etc</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grTypeMetaData"/>
         
<xs:attribute name="OwnershipType" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Joint, Individual, corporate, etc.</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="OwnershipTypeRef" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="OwnershipTypeVer" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="OwnershipTypeURI" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="OwnershipTypeVerURI" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="Status" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
         
<xs:attributeGroup ref="ct:grValidityDate"/>
         
<xs:attributeGroup ref="ct:grDataQuality"/>
         
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Accounts/Account
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children AccountElement Organisation
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Type of account. e.g. bank, customer, employee, etc
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
OwnershipTypect:CodeType      
documentation
Joint, Individual, corporate, etc.
OwnershipTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
OwnershipTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
OwnershipTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
OwnershipTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Account details such as bank account, customer account with utilities
source <xs:element name="Account" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Account details such as bank account, customer account with utilities</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="AccountElement" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Information about the account</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="Organisation" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Reference to a Party element that describes the organisation where the account is held.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:extension base="n:OrganisationNameType"/>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Type" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type of account. e.g. bank, customer, employee, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
   
<xs:attribute name="OwnershipType" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Joint, Individual, corporate, etc.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="OwnershipTypeRef" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="OwnershipTypeVer" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="OwnershipTypeURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="OwnershipTypeVerURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="Status" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
   
<xs:attributeGroup ref="ct:grValidityDate"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Accounts/Account/AccountElement
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
If present, specifies the type of the information provided as text value of the element.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Information about the account
source <xs:element name="AccountElement" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Information about the account</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element Accounts/Account/Organisation
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of n:OrganisationNameType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children NameElement SubDivisionName
attributes
Name  Type  Use  Default  Fixed  annotation
OrganisationIDct:String      
documentation
A unique identifier of an organisation
OrganisationIDTypect:CodeType      
documentation
Type of identifier
OrganisationIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
OrganisationIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
OrganisationIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
OrganisationIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
Globally unique identifer
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Enumerated list of common types of aliases or name types.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyRefct:String      
documentation
Reference to another NameDetails element with no foreign key reinforcement. The referenced element may be out of the document and the document is still valid.
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Reference to a Party element that describes the organisation where the account is held.
source <xs:element name="Organisation" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Reference to a Party element that describes the organisation where the account is held.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="n:OrganisationNameType"/>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element Addresses
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children Address
used by
complexTypes PartyRelationshipDetails PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container for all party addresses
source <xs:element name="Addresses">
 
<xs:annotation>
   
<xs:documentation>A container for all party addresses</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Address" maxOccurs="unbounded">
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:extension base="a:AddressType"/>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Addresses/Address
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of a:AddressType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children FreeTextAddress Country AdministrativeArea Locality Thoroughfare Premises PostCode RuralDelivery PostalDeliveryPoint PostOffice GeoRSS LocationByCoordinates
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Defines the type of address. An address type can be" Primary Address, Secondary Address, Rural Address, Military Address, etc.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
Usagect:CodeType      
documentation
The purpose the address is used for. E.g.  Postal, residential, business,  etc
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
A globally unique identifier assigned to the address
AddressIDct:String      
documentation
A unique address identifier such as postal delivery idetifier assigned to the address by local postal authority, e.g. DPID in Australia.
AddressIDTypect:CodeType      
documentation
Type of address ID used. e.g. DPID, etc
AddressIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
AddressIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
AddressIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
AddressIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
AddressKeyRefct:String      
documentation
Key identifier for the element for not reinforced references from other elements. Not required to be unique for the document to be valid, but application may get confused if not unique. Extend this schema adding unique contraint if needed.
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
source <xs:element name="Address" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="a:AddressType"/>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element BirthInfo
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children BirthInfoElement BirthPlaceDetails
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
BirthDateTimexs:dateTime      
documentation
Birth data and time to the known precision. Usually, it is only the date that is known. Leave time as 00:00:00 if not known.
BirthDateTimePrecisionxs:duration      
documentation
Specify the duration of the uncertainity period as a range where BirthDateTime is in the middle of the range. Uses xsd:duration as the data type. The time interval is in the format: PnYnMnDTnHnMnS
P: period (required), nY: number of years, nM: number of months, nD: number of days, T: start of a time section (required if hours, minutes or secords to be specified), nH: number of hours, nM: number of minutes, nS: number of seconds

P5Y -> period of 5 years
P5Y2M10D -> 5 years, 2 months, 10 days, and 15 hours
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
A container to define the Date of Birth details of a person
source <xs:element name="BirthInfo">
 
<xs:annotation>
   
<xs:documentation>A container to define the Date of Birth details of a person</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="BirthInfoElement" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Birth details of the person</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="BirthPlaceDetails" type="a:AddressType" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Full location details (e.g. address) may be required to get the exact geo-cordinates for astrology purposes</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="BirthDateTime" type="xs:dateTime">
     
<xs:annotation>
       
<xs:documentation>Birth data and time to the known precision. Usually, it is only the date that is known. Leave time as 00:00:00 if not known.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="BirthDateTimePrecision" type="xs:duration">
     
<xs:annotation>
       
<xs:documentation>Specify the duration of the uncertainity period as a range where BirthDateTime is in the middle of the range. Uses xsd:duration as the data type. The time interval is in the format: PnYnMnDTnHnMnS
P: period (required), nY: number of years, nM: number of months, nD: number of days, T: start of a time section (required if hours, minutes or secords to be specified), nH: number of hours, nM: number of minutes, nS: number of seconds

P5Y -
> period of 5 years
P5Y2M10D -
> 5 years, 2 months, 10 days, and 15 hours</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element BirthInfo/BirthInfoElement
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
If present, specifies the type of the information provided as text value of the element.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Birth details of the person
source <xs:element name="BirthInfoElement" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Birth details of the person</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element BirthInfo/BirthPlaceDetails
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type a:AddressType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children FreeTextAddress Country AdministrativeArea Locality Thoroughfare Premises PostCode RuralDelivery PostalDeliveryPoint PostOffice GeoRSS LocationByCoordinates
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Defines the type of address. An address type can be" Primary Address, Secondary Address, Rural Address, Military Address, etc.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
Usagect:CodeType      
documentation
The purpose the address is used for. E.g.  Postal, residential, business,  etc
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
A globally unique identifier assigned to the address
AddressIDct:String      
documentation
A unique address identifier such as postal delivery idetifier assigned to the address by local postal authority, e.g. DPID in Australia.
AddressIDTypect:CodeType      
documentation
Type of address ID used. e.g. DPID, etc
AddressIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
AddressIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
AddressIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
AddressIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
AddressKeyRefct:String      
documentation
Key identifier for the element for not reinforced references from other elements. Not required to be unique for the document to be valid, but application may get confused if not unique. Extend this schema adding unique contraint if needed.
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Full location details (e.g. address) may be required to get the exact geo-cordinates for astrology purposes
source <xs:element name="BirthPlaceDetails" type="a:AddressType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Full location details (e.g. address) may be required to get the exact geo-cordinates for astrology purposes</xs:documentation>
 
</xs:annotation>
</xs:element>

element ContactNumbers
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children ContactNumber
used by
complexTypes PartyRelationshipDetails PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container for all kinds of telecommunication lines of party used for contact purposes. e.g. phone, fax, mobile, pager, etc.
source <xs:element name="ContactNumbers">
 
<xs:annotation>
   
<xs:documentation>A container for all kinds of telecommunication lines of party used for contact purposes. e.g. phone, fax, mobile, pager, etc.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="ContactNumber" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Universal telecommunication number structure</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="ContactNumberElement" minOccurs="0" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>Full contact number or part of it</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:simpleContent>
                 
<xs:extension base="ct:String">
                   
<xs:attribute name="Type" type="ct:CodeType">
                     
<xs:annotation>
                       
<xs:documentation>If present, specifies type of the information provdied as text value of the element.</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
                   
<xs:anyAttribute namespace="##other" processContents="lax"/>
                 
</xs:extension>
               
</xs:simpleContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="CommunicationMediaType" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Free text explanation of the communication line type. e.g. telephone, land line, mobile, fax, pager, etc</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="CommunicationMediaTypeRef" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="CommunicationMediaTypeVer" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="CommunicationMediaTypeURI" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="CommunicationMediaTypeVerURI" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="Status" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
             
<xs:documentation>Current Status of Contact Number</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
         
<xs:attribute name="Usage" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Nature of contact. Example: business, personal, free call, after hours, etc</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grUsageTypeMetaData"/>
         
<xs:attribute name="ContactHours" type="ct:String">
           
<xs:annotation>
             
<xs:documentation>Free text expression of contact hours</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="IsTollfreeNumber" type="xs:boolean">
           
<xs:annotation>
             
<xs:documentation>Whether the contact number used is a tool reee number or not. This is of type xsd:boolean</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grValidityDate"/>
         
<xs:attributeGroup ref="ct:grDataQuality"/>
         
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
         
<xs:anyAttribute namespace="#other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element ContactNumbers/ContactNumber
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children ContactNumberElement
attributes
Name  Type  Use  Default  Fixed  annotation
CommunicationMediaTypect:CodeType      
documentation
Free text explanation of the communication line type. e.g. telephone, land line, mobile, fax, pager, etc
CommunicationMediaTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
CommunicationMediaTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
CommunicationMediaTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
CommunicationMediaTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
documentation
Current Status of Contact Number
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Usagect:CodeType      
documentation
Nature of contact. Example: business, personal, free call, after hours, etc
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
ContactHoursct:String      
documentation
Free text expression of contact hours
IsTollfreeNumberxs:boolean      
documentation
Whether the contact number used is a tool reee number or not. This is of type xsd:boolean
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Universal telecommunication number structure
source <xs:element name="ContactNumber" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Universal telecommunication number structure</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="ContactNumberElement" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Full contact number or part of it</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>If present, specifies type of the information provdied as text value of the element.</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="CommunicationMediaType" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Free text explanation of the communication line type. e.g. telephone, land line, mobile, fax, pager, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="CommunicationMediaTypeRef" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="CommunicationMediaTypeVer" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="CommunicationMediaTypeURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="CommunicationMediaTypeVerURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="Status" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
       
<xs:documentation>Current Status of Contact Number</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
   
<xs:attribute name="Usage" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Nature of contact. Example: business, personal, free call, after hours, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grUsageTypeMetaData"/>
   
<xs:attribute name="ContactHours" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>Free text expression of contact hours</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="IsTollfreeNumber" type="xs:boolean">
     
<xs:annotation>
       
<xs:documentation>Whether the contact number used is a tool reee number or not. This is of type xsd:boolean</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grValidityDate"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="#other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element ContactNumbers/ContactNumber/ContactNumberElement
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
If present, specifies type of the information provdied as text value of the element.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Full contact number or part of it
source <xs:element name="ContactNumberElement" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Full contact number or part of it</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>If present, specifies type of the information provdied as text value of the element.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element CountriesOfResidence
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children Country
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container for all citizenships and residencies (Permanent/temporary) of a person.
source <xs:element name="CountriesOfResidence">
 
<xs:annotation>
   
<xs:documentation>A container for all citizenships and residencies (Permanent/temporary) of a person.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Country" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Citizenship and residence information in a free-text form.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:extension base="a:CountryType">
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Type of residency. e.g. permenant resident, citizen, temporary resident</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:attribute name="Status" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
             
<xs:attributeGroup ref="ct:grValidityDate"/>
           
</xs:extension>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element CountriesOfResidence/Country
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of a:CountryType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children NameElement
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Type of residency. e.g. permenant resident, citizen, temporary resident
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
annotation
documentation
Citizenship and residence information in a free-text form.
source <xs:element name="Country" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Citizenship and residence information in a free-text form.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="a:CountryType">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Type of residency. e.g. permenant resident, citizen, temporary resident</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:attribute name="Status" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
       
<xs:attributeGroup ref="ct:grValidityDate"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element Documents
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children Document
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container for identification document and cards of the party that are unique to the party.
source <xs:element name="Documents">
 
<xs:annotation>
   
<xs:documentation>A container for identification document and cards of the party that are unique to the party.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Document" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Passports, driver licenses, credit cards, certificates, etc.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="DocumentElement" minOccurs="0" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>Full document desctiption or part of it.</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:simpleContent>
                 
<xs:extension base="ct:String">
                   
<xs:attribute name="Type" type="ct:CodeType">
                     
<xs:annotation>
                       
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
                   
<xs:anyAttribute namespace="##other" processContents="lax"/>
                 
</xs:extension>
               
</xs:simpleContent>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="NameOnDocument" type="n:PartyNameType" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Party Name as on the document if different from the main one.</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:element name="AddressOnDocument" type="a:AddressType" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Address details on the document</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:element name="IssuerName" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Reference to a Party element that describes the issuing organisation</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:complexContent>
                 
<xs:extension base="n:OrganisationNameType"/>
               
</xs:complexContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="Type" type="ct:CodeType"/>
         
<xs:attributeGroup ref="ct:grTypeMetaData"/>
         
<xs:attribute name="Status" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
         
<xs:attributeGroup ref="ct:grValidityDate"/>
         
<xs:attributeGroup ref="ct:grDataQuality"/>
         
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Documents/Document
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children DocumentElement NameOnDocument AddressOnDocument IssuerName
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Passports, driver licenses, credit cards, certificates, etc.
source <xs:element name="Document" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Passports, driver licenses, credit cards, certificates, etc.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="DocumentElement" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Full document desctiption or part of it.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="NameOnDocument" type="n:PartyNameType" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Party Name as on the document if different from the main one.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="AddressOnDocument" type="a:AddressType" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Address details on the document</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="IssuerName" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Reference to a Party element that describes the issuing organisation</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:extension base="n:OrganisationNameType"/>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Type" type="ct:CodeType"/>
   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
   
<xs:attribute name="Status" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
   
<xs:attributeGroup ref="ct:grValidityDate"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Documents/Document/DocumentElement
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
If present, specifies the type of the information provided as text value of the element.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Full document desctiption or part of it.
source <xs:element name="DocumentElement" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Full document desctiption or part of it.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element Documents/Document/NameOnDocument
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type n:PartyNameType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children n:NameLine PersonName OrganisationName
attributes
Name  Type  Use  Default  Fixed  annotation
PartyNameIDct:String      
documentation
A unique identifier of a party
PartyNameIDTypect:CodeType      
documentation
Type of Party Name ID
PartyNameIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PartyNameIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PartyNameIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PartyNameIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
Globally unique identifier
JointNameConnectorct:CodeType      
documentation
The connector used to join more than one person name. Example: Mr Hunt AND Mrs Clark, where AND is the JointNameConnector. The flow is from the preceding to the following. If there is more than 2 names then all names are connected using this connector in the natural order.
JointNameConnectorTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
JointNameConnectorTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
JointNameConnectorTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
JointNameConnectorTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyRefct:String      
documentation
Reference to another NameDetails element with no foreign key reinforcement. The referenced element may be out of the document and the document is still valid.
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Party Name as on the document if different from the main one.
source <xs:element name="NameOnDocument" type="n:PartyNameType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Party Name as on the document if different from the main one.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Documents/Document/AddressOnDocument
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type a:AddressType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children FreeTextAddress Country AdministrativeArea Locality Thoroughfare Premises PostCode RuralDelivery PostalDeliveryPoint PostOffice GeoRSS LocationByCoordinates
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Defines the type of address. An address type can be" Primary Address, Secondary Address, Rural Address, Military Address, etc.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
Usagect:CodeType      
documentation
The purpose the address is used for. E.g.  Postal, residential, business,  etc
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
A globally unique identifier assigned to the address
AddressIDct:String      
documentation
A unique address identifier such as postal delivery idetifier assigned to the address by local postal authority, e.g. DPID in Australia.
AddressIDTypect:CodeType      
documentation
Type of address ID used. e.g. DPID, etc
AddressIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
AddressIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
AddressIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
AddressIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
AddressKeyRefct:String      
documentation
Key identifier for the element for not reinforced references from other elements. Not required to be unique for the document to be valid, but application may get confused if not unique. Extend this schema adding unique contraint if needed.
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Address details on the document
source <xs:element name="AddressOnDocument" type="a:AddressType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Address details on the document</xs:documentation>
 
</xs:annotation>
</xs:element>

element Documents/Document/IssuerName
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of n:OrganisationNameType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children NameElement SubDivisionName
attributes
Name  Type  Use  Default  Fixed  annotation
OrganisationIDct:String      
documentation
A unique identifier of an organisation
OrganisationIDTypect:CodeType      
documentation
Type of identifier
OrganisationIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
OrganisationIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
OrganisationIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
OrganisationIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
Globally unique identifer
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Enumerated list of common types of aliases or name types.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyRefct:String      
documentation
Reference to another NameDetails element with no foreign key reinforcement. The referenced element may be out of the document and the document is still valid.
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Reference to a Party element that describes the issuing organisation
source <xs:element name="IssuerName" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Reference to a Party element that describes the issuing organisation</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="n:OrganisationNameType"/>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element ElectronicAddressIdentifiers
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children ElectronicAddressIdentifier
used by
complexTypes PartyRelationshipDetails PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container of different types of electronic addresses of party (e.g. email, chat, skype, etc)
source <xs:element name="ElectronicAddressIdentifiers">
 
<xs:annotation>
   
<xs:documentation>A container of different types of electronic addresses of party (e.g. email, chat, skype, etc)</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="ElectronicAddressIdentifier" maxOccurs="unbounded">
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Type of electronic address identifier</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:attribute name="Status" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
             
<xs:attribute name="Usage" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Usage of electronic address identifier. e.g. business, personal</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grUsageTypeMetaData"/>
             
<xs:attribute name="Label" type="ct:String">
               
<xs:annotation>
                 
<xs:documentation>An electronic address identifier is usually stored (and probably exchanged) in conjunction with a label which is typically displayed and the URL/electronic identifier just links that label.</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element ElectronicAddressIdentifiers/ElectronicAddressIdentifier
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Type of electronic address identifier
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Usagect:CodeType      
documentation
Usage of electronic address identifier. e.g. business, personal
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Labelct:String      
documentation
An electronic address identifier is usually stored (and probably exchanged) in conjunction with a label which is typically displayed and the URL/electronic identifier just links that label.
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
source <xs:element name="ElectronicAddressIdentifier" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Type of electronic address identifier</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:attribute name="Status" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
       
<xs:attribute name="Usage" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Usage of electronic address identifier. e.g. business, personal</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grUsageTypeMetaData"/>
       
<xs:attribute name="Label" type="ct:String">
         
<xs:annotation>
           
<xs:documentation>An electronic address identifier is usually stored (and probably exchanged) in conjunction with a label which is typically displayed and the URL/electronic identifier just links that label.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element Events
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children Event
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container for a list of key events and dates of the events of the organisation and person
source <xs:element name="Events">
 
<xs:annotation>
   
<xs:documentation>A container for a list of key events and dates of the events of the organisation and person</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Event" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Type of event for a person - e.g. marriage anniversary, death, daughter's birth, spouse birthday, etc.

Type of event for organisation - date of formation/registration, date of closing down, date of liquidation, data of becoming public limited, etc
</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attributeGroup ref="ct:grValidityDate"/>
             
<xs:attribute name="Date" type="xs:dateTime">
               
<xs:annotation>
                 
<xs:documentation>Record the exact date of the event here. For example, deceased date, company closed date, birthday date of spouse, etc</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Events/Event
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
Datexs:dateTime      
documentation
Record the exact date of the event here. For example, deceased date, company closed date, birthday date of spouse, etc
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Type of event for a person - e.g. marriage anniversary, death, daughter's birth, spouse birthday, etc.

Type of event for organisation - date of formation/registration, date of closing down, date of liquidation, data of becoming public limited, etc
source <xs:element name="Event" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Type of event for a person - e.g. marriage anniversary, death, daughter's birth, spouse birthday, etc.

Type of event for organisation - date of formation/registration, date of closing down, date of liquidation, data of becoming public limited, etc
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attributeGroup ref="ct:grValidityDate"/>
       
<xs:attribute name="Date" type="xs:dateTime">
         
<xs:annotation>
           
<xs:documentation>Record the exact date of the event here. For example, deceased date, company closed date, birthday date of spouse, etc</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element Favourites
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children Favourite
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container for a list of favourites of a person
source <xs:element name="Favourites">
 
<xs:annotation>
   
<xs:documentation>A container for a list of favourites of a person</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Favourite" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>The favourites of the person</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Type of favourite. e.g. author, food, book, sport, etc

<Favourite Type="sport">Cricket</Favourite>
                   
<Favourite Type="Movie">Back to the Future</Favourite>
                 
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Favourites/Favourite
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Type of favourite. e.g. author, food, book, sport, etc

<Favourite Type="sport">Cricket</Favourite>
<Favourite Type="Movie">Back to the Future</Favourite>
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
The favourites of the person
source <xs:element name="Favourite" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The favourites of the person</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Type of favourite. e.g. author, food, book, sport, etc

<Favourite Type="sport">Cricket</Favourite>
             
<Favourite Type="Movie">Back to the Future</Favourite>
           
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element Habits
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children Habit
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container for a list of habits of a person
source <xs:element name="Habits">
 
<xs:annotation>
   
<xs:documentation>A container for a list of habits of a person</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Habit" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Personal habits. E.g. smoking, drinking, gambling, women, etc.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Habits/Habit
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Personal habits. E.g. smoking, drinking, gambling, women, etc.
source <xs:element name="Habit" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Personal habits. E.g. smoking, drinking, gambling, women, etc.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element Hobbies
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children Hobby
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container for a list of hobbies of a person
source <xs:element name="Hobbies">
 
<xs:annotation>
   
<xs:documentation>A container for a list of hobbies of a person</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Hobby" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>A hobby of the person. E.g.  craft, sport, recreational activity, etc.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Hobbies/Hobby
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
A hobby of the person. E.g.  craft, sport, recreational activity, etc.
source <xs:element name="Hobby" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>A hobby of the person. E.g.  craft, sport, recreational activity, etc.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element Identifiers
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children Identifier
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container for a list of Identifiers to recognise the party such as customer identifer, social security number, tax number, etc
source <xs:element name="Identifiers">
 
<xs:annotation>
   
<xs:documentation>A container for a list of Identifiers to recognise the party such as customer identifer, social security number, tax number, etc</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Identifier" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Identifier to recognise the party such as customer identifer, social security number, National ID Card, tax number, buiness number, company number, company registration, etc</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="IdentifierElement" minOccurs="0" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>Information about the identifer</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:simpleContent>
                 
<xs:extension base="ct:String">
                   
<xs:attribute name="Type" type="ct:CodeType"/>
                   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
                   
<xs:anyAttribute namespace="##other" processContents="lax"/>
                 
</xs:extension>
               
</xs:simpleContent>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="IssuerName" type="n:OrganisationNameType" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Reference to a Party element that describes the issuing organisation</xs:documentation>
             
</xs:annotation>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="Type" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Type of identifier. e.g. Tax Number</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grTypeMetaData"/>
         
<xs:attribute name="Status" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
         
<xs:attributeGroup ref="ct:grValidityDate"/>
         
<xs:attributeGroup ref="ct:grDataQuality"/>
         
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Identifiers/Identifier
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children IdentifierElement IssuerName
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Type of identifier. e.g. Tax Number
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Identifier to recognise the party such as customer identifer, social security number, National ID Card, tax number, buiness number, company number, company registration, etc
source <xs:element name="Identifier" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Identifier to recognise the party such as customer identifer, social security number, National ID Card, tax number, buiness number, company number, company registration, etc</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="IdentifierElement" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Information about the identifer</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Type" type="ct:CodeType"/>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="IssuerName" type="n:OrganisationNameType" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Reference to a Party element that describes the issuing organisation</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Type" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type of identifier. e.g. Tax Number</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
   
<xs:attribute name="Status" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
   
<xs:attributeGroup ref="ct:grValidityDate"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Identifiers/Identifier/IdentifierElement
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Information about the identifer
source <xs:element name="IdentifierElement" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Information about the identifer</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Type" type="ct:CodeType"/>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element Identifiers/Identifier/IssuerName
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type n:OrganisationNameType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children NameElement SubDivisionName
attributes
Name  Type  Use  Default  Fixed  annotation
OrganisationIDct:String      
documentation
A unique identifier of an organisation
OrganisationIDTypect:CodeType      
documentation
Type of identifier
OrganisationIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
OrganisationIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
OrganisationIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
OrganisationIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
Globally unique identifer
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Enumerated list of common types of aliases or name types.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyRefct:String      
documentation
Reference to another NameDetails element with no foreign key reinforcement. The referenced element may be out of the document and the document is still valid.
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Reference to a Party element that describes the issuing organisation
source <xs:element name="IssuerName" type="n:OrganisationNameType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Reference to a Party element that describes the issuing organisation</xs:documentation>
 
</xs:annotation>
</xs:element>

element Languages
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children Language
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container for a list of languages spoken by a person.
source <xs:element name="Languages">
 
<xs:annotation>
   
<xs:documentation>A container for a list of languages spoken by a person.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Language" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Name of the language spoken by the person</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Mother tongue, by birth, etc</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:attribute name="Speak" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Indicates ability to speak: yes, no, poor, good, bad, average</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="SpeakTypeRef" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="SpeakTypeVer" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="SpeakTypeURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="SpeakTypeVerURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="Read" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Indicates ability to read: yes, no, poor, good, bad, average</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="ReadTypeRef" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="ReadTypeVer" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="ReadTypeURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="ReadTypeVerURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="Write" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Indicates ability to write: yes, no, poor, good, bad, average</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="WriteTypeRef" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="WriteTypeVer" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="WriteTypeURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="WriteTypeVerURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="Understand" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Indicates ability to understand speech: yes, no, poor, good, bad, average</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="UnderstandTypeRef" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="UnderstandTypeVer" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="UnderstandTypeURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="UnderstandTypeVerURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="Preference" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Indicates preferred language of communication (read and/or write and/or speak)</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="PreferenceTypeRef" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="PreferenceTypeVer" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="PreferenceTypeURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="PreferenceTypeVerURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Languages/Language
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Mother tongue, by birth, etc
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Speakct:CodeType      
documentation
Indicates ability to speak: yes, no, poor, good, bad, average
SpeakTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
SpeakTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
SpeakTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
SpeakTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Readct:CodeType      
documentation
Indicates ability to read: yes, no, poor, good, bad, average
ReadTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
ReadTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
ReadTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
ReadTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Writect:CodeType      
documentation
Indicates ability to write: yes, no, poor, good, bad, average
WriteTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
WriteTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
WriteTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
WriteTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Understandct:CodeType      
documentation
Indicates ability to understand speech: yes, no, poor, good, bad, average
UnderstandTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UnderstandTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UnderstandTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UnderstandTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Preferencect:CodeType      
documentation
Indicates preferred language of communication (read and/or write and/or speak)
PreferenceTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PreferenceTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PreferenceTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PreferenceTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Name of the language spoken by the person
source <xs:element name="Language" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Name of the language spoken by the person</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Mother tongue, by birth, etc</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:attribute name="Speak" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Indicates ability to speak: yes, no, poor, good, bad, average</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="SpeakTypeRef" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="SpeakTypeVer" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="SpeakTypeURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="SpeakTypeVerURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="Read" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Indicates ability to read: yes, no, poor, good, bad, average</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ReadTypeRef" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ReadTypeVer" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ReadTypeURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ReadTypeVerURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="Write" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Indicates ability to write: yes, no, poor, good, bad, average</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="WriteTypeRef" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="WriteTypeVer" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="WriteTypeURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="WriteTypeVerURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="Understand" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Indicates ability to understand speech: yes, no, poor, good, bad, average</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="UnderstandTypeRef" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="UnderstandTypeVer" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="UnderstandTypeURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="UnderstandTypeVerURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="Preference" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Indicates preferred language of communication (read and/or write and/or speak)</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="PreferenceTypeRef" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="PreferenceTypeVer" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="PreferenceTypeURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="PreferenceTypeVerURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element Memberships
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children Membership
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container for memberships of party with other organisations (e.g. industry groups).
source <xs:element name="Memberships">
 
<xs:annotation>
   
<xs:documentation>A container for memberships of party with other organisations (e.g. industry groups).</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Membership" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Membership details</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="MembershipElement" minOccurs="0" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>Full description of membership or part of it</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:simpleContent>
                 
<xs:extension base="ct:String">
                   
<xs:attribute name="Type" type="ct:CodeType">
                     
<xs:annotation>
                       
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
                   
<xs:anyAttribute namespace="##other" processContents="lax"/>
                 
</xs:extension>
               
</xs:simpleContent>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="Organisation" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Reference to a Party element that describes the organisation where the memberships is held.</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:complexContent>
                 
<xs:extension base="n:OrganisationNameType"/>
               
</xs:complexContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="Type" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Type of membership. e.g </xs:documentation>
             
<xs:documentation>Type of membership. e.g IEEE, Rifles Club</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grTypeMetaData"/>
         
<xs:attribute name="Status" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
         
<xs:attributeGroup ref="ct:grValidityDate"/>
         
<xs:attributeGroup ref="ct:grDataQuality"/>
         
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Memberships/Membership
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children MembershipElement Organisation
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Type of membership. e.g
documentation
Type of membership. e.g IEEE, Rifles Club
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Membership details
source <xs:element name="Membership" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Membership details</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="MembershipElement" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Full description of membership or part of it</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="Organisation" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Reference to a Party element that describes the organisation where the memberships is held.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:extension base="n:OrganisationNameType"/>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Type" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type of membership. e.g </xs:documentation>
       
<xs:documentation>Type of membership. e.g IEEE, Rifles Club</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
   
<xs:attribute name="Status" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
   
<xs:attributeGroup ref="ct:grValidityDate"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Memberships/Membership/MembershipElement
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
If present, specifies the type of the information provided as text value of the element.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Full description of membership or part of it
source <xs:element name="MembershipElement" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Full description of membership or part of it</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element Memberships/Membership/Organisation
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of n:OrganisationNameType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children NameElement SubDivisionName
attributes
Name  Type  Use  Default  Fixed  annotation
OrganisationIDct:String      
documentation
A unique identifier of an organisation
OrganisationIDTypect:CodeType      
documentation
Type of identifier
OrganisationIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
OrganisationIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
OrganisationIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
OrganisationIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
Globally unique identifer
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Enumerated list of common types of aliases or name types.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyRefct:String      
documentation
Reference to another NameDetails element with no foreign key reinforcement. The referenced element may be out of the document and the document is still valid.
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Reference to a Party element that describes the organisation where the memberships is held.
source <xs:element name="Organisation" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Reference to a Party element that describes the organisation where the memberships is held.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="n:OrganisationNameType"/>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element Nationalities
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children Country
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container for a list of nationalities of a person
source <xs:element name="Nationalities">
 
<xs:annotation>
   
<xs:documentation>A container for a list of nationalities of a person</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Country" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Name of the country of nationality. Could be more than one nationality</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:extension base="a:CountryType">
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Type of nationality - By birth, naturalization, citizen</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:attribute name="Status" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
             
<xs:attributeGroup ref="ct:grValidityDate"/>
           
</xs:extension>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Nationalities/Country
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of a:CountryType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children NameElement
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Type of nationality - By birth, naturalization, citizen
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
annotation
documentation
Name of the country of nationality. Could be more than one nationality
source <xs:element name="Country" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Name of the country of nationality. Could be more than one nationality</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="a:CountryType">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Type of nationality - By birth, naturalization, citizen</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:attribute name="Status" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
       
<xs:attributeGroup ref="ct:grValidityDate"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element Occupations
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children Occupation
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container for a list of occupations of a person
source <xs:element name="Occupations">
 
<xs:annotation>
   
<xs:documentation>A container for a list of occupations of a person</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Occupation" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Occupation details</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="OccupationElement" minOccurs="0" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>Full description of the occupation or part of it</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:simpleContent>
                 
<xs:extension base="ct:String">
                   
<xs:attribute name="Type" type="ct:CodeType">
                     
<xs:annotation>
                       
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
                   
<xs:anyAttribute namespace="##other" processContents="lax"/>
                 
</xs:extension>
               
</xs:simpleContent>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="Employer" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Reference to a Party element that describes the employer.</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:complexContent>
                 
<xs:extension base="n:OrganisationNameType"/>
               
</xs:complexContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="isSelfEmployed" type="xs:boolean">
           
<xs:annotation>
             
<xs:documentation>Is the party self employed? A boolean value expected</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="Status" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
         
<xs:attributeGroup ref="ct:grValidityDate"/>
         
<xs:attributeGroup ref="ct:grDataQuality"/>
         
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Occupations/Occupation
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children OccupationElement Employer
attributes
Name  Type  Use  Default  Fixed  annotation
isSelfEmployedxs:boolean      
documentation
Is the party self employed? A boolean value expected
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Occupation details
source <xs:element name="Occupation" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Occupation details</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="OccupationElement" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Full description of the occupation or part of it</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="Employer" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Reference to a Party element that describes the employer.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:extension base="n:OrganisationNameType"/>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="isSelfEmployed" type="xs:boolean">
     
<xs:annotation>
       
<xs:documentation>Is the party self employed? A boolean value expected</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="Status" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
   
<xs:attributeGroup ref="ct:grValidityDate"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Occupations/Occupation/OccupationElement
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
If present, specifies the type of the information provided as text value of the element.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Full description of the occupation or part of it
source <xs:element name="OccupationElement" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Full description of the occupation or part of it</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element Occupations/Occupation/Employer
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of n:OrganisationNameType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children NameElement SubDivisionName
attributes
Name  Type  Use  Default  Fixed  annotation
OrganisationIDct:String      
documentation
A unique identifier of an organisation
OrganisationIDTypect:CodeType      
documentation
Type of identifier
OrganisationIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
OrganisationIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
OrganisationIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
OrganisationIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
Globally unique identifer
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Enumerated list of common types of aliases or name types.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyRefct:String      
documentation
Reference to another NameDetails element with no foreign key reinforcement. The referenced element may be out of the document and the document is still valid.
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Reference to a Party element that describes the employer.
source <xs:element name="Employer" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Reference to a Party element that describes the employer.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="n:OrganisationNameType"/>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element OrganisationInfo
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Type of organisation. Free text description, e.g. Company, Trust, Bank, Society, Club, etc.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
CategoryTypect:CodeType      
documentation
Type of category the organisation belongs to such as club, association, company, vendor, etc
CategoryTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
CategoryTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
CategoryTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
CategoryTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Naturect:CodeType      
documentation
Nature of the organisation. e.g. Public limited, Commercial, charity, non-commercial, etc.
NatureTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NatureTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NatureTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NatureTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IndustryTypect:CodeType      
documentation
Organisation Industry type such as IT, Manufacturing.
IndustryTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
IndustryTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
IndustryTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
IndustryTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IndustryCodect:CodeType      
documentation
Industry code or classification
IndustryCodeTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
IndustryCodeTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
IndustryCodeTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
IndustryCodeTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IndustryCodeTypect:String      
documentation
Type of code used for industry code
NumberOfEmployeesct:String      
documentation
Free text description of organisation size in terms of number of employees
OperatingHourStartTimexs:time      
documentation
Operating hour start time of the organisation, e.g. 9:00am
OperatingHourEndTimexs:time      
documentation
Operating hour end time for the organisation. e.g. 5:00pm
annotation
documentation
Container for organisation specific details that are not covered in this schema that is common to a party
source <xs:element name="OrganisationInfo">
 
<xs:annotation>
   
<xs:documentation>Container for organisation specific details that are not covered in this schema that is common to a party</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:attribute name="Type" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type of organisation. Free text description, e.g. Company, Trust, Bank, Society, Club, etc.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
   
<xs:attribute name="CategoryType" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type of category the organisation belongs to such as club, association, company, vendor, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grCategoryTypeMetaData"/>
   
<xs:attribute name="Status" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
   
<xs:attribute name="Nature" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Nature of the organisation. e.g. Public limited, Commercial, charity, non-commercial, etc.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="NatureTypeRef" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="NatureTypeVer" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="NatureTypeURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="NatureTypeVerURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="IndustryType" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Organisation Industry type such as IT, Manufacturing. </xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="IndustryTypeRef" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="IndustryTypeVer" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="IndustryTypeURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="IndustryTypeVerURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="IndustryCode" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Industry code or classification</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="IndustryCodeTypeRef" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="IndustryCodeTypeVer" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="IndustryCodeTypeURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="IndustryCodeTypeVerURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="IndustryCodeType" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>Type of code used for industry code</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="NumberOfEmployees" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>Free text description of organisation size in terms of number of employees</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="OperatingHourStartTime" type="xs:time">
     
<xs:annotation>
       
<xs:documentation>Operating hour start time of the organisation, e.g. 9:00am</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="OperatingHourEndTime" type="xs:time">
     
<xs:annotation>
       
<xs:documentation>Operating hour end time for the organisation. e.g. 5:00pm</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Party
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type PartyType
properties
content complex
children FreeTextLines PartyName Addresses Accounts ContactNumbers Documents ElectronicAddressIdentifiers Events Identifiers Memberships Relationships Revenues Stocks Vehicles OrganisationInfo PersonInfo BirthInfo CountriesOfResidence Favourites Habits Hobbies Languages Nationalities Occupations PhysicalInfo Preferences Qualifications Visas
attributes
Name  Type  Use  Default  Fixed  annotation
PartyTypect:CodeType      
documentation
Type of Party. e.g. Person or an organisation. An organisation could be university, college, club, association, company, etc
PartyTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PartyTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PartyTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PartyTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
PartyIDct:String      
documentation
A unique identifier for party
PartyIDTypect:CodeType      
documentation
Type of PartyID
PartyIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PartyIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PartyIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PartyIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
A globally unique identifier assigned to party
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
PartyKeyct:String      
documentation
Key identifier for the element for not reinforced references from other elements. Not required to be unique for the document to be valid, but application may get confused if not unique. Extend this schema adding unique constraint if needed.
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
A container for defining the unique characteristics of a party, which can be an individual or organisation
source <xs:element name="Party" type="PartyType">
 
<xs:annotation>
   
<xs:documentation>A container for defining the unique characteristics of a party, which can be an individual or organisation</xs:documentation>
 
</xs:annotation>
</xs:element>

element PersonInfo
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Agect:String      
documentation
Age of the person as integer
CategoryTypect:CodeType      
documentation
Type of category the person belongs such as customer, employee, friend, prospect, etc
CategoryTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
CategoryTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
CategoryTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
CategoryTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
PhysicalStatusct:CodeType      
documentation
Status of the person. e.g. living, deceased, retired. To log the date of the status such as death or retired, use "Events" element
PhysicalStatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PhysicalStatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PhysicalStatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PhysicalStatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
MaritalStatusct:CodeType      
documentation
Free text description of the current marital status, e.g. married, separated, divorced, separated, etc.
MaritalStatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
MaritalStatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
MaritalStatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
MaritalStatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Ethnicityct:CodeType      
documentation
Ethnicity of the person, e.g. Asian, Chinese, African, etc.
EthnicityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
EthnicityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
EthnicityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
EthnicityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Genderct:CodeType      
documentation
Free text gender description.
GenderTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
GenderTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
GenderTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
GenderTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Religionct:CodeType      
documentation
Free text name of the religion
ReligionTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
ReligionTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
ReligionTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
ReligionTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Container for person specific details that are not covered in this schema that is common to a party
source <xs:element name="PersonInfo">
 
<xs:annotation>
   
<xs:documentation>Container for person specific details that are not covered in this schema that is common to a party</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:attribute name="Age" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>Age of the person as integer</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="CategoryType" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type of category the person belongs such as customer, employee, friend, prospect, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grCategoryTypeMetaData"/>
   
<xs:attribute name="PhysicalStatus" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Status of the person. e.g. living, deceased, retired. To log the date of the status such as death or retired, use "Events" element</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="PhysicalStatusTypeRef" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="PhysicalStatusTypeVer" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="PhysicalStatusTypeURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="PhysicalStatusTypeVerURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="MaritalStatus" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Free text description of the current marital status, e.g. married, separated, divorced, separated, etc.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="MaritalStatusTypeRef" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="MaritalStatusTypeVer" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="MaritalStatusTypeURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="MaritalStatusTypeVerURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="Ethnicity" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Ethnicity of the person, e.g. Asian, Chinese, African, etc.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="EthnicityTypeRef" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="EthnicityTypeVer" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="EthnicityTypeURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="EthnicityTypeVerURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="Gender" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Free text gender description.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="GenderTypeRef" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="GenderTypeVer" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="GenderTypeURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="GenderTypeVerURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="Religion" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Free text name of the religion</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="ReligionTypeRef" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="ReligionTypeVer" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="ReligionTypeURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="ReligionTypeVerURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element PhysicalInfo
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children FreeTextLine Feature BodyMark Disability Allergy HealthCondition
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
BloodGroupct:CodeType      
BloodGroupTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
BloodGroupTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
BloodGroupTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
BloodGroupTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
A container for physical characteristics of a person
source <xs:element name="PhysicalInfo">
 
<xs:annotation>
   
<xs:documentation>A container for physical characteristics of a person</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="FreeTextLine" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Any other physical info not covered by elements here</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Category or type of physical info</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="Feature" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Description of a physical feature such as hair, height, eye color, etc.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:attribute name="UnitType" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Defines the unit of measurement. Example: Inches, feet, cm, meters, days, months, years, kgs, pounds, etc.</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="UnitTypeRef" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="UnitTypeVer" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="UnitTypeURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="UnitTypeVerURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="BodyMark" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Description of body marks, such as scars, tatoos, spots, etc.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Part" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Free text name/description of the body part where the mark is located</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="PartTypeRef" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="PartTypeVer" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="PartTypeURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="PartTypeVerURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="Location" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Free text description of where on the body part the mark is located. E.g. left hand side, front, back, etc</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="LocationTypeRef" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="LocationTypeVer" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="LocationTypeURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="LocationTypeVerURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="Disability" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Description of person's disability.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Cause" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Free text description of the cause of the disability, e.g. birth defect, accident, etc.</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="CauseTypeRef" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="CauseTypeVer" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="CauseTypeURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="CauseTypeVerURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="Allergy" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Description of the person's allergy. e.g. Allergic to Pencillin, milk products</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="HealthCondition" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Condition of health in terms of medical. e.g. Healthy, diabetic, hgh blood pressure, high cholestrol, etc</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:attribute name="BloodGroup" type="ct:CodeType"/>
   
<xs:attribute name="BloodGroupTypeRef" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="BloodGroupTypeVer" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="BloodGroupTypeURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="BloodGroupTypeVerURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element PhysicalInfo/FreeTextLine
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Category or type of physical info
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Any other physical info not covered by elements here
source <xs:element name="FreeTextLine" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Any other physical info not covered by elements here</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Category or type of physical info</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element PhysicalInfo/Feature
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
If present, specifies the type of the information provided as text value of the element.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
UnitTypect:CodeType      
documentation
Defines the unit of measurement. Example: Inches, feet, cm, meters, days, months, years, kgs, pounds, etc.
UnitTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UnitTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UnitTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UnitTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
annotation
documentation
Description of a physical feature such as hair, height, eye color, etc.
source <xs:element name="Feature" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Description of a physical feature such as hair, height, eye color, etc.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:attribute name="UnitType" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Defines the unit of measurement. Example: Inches, feet, cm, meters, days, months, years, kgs, pounds, etc.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="UnitTypeRef" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="UnitTypeVer" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="UnitTypeURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="UnitTypeVerURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element PhysicalInfo/BodyMark
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Partct:CodeType      
documentation
Free text name/description of the body part where the mark is located
PartTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PartTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PartTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PartTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Locationct:CodeType      
documentation
Free text description of where on the body part the mark is located. E.g. left hand side, front, back, etc
LocationTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
LocationTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
LocationTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
LocationTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Description of body marks, such as scars, tatoos, spots, etc.
source <xs:element name="BodyMark" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Description of body marks, such as scars, tatoos, spots, etc.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Part" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Free text name/description of the body part where the mark is located</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="PartTypeRef" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="PartTypeVer" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="PartTypeURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="PartTypeVerURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="Location" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Free text description of where on the body part the mark is located. E.g. left hand side, front, back, etc</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="LocationTypeRef" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="LocationTypeVer" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="LocationTypeURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="LocationTypeVerURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element PhysicalInfo/Disability
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Causect:CodeType      
documentation
Free text description of the cause of the disability, e.g. birth defect, accident, etc.
CauseTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
CauseTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
CauseTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
CauseTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Description of person's disability.
source <xs:element name="Disability" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Description of person's disability.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Cause" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Free text description of the cause of the disability, e.g. birth defect, accident, etc.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="CauseTypeRef" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="CauseTypeVer" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="CauseTypeURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="CauseTypeVerURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element PhysicalInfo/Allergy
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Description of the person's allergy. e.g. Allergic to Pencillin, milk products
source <xs:element name="Allergy" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Description of the person's allergy. e.g. Allergic to Pencillin, milk products</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element PhysicalInfo/HealthCondition
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Condition of health in terms of medical. e.g. Healthy, diabetic, hgh blood pressure, high cholestrol, etc
source <xs:element name="HealthCondition" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Condition of health in terms of medical. e.g. Healthy, diabetic, hgh blood pressure, high cholestrol, etc</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element Preferences
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children Preference
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container for a list of preferences of a person (e.g. seat position in flight, restuarants)
source <xs:element name="Preferences">
 
<xs:annotation>
   
<xs:documentation>A container for a list of preferences of a person (e.g. seat position in flight, restuarants)</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Preference" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Preferences of the person. e.g. seat in non smoking area, holiday with family than alone</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Type of preference. e.g. seating position</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Preferences/Preference
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Type of preference. e.g. seating position
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Preferences of the person. e.g. seat in non smoking area, holiday with family than alone
source <xs:element name="Preference" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Preferences of the person. e.g. seat in non smoking area, holiday with family than alone</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Type of preference. e.g. seating position</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element Qualifications
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children Qualification
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container for a list of  qualifications of a person
source <xs:element name="Qualifications">
 
<xs:annotation>
   
<xs:documentation>A container for a list of  qualifications of a person</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Qualification" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Educational qualification</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="QualificationElement" minOccurs="0" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>Full / partial name or description of person's qualification</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:simpleContent>
                 
<xs:extension base="ct:String">
                   
<xs:attribute name="Type" type="ct:CodeType">
                     
<xs:annotation>
                       
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
                   
<xs:anyAttribute namespace="##other" processContents="lax"/>
                 
</xs:extension>
               
</xs:simpleContent>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="Institution" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Reference to a Party element that describes the institution.</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:complexContent>
                 
<xs:extension base="n:OrganisationNameType"/>
               
</xs:complexContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="Status" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
         
<xs:attributeGroup ref="ct:grValidityDate"/>
         
<xs:attributeGroup ref="ct:grDataQuality"/>
         
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Qualifications/Qualification
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children QualificationElement Institution
attributes
Name  Type  Use  Default  Fixed  annotation
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Educational qualification
source <xs:element name="Qualification" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Educational qualification</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="QualificationElement" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Full / partial name or description of person's qualification</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="Institution" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Reference to a Party element that describes the institution.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:extension base="n:OrganisationNameType"/>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Status" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
   
<xs:attributeGroup ref="ct:grValidityDate"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Qualifications/Qualification/QualificationElement
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
If present, specifies the type of the information provided as text value of the element.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Full / partial name or description of person's qualification
source <xs:element name="QualificationElement" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Full / partial name or description of person's qualification</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element Qualifications/Qualification/Institution
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of n:OrganisationNameType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children NameElement SubDivisionName
attributes
Name  Type  Use  Default  Fixed  annotation
OrganisationIDct:String      
documentation
A unique identifier of an organisation
OrganisationIDTypect:CodeType      
documentation
Type of identifier
OrganisationIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
OrganisationIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
OrganisationIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
OrganisationIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
Globally unique identifer
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Enumerated list of common types of aliases or name types.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyRefct:String      
documentation
Reference to another NameDetails element with no foreign key reinforcement. The referenced element may be out of the document and the document is still valid.
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Reference to a Party element that describes the institution.
source <xs:element name="Institution" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Reference to a Party element that describes the institution.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="n:OrganisationNameType"/>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element Relationships
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children IndividualRelationship GroupRelationship
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container for relationships with other parties (persons or organisations, and the nature of relationship). Can also use this to define an organisation hierarchy (parent and subsidiary organisations or branches/groups of organisations)
source <xs:element name="Relationships">
 
<xs:annotation>
   
<xs:documentation>A container for relationships with other parties (persons or organisations, and the nature of relationship). Can also use this to define an organisation hierarchy (parent and subsidiary organisations or branches/groups of organisations)</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="IndividualRelationship" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>One to one relationship with a party. e.g. Friend, Wife,  referee. Only one party details are defined under this container</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:extension base="PartyRelationshipDetails">
             
<xs:attribute name="Status" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
             
<xs:attribute name="PartyType" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Type of party involved in the relationship, i.e. person or organisation</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grPartyTypeMetaData"/>
             
<xs:attribute name="RelationshipWithPerson" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>If tha party is person, then the type of relationship with the person such as Friend, Mother, wife, contact, referee</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grRelationshipWithPersonMetaData"/>
             
<xs:attribute name="RelationshipWithOrganisation" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>If tha party is organisation, then the type of relationship with the organisation such as employer, branch, head office, subsidiary, etc</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grRelationshipWithOrganisationMetaData"/>
             
<xs:attribute name="RelationshipValidFrom" type="xs:dateTime"/>
             
<xs:attribute name="RelationshipValidTo" type="xs:dateTime"/>
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="GroupRelationship" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Relationship categorised as a group where every party in this grouping is listed under this. Example: Friends, Customers, referees, branches of an organisation, etc. A group has more than one party in it and so, more than one party details are defined under this</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="PartyDetails" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>Container to define details of each party in a group. For example, define each person who is categorised under Group Relationship Type "friends" or details of each branch of an organisation listed under Group Relationship Type "Branches"</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:complexContent>
                 
<xs:extension base="PartyRelationshipDetails">
                   
<xs:attribute name="RelationshipWithPerson" type="ct:CodeType">
                     
<xs:annotation>
                       
<xs:documentation>Type of relationship. e.g. Son, Daughter, wife. For example, if the GroupRelationship Grouping Type is "Children", then all individual children details are listed here and this type says the actual relationship of each child such as son, daughter, father, etc</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attributeGroup ref="ct:grRelationshipWithPersonMetaData"/>
                   
<xs:attribute name="RelationshipWithOrganisation" type="ct:CodeType">
                     
<xs:annotation>
                       
<xs:documentation>Type of relationship. channel partner, solution partner, marketing partner, etc. For example, if the GroupRelationship Grouping Type is "Partners", then all individual partner details are listed here and this type says the actual relationship of eachpartner such as channel, solution, marketing, etc. </xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attributeGroup ref="ct:grRelationshipWithOrganisationMetaData"/>
                   
<xs:attribute name="RelationshipValidFrom" type="xs:dateTime"/>
                   
<xs:attribute name="RelationshipValidTo" type="xs:dateTime"/>
                   
<xs:anyAttribute namespace="##other" processContents="lax"/>
                 
</xs:extension>
               
</xs:complexContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="Status" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
         
<xs:attribute name="PartyType" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Type of party involved in the relationship, i.e. person or organisation</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grPartyTypeMetaData"/>
         
<xs:attribute name="RelationshipWithPersonGroup" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Relationship grouping type involving persons. For example, all friends are categorised into group type "Friends". All relatives are categorised into group type "Relatives". All children are categorised into group type "Children", etc</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="RelationshipWithPersonGroupTypeRef" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="RelationshipWithPersonGroupTypeVer" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="RelationshipWithPersonGroupTypeURI" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="RelationshipWithPersonGroupTypeVerURI" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="RelationshipWithOrganisationGroup" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Relationship grouping type involving organisations. For example, all organisations that are subsidiaries of parent organisation are categorised into group type "Subsidiaries". All organisations that are partners of an organisation are grouped together and the group type is "Partners". All organisations that are branches of an organisation are grouped into group type "Branches"</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="RelationshipWithOrganisationGroupTypeRef" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="RelationshipWithOrganisationGroupTypeVer" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="RelationshipWithOrganisationGroupTypeURI" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="RelationshipWithOrganisationGroupTypeVerURI" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grDataQuality"/>
         
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Relationships/IndividualRelationship
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of PartyRelationshipDetails
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children n:NameLine n:PersonName n:OrganisationName Addresses ContactNumbers ElectronicAddressIdentifiers
attributes
Name  Type  Use  Default  Fixed  annotation
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
PartyTypect:CodeType      
documentation
Type of party involved in the relationship, i.e. person or organisation
PartyTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PartyTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PartyTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PartyTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
RelationshipWithPersonct:CodeType      
documentation
If tha party is person, then the type of relationship with the person such as Friend, Mother, wife, contact, referee
RelationshipWithPersonTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
RelationshipWithPersonTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
RelationshipWithPersonTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
RelationshipWithPersonTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
RelationshipWithOrganisationct:CodeType      
documentation
If tha party is organisation, then the type of relationship with the organisation such as employer, branch, head office, subsidiary, etc
RelationshipWithOrganisationTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
RelationshipWithOrganisationTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
RelationshipWithOrganisationTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
RelationshipWithOrganisationTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
RelationshipValidFromxs:dateTime      
RelationshipValidToxs:dateTime      
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
One to one relationship with a party. e.g. Friend, Wife,  referee. Only one party details are defined under this container
source <xs:element name="IndividualRelationship" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>One to one relationship with a party. e.g. Friend, Wife,  referee. Only one party details are defined under this container</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="PartyRelationshipDetails">
       
<xs:attribute name="Status" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
       
<xs:attribute name="PartyType" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Type of party involved in the relationship, i.e. person or organisation</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grPartyTypeMetaData"/>
       
<xs:attribute name="RelationshipWithPerson" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>If tha party is person, then the type of relationship with the person such as Friend, Mother, wife, contact, referee</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grRelationshipWithPersonMetaData"/>
       
<xs:attribute name="RelationshipWithOrganisation" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>If tha party is organisation, then the type of relationship with the organisation such as employer, branch, head office, subsidiary, etc</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grRelationshipWithOrganisationMetaData"/>
       
<xs:attribute name="RelationshipValidFrom" type="xs:dateTime"/>
       
<xs:attribute name="RelationshipValidTo" type="xs:dateTime"/>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element Relationships/GroupRelationship
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children PartyDetails
attributes
Name  Type  Use  Default  Fixed  annotation
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
PartyTypect:CodeType      
documentation
Type of party involved in the relationship, i.e. person or organisation
PartyTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PartyTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PartyTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PartyTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
RelationshipWithPersonGroupct:CodeType      
documentation
Relationship grouping type involving persons. For example, all friends are categorised into group type "Friends". All relatives are categorised into group type "Relatives". All children are categorised into group type "Children", etc
RelationshipWithPersonGroupTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
RelationshipWithPersonGroupTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
RelationshipWithPersonGroupTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
RelationshipWithPersonGroupTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
RelationshipWithOrganisationGroupct:CodeType      
documentation
Relationship grouping type involving organisations. For example, all organisations that are subsidiaries of parent organisation are categorised into group type "Subsidiaries". All organisations that are partners of an organisation are grouped together and the group type is "Partners". All organisations that are branches of an organisation are grouped into group type "Branches"
RelationshipWithOrganisationGroupTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
RelationshipWithOrganisationGroupTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
RelationshipWithOrganisationGroupTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
RelationshipWithOrganisationGroupTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Relationship categorised as a group where every party in this grouping is listed under this. Example: Friends, Customers, referees, branches of an organisation, etc. A group has more than one party in it and so, more than one party details are defined under this
source <xs:element name="GroupRelationship" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Relationship categorised as a group where every party in this grouping is listed under this. Example: Friends, Customers, referees, branches of an organisation, etc. A group has more than one party in it and so, more than one party details are defined under this</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="PartyDetails" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Container to define details of each party in a group. For example, define each person who is categorised under Group Relationship Type "friends" or details of each branch of an organisation listed under Group Relationship Type "Branches"</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:extension base="PartyRelationshipDetails">
             
<xs:attribute name="RelationshipWithPerson" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Type of relationship. e.g. Son, Daughter, wife. For example, if the GroupRelationship Grouping Type is "Children", then all individual children details are listed here and this type says the actual relationship of each child such as son, daughter, father, etc</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grRelationshipWithPersonMetaData"/>
             
<xs:attribute name="RelationshipWithOrganisation" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Type of relationship. channel partner, solution partner, marketing partner, etc. For example, if the GroupRelationship Grouping Type is "Partners", then all individual partner details are listed here and this type says the actual relationship of eachpartner such as channel, solution, marketing, etc. </xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grRelationshipWithOrganisationMetaData"/>
             
<xs:attribute name="RelationshipValidFrom" type="xs:dateTime"/>
             
<xs:attribute name="RelationshipValidTo" type="xs:dateTime"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Status" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
   
<xs:attribute name="PartyType" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type of party involved in the relationship, i.e. person or organisation</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grPartyTypeMetaData"/>
   
<xs:attribute name="RelationshipWithPersonGroup" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Relationship grouping type involving persons. For example, all friends are categorised into group type "Friends". All relatives are categorised into group type "Relatives". All children are categorised into group type "Children", etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="RelationshipWithPersonGroupTypeRef" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="RelationshipWithPersonGroupTypeVer" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="RelationshipWithPersonGroupTypeURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="RelationshipWithPersonGroupTypeVerURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="RelationshipWithOrganisationGroup" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Relationship grouping type involving organisations. For example, all organisations that are subsidiaries of parent organisation are categorised into group type "Subsidiaries". All organisations that are partners of an organisation are grouped together and the group type is "Partners". All organisations that are branches of an organisation are grouped into group type "Branches"</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="RelationshipWithOrganisationGroupTypeRef" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="RelationshipWithOrganisationGroupTypeVer" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="RelationshipWithOrganisationGroupTypeURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="RelationshipWithOrganisationGroupTypeVerURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Relationships/GroupRelationship/PartyDetails
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of PartyRelationshipDetails
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children n:NameLine n:PersonName n:OrganisationName Addresses ContactNumbers ElectronicAddressIdentifiers
attributes
Name  Type  Use  Default  Fixed  annotation
RelationshipWithPersonct:CodeType      
documentation
Type of relationship. e.g. Son, Daughter, wife. For example, if the GroupRelationship Grouping Type is "Children", then all individual children details are listed here and this type says the actual relationship of each child such as son, daughter, father, etc
RelationshipWithPersonTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
RelationshipWithPersonTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
RelationshipWithPersonTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
RelationshipWithPersonTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
RelationshipWithOrganisationct:CodeType      
documentation
Type of relationship. channel partner, solution partner, marketing partner, etc. For example, if the GroupRelationship Grouping Type is "Partners", then all individual partner details are listed here and this type says the actual relationship of eachpartner such as channel, solution, marketing, etc.
RelationshipWithOrganisationTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
RelationshipWithOrganisationTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
RelationshipWithOrganisationTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
RelationshipWithOrganisationTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
RelationshipValidFromxs:dateTime      
RelationshipValidToxs:dateTime      
annotation
documentation
Container to define details of each party in a group. For example, define each person who is categorised under Group Relationship Type "friends" or details of each branch of an organisation listed under Group Relationship Type "Branches"
source <xs:element name="PartyDetails" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Container to define details of each party in a group. For example, define each person who is categorised under Group Relationship Type "friends" or details of each branch of an organisation listed under Group Relationship Type "Branches"</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="PartyRelationshipDetails">
       
<xs:attribute name="RelationshipWithPerson" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Type of relationship. e.g. Son, Daughter, wife. For example, if the GroupRelationship Grouping Type is "Children", then all individual children details are listed here and this type says the actual relationship of each child such as son, daughter, father, etc</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grRelationshipWithPersonMetaData"/>
       
<xs:attribute name="RelationshipWithOrganisation" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Type of relationship. channel partner, solution partner, marketing partner, etc. For example, if the GroupRelationship Grouping Type is "Partners", then all individual partner details are listed here and this type says the actual relationship of eachpartner such as channel, solution, marketing, etc. </xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grRelationshipWithOrganisationMetaData"/>
       
<xs:attribute name="RelationshipValidFrom" type="xs:dateTime"/>
       
<xs:attribute name="RelationshipValidTo" type="xs:dateTime"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element Revenues
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children Revenue
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
Container for income / revenue information of the party
source <xs:element name="Revenues">
 
<xs:annotation>
   
<xs:documentation>Container for income / revenue information of the party</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Revenue" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Revenue/Income details</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="xs:decimal">
             
<xs:attribute name="CurrencyCode" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>A three-letter currency code as per ISO 4217</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="CurrencyCodeTypeRef" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="CurrencyCodeTypeVer" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="CurrencyCodeTypeURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="CurrencyCodeTypeVerURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="Status" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
             
<xs:attribute name="PeriodFrom" type="xs:dateTime">
               
<xs:annotation>
                 
<xs:documentation>Begining of the period. Inclusive.</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="PeriodTo" type="xs:dateTime">
               
<xs:annotation>
                 
<xs:documentation>End of the period. Inclusive.</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Defines the type of amount. Example: Total earning, profit, loss, turnover, etc.</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:attribute name="Precision">
               
<xs:annotation>
                 
<xs:documentation>Precision range where the value of the element is in the middle of the range. E.g. </xs:documentation>
               
</xs:annotation>
               
<xs:simpleType>
                 
<xs:restriction base="xs:decimal">
                   
<xs:minInclusive value="0"/>
                 
</xs:restriction>
               
</xs:simpleType>
             
</xs:attribute>
             
<xs:attribute name="Source" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Where this revenue / income comes from, e.g. business stream, activity, etc.</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="SourceTypeRef" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="SourceTypeVer" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="SourceTypeURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="SourceTypeVerURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="CountryName" type="ct:String">
               
<xs:annotation>
                 
<xs:documentation>Country from where the revenue is generated</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="AfterTax" type="xs:boolean">
               
<xs:annotation>
                 
<xs:documentation>If present and set to true indicates that the income / revenue is after tax. </xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Revenues/Revenue
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of xs:decimal
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
CurrencyCodect:CodeType      
documentation
A three-letter currency code as per ISO 4217
CurrencyCodeTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
CurrencyCodeTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
CurrencyCodeTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
CurrencyCodeTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
PeriodFromxs:dateTime      
documentation
Begining of the period. Inclusive.
PeriodToxs:dateTime      
documentation
End of the period. Inclusive.
Typect:CodeType      
documentation
Defines the type of amount. Example: Total earning, profit, loss, turnover, etc.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Precisionderived by: xs:decimal      
documentation
Precision range where the value of the element is in the middle of the range. E.g.
Sourcect:CodeType      
documentation
Where this revenue / income comes from, e.g. business stream, activity, etc.
SourceTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
SourceTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
SourceTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
SourceTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
CountryNamect:String      
documentation
Country from where the revenue is generated
AfterTaxxs:boolean      
documentation
If present and set to true indicates that the income / revenue is after tax.
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Revenue/Income details
source <xs:element name="Revenue" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Revenue/Income details</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:decimal">
       
<xs:attribute name="CurrencyCode" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>A three-letter currency code as per ISO 4217</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="CurrencyCodeTypeRef" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="CurrencyCodeTypeVer" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="CurrencyCodeTypeURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="CurrencyCodeTypeVerURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="Status" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
       
<xs:attribute name="PeriodFrom" type="xs:dateTime">
         
<xs:annotation>
           
<xs:documentation>Begining of the period. Inclusive.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="PeriodTo" type="xs:dateTime">
         
<xs:annotation>
           
<xs:documentation>End of the period. Inclusive.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Defines the type of amount. Example: Total earning, profit, loss, turnover, etc.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:attribute name="Precision">
         
<xs:annotation>
           
<xs:documentation>Precision range where the value of the element is in the middle of the range. E.g. </xs:documentation>
         
</xs:annotation>
         
<xs:simpleType>
           
<xs:restriction base="xs:decimal">
             
<xs:minInclusive value="0"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="Source" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Where this revenue / income comes from, e.g. business stream, activity, etc.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="SourceTypeRef" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="SourceTypeVer" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="SourceTypeURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="SourceTypeVerURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="CountryName" type="ct:String">
         
<xs:annotation>
           
<xs:documentation>Country from where the revenue is generated</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="AfterTax" type="xs:boolean">
         
<xs:annotation>
           
<xs:documentation>If present and set to true indicates that the income / revenue is after tax. </xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element Stocks
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children Stock
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container for stocks invested information
source <xs:element name="Stocks">
 
<xs:annotation>
   
<xs:documentation>A container for stocks invested information </xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Stock" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>A Stock market listing details. The organisation could be listed on more than one country</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="ListedCode" type="ct:String">
           
<xs:annotation>
             
<xs:documentation>The code name for the organisation as listed in the exchange. E.g. MOT for Motorola Inc</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="MarketName" type="ct:String">
           
<xs:annotation>
             
<xs:documentation>Free text name of the stock exchange or other market. E.g. NYSE or NZX</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="CountryName" type="ct:String">
           
<xs:annotation>
             
<xs:documentation>Name of the country where listed</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="InvestedDate" type="xs:dateTime">
           
<xs:annotation>
             
<xs:documentation>date of investment</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="ShareQuantity" type="ct:String">
           
<xs:annotation>
             
<xs:documentation>Quantity of shares.....1 million shares</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="ListedDate" type="xs:dateTime">
           
<xs:annotation>
             
<xs:documentation>date of listing </xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grDataQuality"/>
         
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Stocks/Stock
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
ListedCodect:String      
documentation
The code name for the organisation as listed in the exchange. E.g. MOT for Motorola Inc
MarketNamect:String      
documentation
Free text name of the stock exchange or other market. E.g. NYSE or NZX
CountryNamect:String      
documentation
Name of the country where listed
InvestedDatexs:dateTime      
documentation
date of investment
ShareQuantityct:String      
documentation
Quantity of shares.....1 million shares
ListedDatexs:dateTime      
documentation
date of listing
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
A Stock market listing details. The organisation could be listed on more than one country
source <xs:element name="Stock" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>A Stock market listing details. The organisation could be listed on more than one country</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="ListedCode" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>The code name for the organisation as listed in the exchange. E.g. MOT for Motorola Inc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="MarketName" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>Free text name of the stock exchange or other market. E.g. NYSE or NZX</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="CountryName" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>Name of the country where listed</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="InvestedDate" type="xs:dateTime">
     
<xs:annotation>
       
<xs:documentation>date of investment</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="ShareQuantity" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>Quantity of shares.....1 million shares</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="ListedDate" type="xs:dateTime">
     
<xs:annotation>
       
<xs:documentation>date of listing </xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Vehicles
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children Vehicle
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container to define all the vehicles of the party
source <xs:element name="Vehicles">
 
<xs:annotation>
   
<xs:documentation>A container to define all the vehicles of the party</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Vehicle" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Vehicle Details</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="VehicleElement" minOccurs="0" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>Full vehicle description of part of it</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:simpleContent>
                 
<xs:extension base="ct:String">
                   
<xs:attribute name="Type" type="ct:CodeType">
                     
<xs:annotation>
                       
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
                   
<xs:anyAttribute namespace="##other" processContents="lax"/>
                 
</xs:extension>
               
</xs:simpleContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="Type" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Type of vehicle. Example: Motorbike, Truck, Car, Bicycle, 4WD, Jeep, etc</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grTypeMetaData"/>
         
<xs:attribute name="Status" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
         
<xs:attributeGroup ref="ct:grDataQuality"/>
         
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Vehicles/Vehicle
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children VehicleElement
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Type of vehicle. Example: Motorbike, Truck, Car, Bicycle, 4WD, Jeep, etc
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Vehicle Details
source <xs:element name="Vehicle" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Vehicle Details</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="VehicleElement" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Full vehicle description of part of it</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Type" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type of vehicle. Example: Motorbike, Truck, Car, Bicycle, 4WD, Jeep, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
   
<xs:attribute name="Status" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Vehicles/Vehicle/VehicleElement
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
If present, specifies the type of the information provided as text value of the element.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Full vehicle description of part of it
source <xs:element name="VehicleElement" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Full vehicle description of part of it</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element Visas
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
content complex
children Visa
used by
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
A container to define the VISAs held by a person (e.g. visitor, temporary, permanent resident, work, etc)
source <xs:element name="Visas">
 
<xs:annotation>
   
<xs:documentation>A container to define the VISAs held by a person (e.g. visitor, temporary, permanent resident, work, etc)</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Visa" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>All information about Visa details.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="VisaElement" minOccurs="0" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>Visa category number depending upon the type of visa. Example: H-1 for employment visa as in the USA</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:simpleContent>
                 
<xs:extension base="ct:String">
                   
<xs:attribute name="Type" type="ct:CodeType">
                     
<xs:annotation>
                       
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
                   
<xs:anyAttribute namespace="##other" processContents="lax"/>
                 
</xs:extension>
               
</xs:simpleContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="Status" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
         
<xs:attributeGroup ref="ct:grValidityDate"/>
         
<xs:attribute name="EntryByDate" type="xs:dateTime"/>
         
<xs:attributeGroup ref="ct:grDataQuality"/>
         
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Visas/Visa
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children VisaElement
attributes
Name  Type  Use  Default  Fixed  annotation
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
EntryByDatexs:dateTime      
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
All information about Visa details.
source <xs:element name="Visa" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>All information about Visa details.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="VisaElement" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Visa category number depending upon the type of visa. Example: H-1 for employment visa as in the USA</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Status" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
   
<xs:attributeGroup ref="ct:grValidityDate"/>
   
<xs:attribute name="EntryByDate" type="xs:dateTime"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element Visas/Visa/VisaElement
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type extension of ct:String
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
If present, specifies the type of the information provided as text value of the element.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Visa category number depending upon the type of visa. Example: H-1 for employment visa as in the USA
source <xs:element name="VisaElement" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Visa category number depending upon the type of visa. Example: H-1 for employment visa as in the USA</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>If present, specifies the type of the information provided as text value of the element.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

complexType PartyRelationshipDetails
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
children n:NameLine n:PersonName n:OrganisationName Addresses ContactNumbers ElectronicAddressIdentifiers
used by
elements Relationships/IndividualRelationship Relationships/GroupRelationship/PartyDetails
annotation
documentation
Internal reuse - used in Relationship element
source <xs:complexType name="PartyRelationshipDetails">
 
<xs:annotation>
   
<xs:documentation>Internal reuse - used in Relationship element</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element ref="n:NameLine" minOccurs="0"/>
   
<xs:element ref="n:PersonName" minOccurs="0"/>
   
<xs:element ref="n:OrganisationName" minOccurs="0"/>
   
<xs:element ref="Addresses" minOccurs="0"/>
   
<xs:element ref="ContactNumbers" minOccurs="0"/>
   
<xs:element ref="ElectronicAddressIdentifiers" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

complexType PartyType
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
children FreeTextLines PartyName Addresses Accounts ContactNumbers Documents ElectronicAddressIdentifiers Events Identifiers Memberships Relationships Revenues Stocks Vehicles OrganisationInfo PersonInfo BirthInfo CountriesOfResidence Favourites Habits Hobbies Languages Nationalities Occupations PhysicalInfo Preferences Qualifications Visas
used by
element Party
attributes
Name  Type  Use  Default  Fixed  annotation
PartyTypect:CodeType      
documentation
Type of Party. e.g. Person or an organisation. An organisation could be university, college, club, association, company, etc
PartyTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PartyTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PartyTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PartyTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
PartyIDct:String      
documentation
A unique identifier for party
PartyIDTypect:CodeType      
documentation
Type of PartyID
PartyIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PartyIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PartyIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PartyIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
A globally unique identifier assigned to party
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
PartyKeyct:String      
documentation
Key identifier for the element for not reinforced references from other elements. Not required to be unique for the document to be valid, but application may get confused if not unique. Extend this schema adding unique constraint if needed.
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
A container for defining the unique characteristics of a party, which can be an individual or organisation
source <xs:complexType name="PartyType">
 
<xs:annotation>
   
<xs:documentation>A container for defining the unique characteristics of a party, which can be an individual or organisation</xs:documentation>
 
</xs:annotation>
 
<xs:all>
   
<xs:element name="FreeTextLines" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Free text description of the party as line 1, line 2, line n. </xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="FreeTextLine" maxOccurs="unbounded">
           
<xs:complexType>
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Type (semantics or category) of free text data </xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="PartyName" type="n:PartyNameType" minOccurs="0"/>
   
<xs:element ref="Addresses" minOccurs="0"/>
   
<xs:element ref="Accounts" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A container to define the accounts details of the party such as utility account, financil accounts</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element ref="ContactNumbers" minOccurs="0"/>
   
<xs:element ref="Documents" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A container for identification document and cards of the party that are unique to the party. e.g. license, identification card, credit card, etc</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element ref="ElectronicAddressIdentifiers" minOccurs="0"/>
   
<xs:element ref="Events" minOccurs="0"/>
   
<xs:element ref="Identifiers" minOccurs="0"/>
   
<xs:element ref="Memberships" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A container for memberships of party with other organisations (e.g. industry groups) or social networks (clubs, association, etc)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element ref="Relationships" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Relationships with other parties (persons or organisations, and the nature of relationship). Examples:
- For person: Contacts, blood relatives, friends, referees, customers, etc
- for Organisation: Subsidiary, Parent company, Branches, Divisions, Partners, etc
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element ref="Revenues" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Container for income / revenue information of the party (salary/organisation revenue)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element ref="Stocks" minOccurs="0"/>
   
<xs:element ref="Vehicles" minOccurs="0"/>
   
<xs:element ref="OrganisationInfo" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Container for other organisation specific details that are not covered in this schema that are common to a party</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element ref="PersonInfo" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Container for other person specific details that are not covered in this schema elements that are common to a party</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element ref="BirthInfo" minOccurs="0"/>
   
<xs:element ref="CountriesOfResidence" minOccurs="0"/>
   
<xs:element ref="Favourites" minOccurs="0"/>
   
<xs:element ref="Habits" minOccurs="0"/>
   
<xs:element ref="Hobbies" minOccurs="0"/>
   
<xs:element ref="Languages" minOccurs="0"/>
   
<xs:element ref="Nationalities" minOccurs="0"/>
   
<xs:element ref="Occupations" minOccurs="0"/>
   
<xs:element ref="PhysicalInfo" minOccurs="0"/>
   
<xs:element ref="Preferences" minOccurs="0"/>
   
<xs:element ref="Qualifications" minOccurs="0"/>
   
<xs:element ref="Visas" minOccurs="0"/>
 
</xs:all>
 
<xs:attribute name="PartyType" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Type of Party. e.g. Person or an organisation. An organisation could be university, college, club, association, company, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grPartyTypeMetaData"/>
 
<xs:attribute name="PartyID" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>A unique identifier for party</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PartyIDType" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Type of PartyID</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PartyIDTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PartyIDTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PartyIDTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PartyIDTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ID" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>A globally unique identifier assigned to party</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grDataQuality"/>
 
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
 
<xs:attribute name="Status" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
 
<xs:attributeGroup ref="ct:grValidityDate"/>
 
<xs:attribute name="PartyKey" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>Key identifier for the element for not reinforced references from other elements. Not required to be unique for the document to be valid, but application may get confused if not unique. Extend this schema adding unique constraint if needed.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute ref="xlink:type"/>
 
<xs:attribute ref="xlink:label"/>
 
<xs:attribute ref="xlink:href"/>
 
<xs:attributeGroup ref="ct:grLanguageCode"/>
 
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

element PartyType/FreeTextLines
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children FreeTextLine
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
Free text description of the party as line 1, line 2, line n.
source <xs:element name="FreeTextLines" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Free text description of the party as line 1, line 2, line n. </xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="FreeTextLine" maxOccurs="unbounded">
       
<xs:complexType>
         
<xs:attribute name="Type" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Type (semantics or category) of free text data </xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grTypeMetaData"/>
         
<xs:attributeGroup ref="ct:grDataQuality"/>
         
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element PartyType/FreeTextLines/FreeTextLine
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Type (semantics or category) of free text data
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
source <xs:element name="FreeTextLine" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:attribute name="Type" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type (semantics or category) of free text data </xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element PartyType/PartyName
diagram
namespace urn:oasis:names:tc:ciq:xpil:3
type n:PartyNameType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children n:NameLine PersonName OrganisationName
attributes
Name  Type  Use  Default  Fixed  annotation
PartyNameIDct:String      
documentation
A unique identifier of a party
PartyNameIDTypect:CodeType      
documentation
Type of Party Name ID
PartyNameIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PartyNameIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PartyNameIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PartyNameIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
Globally unique identifier
JointNameConnectorct:CodeType      
documentation
The connector used to join more than one person name. Example: Mr Hunt AND Mrs Clark, where AND is the JointNameConnector. The flow is from the preceding to the following. If there is more than 2 names then all names are connected using this connector in the natural order.
JointNameConnectorTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
JointNameConnectorTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
JointNameConnectorTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
JointNameConnectorTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyRefct:String      
documentation
Reference to another NameDetails element with no foreign key reinforcement. The referenced element may be out of the document and the document is still valid.
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
source <xs:element name="PartyName" type="n:PartyNameType" minOccurs="0"/>

attributeGroup grPartyKeyRef
namespace urn:oasis:names:tc:ciq:xpil:3
attributes
Name  Type  Use  Default  Fixed  annotation
PartyKeyRefxs:string      
documentation
Foreign key to reference attribute Key of Party Details
annotation
documentation
Foreign key to reference attribute Key of Party Details
source <xs:attributeGroup name="grPartyKeyRef">
 
<xs:annotation>
   
<xs:documentation>Foreign key to reference attribute Key of Party Details</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="PartyKeyRef" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>Foreign key to reference attribute Key of Party Details</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attribute xlink:actuate
namespace http://www.w3.org/1999/xlink
type restriction of xs:string
facets
enumeration onLoad
enumeration onRequest
enumeration other
enumeration none
source <xs:attribute name="actuate">
 
<xs:simpleType>
   
<xs:annotation>
     
<xs:documentation>
      Enumeration of values for the actuate attribute
     
</xs:documentation>
   
</xs:annotation>
   
<xs:restriction base="string">
     
<xs:enumeration value="onLoad"/>
     
<xs:enumeration value="onRequest"/>
     
<xs:enumeration value="other"/>
     
<xs:enumeration value="none"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute xlink:arcrole
namespace http://www.w3.org/1999/xlink
type restriction of xs:anyURI
facets
minLength 1
source <xs:attribute name="arcrole">
 
<xs:simpleType>
   
<xs:annotation>
     
<xs:documentation>
      A URI with a minimum length of 1 character.
     
</xs:documentation>
   
</xs:annotation>
   
<xs:restriction base="anyURI">
     
<xs:minLength value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute xlink:from
namespace http://www.w3.org/1999/xlink
type xs:NCName
source <xs:attribute name="from" type="NCName"/>

attribute xlink:href
namespace http://www.w3.org/1999/xlink
type xs:anyURI
source <xs:attribute name="href" type="anyURI"/>

attribute xlink:label
namespace http://www.w3.org/1999/xlink
type xs:NCName
source <xs:attribute name="label" type="NCName"/>

attribute xlink:role
namespace http://www.w3.org/1999/xlink
type restriction of xs:anyURI
facets
minLength 1
source <xs:attribute name="role">
 
<xs:simpleType>
   
<xs:annotation>
     
<xs:documentation>
      A URI with a minimum length of 1 character.
     
</xs:documentation>
   
</xs:annotation>
   
<xs:restriction base="anyURI">
     
<xs:minLength value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute xlink:show
namespace http://www.w3.org/1999/xlink
type restriction of xs:string
facets
enumeration new
enumeration replace
enumeration embed
enumeration other
enumeration none
source <xs:attribute name="show">
 
<xs:simpleType>
   
<xs:annotation>
     
<xs:documentation>
      Enumeration of values for the show attribute
     
</xs:documentation>
   
</xs:annotation>
   
<xs:restriction base="string">
     
<xs:enumeration value="new"/>
     
<xs:enumeration value="replace"/>
     
<xs:enumeration value="embed"/>
     
<xs:enumeration value="other"/>
     
<xs:enumeration value="none"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute xlink:title
namespace http://www.w3.org/1999/xlink
type xs:string
source <xs:attribute name="title" type="string"/>

attribute xlink:to
namespace http://www.w3.org/1999/xlink
type xs:NCName
source <xs:attribute name="to" type="NCName"/>

attribute xlink:type
namespace http://www.w3.org/1999/xlink
type restriction of xs:string
facets
enumeration simple
enumeration extended
enumeration locator
enumeration arc
enumeration resource
enumeration title
source <xs:attribute name="type">
 
<xs:simpleType>
   
<xs:annotation>
     
<xs:documentation>
    Enumeration of values for the type attribute
   
</xs:documentation>
   
</xs:annotation>
   
<xs:restriction base="string">
     
<xs:enumeration value="simple"/>
     
<xs:enumeration value="extended"/>
     
<xs:enumeration value="locator"/>
     
<xs:enumeration value="arc"/>
     
<xs:enumeration value="resource"/>
     
<xs:enumeration value="title"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

simpleType ct:CodeType
namespace urn:oasis:names:tc:ciq:ct:3
type xs:normalizedString
used by
attributes a:AddressType/@AddressIDType PhysicalInfo/@BloodGroup OrganisationInfo/@CategoryType PersonInfo/@CategoryType PhysicalInfo/Disability/@Cause ContactNumbers/ContactNumber/@CommunicationMediaType Revenues/Revenue/@CurrencyCode ct:grDataQuality/@DataQualityType a:AddressType/LocationByCoordinates/@Datum a:AddressType/LocationByCoordinates/Latitude/@Direction a:AddressType/LocationByCoordinates/Longitude/@Direction n:PersonNameType/NameElement/@ElementType n:OrganisationNameType/NameElement/@ElementType PersonInfo/@Ethnicity PersonInfo/@Gender OrganisationInfo/@IndustryCode OrganisationInfo/@IndustryType n:PartyNameType/@JointNameConnector PhysicalInfo/BodyMark/@Location PersonInfo/@MaritalStatus a:AddressType/LocationByCoordinates/@Meridian a:AddressType/AdministrativeArea/NameElement/@NameCode a:AddressType/AdministrativeArea/SubAdministrativeArea/NameElement/@NameCode a:AddressType/Locality/NameElement/@NameCode a:CountryType/NameElement/@NameCode a:AddressType/Locality/SubLocality/NameElement/@NameCode a:ThoroughfareType/NameElement/@NameType a:PremisesType/NameElement/@NameType a:AddressType/Locality/SubLocality/NameElement/@NameType a:CountryType/NameElement/@NameType a:AddressType/AdministrativeArea/NameElement/@NameType a:AddressType/Locality/NameElement/@NameType a:AddressType/AdministrativeArea/SubAdministrativeArea/NameElement/@NameType OrganisationInfo/@Nature n:OrganisationNameType/@OrganisationIDType Accounts/Account/@OwnershipType PhysicalInfo/BodyMark/@Part PartyType/@PartyIDType n:PartyNameType/@PartyNameIDType Relationships/GroupRelationship/@PartyType PartyType/@PartyType Relationships/IndividualRelationship/@PartyType n:PersonNameType/@PersonIDType PersonInfo/@PhysicalStatus Languages/Language/@Preference a:AddressType/LocationByCoordinates/@Projection Languages/Language/@Read Relationships/GroupRelationship/PartyDetails/@RelationshipWithOrganisation Relationships/IndividualRelationship/@RelationshipWithOrganisation Relationships/GroupRelationship/@RelationshipWithOrganisationGroup Relationships/IndividualRelationship/@RelationshipWithPerson Relationships/GroupRelationship/PartyDetails/@RelationshipWithPerson Relationships/GroupRelationship/@RelationshipWithPersonGroup PersonInfo/@Religion Revenues/Revenue/@Source Languages/Language/@Speak a:AddressType/@Status Qualifications/Qualification/@Status Visas/Visa/@Status PartyType/@Status n:OrganisationNameType/@Status n:PartyNameType/@Status Accounts/Account/@Status ContactNumbers/ContactNumber/@Status Documents/Document/@Status ElectronicAddressIdentifiers/ElectronicAddressIdentifier/@Status Identifiers/Identifier/@Status Memberships/Membership/@Status Relationships/IndividualRelationship/@Status Relationships/GroupRelationship/@Status Revenues/Revenue/@Status Vehicles/Vehicle/@Status OrganisationInfo/@Status CountriesOfResidence/Country/@Status Nationalities/Country/@Status Occupations/Occupation/@Status Memberships/Membership/MembershipElement/@Type Occupations/Occupation/OccupationElement/@Type Identifiers/Identifier/@Type Identifiers/Identifier/IdentifierElement/@Type a:AddressType/Locality/SubLocality/@Type a:AddressType/Locality/@Type a:AddressType/Premises/SubPremises/@Type a:AddressType/Premises/@Type a:AddressType/RuralDelivery/@Type a:AddressType/PostalDeliveryPoint/@Type ElectronicAddressIdentifiers/ElectronicAddressIdentifier/@Type PhysicalInfo/Feature/@Type Documents/Document/@Type a:AddressType/@Type Documents/Document/DocumentElement/@Type PhysicalInfo/FreeTextLine/@Type ContactNumbers/ContactNumber/ContactNumberElement/@Type a:IdentifierType/@Type Accounts/Account/@Type a:ThoroughfareType/@Type Accounts/Account/AccountElement/@Type Languages/Language/@Type n:NameLine/@Type PartyType/FreeTextLines/FreeTextLine/@Type Favourites/Favourite/@Type Visas/Visa/VisaElement/@Type CountriesOfResidence/Country/@Type BirthInfo/BirthInfoElement/@Type OrganisationInfo/@Type Qualifications/Qualification/QualificationElement/@Type Vehicles/Vehicle/@Type n:PersonNameType/@Type Vehicles/Vehicle/VehicleElement/@Type n:OrganisationNameType/SubDivisionName/@Type Revenues/Revenue/@Type n:OrganisationNameType/@Type Preferences/Preference/@Type a:AddressType/FreeTextAddress/AddressLine/@Type Nationalities/Country/@Type Memberships/Membership/@Type a:AddressType/AdministrativeArea/SubAdministrativeArea/@Type a:AddressType/AdministrativeArea/@Type Languages/Language/@Understand PhysicalInfo/Feature/@UnitType ElectronicAddressIdentifiers/ElectronicAddressIdentifier/@Usage a:AddressType/@Usage ContactNumbers/ContactNumber/@Usage Languages/Language/@Write
annotation
documentation
A common code type for all user-expressed code lists    
source <xs:simpleType name="CodeType">
 
<xs:annotation>
   
<xs:documentation>A common code type for all user-expressed code lists     </xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType ct:DataQualityEnumeration
namespace urn:oasis:names:tc:ciq:ct:3
type restriction of xs:string
facets
enumeration Valid
enumeration Invalid
annotation
documentation
A list of values to indicate the level of reliability of the data
source <xs:simpleType name="DataQualityEnumeration">
 
<xs:annotation>
   
<xs:documentation>A list of values to indicate the level of reliability of the data</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="Valid">
     
<xs:annotation>
       
<xs:documentation>The data was validated and is considered to be true and correct.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Invalid">
     
<xs:annotation>
       
<xs:documentation>Indicates that at least some part of the content is known to be incorrect.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType ct:String
namespace urn:oasis:names:tc:ciq:ct:3
type restriction of xs:string
used by
elements Accounts/Account/AccountElement a:AddressType/FreeTextAddress/AddressLine PhysicalInfo/Allergy BirthInfo/BirthInfoElement PhysicalInfo/BodyMark ContactNumbers/ContactNumber/ContactNumberElement PhysicalInfo/Disability Documents/Document/DocumentElement ElectronicAddressIdentifiers/ElectronicAddressIdentifier Events/Event Favourites/Favourite PhysicalInfo/Feature PhysicalInfo/FreeTextLine Habits/Habit PhysicalInfo/HealthCondition Hobbies/Hobby Identifiers/Identifier/IdentifierElement Languages/Language Memberships/Membership/MembershipElement n:NameLine n:PersonNameType/NameElement n:OrganisationNameType/NameElement Occupations/Occupation/OccupationElement Preferences/Preference Qualifications/Qualification/QualificationElement n:OrganisationNameType/SubDivisionName Vehicles/Vehicle/VehicleElement Visas/Visa/VisaElement
complexTypes a:IdentifierType a:NameType
attributes a:AddressType/@AddressID a:AddressType/@AddressKeyRef PersonInfo/@Age ContactNumbers/ContactNumber/@ContactHours Stocks/Stock/@CountryName Revenues/Revenue/@CountryName a:AddressType/LocationByCoordinates/@DatumCodeType a:AddressType/LocationByCoordinates/Longitude/@DegreesMeasure a:AddressType/LocationByCoordinates/Latitude/@DegreesMeasure OrganisationInfo/@IndustryCodeType ElectronicAddressIdentifiers/ElectronicAddressIdentifier/@Label Stocks/Stock/@ListedCode Stocks/Stock/@MarketName a:AddressType/LocationByCoordinates/@MeridianCodeType a:AddressType/LocationByCoordinates/Longitude/@MinutesMeasure a:AddressType/LocationByCoordinates/Latitude/@MinutesMeasure a:CountryType/NameElement/@NameCodeType a:AddressType/Locality/SubLocality/NameElement/@NameCodeType a:AddressType/Locality/NameElement/@NameCodeType a:AddressType/AdministrativeArea/NameElement/@NameCodeType a:AddressType/AdministrativeArea/SubAdministrativeArea/NameElement/@NameCodeType n:grNameKeyRef/@NameKeyRef OrganisationInfo/@NumberOfEmployees n:OrganisationNameType/@OrganisationID PartyType/@PartyID PartyType/@PartyKey n:PartyNameType/@PartyNameID n:PersonNameType/@PersonID a:AddressType/LocationByCoordinates/@ProjectionCodeType a:AddressType/LocationByCoordinates/Latitude/@SecondsMeasure a:AddressType/LocationByCoordinates/Longitude/@SecondsMeasure Stocks/Stock/@ShareQuantity a:AddressType/Premises/@TypeCode a:ThoroughfareType/@TypeCode a:AddressType/Premises/SubPremises/@TypeCode
facets
maxLength 255
whiteSpace collapse
annotation
documentation
Collapsed 255 character
source <xs:simpleType name="String">
 
<xs:annotation>
   
<xs:documentation>Collapsed 255 character</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:whiteSpace value="collapse"/>
   
<xs:maxLength value="255"/>
 
</xs:restriction>
</xs:simpleType>

attributeGroup ct:grAbbreviation
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements n:NameLine n:PersonNameType/NameElement n:OrganisationNameType/NameElement n:OrganisationNameType/SubDivisionName
complexTypes a:IdentifierType a:NameType
attributes
Name  Type  Use  Default  Fixed  annotation
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
annotation
documentation
A group of commonly used attributes for internal reuse
source <xs:attributeGroup name="grAbbreviation">
 
<xs:annotation>
   
<xs:documentation>A group of commonly used attributes for internal reuse</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="Abbreviation" type="xs:boolean">
   
<xs:annotation>
     
<xs:documentation>If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attributeGroup ct:grCategoryTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements OrganisationInfo PersonInfo
attributes
Name  Type  Use  Default  Fixed  annotation
CategoryTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
CategoryTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
CategoryTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
CategoryTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Metadata fields for user expressed codelists for party category
source <xs:attributeGroup name="grCategoryTypeMetaData">
 
<xs:annotation>
   
<xs:documentation>Metadata fields for user expressed codelists for party category</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="CategoryTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="CategoryTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="CategoryTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="CategoryTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attributeGroup ct:grDataQuality
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements Accounts/Account a:AddressType/AdministrativeArea PhysicalInfo/Allergy BirthInfo PhysicalInfo/BodyMark ContactNumbers/ContactNumber PhysicalInfo/Disability Documents/Document ElectronicAddressIdentifiers/ElectronicAddressIdentifier Events/Event Favourites/Favourite PhysicalInfo/Feature a:AddressType/FreeTextAddress PhysicalInfo/FreeTextLine PartyType/FreeTextLines/FreeTextLine Relationships/GroupRelationship Habits/Habit PhysicalInfo/HealthCondition Hobbies/Hobby Identifiers/Identifier Relationships/IndividualRelationship Languages/Language a:AddressType/Locality a:AddressType/LocationByCoordinates Memberships/Membership n:NameLine Occupations/Occupation OrganisationInfo PersonInfo PhysicalInfo a:AddressType/PostalDeliveryPoint a:AddressType/PostCode a:AddressType/PostOffice Preferences/Preference Qualifications/Qualification Revenues/Revenue a:AddressType/RuralDelivery Stocks/Stock a:AddressType/AdministrativeArea/SubAdministrativeArea a:AddressType/Locality/SubLocality Vehicles/Vehicle Visas/Visa
complexTypes a:AddressType a:CountryType a:PremisesType a:ThoroughfareType n:OrganisationNameType n:PartyNameType n:PersonNameType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
annotation
documentation
A group of commonly used attributes for internal reuse
source <xs:attributeGroup name="grDataQuality">
 
<xs:annotation>
   
<xs:documentation>A group of commonly used attributes for internal reuse</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="DataQualityType" type="CodeType">
   
<xs:annotation>
     
<xs:documentation>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"</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ValidFrom" type="xs:dateTime">
   
<xs:annotation>
     
<xs:documentation>Period the data quality is valid from </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ValidTo" type="xs:dateTime">
   
<xs:annotation>
     
<xs:documentation>Period the data quality is valid to</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attributeGroup ct:grDataQualityTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements Accounts/Account a:AddressType/AdministrativeArea PhysicalInfo/Allergy BirthInfo PhysicalInfo/BodyMark ContactNumbers/ContactNumber PhysicalInfo/Disability Documents/Document ElectronicAddressIdentifiers/ElectronicAddressIdentifier Events/Event Favourites/Favourite PhysicalInfo/Feature a:AddressType/FreeTextAddress PhysicalInfo/FreeTextLine PartyType/FreeTextLines/FreeTextLine Relationships/GroupRelationship Habits/Habit PhysicalInfo/HealthCondition Hobbies/Hobby Identifiers/Identifier Relationships/IndividualRelationship Languages/Language a:AddressType/Locality a:AddressType/LocationByCoordinates Memberships/Membership n:NameLine Occupations/Occupation OrganisationInfo PersonInfo PhysicalInfo a:AddressType/PostalDeliveryPoint a:AddressType/PostCode a:AddressType/PostOffice Preferences/Preference Qualifications/Qualification Revenues/Revenue a:AddressType/RuralDelivery Stocks/Stock a:AddressType/AdministrativeArea/SubAdministrativeArea a:AddressType/Locality/SubLocality Vehicles/Vehicle Visas/Visa
complexTypes a:AddressType a:CountryType a:PremisesType a:ThoroughfareType n:OrganisationNameType n:PartyNameType n:PersonNameType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Metadata for all use expressed data quality code list
source <xs:attributeGroup name="grDataQualityTypeMetaData">
 
<xs:annotation>
   
<xs:documentation>Metadata for all use expressed data quality code list</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="DataQualityTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="DataQualityTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="DataQualityTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="DataQualityTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attributeGroup ct:grElementTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements n:PersonNameType/NameElement n:OrganisationNameType/NameElement
attributes
Name  Type  Use  Default  Fixed  annotation
ElementTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
ElementTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
ElementTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
ElementTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Metadata fields for user expressed codelists for ElementType
source <xs:attributeGroup name="grElementTypeMetaData">
 
<xs:annotation>
   
<xs:documentation>Metadata fields for user expressed codelists for ElementType</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="ElementTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ElementTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ElementTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ElementTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attributeGroup ct:grLanguageCode
namespace urn:oasis:names:tc:ciq:ct:3
used by
complexTypes a:AddressType n:OrganisationNameType n:PartyNameType n:PersonNameType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
The language used (name of human language, e.g. en, en-US)
source <xs:attributeGroup name="grLanguageCode">
 
<xs:annotation>
   
<xs:documentation>The language used (name of human language, e.g. en, en-US)</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="LanguageCode" type="xs:language">
   
<xs:annotation>
     
<xs:documentation>Human Language used. e.g. "en", "en-US", "en-AUS", etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attributeGroup ct:grNameCodeTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements a:AddressType/AdministrativeArea/NameElement a:AddressType/AdministrativeArea/SubAdministrativeArea/NameElement a:AddressType/Locality/NameElement a:AddressType/Locality/SubLocality/NameElement a:CountryType/NameElement
attributes
Name  Type  Use  Default  Fixed  annotation
NameCodeTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameCodeTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameCodeTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameCodeTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Metadata fields for user expressed codelists for name codes
source <xs:attributeGroup name="grNameCodeTypeMetaData">
 
<xs:annotation>
   
<xs:documentation>Metadata fields for user expressed codelists for name codes</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="NameCodeTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="NameCodeTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="NameCodeTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="NameCodeTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attributeGroup ct:grNameTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements a:AddressType/AdministrativeArea/NameElement a:AddressType/AdministrativeArea/SubAdministrativeArea/NameElement a:AddressType/Locality/NameElement a:AddressType/Locality/SubLocality/NameElement a:CountryType/NameElement a:PremisesType/NameElement a:ThoroughfareType/NameElement
attributes
Name  Type  Use  Default  Fixed  annotation
NameTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Metadata fields for user expressed codelists for NameType
source <xs:attributeGroup name="grNameTypeMetaData">
 
<xs:annotation>
   
<xs:documentation>Metadata fields for user expressed codelists for NameType</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="NameTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="NameTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="NameTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="NameTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attributeGroup ct:grPartyTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements Relationships/GroupRelationship Relationships/IndividualRelationship
complexType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
PartyTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PartyTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PartyTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PartyTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Metadata fields for user expressed codelists for PartyType
source <xs:attributeGroup name="grPartyTypeMetaData">
 
<xs:annotation>
   
<xs:documentation>Metadata fields for user expressed codelists for PartyType</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="PartyTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PartyTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PartyTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PartyTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attributeGroup ct:grRelationshipWithOrganisationMetaData
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements Relationships/IndividualRelationship Relationships/GroupRelationship/PartyDetails
attributes
Name  Type  Use  Default  Fixed  annotation
RelationshipWithOrganisationTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
RelationshipWithOrganisationTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
RelationshipWithOrganisationTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
RelationshipWithOrganisationTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Metadata fields for user expressed codelists for RelationshipWithOrganisation
source <xs:attributeGroup name="grRelationshipWithOrganisationMetaData">
 
<xs:annotation>
   
<xs:documentation>Metadata fields for user expressed codelists for RelationshipWithOrganisation</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="RelationshipWithOrganisationTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="RelationshipWithOrganisationTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="RelationshipWithOrganisationTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="RelationshipWithOrganisationTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attributeGroup ct:grRelationshipWithPersonMetaData
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements Relationships/IndividualRelationship Relationships/GroupRelationship/PartyDetails
attributes
Name  Type  Use  Default  Fixed  annotation
RelationshipWithPersonTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
RelationshipWithPersonTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
RelationshipWithPersonTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
RelationshipWithPersonTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Metadata fields for user expressed codelists for RelationshipWithPerson
source <xs:attributeGroup name="grRelationshipWithPersonMetaData">
 
<xs:annotation>
   
<xs:documentation>Metadata fields for user expressed codelists for RelationshipWithPerson</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="RelationshipWithPersonTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="RelationshipWithPersonTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="RelationshipWithPersonTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="RelationshipWithPersonTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attributeGroup ct:grStatusTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements Accounts/Account ContactNumbers/ContactNumber CountriesOfResidence/Country Nationalities/Country Documents/Document ElectronicAddressIdentifiers/ElectronicAddressIdentifier Relationships/GroupRelationship Identifiers/Identifier Relationships/IndividualRelationship Memberships/Membership Occupations/Occupation OrganisationInfo Qualifications/Qualification Revenues/Revenue Vehicles/Vehicle Visas/Visa
complexTypes a:AddressType n:OrganisationNameType n:PartyNameType n:PersonNameType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Metadata fields for user expressed codelists for StatusType
source <xs:attributeGroup name="grStatusTypeMetaData">
 
<xs:annotation>
   
<xs:documentation>Metadata fields for user expressed codelists for StatusType</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="StatusTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="StatusTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="StatusTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="StatusTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attributeGroup ct:grTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements Accounts/Account Accounts/Account/AccountElement a:AddressType/FreeTextAddress/AddressLine a:AddressType/AdministrativeArea BirthInfo/BirthInfoElement ContactNumbers/ContactNumber/ContactNumberElement Nationalities/Country CountriesOfResidence/Country Documents/Document Documents/Document/DocumentElement ElectronicAddressIdentifiers/ElectronicAddressIdentifier Favourites/Favourite PhysicalInfo/Feature PartyType/FreeTextLines/FreeTextLine PhysicalInfo/FreeTextLine Identifiers/Identifier Identifiers/Identifier/IdentifierElement Languages/Language a:AddressType/Locality Memberships/Membership Memberships/Membership/MembershipElement n:NameLine Occupations/Occupation/OccupationElement OrganisationInfo a:AddressType/PostalDeliveryPoint Preferences/Preference a:AddressType/Premises Qualifications/Qualification/QualificationElement Revenues/Revenue a:AddressType/RuralDelivery a:AddressType/AdministrativeArea/SubAdministrativeArea n:OrganisationNameType/SubDivisionName a:AddressType/Locality/SubLocality a:AddressType/Premises/SubPremises Vehicles/Vehicle Vehicles/Vehicle/VehicleElement Visas/Visa/VisaElement
complexTypes a:AddressType a:IdentifierType a:ThoroughfareType n:OrganisationNameType n:PersonNameType
attributes
Name  Type  Use  Default  Fixed  annotation
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Metadata fields for user expressed codelists for Type
source <xs:attributeGroup name="grTypeMetaData">
 
<xs:annotation>
   
<xs:documentation>Metadata fields for user expressed codelists for Type</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="TypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="TypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="TypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="TypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attributeGroup ct:grUsageTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements ContactNumbers/ContactNumber ElectronicAddressIdentifiers/ElectronicAddressIdentifier
complexType a:AddressType
attributes
Name  Type  Use  Default  Fixed  annotation
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Metadata fields for user expressed codelists for Usage
source <xs:attributeGroup name="grUsageTypeMetaData">
 
<xs:annotation>
   
<xs:documentation>Metadata fields for user expressed codelists for Usage</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="UsageTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="UsageTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="UsageTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="UsageTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attributeGroup ct:grValidityDate
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements Accounts/Account ContactNumbers/ContactNumber CountriesOfResidence/Country Nationalities/Country Documents/Document Events/Event Identifiers/Identifier Memberships/Membership Occupations/Occupation Qualifications/Qualification Visas/Visa
complexTypes a:AddressType n:OrganisationNameType n:PartyNameType n:PersonNameType PartyType
attributes
Name  Type  Use  Default  Fixed  annotation
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
annotation
documentation
Date Valid from to Date Valid to
source <xs:attributeGroup name="grValidityDate">
 
<xs:annotation>
   
<xs:documentation>Date Valid from to Date Valid to</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="StartDate" type="xs:dateTime">
   
<xs:annotation>
     
<xs:documentation>Could be start date, issue date, validity start date, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="FinishDate" type="xs:dateTime">
   
<xs:annotation>
     
<xs:documentation>Could be end date, expiry date, validity end date, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

element n:NameLine
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
type extension of ct:String
properties
content complex
used by
complexTypes n:PartyNameType PartyRelationshipDetails
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Type define what this free format name line could mean. For example, the Type could be "Unknown"
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
annotation
documentation
Define name as a free format text. Use this when the type of the entity (person or organisation) is unknown, or is not broken down into individual elements (e.g. unstructured, unparsed) or is beyond the provided types. The name represented may be formatted in the right order or may not be as it is not parsed/broken into atomic fields
source <xs:element name="NameLine">
 
<xs:annotation>
   
<xs:documentation>Define name as a free format text. Use this when the type of the entity (person or organisation) is unknown, or is not broken down into individual elements (e.g. unstructured, unparsed) or is beyond the provided types. The name represented may be formatted in the right order or may not be as it is not parsed/broken into atomic fields</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Type define what this free format name line could mean. For example, the Type could be "Unknown" </xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:attributeGroup ref="ct:grAbbreviation"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element n:OrganisationName
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
type n:OrganisationNameType
properties
content complex
children NameElement SubDivisionName
used by
complexType PartyRelationshipDetails
attributes
Name  Type  Use  Default  Fixed  annotation
OrganisationIDct:String      
documentation
A unique identifier of an organisation
OrganisationIDTypect:CodeType      
documentation
Type of identifier
OrganisationIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
OrganisationIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
OrganisationIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
OrganisationIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
Globally unique identifer
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Enumerated list of common types of aliases or name types.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyRefct:String      
documentation
Reference to another NameDetails element with no foreign key reinforcement. The referenced element may be out of the document and the document is still valid.
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Organisation Name
source <xs:element name="OrganisationName" type="OrganisationNameType">
 
<xs:annotation>
   
<xs:documentation>Organisation Name</xs:documentation>
 
</xs:annotation>
</xs:element>

element n:PartyName
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
type n:PartyNameType
properties
content complex
children n:NameLine PersonName OrganisationName
attributes
Name  Type  Use  Default  Fixed  annotation
PartyNameIDct:String      
documentation
A unique identifier of a party
PartyNameIDTypect:CodeType      
documentation
Type of Party Name ID
PartyNameIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PartyNameIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PartyNameIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PartyNameIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
Globally unique identifier
JointNameConnectorct:CodeType      
documentation
The connector used to join more than one person name. Example: Mr Hunt AND Mrs Clark, where AND is the JointNameConnector. The flow is from the preceding to the following. If there is more than 2 names then all names are connected using this connector in the natural order.
JointNameConnectorTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
JointNameConnectorTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
JointNameConnectorTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
JointNameConnectorTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyRefct:String      
documentation
Reference to another NameDetails element with no foreign key reinforcement. The referenced element may be out of the document and the document is still valid.
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Container for defining a name of a Person, an Organisation or combination of the above as a joint name.
source <xs:element name="PartyName" type="PartyNameType">
 
<xs:annotation>
   
<xs:documentation>Container for defining a name of a Person, an Organisation or combination of the above as a joint name.</xs:documentation>
 
</xs:annotation>
</xs:element>

element n:PersonName
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
type n:PersonNameType
properties
content complex
children NameElement
used by
complexType PartyRelationshipDetails
attributes
Name  Type  Use  Default  Fixed  annotation
PersonIDct:String      
documentation
A unique identifier of a person
PersonIDTypect:CodeType      
documentation
Type of identifier
PersonIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PersonIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PersonIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PersonIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
Globally unique identifier
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Enumerated list of type of name.  example: Alias, Nick Name, former name, known as, etc
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Status      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyRefct:String      
documentation
Reference to another NameDetails element with no foreign key reinforcement. The referenced element may be out of the document and the document is still valid.
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Person Name
source <xs:element name="PersonName" type="PersonNameType">
 
<xs:annotation>
   
<xs:documentation>Person Name</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType n:OrganisationNameType
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
children NameElement SubDivisionName
used by
elements Occupations/Occupation/Employer Qualifications/Qualification/Institution Documents/Document/IssuerName Identifiers/Identifier/IssuerName n:OrganisationName Accounts/Account/Organisation Memberships/Membership/Organisation n:PartyNameType/OrganisationName
attributes
Name  Type  Use  Default  Fixed  annotation
OrganisationIDct:String      
documentation
A unique identifier of an organisation
OrganisationIDTypect:CodeType      
documentation
Type of identifier
OrganisationIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
OrganisationIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
OrganisationIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
OrganisationIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
Globally unique identifer
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Enumerated list of common types of aliases or name types.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyRefct:String      
documentation
Reference to another NameDetails element with no foreign key reinforcement. The referenced element may be out of the document and the document is still valid.
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Reusable complex type
source <xs:complexType name="OrganisationNameType">
 
<xs:annotation>
   
<xs:documentation>Reusable complex type</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="NameElement" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Name of the organisation. E.g. ACME Inc.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="ct:String">
           
<xs:attribute name="ElementType" type="ct:CodeType">
             
<xs:annotation>
               
<xs:documentation>Clarifies the meaning of the element. Example: name, type . Omit this attribute if the type of the name element is not known.</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attributeGroup ref="ct:grElementTypeMetaData"/>
           
<xs:attributeGroup ref="ct:grAbbreviation"/>
           
<xs:anyAttribute namespace="##other" processContents="lax"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="SubDivisionName" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Name of a subdivision of an organisation (e.g. department) </xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="ct:String">
           
<xs:attribute name="Type" type="ct:CodeType">
             
<xs:annotation>
               
<xs:documentation>Type of sub division. e.g. department, warehouse, branch</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attributeGroup ref="ct:grTypeMetaData"/>
           
<xs:attributeGroup ref="ct:grAbbreviation"/>
           
<xs:anyAttribute namespace="##other" processContents="lax"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="OrganisationID" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>A unique identifier of an organisation</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="OrganisationIDType" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Type of identifier</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="OrganisationIDTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="OrganisationIDTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="OrganisationIDTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="OrganisationIDTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ID" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>Globally unique identifer</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grDataQuality"/>
 
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
 
<xs:attribute name="Type" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Enumerated list of common types of aliases or name types.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grTypeMetaData"/>
 
<xs:attribute name="Status" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
 
<xs:attributeGroup ref="ct:grValidityDate"/>
 
<xs:attributeGroup ref="grNameKeyRef"/>
 
<xs:attribute ref="xlink:type"/>
 
<xs:attribute ref="xlink:label"/>
 
<xs:attribute ref="xlink:href"/>
 
<xs:attributeGroup ref="ct:grLanguageCode"/>
 
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

element n:OrganisationNameType/NameElement
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
type extension of ct:String
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
ElementTypect:CodeType      
documentation
Clarifies the meaning of the element. Example: name, type . Omit this attribute if the type of the name element is not known.
ElementTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
ElementTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
ElementTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
ElementTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
annotation
documentation
Name of the organisation. E.g. ACME Inc.
source <xs:element name="NameElement" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Name of the organisation. E.g. ACME Inc.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="ElementType" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Clarifies the meaning of the element. Example: name, type . Omit this attribute if the type of the name element is not known.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grElementTypeMetaData"/>
       
<xs:attributeGroup ref="ct:grAbbreviation"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element n:OrganisationNameType/SubDivisionName
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
type extension of ct:String
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Type of sub division. e.g. department, warehouse, branch
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
annotation
documentation
Name of a subdivision of an organisation (e.g. department)
source <xs:element name="SubDivisionName" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Name of a subdivision of an organisation (e.g. department) </xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Type of sub division. e.g. department, warehouse, branch</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:attributeGroup ref="ct:grAbbreviation"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

complexType n:PartyNameType
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
children n:NameLine PersonName OrganisationName
used by
elements n:PartyName Documents/Document/NameOnDocument PartyType/PartyName
attributes
Name  Type  Use  Default  Fixed  annotation
PartyNameIDct:String      
documentation
A unique identifier of a party
PartyNameIDTypect:CodeType      
documentation
Type of Party Name ID
PartyNameIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PartyNameIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PartyNameIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PartyNameIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
Globally unique identifier
JointNameConnectorct:CodeType      
documentation
The connector used to join more than one person name. Example: Mr Hunt AND Mrs Clark, where AND is the JointNameConnector. The flow is from the preceding to the following. If there is more than 2 names then all names are connected using this connector in the natural order.
JointNameConnectorTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
JointNameConnectorTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
JointNameConnectorTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
JointNameConnectorTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyRefct:String      
documentation
Reference to another NameDetails element with no foreign key reinforcement. The referenced element may be out of the document and the document is still valid.
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Reusable complex type for a party. A party is a person or an organisation
source <xs:complexType name="PartyNameType">
 
<xs:annotation>
   
<xs:documentation>Reusable complex type for a party. A party is a person or an organisation</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element ref="NameLine" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="PersonName" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Container for person name details. Same person with many types (e.g. alias, pet name, nick name)  of names can be used by this container.  </xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:complexContent>
         
<xs:extension base="PersonNameType"/>
       
</xs:complexContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="OrganisationName" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>A container for organisation name details. Same organisaion with many types of names can be used by this container</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:complexContent>
         
<xs:extension base="OrganisationNameType"/>
       
</xs:complexContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="PartyNameID" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>A unique identifier of a party</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PartyNameIDType" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Type of Party Name ID</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PartyNameIDTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PartyNameIDTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PartyNameIDTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PartyNameIDTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ID" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>Globally unique identifier</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="JointNameConnector" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>The connector used to join more than one person name. Example: Mr Hunt AND Mrs Clark, where AND is the JointNameConnector. The flow is from the preceding to the following. If there is more than 2 names then all names are connected using this connector in the natural order.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="JointNameConnectorTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="JointNameConnectorTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="JointNameConnectorTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="JointNameConnectorTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grDataQuality"/>
 
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
 
<xs:attribute name="Status" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
 
<xs:attributeGroup ref="ct:grValidityDate"/>
 
<xs:attributeGroup ref="grNameKeyRef"/>
 
<xs:attribute ref="xlink:type"/>
 
<xs:attribute ref="xlink:label"/>
 
<xs:attribute ref="xlink:href"/>
 
<xs:attributeGroup ref="ct:grLanguageCode"/>
 
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

element n:PartyNameType/PersonName
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
type extension of n:PersonNameType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children NameElement
used by
complexType PartyRelationshipDetails
attributes
Name  Type  Use  Default  Fixed  annotation
PersonIDct:String      
documentation
A unique identifier of a person
PersonIDTypect:CodeType      
documentation
Type of identifier
PersonIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PersonIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PersonIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PersonIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
Globally unique identifier
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Enumerated list of type of name.  example: Alias, Nick Name, former name, known as, etc
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Status      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyRefct:String      
documentation
Reference to another NameDetails element with no foreign key reinforcement. The referenced element may be out of the document and the document is still valid.
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Container for person name details. Same person with many types (e.g. alias, pet name, nick name)  of names can be used by this container. 
source <xs:element name="PersonName" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Container for person name details. Same person with many types (e.g. alias, pet name, nick name)  of names can be used by this container.  </xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="PersonNameType"/>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element n:PartyNameType/OrganisationName
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
type extension of n:OrganisationNameType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children NameElement SubDivisionName
used by
complexType PartyRelationshipDetails
attributes
Name  Type  Use  Default  Fixed  annotation
OrganisationIDct:String      
documentation
A unique identifier of an organisation
OrganisationIDTypect:CodeType      
documentation
Type of identifier
OrganisationIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
OrganisationIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
OrganisationIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
OrganisationIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
Globally unique identifer
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Enumerated list of common types of aliases or name types.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyRefct:String      
documentation
Reference to another NameDetails element with no foreign key reinforcement. The referenced element may be out of the document and the document is still valid.
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
A container for organisation name details. Same organisaion with many types of names can be used by this container
source <xs:element name="OrganisationName" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>A container for organisation name details. Same organisaion with many types of names can be used by this container</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="OrganisationNameType"/>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

complexType n:PersonNameType
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
children NameElement
used by
elements n:PersonName n:PartyNameType/PersonName
attributes
Name  Type  Use  Default  Fixed  annotation
PersonIDct:String      
documentation
A unique identifier of a person
PersonIDTypect:CodeType      
documentation
Type of identifier
PersonIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PersonIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PersonIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PersonIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
Globally unique identifier
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Enumerated list of type of name.  example: Alias, Nick Name, former name, known as, etc
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Status      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyRefct:String      
documentation
Reference to another NameDetails element with no foreign key reinforcement. The referenced element may be out of the document and the document is still valid.
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Reusable complex type
source <xs:complexType name="PersonNameType">
 
<xs:annotation>
   
<xs:documentation>Reusable complex type</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="NameElement" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Name or part of a name. </xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="ct:String">
           
<xs:attribute name="ElementType" type="ct:CodeType">
             
<xs:annotation>
               
<xs:documentation>Clarifies the meaning of the element.Could be first name, middle name, etc. that is defined in the List list. Omit this attribute if the type of the name element is not known.</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attributeGroup ref="ct:grElementTypeMetaData"/>
           
<xs:attributeGroup ref="ct:grAbbreviation"/>
           
<xs:anyAttribute namespace="##other" processContents="lax"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="PersonID" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>A unique identifier of a person</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PersonIDType" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Type of identifier</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PersonIDTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PersonIDTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PersonIDTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PersonIDTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ID" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>Globally unique identifier</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grDataQuality"/>
 
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
 
<xs:attribute name="Type" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Enumerated list of type of name.  example: Alias, Nick Name, former name, known as, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grTypeMetaData"/>
 
<xs:attribute name="Status">
   
<xs:annotation>
     
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
 
<xs:attributeGroup ref="ct:grValidityDate"/>
 
<xs:attributeGroup ref="grNameKeyRef"/>
 
<xs:attribute ref="xlink:type"/>
 
<xs:attribute ref="xlink:label"/>
 
<xs:attribute ref="xlink:href"/>
 
<xs:attributeGroup ref="ct:grLanguageCode"/>
 
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

element n:PersonNameType/NameElement
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
type extension of ct:String
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
ElementTypect:CodeType      
documentation
Clarifies the meaning of the element.Could be first name, middle name, etc. that is defined in the List list. Omit this attribute if the type of the name element is not known.
ElementTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
ElementTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
ElementTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
ElementTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
annotation
documentation
Name or part of a name.
source <xs:element name="NameElement" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Name or part of a name. </xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="ElementType" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Clarifies the meaning of the element.Could be first name, middle name, etc. that is defined in the List list. Omit this attribute if the type of the name element is not known.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grElementTypeMetaData"/>
       
<xs:attributeGroup ref="ct:grAbbreviation"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attributeGroup n:grNameKeyRef
namespace urn:oasis:names:tc:ciq:xnl:3
used by
complexTypes n:OrganisationNameType n:PartyNameType n:PersonNameType
attributes
Name  Type  Use  Default  Fixed  annotation
NameKeyRefct:String      
documentation
Reference to another NameDetails element with no foreign key reinforcement. The referenced element may be out of the document and the document is still valid.
annotation
documentation
Reference to another Person Name or Organisation Name with no foreign key reinforcement.
source <xs:attributeGroup name="grNameKeyRef">
 
<xs:annotation>
   
<xs:documentation>Reference to another Person Name or Organisation Name with no foreign key reinforcement. </xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="NameKeyRef" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>Reference to another NameDetails element with no foreign key reinforcement. The referenced element may be out of the document and the document is still valid.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

element a:Address
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type a:AddressType
properties
content complex
children FreeTextAddress Country AdministrativeArea Locality Thoroughfare Premises PostCode RuralDelivery PostalDeliveryPoint PostOffice GeoRSS LocationByCoordinates
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Defines the type of address. An address type can be" Primary Address, Secondary Address, Rural Address, Military Address, etc.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
Usagect:CodeType      
documentation
The purpose the address is used for. E.g.  Postal, residential, business,  etc
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
A globally unique identifier assigned to the address
AddressIDct:String      
documentation
A unique address identifier such as postal delivery idetifier assigned to the address by local postal authority, e.g. DPID in Australia.
AddressIDTypect:CodeType      
documentation
Type of address ID used. e.g. DPID, etc
AddressIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
AddressIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
AddressIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
AddressIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
AddressKeyRefct:String      
documentation
Key identifier for the element for not reinforced references from other elements. Not required to be unique for the document to be valid, but application may get confused if not unique. Extend this schema adding unique contraint if needed.
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Top level element for address without geocode details
source <xs:element name="Address" type="AddressType">
 
<xs:annotation>
   
<xs:documentation>Top level element for address without geocode details</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType a:AddressType
diagram
namespace urn:oasis:names:tc:ciq:xal:3
children FreeTextAddress Country AdministrativeArea Locality Thoroughfare Premises PostCode RuralDelivery PostalDeliveryPoint PostOffice GeoRSS LocationByCoordinates
used by
elements a:Address Addresses/Address Documents/Document/AddressOnDocument BirthInfo/BirthPlaceDetails
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Defines the type of address. An address type can be" Primary Address, Secondary Address, Rural Address, Military Address, etc.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Statusct:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
StartDatexs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
FinishDatexs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
Usagect:CodeType      
documentation
The purpose the address is used for. E.g.  Postal, residential, business,  etc
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDxs:string      
documentation
A globally unique identifier assigned to the address
AddressIDct:String      
documentation
A unique address identifier such as postal delivery idetifier assigned to the address by local postal authority, e.g. DPID in Australia.
AddressIDTypect:CodeType      
documentation
Type of address ID used. e.g. DPID, etc
AddressIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
AddressIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
AddressIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
AddressIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
AddressKeyRefct:String      
documentation
Key identifier for the element for not reinforced references from other elements. Not required to be unique for the document to be valid, but application may get confused if not unique. Extend this schema adding unique contraint if needed.
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
xlink:type      
xlink:label      
xlink:href      
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Complex type that defines the structure of an address without geocode details for reuse
source <xs:complexType name="AddressType">
 
<xs:annotation>
   
<xs:documentation>Complex type that defines the structure of an address without geocode details for reuse</xs:documentation>
 
</xs:annotation>
 
<xs:all>
   
<xs:element name="FreeTextAddress" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Container for free text address elements where address elements are not parsed </xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="AddressLine" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Free format address representation. An address can have more than one line. The order of the AddressLine elements must be preserved.</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:simpleContent>
               
<xs:extension base="ct:String">
                 
<xs:attribute name="Type" type="ct:CodeType">
                   
<xs:annotation>
                     
<xs:documentation>Free text description of the information type specified by the element. E.g. state and post code details, street details, etc</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
                 
<xs:attributeGroup ref="ct:grTypeMetaData"/>
                 
<xs:anyAttribute namespace="##other" processContents="lax"/>
               
</xs:extension>
             
</xs:simpleContent>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Country" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Country details</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:complexContent>
         
<xs:extension base="CountryType"/>
       
</xs:complexContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="AdministrativeArea" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Details of the top-level area division in the country, such as state, district, province, island, region, etc. Note that some countries do not have this</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="NameElement" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Data associated with the Administrative Area. e.g. Full name of administrative area or part of it. eg. MI in USA, NSW in Australia, reference location to the administrative area</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:complexContent>
               
<xs:extension base="NameType">
                 
<xs:attribute name="NameType" type="ct:CodeType">
                   
<xs:annotation>
                     
<xs:documentation>semantics of data associated with name</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
                 
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
                 
<xs:attribute name="NameCode" type="ct:CodeType">
                   
<xs:annotation>
                     
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
                 
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
                 
<xs:attribute name="NameCodeType" type="ct:String">
                   
<xs:annotation>
                     
<xs:documentation>Type of code used to represent name as a code</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
               
</xs:extension>
             
</xs:complexContent>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="SubAdministrativeArea" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>The next level down division of the area. E.g. state / county, province / reservation. Note that not all countries have a subadministrative area</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="NameElement" maxOccurs="unbounded">
                 
<xs:annotation>
                   
<xs:documentation>Data associated with the SubAdministrative Area. e.g. Full name of sub administrative area or part of it.  </xs:documentation>
                 
</xs:annotation>
                 
<xs:complexType>
                   
<xs:complexContent>
                     
<xs:extension base="NameType">
                       
<xs:attribute name="NameType" type="ct:CodeType">
                         
<xs:annotation>
                           
<xs:documentation>semantics of data associated with name</xs:documentation>
                         
</xs:annotation>
                       
</xs:attribute>
                       
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
                       
<xs:attribute name="NameCode" type="ct:CodeType">
                         
<xs:annotation>
                           
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
                         
</xs:annotation>
                       
</xs:attribute>
                       
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
                       
<xs:attribute name="NameCodeType" type="ct:String">
                         
<xs:annotation>
                           
<xs:documentation>Type of code used to represent name as a code</xs:documentation>
                         
</xs:annotation>
                       
</xs:attribute>
                     
</xs:extension>
                   
</xs:complexContent>
                 
</xs:complexType>
               
</xs:element>
             
</xs:sequence>
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Type of sub administrative area</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Type of administrative area. e.g. state, city, town, etc</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Locality" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Details of Locality which is a named densiliy populated area  (a place) such as town, village, suburb, etc. A locality composes of many individual addresses.  Many localities exist in an administrative area or a sub adminisrative area. A locality can also have sub localities. For example, a municipality locality can have many villages associated with it which are sub localities. Example: Tamil Nadu State, Erode District, Bhavani Taluk, Paruvachi Village is a valid address in India. Tamil Nadu is the Administrative Area, Erode is the sub admin area, Bhavani is the locality, and Paruvachi is the sub locality</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="NameElement" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Data associated with the locality. e.g. Full name of the locality or part of it, reference location to the locality</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:complexContent>
               
<xs:extension base="NameType">
                 
<xs:attribute name="NameType" type="ct:CodeType">
                   
<xs:annotation>
                     
<xs:documentation>semantics of data associated with name</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
                 
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
                 
<xs:attribute name="NameCode" type="ct:CodeType">
                   
<xs:annotation>
                     
<xs:documentation>name of locality represented as a code</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
                 
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
                 
<xs:attribute name="NameCodeType" type="ct:String">
                   
<xs:annotation>
                     
<xs:documentation>type of code used to represent name as a code</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
               
</xs:extension>
             
</xs:complexContent>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="SubLocality" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>A locality that is smaller and is contained within the boundaries of its parent locality. Note that not all localities have sub locality. For example, many areas within a locality where each area is a sub locality</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="NameElement" maxOccurs="unbounded">
                 
<xs:annotation>
                   
<xs:documentation>Data associated with the sub locality. e.g. Full name of the locality or part of it, reference location to the locality</xs:documentation>
                 
</xs:annotation>
                 
<xs:complexType>
                   
<xs:complexContent>
                     
<xs:extension base="NameType">
                       
<xs:attribute name="NameType" type="ct:CodeType">
                         
<xs:annotation>
                           
<xs:documentation>semantics of data associated with name</xs:documentation>
                         
</xs:annotation>
                       
</xs:attribute>
                       
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
                       
<xs:attribute name="NameCode" type="ct:CodeType">
                         
<xs:annotation>
                           
<xs:documentation>name of locality represented as a code</xs:documentation>
                         
</xs:annotation>
                       
</xs:attribute>
                       
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
                       
<xs:attribute name="NameCodeType" type="ct:String">
                         
<xs:annotation>
                           
<xs:documentation>type of code used to represent name as a code</xs:documentation>
                         
</xs:annotation>
                       
</xs:attribute>
                     
</xs:extension>
                   
</xs:complexContent>
                 
</xs:complexType>
               
</xs:element>
             
</xs:sequence>
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Type of sub locality</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Type of locality. e.g. suburb, area, zone, village, etc</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Thoroughfare" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Details of the Access route along which buildings are located, such as street, road, channel, crescent, avenue, etc. This also includes canals/banks on which houses/boat houses are located where people live</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:complexContent>
         
<xs:extension base="ThoroughfareType">
           
<xs:sequence>
             
<xs:element name="SubThoroughfare" minOccurs="0" maxOccurs="2">
               
<xs:annotation>
                 
<xs:documentation>Another thoroughfare that is required to uniquely identify the location, such as an access route, intersection, corner, adjacent, boundary, etc</xs:documentation>
               
</xs:annotation>
               
<xs:complexType>
                 
<xs:complexContent>
                   
<xs:extension base="ThoroughfareType"/>
                 
</xs:complexContent>
               
</xs:complexType>
             
</xs:element>
           
</xs:sequence>
         
</xs:extension>
       
</xs:complexContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Premises" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Details of the Premises which is a landmark place which has a main address such as large mail user (e.g. Airport, Hospital, University) or could be a building (e.g. apartment, house)  or a building or complex of buildings (e.g. an apartment complex or shopping centre) or even a vacant land (e.g. LOT). A premises can have many sub-addresses such as apartments in a building having its own addresses or buildings within an airport having its own addresses including its own thoroughfares</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:complexContent>
         
<xs:extension base="PremisesType">
           
<xs:sequence>
             
<xs:element name="SubPremises" minOccurs="0" maxOccurs="unbounded">
               
<xs:annotation>
                 
<xs:documentation>Examples of sub-premises are apartments and suites in buildings, shops in malls, etc.  or sub-addresses in a land mark place such as airports, military bases, hospitals, etc. Some countries have blocks within blocks</xs:documentation>
               
</xs:annotation>
               
<xs:complexType>
                 
<xs:complexContent>
                   
<xs:extension base="PremisesType">
                     
<xs:attribute name="Type" type="ct:CodeType"/>
                     
<xs:attributeGroup ref="ct:grTypeMetaData"/>
                     
<xs:attribute name="TypeCode" type="ct:String">
                       
<xs:annotation>
                         
<xs:documentation>Type of code used for sub premises type attribute</xs:documentation>
                       
</xs:annotation>
                     
</xs:attribute>
                   
</xs:extension>
                 
</xs:complexContent>
               
</xs:complexType>
             
</xs:element>
           
</xs:sequence>
           
<xs:attribute name="Type" type="ct:CodeType"/>
           
<xs:attributeGroup ref="ct:grTypeMetaData"/>
           
<xs:attribute name="TypeCode" type="ct:String">
             
<xs:annotation>
               
<xs:documentation>Type of code use for Premises Type attribute</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
         
</xs:extension>
       
</xs:complexContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="PostCode" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A container for a single free text or structured postcode. Note that not all countries have post codes</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>The postcode is formatted according to country-specific rules. Example: SW3 0A8-1A, 600074, 2067</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="RuralDelivery" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A container for postal-specific delivery identifier for remote communities. Note that not all countries have RuralDelivery</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Free text or structured description of rural delivery rout.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Type of rural delivery. For some addresses, delivery to rural areas happens via water, air or road</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:anyAttribute namespace="##other"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="PostalDeliveryPoint" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Final mail delivery point where the mail is dropped off for recipients to pick them up directly. E.g. POBox, Private Bag,  pigeon hole, free mail numbers, etc.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Free text or structured description of a postal delivery point.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="Type" type="ct:CodeType"/>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="PostOffice" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A delivery point where all mails are delivered and the post man picks up the mails and delivers it to the recipients. Examples are a rural post office where post is delivered, a post office containing post office boxes/personal mail boxes. Note that not all countries have PostOffice. Can be used to represent overseas military addresses also along with PostalDeliveryPoint element</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Name or number of the post office in free text or structured form.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="GeoRSS" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>GeoRSS GML from Open Geospatial Consortium (OGC – www.opengeospatial.net) is a formal GML Application Profile, and supports a greater range of features than Simple, notably coordinate reference systems other than WGS84 latitude/longitude. It is designed for use with Atom 1.0, RSS 2.0 and RSS 1.0, although it can be used just as easily in non-RSS XML encodings. </xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:any namespace="http://www.georss.org/georss" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Could be GeoRSS Simple or GeoRSS GML versions. Refer to http://georss.org/ and http://georss.org/gml for further documentation</xs:documentation>
           
</xs:annotation>
         
</xs:any>
       
</xs:sequence>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="LocationByCoordinates" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Geo-coordinates of the address/location represented using Open Geospatial Consortium's specifications, namely GeoRSS/GML and other supporting data items</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Latitude" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Latitude details</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:attribute name="DegreesMeasure" type="ct:String">
               
<xs:annotation>
                 
<xs:documentation>Measure of the latitude in degrees</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="MinutesMeasure" type="ct:String">
               
<xs:annotation>
                 
<xs:documentation>Measure of the latitude in minutes</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="SecondsMeasure" type="ct:String">
               
<xs:annotation>
                 
<xs:documentation>Measure of the latitude in seconds</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="Direction" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>The direction of latitude measurement offset from the equator</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="DirectionTypeRef" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="DirectionTypeVer" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="DirectionTypeURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="DirectionTypeVerURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="Longitude" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Longitude details</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:attribute name="DegreesMeasure" type="ct:String">
               
<xs:annotation>
                 
<xs:documentation>Measure of the longitude in degrees</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="MinutesMeasure" type="ct:String">
               
<xs:annotation>
                 
<xs:documentation>Measure of the longitude in minutes</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="SecondsMeasure" type="ct:String">
               
<xs:annotation>
                 
<xs:documentation>Measure of the longitude in seconds</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="Direction" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>The direction of  longitude measurement offset from the equator</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="DirectionTypeRef" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="DirectionTypeVer" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="DirectionTypeURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="DirectionTypeVerURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:attribute name="Meridian" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>The collection of the coordinate numeric values for latitude amd longtitude depends on the agreed position of the meridian. Declaration of the meridian is necessary as it cannot be assumed in the data</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="MeridianTypeRef" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="MeridianTypeVer" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="MeridianTypeURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="MeridianTypeVerURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="MeridianCodeType" type="ct:String">
         
<xs:annotation>
           
<xs:documentation>Type of code used. e.g. EPSG Code</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="Datum" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>The collection of the coordinate numeric values depends on the agreed datum within which the measurement was taken. Declaration of the datum is necessary as it cannot be assumed in the data</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="DatumTypeRef" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="DatumTypeVer" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="DatumTypeURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="DatumTypeVerURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="DatumCodeType" type="ct:String">
         
<xs:annotation>
           
<xs:documentation>Type of code used. e.g. EPSG Code, WGS-84</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="Projection" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Coordinates have limited utility and application depending on the projection required for visualisation in a map. Declaration of projection is necessary as it cannot be assumed in data</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ProjectionTypeRef" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ProjectionTypeVer" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ProjectionTypeURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ProjectionTypeVerURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ProjectionCodeType" type="ct:String">
         
<xs:annotation>
           
<xs:documentation>Type of code used. e.g. EPSG Code</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:complexType>
   
</xs:element>
 
</xs:all>
 
<xs:attribute name="Type" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Defines the type of address. An address type can be" Primary Address, Secondary Address, Rural Address, Military Address, etc.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grTypeMetaData"/>
 
<xs:attribute name="Status" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
 
<xs:attributeGroup ref="ct:grValidityDate"/>
 
<xs:attribute name="Usage" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>The purpose the address is used for. E.g.  Postal, residential, business,  etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grUsageTypeMetaData"/>
 
<xs:attribute name="ID" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>A globally unique identifier assigned to the address</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="AddressID" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>A unique address identifier such as postal delivery idetifier assigned to the address by local postal authority, e.g. DPID in Australia.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="AddressIDType" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Type of address ID used. e.g. DPID, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="AddressIDTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="AddressIDTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="AddressIDTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="AddressIDTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="AddressKeyRef" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>Key identifier for the element for not reinforced references from other elements. Not required to be unique for the document to be valid, but application may get confused if not unique. Extend this schema adding unique contraint if needed.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grDataQuality"/>
 
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
 
<xs:attribute ref="xlink:type"/>
 
<xs:attribute ref="xlink:label"/>
 
<xs:attribute ref="xlink:href"/>
 
<xs:attributeGroup ref="ct:grLanguageCode"/>
 
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

element a:AddressType/FreeTextAddress
diagram
namespace urn:oasis:names:tc:ciq:xal:3
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children AddressLine
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Container for free text address elements where address elements are not parsed
source <xs:element name="FreeTextAddress" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Container for free text address elements where address elements are not parsed </xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="AddressLine" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Free format address representation. An address can have more than one line. The order of the AddressLine elements must be preserved.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Free text description of the information type specified by the element. E.g. state and post code details, street details, etc</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element a:AddressType/FreeTextAddress/AddressLine
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of ct:String
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Free text description of the information type specified by the element. E.g. state and post code details, street details, etc
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Free format address representation. An address can have more than one line. The order of the AddressLine elements must be preserved.
source <xs:element name="AddressLine" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Free format address representation. An address can have more than one line. The order of the AddressLine elements must be preserved.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Free text description of the information type specified by the element. E.g. state and post code details, street details, etc</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element a:AddressType/Country
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of a:CountryType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children NameElement
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Country details
source <xs:element name="Country" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Country details</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="CountryType"/>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element a:AddressType/AdministrativeArea
diagram
namespace urn:oasis:names:tc:ciq:xal:3
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children NameElement SubAdministrativeArea
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Type of administrative area. e.g. state, city, town, etc
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Details of the top-level area division in the country, such as state, district, province, island, region, etc. Note that some countries do not have this
source <xs:element name="AdministrativeArea" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Details of the top-level area division in the country, such as state, district, province, island, region, etc. Note that some countries do not have this</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="NameElement" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Data associated with the Administrative Area. e.g. Full name of administrative area or part of it. eg. MI in USA, NSW in Australia, reference location to the administrative area</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:extension base="NameType">
             
<xs:attribute name="NameType" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>semantics of data associated with name</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
             
<xs:attribute name="NameCode" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
             
<xs:attribute name="NameCodeType" type="ct:String">
               
<xs:annotation>
                 
<xs:documentation>Type of code used to represent name as a code</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
           
</xs:extension>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="SubAdministrativeArea" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>The next level down division of the area. E.g. state / county, province / reservation. Note that not all countries have a subadministrative area</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="NameElement" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>Data associated with the SubAdministrative Area. e.g. Full name of sub administrative area or part of it.  </xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:complexContent>
                 
<xs:extension base="NameType">
                   
<xs:attribute name="NameType" type="ct:CodeType">
                     
<xs:annotation>
                       
<xs:documentation>semantics of data associated with name</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
                   
<xs:attribute name="NameCode" type="ct:CodeType">
                     
<xs:annotation>
                       
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
                   
<xs:attribute name="NameCodeType" type="ct:String">
                     
<xs:annotation>
                       
<xs:documentation>Type of code used to represent name as a code</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                 
</xs:extension>
               
</xs:complexContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attributeGroup ref="ct:grDataQuality"/>
         
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
         
<xs:attribute name="Type" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Type of sub administrative area</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grTypeMetaData"/>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:attribute name="Type" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type of administrative area. e.g. state, city, town, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element a:AddressType/AdministrativeArea/NameElement
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of a:NameType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
NameTypect:CodeType      
documentation
semantics of data associated with name
NameTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
NameCodect:CodeType      
documentation
Name of administrative area represented as a code. e.g. "COL" for COLORADO
NameCodeTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameCodeTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameCodeTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameCodeTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
NameCodeTypect:String      
documentation
Type of code used to represent name as a code
annotation
documentation
Data associated with the Administrative Area. e.g. Full name of administrative area or part of it. eg. MI in USA, NSW in Australia, reference location to the administrative area
source <xs:element name="NameElement" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Data associated with the Administrative Area. e.g. Full name of administrative area or part of it. eg. MI in USA, NSW in Australia, reference location to the administrative area</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="NameType">
       
<xs:attribute name="NameType" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>semantics of data associated with name</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
       
<xs:attribute name="NameCode" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
       
<xs:attribute name="NameCodeType" type="ct:String">
         
<xs:annotation>
           
<xs:documentation>Type of code used to represent name as a code</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element a:AddressType/AdministrativeArea/SubAdministrativeArea
diagram
namespace urn:oasis:names:tc:ciq:xal:3
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children NameElement
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Type of sub administrative area
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
The next level down division of the area. E.g. state / county, province / reservation. Note that not all countries have a subadministrative area
source <xs:element name="SubAdministrativeArea" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The next level down division of the area. E.g. state / county, province / reservation. Note that not all countries have a subadministrative area</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="NameElement" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Data associated with the SubAdministrative Area. e.g. Full name of sub administrative area or part of it.  </xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:extension base="NameType">
             
<xs:attribute name="NameType" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>semantics of data associated with name</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
             
<xs:attribute name="NameCode" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
             
<xs:attribute name="NameCodeType" type="ct:String">
               
<xs:annotation>
                 
<xs:documentation>Type of code used to represent name as a code</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
           
</xs:extension>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:attribute name="Type" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type of sub administrative area</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element a:AddressType/AdministrativeArea/SubAdministrativeArea/NameElement
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of a:NameType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
NameTypect:CodeType      
documentation
semantics of data associated with name
NameTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
NameCodect:CodeType      
documentation
Name of administrative area represented as a code. e.g. "COL" for COLORADO
NameCodeTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameCodeTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameCodeTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameCodeTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
NameCodeTypect:String      
documentation
Type of code used to represent name as a code
annotation
documentation
Data associated with the SubAdministrative Area. e.g. Full name of sub administrative area or part of it. 
source <xs:element name="NameElement" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Data associated with the SubAdministrative Area. e.g. Full name of sub administrative area or part of it.  </xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="NameType">
       
<xs:attribute name="NameType" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>semantics of data associated with name</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
       
<xs:attribute name="NameCode" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
       
<xs:attribute name="NameCodeType" type="ct:String">
         
<xs:annotation>
           
<xs:documentation>Type of code used to represent name as a code</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element a:AddressType/Locality
diagram
namespace urn:oasis:names:tc:ciq:xal:3
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children NameElement SubLocality
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Type of locality. e.g. suburb, area, zone, village, etc
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Details of Locality which is a named densiliy populated area  (a place) such as town, village, suburb, etc. A locality composes of many individual addresses.  Many localities exist in an administrative area or a sub adminisrative area. A locality can also have sub localities. For example, a municipality locality can have many villages associated with it which are sub localities. Example: Tamil Nadu State, Erode District, Bhavani Taluk, Paruvachi Village is a valid address in India. Tamil Nadu is the Administrative Area, Erode is the sub admin area, Bhavani is the locality, and Paruvachi is the sub locality
source <xs:element name="Locality" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Details of Locality which is a named densiliy populated area  (a place) such as town, village, suburb, etc. A locality composes of many individual addresses.  Many localities exist in an administrative area or a sub adminisrative area. A locality can also have sub localities. For example, a municipality locality can have many villages associated with it which are sub localities. Example: Tamil Nadu State, Erode District, Bhavani Taluk, Paruvachi Village is a valid address in India. Tamil Nadu is the Administrative Area, Erode is the sub admin area, Bhavani is the locality, and Paruvachi is the sub locality</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="NameElement" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Data associated with the locality. e.g. Full name of the locality or part of it, reference location to the locality</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:extension base="NameType">
             
<xs:attribute name="NameType" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>semantics of data associated with name</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
             
<xs:attribute name="NameCode" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>name of locality represented as a code</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
             
<xs:attribute name="NameCodeType" type="ct:String">
               
<xs:annotation>
                 
<xs:documentation>type of code used to represent name as a code</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
           
</xs:extension>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="SubLocality" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>A locality that is smaller and is contained within the boundaries of its parent locality. Note that not all localities have sub locality. For example, many areas within a locality where each area is a sub locality</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="NameElement" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>Data associated with the sub locality. e.g. Full name of the locality or part of it, reference location to the locality</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:complexContent>
                 
<xs:extension base="NameType">
                   
<xs:attribute name="NameType" type="ct:CodeType">
                     
<xs:annotation>
                       
<xs:documentation>semantics of data associated with name</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
                   
<xs:attribute name="NameCode" type="ct:CodeType">
                     
<xs:annotation>
                       
<xs:documentation>name of locality represented as a code</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
                   
<xs:attribute name="NameCodeType" type="ct:String">
                     
<xs:annotation>
                       
<xs:documentation>type of code used to represent name as a code</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                 
</xs:extension>
               
</xs:complexContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attributeGroup ref="ct:grDataQuality"/>
         
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
         
<xs:attribute name="Type" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Type of sub locality</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grTypeMetaData"/>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:attribute name="Type" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type of locality. e.g. suburb, area, zone, village, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element a:AddressType/Locality/NameElement
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of a:NameType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
NameTypect:CodeType      
documentation
semantics of data associated with name
NameTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
NameCodect:CodeType      
documentation
name of locality represented as a code
NameCodeTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameCodeTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameCodeTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameCodeTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
NameCodeTypect:String      
documentation
type of code used to represent name as a code
annotation
documentation
Data associated with the locality. e.g. Full name of the locality or part of it, reference location to the locality
source <xs:element name="NameElement" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Data associated with the locality. e.g. Full name of the locality or part of it, reference location to the locality</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="NameType">
       
<xs:attribute name="NameType" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>semantics of data associated with name</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
       
<xs:attribute name="NameCode" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>name of locality represented as a code</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
       
<xs:attribute name="NameCodeType" type="ct:String">
         
<xs:annotation>
           
<xs:documentation>type of code used to represent name as a code</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element a:AddressType/Locality/SubLocality
diagram
namespace urn:oasis:names:tc:ciq:xal:3
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children NameElement
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Type of sub locality
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
A locality that is smaller and is contained within the boundaries of its parent locality. Note that not all localities have sub locality. For example, many areas within a locality where each area is a sub locality
source <xs:element name="SubLocality" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A locality that is smaller and is contained within the boundaries of its parent locality. Note that not all localities have sub locality. For example, many areas within a locality where each area is a sub locality</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="NameElement" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Data associated with the sub locality. e.g. Full name of the locality or part of it, reference location to the locality</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:extension base="NameType">
             
<xs:attribute name="NameType" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>semantics of data associated with name</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
             
<xs:attribute name="NameCode" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>name of locality represented as a code</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
             
<xs:attribute name="NameCodeType" type="ct:String">
               
<xs:annotation>
                 
<xs:documentation>type of code used to represent name as a code</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
           
</xs:extension>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:attribute name="Type" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type of sub locality</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element a:AddressType/Locality/SubLocality/NameElement
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of a:NameType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
NameTypect:CodeType      
documentation
semantics of data associated with name
NameTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
NameCodect:CodeType      
documentation
name of locality represented as a code
NameCodeTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameCodeTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameCodeTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameCodeTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
NameCodeTypect:String      
documentation
type of code used to represent name as a code
annotation
documentation
Data associated with the sub locality. e.g. Full name of the locality or part of it, reference location to the locality
source <xs:element name="NameElement" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Data associated with the sub locality. e.g. Full name of the locality or part of it, reference location to the locality</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="NameType">
       
<xs:attribute name="NameType" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>semantics of data associated with name</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
       
<xs:attribute name="NameCode" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>name of locality represented as a code</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
       
<xs:attribute name="NameCodeType" type="ct:String">
         
<xs:annotation>
           
<xs:documentation>type of code used to represent name as a code</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element a:AddressType/Thoroughfare
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of a:ThoroughfareType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children NameElement Number SubThoroughfare
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Type of thoroughfare. eg. street, road, etc
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
TypeCodect:String      
documentation
Type of code use for thoroughfare
annotation
documentation
Details of the Access route along which buildings are located, such as street, road, channel, crescent, avenue, etc. This also includes canals/banks on which houses/boat houses are located where people live
source <xs:element name="Thoroughfare" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Details of the Access route along which buildings are located, such as street, road, channel, crescent, avenue, etc. This also includes canals/banks on which houses/boat houses are located where people live</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="ThoroughfareType">
       
<xs:sequence>
         
<xs:element name="SubThoroughfare" minOccurs="0" maxOccurs="2">
           
<xs:annotation>
             
<xs:documentation>Another thoroughfare that is required to uniquely identify the location, such as an access route, intersection, corner, adjacent, boundary, etc</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:complexContent>
               
<xs:extension base="ThoroughfareType"/>
             
</xs:complexContent>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element a:AddressType/Thoroughfare/SubThoroughfare
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of a:ThoroughfareType
properties
isRef 0
minOcc 0
maxOcc 2
content complex
children NameElement Number
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Type of thoroughfare. eg. street, road, etc
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
TypeCodect:String      
documentation
Type of code use for thoroughfare
annotation
documentation
Another thoroughfare that is required to uniquely identify the location, such as an access route, intersection, corner, adjacent, boundary, etc
source <xs:element name="SubThoroughfare" minOccurs="0" maxOccurs="2">
 
<xs:annotation>
   
<xs:documentation>Another thoroughfare that is required to uniquely identify the location, such as an access route, intersection, corner, adjacent, boundary, etc</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="ThoroughfareType"/>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element a:AddressType/Premises
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of a:PremisesType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children NameElement Number SubPremises
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
TypeCodect:String      
documentation
Type of code use for Premises Type attribute
annotation
documentation
Details of the Premises which is a landmark place which has a main address such as large mail user (e.g. Airport, Hospital, University) or could be a building (e.g. apartment, house)  or a building or complex of buildings (e.g. an apartment complex or shopping centre) or even a vacant land (e.g. LOT). A premises can have many sub-addresses such as apartments in a building having its own addresses or buildings within an airport having its own addresses including its own thoroughfares
source <xs:element name="Premises" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Details of the Premises which is a landmark place which has a main address such as large mail user (e.g. Airport, Hospital, University) or could be a building (e.g. apartment, house)  or a building or complex of buildings (e.g. an apartment complex or shopping centre) or even a vacant land (e.g. LOT). A premises can have many sub-addresses such as apartments in a building having its own addresses or buildings within an airport having its own addresses including its own thoroughfares</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="PremisesType">
       
<xs:sequence>
         
<xs:element name="SubPremises" minOccurs="0" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Examples of sub-premises are apartments and suites in buildings, shops in malls, etc.  or sub-addresses in a land mark place such as airports, military bases, hospitals, etc. Some countries have blocks within blocks</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:complexContent>
               
<xs:extension base="PremisesType">
                 
<xs:attribute name="Type" type="ct:CodeType"/>
                 
<xs:attributeGroup ref="ct:grTypeMetaData"/>
                 
<xs:attribute name="TypeCode" type="ct:String">
                   
<xs:annotation>
                     
<xs:documentation>Type of code used for sub premises type attribute</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
               
</xs:extension>
             
</xs:complexContent>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="Type" type="ct:CodeType"/>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:attribute name="TypeCode" type="ct:String">
         
<xs:annotation>
           
<xs:documentation>Type of code use for Premises Type attribute</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element a:AddressType/Premises/SubPremises
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of a:PremisesType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children NameElement Number
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
TypeCodect:String      
documentation
Type of code used for sub premises type attribute
annotation
documentation
Examples of sub-premises are apartments and suites in buildings, shops in malls, etc.  or sub-addresses in a land mark place such as airports, military bases, hospitals, etc. Some countries have blocks within blocks
source <xs:element name="SubPremises" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Examples of sub-premises are apartments and suites in buildings, shops in malls, etc.  or sub-addresses in a land mark place such as airports, military bases, hospitals, etc. Some countries have blocks within blocks</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="PremisesType">
       
<xs:attribute name="Type" type="ct:CodeType"/>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:attribute name="TypeCode" type="ct:String">
         
<xs:annotation>
           
<xs:documentation>Type of code used for sub premises type attribute</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element a:AddressType/PostCode
diagram
namespace urn:oasis:names:tc:ciq:xal:3
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Identifier
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
A container for a single free text or structured postcode. Note that not all countries have post codes
source <xs:element name="PostCode" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A container for a single free text or structured postcode. Note that not all countries have post codes</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>The postcode is formatted according to country-specific rules. Example: SW3 0A8-1A, 600074, 2067</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="##other"/>
 
</xs:complexType>
</xs:element>

element a:AddressType/PostCode/Identifier
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type a:IdentifierType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Indicates which part of number or identifier this element contains. Some "numbers" are as simple as 42 and some "numbers" are more like complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g. M2H 2S5. It may be necessary to separate the "number" into sub-elements and indicate what type of information each of them contains.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
annotation
documentation
The postcode is formatted according to country-specific rules. Example: SW3 0A8-1A, 600074, 2067
source <xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The postcode is formatted according to country-specific rules. Example: SW3 0A8-1A, 600074, 2067</xs:documentation>
 
</xs:annotation>
</xs:element>

element a:AddressType/RuralDelivery
diagram
namespace urn:oasis:names:tc:ciq:xal:3
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Identifier
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Type of rural delivery. For some addresses, delivery to rural areas happens via water, air or road
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
A container for postal-specific delivery identifier for remote communities. Note that not all countries have RuralDelivery
source <xs:element name="RuralDelivery" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A container for postal-specific delivery identifier for remote communities. Note that not all countries have RuralDelivery</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Free text or structured description of rural delivery rout.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:attribute name="Type" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type of rural delivery. For some addresses, delivery to rural areas happens via water, air or road</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
   
<xs:anyAttribute namespace="##other"/>
 
</xs:complexType>
</xs:element>

element a:AddressType/RuralDelivery/Identifier
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type a:IdentifierType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Indicates which part of number or identifier this element contains. Some "numbers" are as simple as 42 and some "numbers" are more like complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g. M2H 2S5. It may be necessary to separate the "number" into sub-elements and indicate what type of information each of them contains.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
annotation
documentation
Free text or structured description of rural delivery rout.
source <xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Free text or structured description of rural delivery rout.</xs:documentation>
 
</xs:annotation>
</xs:element>

element a:AddressType/PostalDeliveryPoint
diagram
namespace urn:oasis:names:tc:ciq:xal:3
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Identifier
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Final mail delivery point where the mail is dropped off for recipients to pick them up directly. E.g. POBox, Private Bag,  pigeon hole, free mail numbers, etc.
source <xs:element name="PostalDeliveryPoint" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Final mail delivery point where the mail is dropped off for recipients to pick them up directly. E.g. POBox, Private Bag,  pigeon hole, free mail numbers, etc.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Free text or structured description of a postal delivery point.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Type" type="ct:CodeType"/>
   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="##other"/>
 
</xs:complexType>
</xs:element>

element a:AddressType/PostalDeliveryPoint/Identifier
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type a:IdentifierType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Indicates which part of number or identifier this element contains. Some "numbers" are as simple as 42 and some "numbers" are more like complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g. M2H 2S5. It may be necessary to separate the "number" into sub-elements and indicate what type of information each of them contains.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
annotation
documentation
Free text or structured description of a postal delivery point.
source <xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Free text or structured description of a postal delivery point.</xs:documentation>
 
</xs:annotation>
</xs:element>

element a:AddressType/PostOffice
diagram
namespace urn:oasis:names:tc:ciq:xal:3
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Identifier
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
A delivery point where all mails are delivered and the post man picks up the mails and delivers it to the recipients. Examples are a rural post office where post is delivered, a post office containing post office boxes/personal mail boxes. Note that not all countries have PostOffice. Can be used to represent overseas military addresses also along with PostalDeliveryPoint element
source <xs:element name="PostOffice" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A delivery point where all mails are delivered and the post man picks up the mails and delivers it to the recipients. Examples are a rural post office where post is delivered, a post office containing post office boxes/personal mail boxes. Note that not all countries have PostOffice. Can be used to represent overseas military addresses also along with PostalDeliveryPoint element</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Name or number of the post office in free text or structured form.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="##other"/>
 
</xs:complexType>
</xs:element>

element a:AddressType/PostOffice/Identifier
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type a:IdentifierType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Indicates which part of number or identifier this element contains. Some "numbers" are as simple as 42 and some "numbers" are more like complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g. M2H 2S5. It may be necessary to separate the "number" into sub-elements and indicate what type of information each of them contains.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
annotation
documentation
Name or number of the post office in free text or structured form.
source <xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Name or number of the post office in free text or structured form.</xs:documentation>
 
</xs:annotation>
</xs:element>

element a:AddressType/GeoRSS
diagram
namespace urn:oasis:names:tc:ciq:xal:3
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
GeoRSS GML from Open Geospatial Consortium (OGC – www.opengeospatial.net) is a formal GML Application Profile, and supports a greater range of features than Simple, notably coordinate reference systems other than WGS84 latitude/longitude. It is designed for use with Atom 1.0, RSS 2.0 and RSS 1.0, although it can be used just as easily in non-RSS XML encodings.
source <xs:element name="GeoRSS" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>GeoRSS GML from Open Geospatial Consortium (OGC – www.opengeospatial.net) is a formal GML Application Profile, and supports a greater range of features than Simple, notably coordinate reference systems other than WGS84 latitude/longitude. It is designed for use with Atom 1.0, RSS 2.0 and RSS 1.0, although it can be used just as easily in non-RSS XML encodings. </xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:any namespace="http://www.georss.org/georss" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Could be GeoRSS Simple or GeoRSS GML versions. Refer to http://georss.org/ and http://georss.org/gml for further documentation</xs:documentation>
       
</xs:annotation>
     
</xs:any>
   
</xs:sequence>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element a:AddressType/LocationByCoordinates
diagram
namespace urn:oasis:names:tc:ciq:xal:3
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Latitude Longitude
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Meridianct:CodeType      
documentation
The collection of the coordinate numeric values for latitude amd longtitude depends on the agreed position of the meridian. Declaration of the meridian is necessary as it cannot be assumed in the data
MeridianTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
MeridianTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
MeridianTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
MeridianTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
MeridianCodeTypect:String      
documentation
Type of code used. e.g. EPSG Code
Datumct:CodeType      
documentation
The collection of the coordinate numeric values depends on the agreed datum within which the measurement was taken. Declaration of the datum is necessary as it cannot be assumed in the data
DatumTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DatumTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DatumTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DatumTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DatumCodeTypect:String      
documentation
Type of code used. e.g. EPSG Code, WGS-84
Projectionct:CodeType      
documentation
Coordinates have limited utility and application depending on the projection required for visualisation in a map. Declaration of projection is necessary as it cannot be assumed in data
ProjectionTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
ProjectionTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
ProjectionTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
ProjectionTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
ProjectionCodeTypect:String      
documentation
Type of code used. e.g. EPSG Code
annotation
documentation
Geo-coordinates of the address/location represented using Open Geospatial Consortium's specifications, namely GeoRSS/GML and other supporting data items
source <xs:element name="LocationByCoordinates" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Geo-coordinates of the address/location represented using Open Geospatial Consortium's specifications, namely GeoRSS/GML and other supporting data items</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Latitude" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Latitude details</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="DegreesMeasure" type="ct:String">
           
<xs:annotation>
             
<xs:documentation>Measure of the latitude in degrees</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="MinutesMeasure" type="ct:String">
           
<xs:annotation>
             
<xs:documentation>Measure of the latitude in minutes</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="SecondsMeasure" type="ct:String">
           
<xs:annotation>
             
<xs:documentation>Measure of the latitude in seconds</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="Direction" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>The direction of latitude measurement offset from the equator</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="DirectionTypeRef" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="DirectionTypeVer" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="DirectionTypeURI" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="DirectionTypeVerURI" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="Longitude" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Longitude details</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="DegreesMeasure" type="ct:String">
           
<xs:annotation>
             
<xs:documentation>Measure of the longitude in degrees</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="MinutesMeasure" type="ct:String">
           
<xs:annotation>
             
<xs:documentation>Measure of the longitude in minutes</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="SecondsMeasure" type="ct:String">
           
<xs:annotation>
             
<xs:documentation>Measure of the longitude in seconds</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="Direction" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>The direction of  longitude measurement offset from the equator</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="DirectionTypeRef" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="DirectionTypeVer" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="DirectionTypeURI" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attribute name="DirectionTypeVerURI" type="xs:normalizedString">
           
<xs:annotation>
             
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:attribute name="Meridian" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>The collection of the coordinate numeric values for latitude amd longtitude depends on the agreed position of the meridian. Declaration of the meridian is necessary as it cannot be assumed in the data</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="MeridianTypeRef" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="MeridianTypeVer" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="MeridianTypeURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="MeridianTypeVerURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="MeridianCodeType" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>Type of code used. e.g. EPSG Code</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="Datum" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>The collection of the coordinate numeric values depends on the agreed datum within which the measurement was taken. Declaration of the datum is necessary as it cannot be assumed in the data</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="DatumTypeRef" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="DatumTypeVer" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="DatumTypeURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="DatumTypeVerURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="DatumCodeType" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>Type of code used. e.g. EPSG Code, WGS-84</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="Projection" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Coordinates have limited utility and application depending on the projection required for visualisation in a map. Declaration of projection is necessary as it cannot be assumed in data</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="ProjectionTypeRef" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="ProjectionTypeVer" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="ProjectionTypeURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="ProjectionTypeVerURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="ProjectionCodeType" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>Type of code used. e.g. EPSG Code</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element a:AddressType/LocationByCoordinates/Latitude
diagram
namespace urn:oasis:names:tc:ciq:xal:3
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
DegreesMeasurect:String      
documentation
Measure of the latitude in degrees
MinutesMeasurect:String      
documentation
Measure of the latitude in minutes
SecondsMeasurect:String      
documentation
Measure of the latitude in seconds
Directionct:CodeType      
documentation
The direction of latitude measurement offset from the equator
DirectionTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DirectionTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DirectionTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DirectionTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Latitude details
source <xs:element name="Latitude" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Latitude details</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="DegreesMeasure" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>Measure of the latitude in degrees</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="MinutesMeasure" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>Measure of the latitude in minutes</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="SecondsMeasure" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>Measure of the latitude in seconds</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="Direction" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>The direction of latitude measurement offset from the equator</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="DirectionTypeRef" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="DirectionTypeVer" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="DirectionTypeURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="DirectionTypeVerURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element a:AddressType/LocationByCoordinates/Longitude
diagram
namespace urn:oasis:names:tc:ciq:xal:3
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
DegreesMeasurect:String      
documentation
Measure of the longitude in degrees
MinutesMeasurect:String      
documentation
Measure of the longitude in minutes
SecondsMeasurect:String      
documentation
Measure of the longitude in seconds
Directionct:CodeType      
documentation
The direction of  longitude measurement offset from the equator
DirectionTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DirectionTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DirectionTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DirectionTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Longitude details
source <xs:element name="Longitude" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Longitude details</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="DegreesMeasure" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>Measure of the longitude in degrees</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="MinutesMeasure" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>Measure of the longitude in minutes</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="SecondsMeasure" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>Measure of the longitude in seconds</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="Direction" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>The direction of  longitude measurement offset from the equator</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="DirectionTypeRef" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="DirectionTypeVer" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="DirectionTypeURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="DirectionTypeVerURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

complexType a:CountryType
diagram
namespace urn:oasis:names:tc:ciq:xal:3
children NameElement
used by
elements CountriesOfResidence/Country Nationalities/Country a:AddressType/Country
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Complex type that defines the name of the country
source <xs:complexType name="CountryType">
 
<xs:annotation>
   
<xs:documentation>Complex type that defines the name of the country</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="NameElement" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Data associated with the name of the country in whatever form available, e.g. full, abbreviation, common use, code of the country, etc.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="NameType">
           
<xs:attribute name="NameType" type="ct:CodeType">
             
<xs:annotation>
               
<xs:documentation>Semantics of data associated with name</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
           
<xs:attribute name="NameCode" type="ct:CodeType">
             
<xs:annotation>
               
<xs:documentation>Name of the country represented as a code</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
           
<xs:attribute name="NameCodeType" type="ct:String">
             
<xs:annotation>
               
<xs:documentation>Type of code used to represent name of country, e.g. iso-3166</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attributeGroup ref="ct:grDataQuality"/>
 
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
 
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

element a:CountryType/NameElement
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of a:NameType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
NameTypect:CodeType      
documentation
Semantics of data associated with name
NameTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
NameCodect:CodeType      
documentation
Name of the country represented as a code
NameCodeTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameCodeTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameCodeTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameCodeTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
NameCodeTypect:String      
documentation
Type of code used to represent name of country, e.g. iso-3166
annotation
documentation
Data associated with the name of the country in whatever form available, e.g. full, abbreviation, common use, code of the country, etc.
source <xs:element name="NameElement" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Data associated with the name of the country in whatever form available, e.g. full, abbreviation, common use, code of the country, etc.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="NameType">
       
<xs:attribute name="NameType" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Semantics of data associated with name</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
       
<xs:attribute name="NameCode" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Name of the country represented as a code</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
       
<xs:attribute name="NameCodeType" type="ct:String">
         
<xs:annotation>
           
<xs:documentation>Type of code used to represent name of country, e.g. iso-3166</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

complexType a:IdentifierType
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of ct:String
properties
base ct:String
used by
elements a:AddressType/PostCode/Identifier a:AddressType/RuralDelivery/Identifier a:AddressType/PostalDeliveryPoint/Identifier a:AddressType/PostOffice/Identifier a:PremisesType/Number a:ThoroughfareType/Number
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Indicates which part of number or identifier this element contains. Some "numbers" are as simple as 42 and some "numbers" are more like complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g. M2H 2S5. It may be necessary to separate the "number" into sub-elements and indicate what type of information each of them contains.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
annotation
documentation
Complex type for internal reuse
source <xs:complexType name="IdentifierType">
 
<xs:annotation>
   
<xs:documentation>Complex type for internal reuse</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="ct:String">
     
<xs:attribute name="Type" type="ct:CodeType">
       
<xs:annotation>
         
<xs:documentation>Indicates which part of number or identifier this element contains. Some "numbers" are as simple as 42 and some "numbers" are more like complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g. M2H 2S5. It may be necessary to separate the "number" into sub-elements and indicate what type of information each of them contains.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attributeGroup ref="ct:grTypeMetaData"/>
     
<xs:attributeGroup ref="ct:grAbbreviation"/>
     
<xs:anyAttribute namespace="##other" processContents="lax"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

complexType a:NameType
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of ct:String
properties
base ct:String
used by
elements a:AddressType/AdministrativeArea/NameElement a:AddressType/AdministrativeArea/SubAdministrativeArea/NameElement a:AddressType/Locality/NameElement a:AddressType/Locality/SubLocality/NameElement a:CountryType/NameElement a:PremisesType/NameElement a:ThoroughfareType/NameElement
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
annotation
documentation
Complex type for internal reuse
source <xs:complexType name="NameType">
 
<xs:annotation>
   
<xs:documentation>Complex type for internal reuse</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="ct:String">
     
<xs:attributeGroup ref="ct:grAbbreviation"/>
     
<xs:anyAttribute namespace="##other" processContents="lax"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

complexType a:PremisesType
diagram
namespace urn:oasis:names:tc:ciq:xal:3
children NameElement Number
used by
elements a:AddressType/Premises a:AddressType/Premises/SubPremises
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Complex type for internal reuse
source <xs:complexType name="PremisesType">
 
<xs:annotation>
   
<xs:documentation>Complex type for internal reuse</xs:documentation>
 
</xs:annotation>
 
<xs:choice maxOccurs="unbounded">
   
<xs:element name="NameElement">
     
<xs:annotation>
       
<xs:documentation>Data associated with the name of the Premises. e.g. Full name of premises or part of the name. E.g. Westfield shopping center, reference data to support the premises location, street in the premises</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="NameType">
           
<xs:attribute name="NameType" type="ct:CodeType">
             
<xs:annotation>
               
<xs:documentation>Describes the type / part of name this element contains.</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Number" type="IdentifierType">
     
<xs:annotation>
       
<xs:documentation>Data associated with the number of the premises. E.g.House 15, number range, number suffix</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
 
<xs:attributeGroup ref="ct:grDataQuality"/>
 
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
 
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

element a:PremisesType/NameElement
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of a:NameType
properties
isRef 0
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
NameTypect:CodeType      
documentation
Describes the type / part of name this element contains.
NameTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Data associated with the name of the Premises. e.g. Full name of premises or part of the name. E.g. Westfield shopping center, reference data to support the premises location, street in the premises
source <xs:element name="NameElement">
 
<xs:annotation>
   
<xs:documentation>Data associated with the name of the Premises. e.g. Full name of premises or part of the name. E.g. Westfield shopping center, reference data to support the premises location, street in the premises</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="NameType">
       
<xs:attribute name="NameType" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Describes the type / part of name this element contains.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element a:PremisesType/Number
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type a:IdentifierType
properties
isRef 0
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Indicates which part of number or identifier this element contains. Some "numbers" are as simple as 42 and some "numbers" are more like complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g. M2H 2S5. It may be necessary to separate the "number" into sub-elements and indicate what type of information each of them contains.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
annotation
documentation
Data associated with the number of the premises. E.g.House 15, number range, number suffix
source <xs:element name="Number" type="IdentifierType">
 
<xs:annotation>
   
<xs:documentation>Data associated with the number of the premises. E.g.House 15, number range, number suffix</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType a:ThoroughfareType
diagram
namespace urn:oasis:names:tc:ciq:xal:3
children NameElement Number
used by
elements a:AddressType/Thoroughfare/SubThoroughfare a:AddressType/Thoroughfare
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
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"
ValidFromxs:dateTime      
documentation
Period the data quality is valid from
ValidToxs:dateTime      
documentation
Period the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Typect:CodeType      
documentation
Type of thoroughfare. eg. street, road, etc
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
TypeCodect:String      
documentation
Type of code use for thoroughfare
annotation
documentation
Complex type for internal reuse
source <xs:complexType name="ThoroughfareType">
 
<xs:annotation>
   
<xs:documentation>Complex type for internal reuse</xs:documentation>
 
</xs:annotation>
 
<xs:choice maxOccurs="unbounded">
   
<xs:element name="NameElement">
     
<xs:annotation>
       
<xs:documentation>Data associated with the name of the thoroughfare. e.g. Full thoroughfare name or part of it, type of thoroughfare, reference data in support of the thoroughfare</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:complexContent>
         
<xs:extension base="NameType">
           
<xs:attribute name="NameType" type="ct:CodeType">
             
<xs:annotation>
               
<xs:documentation>Describes the type / part of name this element contains.</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
         
</xs:extension>
       
</xs:complexContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Number" type="IdentifierType">
     
<xs:annotation>
       
<xs:documentation>Data associated with the number of the thoroughfare. E.g. 39 in 39 Baker Street, street range, street suffix</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
 
<xs:attributeGroup ref="ct:grDataQuality"/>
 
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
 
<xs:attribute name="Type" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Type of thoroughfare. eg. street, road, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grTypeMetaData"/>
 
<xs:attribute name="TypeCode" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>Type of code use for thoroughfare</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

element a:ThoroughfareType/NameElement
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of a:NameType
properties
isRef 0
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
NameTypect:CodeType      
documentation
Describes the type / part of name this element contains.
NameTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Data associated with the name of the thoroughfare. e.g. Full thoroughfare name or part of it, type of thoroughfare, reference data in support of the thoroughfare
source <xs:element name="NameElement">
 
<xs:annotation>
   
<xs:documentation>Data associated with the name of the thoroughfare. e.g. Full thoroughfare name or part of it, type of thoroughfare, reference data in support of the thoroughfare</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="NameType">
       
<xs:attribute name="NameType" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Describes the type / part of name this element contains.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element a:ThoroughfareType/Number
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type a:IdentifierType
properties
isRef 0
content complex
facets
maxLength 255
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typect:CodeType      
documentation
Indicates which part of number or identifier this element contains. Some "numbers" are as simple as 42 and some "numbers" are more like complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g. M2H 2S5. It may be necessary to separate the "number" into sub-elements and indicate what type of information each of them contains.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
annotation
documentation
Data associated with the number of the thoroughfare. E.g. 39 in 39 Baker Street, street range, street suffix
source <xs:element name="Number" type="IdentifierType">
 
<xs:annotation>
   
<xs:documentation>Data associated with the number of the thoroughfare. E.g. 39 in 39 Baker Street, street range, street suffix</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy