Schema xNAL.xsd


schema location:  C:\OASIS\CIQ TC\CIQ Version 3.0\CS02\ciq-v3\ciq\v3.0\xsd\default\xsd\xNAL.xsd
attribute form default:  qualified
element form default:  qualified
targetNamespace:  urn:oasis:names:tc:ciq:xnal:3
 
Elements 
PostalLabel 
Record 


schema location:  C:\OASIS\CIQ TC\CIQ Version 3.0\CS02\ciq-v3\ciq\v3.0\xsd\default\xsd\xNAL-types.xsd
attribute form default:  qualified
element form default:  qualified
targetNamespace:  urn:oasis:names:tc:ciq:xnal:3
 
Simple types 
DependencyTypeList 
RecordIDTypeList 


schema location:  C:\OASIS\CIQ TC\CIQ Version 3.0\CS02\ciq-v3\ciq\v3.0\xsd\default\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  grNameKey 
OrganisationName  PartyNameType 
PartyName  PersonNameType 
PersonName 


schema location:  C:\OASIS\CIQ TC\CIQ Version 3.0\CS02\ciq-v3\ciq\v3.0\xsd\default\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 
PremisesType 
ThoroughfareType 


schema location:  C:\OASIS\CIQ TC\CIQ Version 3.0\CS02\ciq-v3\ciq\v3.0\xsd\default\xsd\CommonTypes.xsd
attribute form default:  qualified
element form default:  qualified
targetNamespace:  urn:oasis:names:tc:ciq:ct:3
 
Simple types  Attr. groups 
DataQualityTypeList  grAbbreviation 
StatusList  grDataQuality 
String  grLanguageCode 
grValidityDate 


schema location:  C:\OASIS\CIQ TC\CIQ Version 3.0\CS02\ciq-v3\ciq\v3.0\xsd\default\xsd\xNL-types.xsd
attribute form default:  qualified
element form default:  qualified
targetNamespace:  urn:oasis:names:tc:ciq:xnl:3
 
Simple types 
JointNameConnectorList 
NameLineTypeList 
OrganisationIDTypeList 
OrganisationNameElementList 
OrganisationNameTypeList 
OrganisationNameUsageList 
PartyNameIDTypeList 
PartyNameUsageList 
PersonIDTypeList 
PersonNameElementList 
PersonNameTypeList 
PersonNameUsageList 
SubDivisionTypeList 


schema location:  C:\OASIS\CIQ TC\CIQ Version 3.0\CS02\ciq-v3\ciq\v3.0\xsd\default\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:\OASIS\CIQ TC\CIQ Version 3.0\CS02\ciq-v3\ciq\v3.0\xsd\default\xsd\xAL-types.xsd
attribute form default:  qualified
element form default:  qualified
targetNamespace:  urn:oasis:names:tc:ciq:xal:3
 
Simple types 
AddressIDTypeList 
AddressLineTypeList 
AddressTypeList 
AddressUsageList 
AdministrativeAreaNameCodeList 
AdministrativeAreaNameTypeList 
AdministrativeAreaTypeList 
CountryNameCodeList 
CountryNameTypeList 
DatumCodeList 
DeliveryModeList 
DirectionTypeList 
IdentifierElementTypeList 
LocalityNameCodeList 
LocalityNameTypeList 
LocalityTypeList 
MeridianCodeList 
PostalDeliveryPointTypeList 
PostOfficeTypeList 
PremisesElementTypeList 
PremisesTypeList 
ProjectionCodeList 
RuralDeliveryTypeList 
SubAdministrativeAreaNameCodeList 
SubAdministrativeAreaNameTypeList 
SubAdministrativeAreaTypeList 
SubLocalityNameCodeList 
SubLocalityNameTypeList 
SubLocalityTypeList 
SubPremisesTypeList 
ThoroughfareNameTypeList 
ThoroughfareTypeList 


element PostalLabel
diagram
namespace urn:oasis:names:tc:ciq:xnal:3
properties
content complex
children Addressee xal:Address
attributes
Name  Type  Use  Default  Fixed  annotation
Statusct:StatusList      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
DateValidFromxs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
DateValidToxs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
This is a specialised container to combine name and address for postal purposes, e.g. a label on an envelope that has two parts, an addressee and the address.
source <xs:element name="PostalLabel">
 
<xs:annotation>
   
<xs:documentation>This is a specialised container to combine name and address for postal purposes, e.g. a label on an envelope that has two parts, an addressee and the address.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Addressee" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Addressee is the party that is the recipient of the postal mail delivery.  </xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="Designation" minOccurs="0" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>When the name of the recipient is not known or the designation is still required to appear on the label.
E.g. Attention CEO, General Manager, the household owner, etc.
</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:simpleContent>
                 
<xs:extension base="ct:String">
                   
<xs:anyAttribute namespace="##other" processContents="lax"/>
                 
</xs:extension>
               
</xs:simpleContent>
             
</xs:complexType>
           
</xs:element>
           
<xs:element ref="xnl:PartyName" minOccurs="0"/>
           
<xs:element name="DependencyName" minOccurs="0" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>The main name has a relationship with a dependant name.
The dependant name should be put under this element and the relationship described.
E.g. Eastbourne Goats Trust in care of Wellingon Lawers Ltd., Ram Kumar, C/O Sakthisoft, etc
</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:complexContent>
                 
<xs:extension base="xnl:PartyNameType">
                   
<xs:attribute name="Type" type="DependencyTypeList" use="required">
                     
<xs:annotation>
                       
<xs:documentation>This attribute describes the nature/type of  relationship between the main name and the dependency. E.g. 'C/O', 'in care of' or 'a son of'.</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                 
</xs:extension>
               
</xs:complexContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attributeGroup ref="ct:grLanguageCode"/>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
     
<xs:element ref="xal:Address"/>
   
</xs:sequence>
   
<xs:attribute name="Status" type="ct:StatusList">
     
<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:grValidityDate"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grLanguageCode"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element PostalLabel/Addressee
diagram
namespace urn:oasis:names:tc:ciq:xnal:3
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children Designation xnl:PartyName DependencyName
attributes
Name  Type  Use  Default  Fixed  annotation
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Addressee is the party that is the recipient of the postal mail delivery. 
source <xs:element name="Addressee" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Addressee is the party that is the recipient of the postal mail delivery.  </xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Designation" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>When the name of the recipient is not known or the designation is still required to appear on the label.
E.g. Attention CEO, General Manager, the household owner, etc.
</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element ref="xnl:PartyName" minOccurs="0"/>
     
<xs:element name="DependencyName" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>The main name has a relationship with a dependant name.
The dependant name should be put under this element and the relationship described.
E.g. Eastbourne Goats Trust in care of Wellingon Lawers Ltd., Ram Kumar, C/O Sakthisoft, etc
</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:extension base="xnl:PartyNameType">
             
<xs:attribute name="Type" type="DependencyTypeList" use="required">
               
<xs:annotation>
                 
<xs:documentation>This attribute describes the nature/type of  relationship between the main name and the dependency. E.g. 'C/O', 'in care of' or 'a son of'.</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
           
</xs:extension>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="ct:grLanguageCode"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element PostalLabel/Addressee/Designation
diagram
namespace urn:oasis:names:tc:ciq:xnal:3
type extension of ct:String
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
facets
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
When the name of the recipient is not known or the designation is still required to appear on the label.
E.g. Attention CEO, General Manager, the household owner, etc.
source <xs:element name="Designation" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>When the name of the recipient is not known or the designation is still required to appear on the label.
E.g. Attention CEO, General Manager, the household owner, etc.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element PostalLabel/Addressee/DependencyName
diagram
namespace urn:oasis:names:tc:ciq:xnal:3
type extension of xnl:PartyNameType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children xnl:NameLine PersonName OrganisationName
attributes
Name  Type  Use  Default  Fixed  annotation
PartyNameIDct:String      
documentation
A unique identifier of a party
PartyNameIDTypexnl:PartyNameIDTypeList      
documentation
Type of Party Name ID
IDct:String      
documentation
Globally unique identifier
Usagexnl:PartyNameUsageList      
documentation
Tye of use of this data. e.g. data exchange, contact, update, create
Statusct:StatusList      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
JointNameConnectorxnl:JointNameConnectorList      
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.
DateValidFromxs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
DateValidToxs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyct:String      
documentation
A primary key to reference Party Name.
NameKeyRefct:String      
documentation
A foreign key to reference attribute Key of Party Name.
type      
label      
href      
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
TypeDependencyTypeListrequired      
documentation
This attribute describes the nature/type of  relationship between the main name and the dependency. E.g. 'C/O', 'in care of' or 'a son of'.
annotation
documentation
The main name has a relationship with a dependant name.
The dependant name should be put under this element and the relationship described.
E.g. Eastbourne Goats Trust in care of Wellingon Lawers Ltd., Ram Kumar, C/O Sakthisoft, etc
source <xs:element name="DependencyName" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The main name has a relationship with a dependant name.
The dependant name should be put under this element and the relationship described.
E.g. Eastbourne Goats Trust in care of Wellingon Lawers Ltd., Ram Kumar, C/O Sakthisoft, etc
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="xnl:PartyNameType">
       
<xs:attribute name="Type" type="DependencyTypeList" use="required">
         
<xs:annotation>
           
<xs:documentation>This attribute describes the nature/type of  relationship between the main name and the dependency. E.g. 'C/O', 'in care of' or 'a son of'.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element Record
diagram
namespace urn:oasis:names:tc:ciq:xnal:3
properties
content complex
children xnl:PartyName xal:Address
attributes
Name  Type  Use  Default  Fixed  annotation
RecordIDct:String      
documentation
A unique identifier of a record
RecordIDTypeRecordIDTypeList      
documentation
Type of Record ID
Statusct:StatusList      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
DateValidFromxs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
DateValidToxs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
RecordKeyct:String      
documentation
Primary key for referencing record
RecordKeyRefct:String      
documentation
Foreign key to reference record
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
This is a generic contianer to combine name and address. Any cardinality of names and addresses is permitted.
source <xs:element name="Record">
 
<xs:annotation>
   
<xs:documentation>This is a generic contianer to combine name and address. Any cardinality of names and addresses is permitted.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="xnl:PartyName" maxOccurs="unbounded"/>
     
<xs:element ref="xal:Address" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute name="RecordID" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>A unique identifier of a record</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="RecordIDType" type="RecordIDTypeList">
     
<xs:annotation>
       
<xs:documentation>Type of Record ID</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="Status" type="ct:StatusList">
     
<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:grValidityDate"/>
   
<xs:attribute name="RecordKey" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>Primary key for referencing record</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="RecordKeyRef" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>Foreign key to reference record</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grLanguageCode"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

simpleType DependencyTypeList
namespace urn:oasis:names:tc:ciq:xnal:3
type xs:normalizedString
used by
attribute PostalLabel/Addressee/DependencyName/@Type
annotation
documentation
A list of possible values for dependency name type
source <xs:simpleType name="DependencyTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of possible values for dependency name type</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType RecordIDTypeList
namespace urn:oasis:names:tc:ciq:xnal:3
type xs:normalizedString
used by
attribute Record/@RecordIDType
annotation
documentation
A list of all types of Record IDs
source <xs:simpleType name="RecordIDTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of all types of Record IDs</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

element xnl:NameLine
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
type extension of ct:String
properties
content complex
used by
complexType xnl:PartyNameType
facets
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typexnl:NameLineTypeList      
documentation
Type define what this free format name line could mean. For example, the Type could be "Unknown"
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.
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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="NameLineTypeList">
         
<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:grAbbreviation"/>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element xnl:OrganisationName
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
type xnl:OrganisationNameType
properties
content complex
children NameElement SubDivisionName
attributes
Name  Type  Use  Default  Fixed  annotation
Typexnl:OrganisationNameTypeList      
documentation
Enumerated list of common types of aliases or name types.
OrganisationIDct:String      
documentation
A unique identifier of an organisation
OrganisationIDTypexnl:OrganisationIDTypeList      
documentation
Type of identifier
IDct:String      
documentation
Globally unique identifer
Usagexnl:OrganisationNameUsageList      
documentation
Usage of organisation name. How is it used and for what purpose. Allows user which name in a set of names to select for a given purpose.
e.g. used for legal purposes
Statusct:StatusList      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
DateValidFromxs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
DateValidToxs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyct:String      
documentation
A primary key to reference Party Name.
NameKeyRefct:String      
documentation
A foreign key to reference attribute Key of Party Name.
type      
label      
href      
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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 xnl:PartyName
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
type xnl:PartyNameType
properties
content complex
children xnl:NameLine PersonName OrganisationName
used by
elements PostalLabel/Addressee Record
attributes
Name  Type  Use  Default  Fixed  annotation
PartyNameIDct:String      
documentation
A unique identifier of a party
PartyNameIDTypexnl:PartyNameIDTypeList      
documentation
Type of Party Name ID
IDct:String      
documentation
Globally unique identifier
Usagexnl:PartyNameUsageList      
documentation
Tye of use of this data. e.g. data exchange, contact, update, create
Statusct:StatusList      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
JointNameConnectorxnl:JointNameConnectorList      
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.
DateValidFromxs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
DateValidToxs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyct:String      
documentation
A primary key to reference Party Name.
NameKeyRefct:String      
documentation
A foreign key to reference attribute Key of Party Name.
type      
label      
href      
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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 xnl:PersonName
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
type xnl:PersonNameType
properties
content complex
children NameElement
attributes
Name  Type  Use  Default  Fixed  annotation
Typexnl:PersonNameTypeList      
documentation
Enumerated list of type of name.  example: Alias, Nick Name, former name, known as, etc
PersonIDct:String      
documentation
A unique identifier of a person
PersonIDTypexnl:PersonIDTypeList      
documentation
Type of identifier
IDct:String      
documentation
Globally unique identifier
Usagexnl:PersonNameUsageList      
documentation
Usage of a person name. How is it used and for what purpose. Allows user which name in a set of names to select for a given purpose.
e.g. used for legal purposes
Statusct:StatusList      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
DateValidFromxs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
DateValidToxs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyct:String      
documentation
A primary key to reference Party Name.
NameKeyRefct:String      
documentation
A foreign key to reference attribute Key of Party Name.
type      
label      
href      
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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 xnl:OrganisationNameType
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
children NameElement SubDivisionName
used by
elements xnl:PartyNameType/OrganisationName xnl:OrganisationName
attributes
Name  Type  Use  Default  Fixed  annotation
Typexnl:OrganisationNameTypeList      
documentation
Enumerated list of common types of aliases or name types.
OrganisationIDct:String      
documentation
A unique identifier of an organisation
OrganisationIDTypexnl:OrganisationIDTypeList      
documentation
Type of identifier
IDct:String      
documentation
Globally unique identifer
Usagexnl:OrganisationNameUsageList      
documentation
Usage of organisation name. How is it used and for what purpose. Allows user which name in a set of names to select for a given purpose.
e.g. used for legal purposes
Statusct:StatusList      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
DateValidFromxs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
DateValidToxs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyct:String      
documentation
A primary key to reference Party Name.
NameKeyRefct:String      
documentation
A foreign key to reference attribute Key of Party Name.
type      
label      
href      
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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="OrganisationNameElementList">
             
<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: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="SubDivisionTypeList">
             
<xs:annotation>
               
<xs:documentation>Type of sub division. e.g. department, warehouse, branch</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attributeGroup ref="ct:grAbbreviation"/>
           
<xs:anyAttribute namespace="##other" processContents="lax"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="Type" type="OrganisationNameTypeList">
   
<xs:annotation>
     
<xs:documentation>Enumerated list of common types of aliases or name types.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<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="OrganisationIDTypeList">
   
<xs:annotation>
     
<xs:documentation>Type of identifier</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ID" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>Globally unique identifer</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="Usage" type="OrganisationNameUsageList">
   
<xs:annotation>
     
<xs:documentation>Usage of organisation name. How is it used and for what purpose. Allows user which name in a set of names to select for a given purpose.
e.g. used for legal purposes
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="Status" type="ct:StatusList">
   
<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:grValidityDate"/>
 
<xs:attributeGroup ref="grNameKey"/>
 
<xs:attribute ref="xlink:type"/>
 
<xs:attribute ref="xlink:label"/>
 
<xs:attribute ref="xlink:href"/>
 
<xs:attributeGroup ref="ct:grDataQuality"/>
 
<xs:attributeGroup ref="ct:grLanguageCode"/>
 
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

element xnl: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
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
ElementTypexnl:OrganisationNameElementList      
documentation
Clarifies the meaning of the element. Example: name, type . Omit this attribute if the type of the name element is not known.
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="OrganisationNameElementList">
         
<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:grAbbreviation"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element xnl: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
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typexnl:SubDivisionTypeList      
documentation
Type of sub division. e.g. department, warehouse, branch
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="SubDivisionTypeList">
         
<xs:annotation>
           
<xs:documentation>Type of sub division. e.g. department, warehouse, branch</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grAbbreviation"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

complexType xnl:PartyNameType
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
children xnl:NameLine PersonName OrganisationName
used by
elements PostalLabel/Addressee/DependencyName xnl:PartyName
attributes
Name  Type  Use  Default  Fixed  annotation
PartyNameIDct:String      
documentation
A unique identifier of a party
PartyNameIDTypexnl:PartyNameIDTypeList      
documentation
Type of Party Name ID
IDct:String      
documentation
Globally unique identifier
Usagexnl:PartyNameUsageList      
documentation
Tye of use of this data. e.g. data exchange, contact, update, create
Statusct:StatusList      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
JointNameConnectorxnl:JointNameConnectorList      
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.
DateValidFromxs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
DateValidToxs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyct:String      
documentation
A primary key to reference Party Name.
NameKeyRefct:String      
documentation
A foreign key to reference attribute Key of Party Name.
type      
label      
href      
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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="PartyNameIDTypeList">
   
<xs:annotation>
     
<xs:documentation>Type of Party Name ID</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ID" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>Globally unique identifier</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="Usage" type="PartyNameUsageList">
   
<xs:annotation>
     
<xs:documentation>Tye of use of this data. e.g. data exchange, contact, update, create</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="Status" type="ct:StatusList">
   
<xs:annotation>
     
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="JointNameConnector" type="JointNameConnectorList">
   
<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:attributeGroup ref="ct:grValidityDate"/>
 
<xs:attributeGroup ref="grNameKey"/>
 
<xs:attribute ref="xlink:type"/>
 
<xs:attribute ref="xlink:label"/>
 
<xs:attribute ref="xlink:href"/>
 
<xs:attributeGroup ref="ct:grDataQuality"/>
 
<xs:attributeGroup ref="ct:grLanguageCode"/>
 
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

element xnl:PartyNameType/PersonName
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
type extension of xnl:PersonNameType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children NameElement
attributes
Name  Type  Use  Default  Fixed  annotation
Typexnl:PersonNameTypeList      
documentation
Enumerated list of type of name.  example: Alias, Nick Name, former name, known as, etc
PersonIDct:String      
documentation
A unique identifier of a person
PersonIDTypexnl:PersonIDTypeList      
documentation
Type of identifier
IDct:String      
documentation
Globally unique identifier
Usagexnl:PersonNameUsageList      
documentation
Usage of a person name. How is it used and for what purpose. Allows user which name in a set of names to select for a given purpose.
e.g. used for legal purposes
Statusct:StatusList      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
DateValidFromxs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
DateValidToxs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyct:String      
documentation
A primary key to reference Party Name.
NameKeyRefct:String      
documentation
A foreign key to reference attribute Key of Party Name.
type      
label      
href      
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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 xnl:PartyNameType/OrganisationName
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
type extension of xnl:OrganisationNameType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children NameElement SubDivisionName
attributes
Name  Type  Use  Default  Fixed  annotation
Typexnl:OrganisationNameTypeList      
documentation
Enumerated list of common types of aliases or name types.
OrganisationIDct:String      
documentation
A unique identifier of an organisation
OrganisationIDTypexnl:OrganisationIDTypeList      
documentation
Type of identifier
IDct:String      
documentation
Globally unique identifer
Usagexnl:OrganisationNameUsageList      
documentation
Usage of organisation name. How is it used and for what purpose. Allows user which name in a set of names to select for a given purpose.
e.g. used for legal purposes
Statusct:StatusList      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
DateValidFromxs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
DateValidToxs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyct:String      
documentation
A primary key to reference Party Name.
NameKeyRefct:String      
documentation
A foreign key to reference attribute Key of Party Name.
type      
label      
href      
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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 xnl:PersonNameType
diagram
namespace urn:oasis:names:tc:ciq:xnl:3
children NameElement
used by
elements xnl:PartyNameType/PersonName xnl:PersonName
attributes
Name  Type  Use  Default  Fixed  annotation
Typexnl:PersonNameTypeList      
documentation
Enumerated list of type of name.  example: Alias, Nick Name, former name, known as, etc
PersonIDct:String      
documentation
A unique identifier of a person
PersonIDTypexnl:PersonIDTypeList      
documentation
Type of identifier
IDct:String      
documentation
Globally unique identifier
Usagexnl:PersonNameUsageList      
documentation
Usage of a person name. How is it used and for what purpose. Allows user which name in a set of names to select for a given purpose.
e.g. used for legal purposes
Statusct:StatusList      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
DateValidFromxs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
DateValidToxs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
NameKeyct:String      
documentation
A primary key to reference Party Name.
NameKeyRefct:String      
documentation
A foreign key to reference attribute Key of Party Name.
type      
label      
href      
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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" minOccurs="0" 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="PersonNameElementList">
             
<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:grAbbreviation"/>
           
<xs:anyAttribute namespace="##other" processContents="lax"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="Type" type="PersonNameTypeList">
   
<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: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="PersonIDTypeList">
   
<xs:annotation>
     
<xs:documentation>Type of identifier</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ID" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>Globally unique identifier</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="Usage" type="PersonNameUsageList">
   
<xs:annotation>
     
<xs:documentation>Usage of a person name. How is it used and for what purpose. Allows user which name in a set of names to select for a given purpose.
e.g. used for legal purposes
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="Status" type="ct:StatusList">
   
<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:grValidityDate"/>
 
<xs:attributeGroup ref="grNameKey"/>
 
<xs:attribute ref="xlink:type"/>
 
<xs:attribute ref="xlink:label"/>
 
<xs:attribute ref="xlink:href"/>
 
<xs:attributeGroup ref="ct:grDataQuality"/>
 
<xs:attributeGroup ref="ct:grLanguageCode"/>
 
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

element xnl:PersonNameType/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
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
ElementTypexnl:PersonNameElementList      
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.
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" minOccurs="0" 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="PersonNameElementList">
         
<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:grAbbreviation"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attributeGroup xnl:grNameKey
namespace urn:oasis:names:tc:ciq:xnl:3
used by
complexTypes xnl:OrganisationNameType xnl:PartyNameType xnl:PersonNameType
attributes
Name  Type  Use  Default  Fixed  annotation
NameKeyct:String      
documentation
A primary key to reference Party Name.
NameKeyRefct:String      
documentation
A foreign key to reference attribute Key of Party Name.
annotation
documentation
Reference to another Person Name or Organisation Name with primary and foreign key reinforcement.
source <xs:attributeGroup name="grNameKey">
 
<xs:annotation>
   
<xs:documentation>Reference to another Person Name or Organisation Name with primary and foreign key reinforcement. </xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="NameKey" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>A primary key to reference Party Name.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="NameKeyRef" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>A foreign key to reference attribute Key of Party Name.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

element xal:Address
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type xal:AddressType
properties
content complex
children FreeTextAddress Country AdministrativeArea Locality Thoroughfare Premises PostCode RuralDelivery PostalDeliveryPoint PostOffice GeoRSS LocationByCoordinates
used by
elements PostalLabel Record
attributes
Name  Type  Use  Default  Fixed  annotation
Typexal:AddressTypeList      
documentation
Defines the type of address. An address type can be" Primary Address, Secondary Address, Rural Address, Military Address, etc.
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.
AddressIDTypexal:AddressIDTypeList      
documentation
Type of address ID used. e.g. DPID, etc
IDct:String      
documentation
A globally unique identifier assigned to the address
Usagexal:AddressUsageList      
documentation
The purpose the address is used for. E.g.  Postal, residential, business,  exchange, update, create, delete, etc
DeliveryModexal:DeliveryModeList      
documentation
Mode of delivery of address. For example: rural route, normal delivery, post office box, etc.
Statusct:StatusList      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
DateValidFromxs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
DateValidToxs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
AddressKeyct:String      
documentation
A primary key to reference Address.
AddressKeyRefct:String      
documentation
A foreign key to reference attribute Key of Address.
type      
label      
href      
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Top level element for address with geocode details
source <xs:element name="Address" type="AddressType">
 
<xs:annotation>
   
<xs:documentation>Top level element for address with geocode details</xs:documentation>
 
</xs:annotation>
</xs:element>

complexType xal: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
element xal:Address
attributes
Name  Type  Use  Default  Fixed  annotation
Typexal:AddressTypeList      
documentation
Defines the type of address. An address type can be" Primary Address, Secondary Address, Rural Address, Military Address, etc.
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.
AddressIDTypexal:AddressIDTypeList      
documentation
Type of address ID used. e.g. DPID, etc
IDct:String      
documentation
A globally unique identifier assigned to the address
Usagexal:AddressUsageList      
documentation
The purpose the address is used for. E.g.  Postal, residential, business,  exchange, update, create, delete, etc
DeliveryModexal:DeliveryModeList      
documentation
Mode of delivery of address. For example: rural route, normal delivery, post office box, etc.
Statusct:StatusList      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
DateValidFromxs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
DateValidToxs:dateTime      
documentation
Could be end date, expiry date, validity end date, etc
AddressKeyct:String      
documentation
A primary key to reference Address.
AddressKeyRefct:String      
documentation
A foreign key to reference attribute Key of Address.
type      
label      
href      
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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 with geocode details for reuse
source <xs:complexType name="AddressType">
 
<xs:annotation>
   
<xs:documentation>Complex type that defines the structure of an address with geocode details for reuse</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<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="AddressLineTypeList">
                   
<xs:annotation>
                     
<xs:documentation>What does the address line describe? e.g. Street details, suburb details, post code details, whole address, etc</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
                 
<xs:attributeGroup ref="ct:grDataQuality"/>
                 
<xs:anyAttribute namespace="##other"/>
               
</xs:extension>
             
</xs:simpleContent>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<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:simpleContent>
               
<xs:extension base="ct:String">
                 
<xs:attributeGroup ref="ct:grAbbreviation"/>
                 
<xs:attribute name="NameType" type="AdministrativeAreaNameTypeList">
                   
<xs:annotation>
                     
<xs:documentation>semantics of data associated with name</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
                 
<xs:attribute name="NameCode" type="AdministrativeAreaNameCodeList">
                   
<xs:annotation>
                     
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
                 
<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:anyAttribute namespace="##other"/>
               
</xs:extension>
             
</xs:simpleContent>
           
</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:simpleContent>
                     
<xs:extension base="ct:String">
                       
<xs:attributeGroup ref="ct:grAbbreviation"/>
                       
<xs:attribute name="NameType" type="SubAdministrativeAreaNameTypeList">
                         
<xs:annotation>
                           
<xs:documentation>semantics of data associated with name</xs:documentation>
                         
</xs:annotation>
                       
</xs:attribute>
                       
<xs:attribute name="NameCode" type="SubAdministrativeAreaNameCodeList">
                         
<xs:annotation>
                           
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
                         
</xs:annotation>
                       
</xs:attribute>
                       
<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:anyAttribute namespace="##other"/>
                     
</xs:extension>
                   
</xs:simpleContent>
                 
</xs:complexType>
               
</xs:element>
             
</xs:sequence>
             
<xs:attribute name="Type" type="SubAdministrativeAreaTypeList">
               
<xs:annotation>
                 
<xs:documentation>Type of sub administrative area</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="Type" type="AdministrativeAreaTypeList">
         
<xs:annotation>
           
<xs:documentation>Type of administrative area. e.g. state, city, town, etc</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<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 densely 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:simpleContent>
               
<xs:extension base="ct:String">
                 
<xs:attributeGroup ref="ct:grAbbreviation"/>
                 
<xs:attribute name="NameType" type="LocalityNameTypeList">
                   
<xs:annotation>
                     
<xs:documentation>semantics of data associated with name</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
                 
<xs:attribute name="NameCode" type="LocalityNameCodeList">
                   
<xs:annotation>
                     
<xs:documentation>name of locality represented as a code</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
                 
<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:anyAttribute namespace="##other"/>
               
</xs:extension>
             
</xs:simpleContent>
           
</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:simpleContent>
                     
<xs:extension base="ct:String">
                       
<xs:attributeGroup ref="ct:grAbbreviation"/>
                       
<xs:attribute name="NameType" type="SubLocalityNameTypeList">
                         
<xs:annotation>
                           
<xs:documentation>semantics of data associated with name</xs:documentation>
                         
</xs:annotation>
                       
</xs:attribute>
                       
<xs:attribute name="NameCode" type="SubLocalityNameCodeList">
                         
<xs:annotation>
                           
<xs:documentation>name of locality represented as a code</xs:documentation>
                         
</xs:annotation>
                       
</xs:attribute>
                       
<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:anyAttribute namespace="##other"/>
                     
</xs:extension>
                   
</xs:simpleContent>
                 
</xs:complexType>
               
</xs:element>
             
</xs:sequence>
             
<xs:attribute name="Type" type="SubLocalityTypeList">
               
<xs:annotation>
                 
<xs:documentation>Type of sub locality</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="Type" type="LocalityTypeList">
         
<xs:annotation>
           
<xs:documentation>Type of locality. e.g. suburb, area, zone, village, etc</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<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/lot/land 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="5">
               
<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 (could be building(s), site, loaction, property, premise, place) 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="SubPremisesTypeList"/>
                     
<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="PremisesTypeList"/>
           
<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. This element can also be used to define the semantics of what each code in the post code means</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</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 route. e.g. RD 6, </xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="Type" type="RuralDeliveryTypeList">
         
<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:grDataQuality"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</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="PostalDeliveryPointTypeList"/>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="PostOffice" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A delivery point/installation where all mails are delivered and the post man/delivery service picks up the mails and delivers it to the recipients through a delivery mode. 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:attribute name="Type" type="PostOfficeTypeList">
         
<xs:annotation>
           
<xs:documentation>Indicates the type of postal delivery office from where the mail will be distributed to the final delivery point by a delivery mode.  Example: Post Office, Mail Collection Centre, Letter Carrier Depot,  Station, etc. </xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</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>Simple Geo-coordinates of the address/location</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="DirectionTypeList">
               
<xs:annotation>
                 
<xs:documentation>The direction of latitude measurement offset from the equator</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="DirectionTypeList">
               
<xs:annotation>
                 
<xs:documentation>The direction of  longitude measurement offset from the equator</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="Meridian" type="MeridianCodeList">
         
<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="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="DatumCodeList">
         
<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="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="ProjectionCodeList">
         
<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="ProjectionCodeType" type="ct:String">
         
<xs:annotation>
           
<xs:documentation>Type of code used. e.g. EPSG Code</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="Type" type="AddressTypeList">
   
<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: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="AddressIDTypeList">
   
<xs:annotation>
     
<xs:documentation>Type of address ID used. e.g. DPID, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ID" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>A globally unique identifier assigned to the address</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="Usage" type="AddressUsageList">
   
<xs:annotation>
     
<xs:documentation>The purpose the address is used for. E.g.  Postal, residential, business,  exchange, update, create, delete, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="DeliveryMode" type="DeliveryModeList">
   
<xs:annotation>
     
<xs:documentation>Mode of delivery of address. For example: rural route, normal delivery, post office box, etc. </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="Status" type="ct:StatusList">
   
<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:grValidityDate"/>
 
<xs:attribute name="AddressKey" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>A primary key to reference Address.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="AddressKeyRef" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>A foreign key to reference attribute Key of Address.</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:grDataQuality"/>
 
<xs:attributeGroup ref="ct:grLanguageCode"/>
 
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

element xal: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:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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="AddressLineTypeList">
               
<xs:annotation>
                 
<xs:documentation>What does the address line describe? e.g. Street details, suburb details, post code details, whole address, etc</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:anyAttribute namespace="##other"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element xal: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
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typexal:AddressLineTypeList      
documentation
What does the address line describe? e.g. Street details, suburb details, post code details, whole address, etc
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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="AddressLineTypeList">
         
<xs:annotation>
           
<xs:documentation>What does the address line describe? e.g. Street details, suburb details, post code details, whole address, etc</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:anyAttribute namespace="##other"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element xal:AddressType/Country
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of xal:CountryType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children NameElement
attributes
Name  Type  Use  Default  Fixed  annotation
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 xal: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
Typexal:AdministrativeAreaTypeList      
documentation
Type of administrative area. e.g. state, city, town, etc
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attributeGroup ref="ct:grAbbreviation"/>
             
<xs:attribute name="NameType" type="AdministrativeAreaNameTypeList">
               
<xs:annotation>
                 
<xs:documentation>semantics of data associated with name</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="NameCode" type="AdministrativeAreaNameCodeList">
               
<xs:annotation>
                 
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<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:anyAttribute namespace="##other"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</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:simpleContent>
                 
<xs:extension base="ct:String">
                   
<xs:attributeGroup ref="ct:grAbbreviation"/>
                   
<xs:attribute name="NameType" type="SubAdministrativeAreaNameTypeList">
                     
<xs:annotation>
                       
<xs:documentation>semantics of data associated with name</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attribute name="NameCode" type="SubAdministrativeAreaNameCodeList">
                     
<xs:annotation>
                       
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<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:anyAttribute namespace="##other"/>
                 
</xs:extension>
               
</xs:simpleContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="Type" type="SubAdministrativeAreaTypeList">
           
<xs:annotation>
             
<xs:documentation>Type of sub administrative area</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grDataQuality"/>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Type" type="AdministrativeAreaTypeList">
     
<xs:annotation>
       
<xs:documentation>Type of administrative area. e.g. state, city, town, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element xal:AddressType/AdministrativeArea/NameElement
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of ct:String
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
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.
NameTypexal:AdministrativeAreaNameTypeList      
documentation
semantics of data associated with name
NameCodexal:AdministrativeAreaNameCodeList      
documentation
Name of administrative area represented as a code. e.g. "COL" for COLORADO
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:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attributeGroup ref="ct:grAbbreviation"/>
       
<xs:attribute name="NameType" type="AdministrativeAreaNameTypeList">
         
<xs:annotation>
           
<xs:documentation>semantics of data associated with name</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="NameCode" type="AdministrativeAreaNameCodeList">
         
<xs:annotation>
           
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<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:anyAttribute namespace="##other"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element xal: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
Typexal:SubAdministrativeAreaTypeList      
documentation
Type of sub administrative area
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attributeGroup ref="ct:grAbbreviation"/>
             
<xs:attribute name="NameType" type="SubAdministrativeAreaNameTypeList">
               
<xs:annotation>
                 
<xs:documentation>semantics of data associated with name</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="NameCode" type="SubAdministrativeAreaNameCodeList">
               
<xs:annotation>
                 
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<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:anyAttribute namespace="##other"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Type" type="SubAdministrativeAreaTypeList">
     
<xs:annotation>
       
<xs:documentation>Type of sub administrative area</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element xal:AddressType/AdministrativeArea/SubAdministrativeArea/NameElement
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of ct:String
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
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.
NameTypexal:SubAdministrativeAreaNameTypeList      
documentation
semantics of data associated with name
NameCodexal:SubAdministrativeAreaNameCodeList      
documentation
Name of administrative area represented as a code. e.g. "COL" for COLORADO
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:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attributeGroup ref="ct:grAbbreviation"/>
       
<xs:attribute name="NameType" type="SubAdministrativeAreaNameTypeList">
         
<xs:annotation>
           
<xs:documentation>semantics of data associated with name</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="NameCode" type="SubAdministrativeAreaNameCodeList">
         
<xs:annotation>
           
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<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:anyAttribute namespace="##other"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element xal: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
Typexal:LocalityTypeList      
documentation
Type of locality. e.g. suburb, area, zone, village, etc
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
annotation
documentation
Details of Locality which is a named densely 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 densely 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:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attributeGroup ref="ct:grAbbreviation"/>
             
<xs:attribute name="NameType" type="LocalityNameTypeList">
               
<xs:annotation>
                 
<xs:documentation>semantics of data associated with name</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="NameCode" type="LocalityNameCodeList">
               
<xs:annotation>
                 
<xs:documentation>name of locality represented as a code</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<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:anyAttribute namespace="##other"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</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:simpleContent>
                 
<xs:extension base="ct:String">
                   
<xs:attributeGroup ref="ct:grAbbreviation"/>
                   
<xs:attribute name="NameType" type="SubLocalityNameTypeList">
                     
<xs:annotation>
                       
<xs:documentation>semantics of data associated with name</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attribute name="NameCode" type="SubLocalityNameCodeList">
                     
<xs:annotation>
                       
<xs:documentation>name of locality represented as a code</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<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:anyAttribute namespace="##other"/>
                 
</xs:extension>
               
</xs:simpleContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="Type" type="SubLocalityTypeList">
           
<xs:annotation>
             
<xs:documentation>Type of sub locality</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grDataQuality"/>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Type" type="LocalityTypeList">
     
<xs:annotation>
       
<xs:documentation>Type of locality. e.g. suburb, area, zone, village, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element xal:AddressType/Locality/NameElement
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of ct:String
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
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.
NameTypexal:LocalityNameTypeList      
documentation
semantics of data associated with name
NameCodexal:LocalityNameCodeList      
documentation
name of locality represented as a code
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:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attributeGroup ref="ct:grAbbreviation"/>
       
<xs:attribute name="NameType" type="LocalityNameTypeList">
         
<xs:annotation>
           
<xs:documentation>semantics of data associated with name</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="NameCode" type="LocalityNameCodeList">
         
<xs:annotation>
           
<xs:documentation>name of locality represented as a code</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<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:anyAttribute namespace="##other"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element xal: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
Typexal:SubLocalityTypeList      
documentation
Type of sub locality
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attributeGroup ref="ct:grAbbreviation"/>
             
<xs:attribute name="NameType" type="SubLocalityNameTypeList">
               
<xs:annotation>
                 
<xs:documentation>semantics of data associated with name</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="NameCode" type="SubLocalityNameCodeList">
               
<xs:annotation>
                 
<xs:documentation>name of locality represented as a code</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<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:anyAttribute namespace="##other"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Type" type="SubLocalityTypeList">
     
<xs:annotation>
       
<xs:documentation>Type of sub locality</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element xal:AddressType/Locality/SubLocality/NameElement
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of ct:String
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
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.
NameTypexal:SubLocalityNameTypeList      
documentation
semantics of data associated with name
NameCodexal:SubLocalityNameCodeList      
documentation
name of locality represented as a code
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:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attributeGroup ref="ct:grAbbreviation"/>
       
<xs:attribute name="NameType" type="SubLocalityNameTypeList">
         
<xs:annotation>
           
<xs:documentation>semantics of data associated with name</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="NameCode" type="SubLocalityNameCodeList">
         
<xs:annotation>
           
<xs:documentation>name of locality represented as a code</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<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:anyAttribute namespace="##other"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element xal:AddressType/Thoroughfare
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of xal:ThoroughfareType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children NameElement Number SubThoroughfare
attributes
Name  Type  Use  Default  Fixed  annotation
Typexal:ThoroughfareTypeList      
documentation
Type of thoroughfare. eg. primary road, secondary road, road branch (e.g. Lane 14), road sub branch (e.g. Alley 21), adjourning street, cross street, closest street, etc
TypeCodect:String      
documentation
Type of code use for thoroughfare
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
annotation
documentation
Details of the Access route along which buildings/lot/land 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/lot/land 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="5">
           
<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 xal:AddressType/Thoroughfare/SubThoroughfare
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of xal:ThoroughfareType
properties
isRef 0
minOcc 0
maxOcc 5
content complex
children NameElement Number
attributes
Name  Type  Use  Default  Fixed  annotation
Typexal:ThoroughfareTypeList      
documentation
Type of thoroughfare. eg. primary road, secondary road, road branch (e.g. Lane 14), road sub branch (e.g. Alley 21), adjourning street, cross street, closest street, etc
TypeCodect:String      
documentation
Type of code use for thoroughfare
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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="5">
 
<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 xal:AddressType/Premises
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of xal:PremisesType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children NameElement Number SubPremises
attributes
Name  Type  Use  Default  Fixed  annotation
Typexal:PremisesTypeList      
TypeCodect:String      
documentation
Type of code use for Premises Type attribute
annotation
documentation
Details of the Premises (could be building(s), site, loaction, property, premise, place) 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 (could be building(s), site, loaction, property, premise, place) 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="SubPremisesTypeList"/>
                 
<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="PremisesTypeList"/>
       
<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 xal:AddressType/Premises/SubPremises
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of xal:PremisesType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children NameElement Number
attributes
Name  Type  Use  Default  Fixed  annotation
Typexal:SubPremisesTypeList      
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="SubPremisesTypeList"/>
       
<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 xal: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:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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. This element can also be used to define the semantics of what each code in the post code means</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element xal:AddressType/PostCode/Identifier
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type xal:IdentifierType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typexal:IdentifierElementTypeList      
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.
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. This element can also be used to define the semantics of what each code in the post code means
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. This element can also be used to define the semantics of what each code in the post code means</xs:documentation>
 
</xs:annotation>
</xs:element>

element xal: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
Typexal:RuralDeliveryTypeList      
documentation
Type of rural delivery. For some addresses, delivery to rural areas happens via water, air or road
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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 route. e.g. RD 6, </xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Type" type="RuralDeliveryTypeList">
     
<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:grDataQuality"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element xal:AddressType/RuralDelivery/Identifier
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type xal:IdentifierType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typexal:IdentifierElementTypeList      
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.
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 route. e.g. RD 6,
source <xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Free text or structured description of rural delivery route. e.g. RD 6, </xs:documentation>
 
</xs:annotation>
</xs:element>

element xal: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
Typexal:PostalDeliveryPointTypeList      
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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="PostalDeliveryPointTypeList"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element xal:AddressType/PostalDeliveryPoint/Identifier
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type xal:IdentifierType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typexal:IdentifierElementTypeList      
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.
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 xal: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
Typexal:PostOfficeTypeList      
documentation
Indicates the type of postal delivery office from where the mail will be distributed to the final delivery point by a delivery mode.  Example: Post Office, Mail Collection Centre, Letter Carrier Depot,  Station, etc.
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
annotation
documentation
A delivery point/installation where all mails are delivered and the post man/delivery service picks up the mails and delivers it to the recipients through a delivery mode. 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/installation where all mails are delivered and the post man/delivery service picks up the mails and delivers it to the recipients through a delivery mode. 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:attribute name="Type" type="PostOfficeTypeList">
     
<xs:annotation>
       
<xs:documentation>Indicates the type of postal delivery office from where the mail will be distributed to the final delivery point by a delivery mode.  Example: Post Office, Mail Collection Centre, Letter Carrier Depot,  Station, etc. </xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element xal:AddressType/PostOffice/Identifier
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type xal:IdentifierType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typexal:IdentifierElementTypeList      
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.
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 xal: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 xal: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
Meridianxal:MeridianCodeList      
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
MeridianCodeTypect:String      
documentation
Type of code used. e.g. EPSG Code
Datumxal:DatumCodeList      
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
DatumCodeTypect:String      
documentation
Type of code used. e.g. EPSG Code, WGS-84
Projectionxal:ProjectionCodeList      
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
ProjectionCodeTypect:String      
documentation
Type of code used. e.g. EPSG Code
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
annotation
documentation
Simple Geo-coordinates of the address/location
source <xs:element name="LocationByCoordinates" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Simple Geo-coordinates of the address/location</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="DirectionTypeList">
           
<xs:annotation>
             
<xs:documentation>The direction of latitude measurement offset from the equator</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="DirectionTypeList">
           
<xs:annotation>
             
<xs:documentation>The direction of  longitude measurement offset from the equator</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Meridian" type="MeridianCodeList">
     
<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="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="DatumCodeList">
     
<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="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="ProjectionCodeList">
     
<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="ProjectionCodeType" type="ct:String">
     
<xs:annotation>
       
<xs:documentation>Type of code used. e.g. EPSG Code</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element xal: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
Directionxal:DirectionTypeList      
documentation
The direction of latitude measurement offset from the equator
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="DirectionTypeList">
     
<xs:annotation>
       
<xs:documentation>The direction of latitude measurement offset from the equator</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

element xal: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
Directionxal:DirectionTypeList      
documentation
The direction of  longitude measurement offset from the equator
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="DirectionTypeList">
     
<xs:annotation>
       
<xs:documentation>The direction of  longitude measurement offset from the equator</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

complexType xal:CountryType
diagram
namespace urn:oasis:names:tc:ciq:xal:3
children NameElement
used by
element xal:AddressType/Country
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation
Complex type that defines the name of the country and is reused in other CIQ specs
source <xs:complexType name="CountryType">
 
<xs:annotation>
   
<xs:documentation>Complex type that defines the name of the country and is reused in other CIQ specs</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="ct:String">
           
<xs:attributeGroup ref="ct:grAbbreviation"/>
           
<xs:attribute name="NameType" type="CountryNameTypeList">
             
<xs:annotation>
               
<xs:documentation>Semantics of data associated with name. </xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attribute name="NameCode" type="CountryNameCodeList">
             
<xs:annotation>
               
<xs:documentation>Name of the country represented as a code</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<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:anyAttribute namespace="##other"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

element xal:CountryType/NameElement
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of ct:String
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
facets
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.
NameTypexal:CountryNameTypeList      
documentation
Semantics of data associated with name.
NameCodexal:CountryNameCodeList      
documentation
Name of the country represented as a code
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="ct:String">
       
<xs:attributeGroup ref="ct:grAbbreviation"/>
       
<xs:attribute name="NameType" type="CountryNameTypeList">
         
<xs:annotation>
           
<xs:documentation>Semantics of data associated with name. </xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="NameCode" type="CountryNameCodeList">
         
<xs:annotation>
           
<xs:documentation>Name of the country represented as a code</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<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:anyAttribute namespace="##other"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

complexType xal:IdentifierType
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of ct:String
properties
base ct:String
used by
elements xal:AddressType/PostCode/Identifier xal:AddressType/RuralDelivery/Identifier xal:AddressType/PostalDeliveryPoint/Identifier xal:AddressType/PostOffice/Identifier xal:PremisesType/Number xal:ThoroughfareType/Number
facets
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typexal:IdentifierElementTypeList      
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.
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="IdentifierElementTypeList">
       
<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:grAbbreviation"/>
     
<xs:anyAttribute namespace="##other" processContents="lax"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

complexType xal:PremisesType
diagram
namespace urn:oasis:names:tc:ciq:xal:3
children NameElement Number
used by
elements xal:AddressType/Premises xal:AddressType/Premises/SubPremises
attributes
Name  Type  Use  Default  Fixed  annotation
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="ct:String">
           
<xs:attributeGroup ref="ct:grAbbreviation"/>
           
<xs:attribute name="NameType" type="PremisesElementTypeList">
             
<xs:annotation>
               
<xs:documentation>Describes the type / part of name this element contains.</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:anyAttribute namespace="##other"/>
         
</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:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

element xal:PremisesType/NameElement
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of ct:String
properties
isRef 0
content complex
facets
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.
NameTypexal:PremisesElementTypeList      
documentation
Describes the type / part of name this element contains.
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="ct:String">
       
<xs:attributeGroup ref="ct:grAbbreviation"/>
       
<xs:attribute name="NameType" type="PremisesElementTypeList">
         
<xs:annotation>
           
<xs:documentation>Describes the type / part of name this element contains.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:anyAttribute namespace="##other"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element xal:PremisesType/Number
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type xal:IdentifierType
properties
isRef 0
content complex
facets
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typexal:IdentifierElementTypeList      
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.
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 xal:ThoroughfareType
diagram
namespace urn:oasis:names:tc:ciq:xal:3
children NameElement Number
used by
elements xal:AddressType/Thoroughfare/SubThoroughfare xal:AddressType/Thoroughfare
attributes
Name  Type  Use  Default  Fixed  annotation
Typexal:ThoroughfareTypeList      
documentation
Type of thoroughfare. eg. primary road, secondary road, road branch (e.g. Lane 14), road sub branch (e.g. Alley 21), adjourning street, cross street, closest street, etc
TypeCodect:String      
documentation
Type of code use for thoroughfare
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
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 thoroughfare details. e.g. Full thoroughfare name or part of it, type of thoroughfare, old name, new name, reference data in support of the thoroughfare</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="ct:String">
           
<xs:attributeGroup ref="ct:grAbbreviation"/>
           
<xs:attribute name="NameType" type="ThoroughfareNameTypeList">
             
<xs:annotation>
               
<xs:documentation>Describes the type / part of name this element contains.</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:anyAttribute namespace="##other"/>
         
</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 thoroughfare. E.g. 39 in 39 Baker Street, street range, street suffix</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
 
<xs:attribute name="Type" type="ThoroughfareTypeList">
   
<xs:annotation>
     
<xs:documentation>Type of thoroughfare. eg. primary road, secondary road, road branch (e.g. Lane 14), road sub branch (e.g. Alley 21), adjourning street, cross street, closest street, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="TypeCode" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>Type of code use for thoroughfare</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grDataQuality"/>
 
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

element xal:ThoroughfareType/NameElement
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type extension of ct:String
properties
isRef 0
content complex
facets
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.
NameTypexal:ThoroughfareNameTypeList      
documentation
Describes the type / part of name this element contains.
annotation
documentation
Data associated with the thoroughfare details. e.g. Full thoroughfare name or part of it, type of thoroughfare, old name, new name, reference data in support of the thoroughfare
source <xs:element name="NameElement">
 
<xs:annotation>
   
<xs:documentation>Data associated with the thoroughfare details. e.g. Full thoroughfare name or part of it, type of thoroughfare, old name, new name, reference data in support of the thoroughfare</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attributeGroup ref="ct:grAbbreviation"/>
       
<xs:attribute name="NameType" type="ThoroughfareNameTypeList">
         
<xs:annotation>
           
<xs:documentation>Describes the type / part of name this element contains.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:anyAttribute namespace="##other"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element xal:ThoroughfareType/Number
diagram
namespace urn:oasis:names:tc:ciq:xal:3
type xal:IdentifierType
properties
isRef 0
content complex
facets
whiteSpace collapse
attributes
Name  Type  Use  Default  Fixed  annotation
Typexal:IdentifierElementTypeList      
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.
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>

simpleType ct:DataQualityTypeList
namespace urn:oasis:names:tc:ciq:ct:3
type restriction of xs:string
used by
attribute ct:grDataQuality/@DataQualityType
facets
enumeration Valid
enumeration Invalid
annotation
documentation
A list of values to indicate the level of reliability of the data
source <xs:simpleType name="DataQualityTypeList">
 
<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:StatusList
namespace urn:oasis:names:tc:ciq:ct:3
type xs:string
used by
attributes Record/@Status PostalLabel/@Status xnl:PartyNameType/@Status xnl:PersonNameType/@Status xnl:OrganisationNameType/@Status xal:AddressType/@Status
annotation
documentation
A list of values to indicate the status of the entity
source <xs:simpleType name="StatusList">
 
<xs:annotation>
   
<xs:documentation>A list of values to indicate the status of the entity</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType ct:String
namespace urn:oasis:names:tc:ciq:ct:3
type restriction of xs:normalizedString
used by
elements xal:AddressType/FreeTextAddress/AddressLine PostalLabel/Addressee/Designation xnl:PersonNameType/NameElement xnl:OrganisationNameType/NameElement xal:AddressType/AdministrativeArea/NameElement xal:AddressType/AdministrativeArea/SubAdministrativeArea/NameElement xal:AddressType/Locality/NameElement xal:AddressType/Locality/SubLocality/NameElement xal:CountryType/NameElement xal:PremisesType/NameElement xal:ThoroughfareType/NameElement xnl:OrganisationNameType/SubDivisionName xnl:NameLine
complexType xal:IdentifierType
attributes xal:AddressType/@AddressID xal:AddressType/@AddressKey xal:AddressType/@AddressKeyRef xal:AddressType/LocationByCoordinates/@DatumCodeType xal:AddressType/LocationByCoordinates/Longitude/@DegreesMeasure xal:AddressType/LocationByCoordinates/Latitude/@DegreesMeasure xnl:PartyNameType/@ID xnl:PersonNameType/@ID xal:AddressType/@ID xnl:OrganisationNameType/@ID xal:AddressType/LocationByCoordinates/@MeridianCodeType xal:AddressType/LocationByCoordinates/Longitude/@MinutesMeasure xal:AddressType/LocationByCoordinates/Latitude/@MinutesMeasure xal:AddressType/Locality/SubLocality/NameElement/@NameCodeType xal:AddressType/Locality/NameElement/@NameCodeType xal:AddressType/AdministrativeArea/SubAdministrativeArea/NameElement/@NameCodeType xal:AddressType/AdministrativeArea/NameElement/@NameCodeType xal:CountryType/NameElement/@NameCodeType xnl:grNameKey/@NameKey xnl:grNameKey/@NameKeyRef xnl:OrganisationNameType/@OrganisationID xnl:PartyNameType/@PartyNameID xnl:PersonNameType/@PersonID xal:AddressType/LocationByCoordinates/@ProjectionCodeType Record/@RecordID Record/@RecordKey Record/@RecordKeyRef xal:AddressType/LocationByCoordinates/Longitude/@SecondsMeasure xal:AddressType/LocationByCoordinates/Latitude/@SecondsMeasure xal:AddressType/Premises/@TypeCode xal:AddressType/Premises/SubPremises/@TypeCode xal:ThoroughfareType/@TypeCode
facets
whiteSpace collapse
annotation
documentation
Normalized and Collapsed String
source <xs:simpleType name="String">
 
<xs:annotation>
   
<xs:documentation>Normalized and Collapsed String</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:whiteSpace value="collapse"/>
 
</xs:restriction>
</xs:simpleType>

attributeGroup ct:grAbbreviation
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements xnl:PersonNameType/NameElement xnl:OrganisationNameType/NameElement xal:AddressType/AdministrativeArea/NameElement xal:AddressType/AdministrativeArea/SubAdministrativeArea/NameElement xal:AddressType/Locality/NameElement xal:AddressType/Locality/SubLocality/NameElement xal:CountryType/NameElement xal:PremisesType/NameElement xal:ThoroughfareType/NameElement xnl:OrganisationNameType/SubDivisionName xnl:NameLine
complexType xal:IdentifierType
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:grDataQuality
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements xal:AddressType/FreeTextAddress/AddressLine xal:AddressType/AdministrativeArea xal:AddressType/FreeTextAddress xal:AddressType/Locality xal:AddressType/LocationByCoordinates xal:AddressType/PostalDeliveryPoint PostalLabel xal:AddressType/PostCode xal:AddressType/PostOffice Record xal:AddressType/RuralDelivery xal:AddressType/AdministrativeArea/SubAdministrativeArea xal:AddressType/Locality/SubLocality xnl:NameLine
complexTypes xal:AddressType xal:ThoroughfareType xnl:OrganisationNameType xnl:PartyNameType xnl:PersonNameType
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:DataQualityTypeList      
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
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date 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="DataQualityTypeList">
   
<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>Date the data quality is valid from </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ValidTo" type="xs:dateTime">
   
<xs:annotation>
     
<xs:documentation>Date the data quality is valid to</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attributeGroup ct:grLanguageCode
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements PostalLabel/Addressee PostalLabel Record
complexTypes xal:AddressType xnl:OrganisationNameType xnl:PartyNameType xnl:PersonNameType
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:grValidityDate
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements PostalLabel Record
complexTypes xal:AddressType xnl:OrganisationNameType xnl:PartyNameType xnl:PersonNameType
attributes
Name  Type  Use  Default  Fixed  annotation
DateValidFromxs:dateTime      
documentation
Could be start date, issue date, validity start date, etc
DateValidToxs: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="DateValidFrom" 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="DateValidTo" 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>

simpleType xnl:JointNameConnectorList
namespace urn:oasis:names:tc:ciq:xnl:3
type xs:normalizedString
used by
attribute xnl:PartyNameType/@JointNameConnector
annotation
documentation
A list of possible values for joint name connector
source <xs:simpleType name="JointNameConnectorList">
 
<xs:annotation>
   
<xs:documentation>A list of possible values for joint name connector</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xnl:NameLineTypeList
namespace urn:oasis:names:tc:ciq:xnl:3
type xs:normalizedString
used by
attribute xnl:NameLine/@Type
annotation
documentation
A list of possible values for types of name lines
source <xs:simpleType name="NameLineTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of possible values for types of name lines</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xnl:OrganisationIDTypeList
namespace urn:oasis:names:tc:ciq:xnl:3
type xs:normalizedString
used by
attribute xnl:OrganisationNameType/@OrganisationIDType
annotation
documentation
A list of all types of organisation name IDs
source <xs:simpleType name="OrganisationIDTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of all types of organisation name IDs</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xnl:OrganisationNameElementList
namespace urn:oasis:names:tc:ciq:xnl:3
type restriction of xs:normalizedString
used by
attribute xnl:OrganisationNameType/NameElement/@ElementType
facets
enumeration NameOnly
enumeration TypeOnly
enumeration FullName
annotation
documentation
A list of organisation name element types, e.g. Name, propriety type, liability type, etc.
source <xs:simpleType name="OrganisationNameElementList">
 
<xs:annotation>
   
<xs:documentation>A list of organisation name element types, e.g. Name, propriety type, liability type, etc.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="NameOnly">
     
<xs:annotation>
       
<xs:documentation>"Sakthisoft" in "Sakthisoft Pty. Ltd". "Pty.Ltd" is the legal entity for the organisation name "Sakthisoft"</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="TypeOnly">
     
<xs:annotation>
       
<xs:documentation>"Pty. Ltd" in Sakthisoft Pty.Ltd, where "Sakthisoft" is the name of the organisation.

""Inc" in ABC Inc, where "ABC" is organisation name
</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="FullName">
     
<xs:annotation>
       
<xs:documentation>Full Name of the organisation. e.g. Sakthisoft Pty. Ltd</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType xnl:OrganisationNameTypeList
namespace urn:oasis:names:tc:ciq:xnl:3
type restriction of xs:normalizedString
used by
attribute xnl:OrganisationNameType/@Type
facets
enumeration LegalName
enumeration FormerName
enumeration CommonUse
enumeration PublishingName
enumeration OfficialName
enumeration UnofficialName
enumeration Undefined
annotation
documentation
A list of common types for organisation names
source <xs:simpleType name="OrganisationNameTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of common types for organisation names</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="LegalName"/>
   
<xs:enumeration value="FormerName">
     
<xs:annotation>
       
<xs:documentation>Former name of the organisation</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="CommonUse"/>
   
<xs:enumeration value="PublishingName"/>
   
<xs:enumeration value="OfficialName"/>
   
<xs:enumeration value="UnofficialName"/>
   
<xs:enumeration value="Undefined">
     
<xs:annotation>
       
<xs:documentation>unknown</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType xnl:OrganisationNameUsageList
namespace urn:oasis:names:tc:ciq:xnl:3
type xs:normalizedString
used by
attribute xnl:OrganisationNameType/@Usage
annotation
documentation
A list of usage types for organisation name
source <xs:simpleType name="OrganisationNameUsageList">
 
<xs:annotation>
   
<xs:documentation>A list of usage types for organisation name</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xnl:PartyNameIDTypeList
namespace urn:oasis:names:tc:ciq:xnl:3
type xs:normalizedString
used by
attribute xnl:PartyNameType/@PartyNameIDType
annotation
documentation
A list of all types of Party Name IDs
source <xs:simpleType name="PartyNameIDTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of all types of Party Name IDs</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xnl:PartyNameUsageList
namespace urn:oasis:names:tc:ciq:xnl:3
type xs:string
used by
attribute xnl:PartyNameType/@Usage
annotation
documentation
A list of usage types of party name
source <xs:simpleType name="PartyNameUsageList">
 
<xs:annotation>
   
<xs:documentation>A list of usage types of party name</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string"/>
</xs:simpleType>

simpleType xnl:PersonIDTypeList
namespace urn:oasis:names:tc:ciq:xnl:3
type xs:normalizedString
used by
attribute xnl:PersonNameType/@PersonIDType
annotation
documentation
A list of all types of person name IDs
source <xs:simpleType name="PersonIDTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of all types of person name IDs</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xnl:PersonNameElementList
namespace urn:oasis:names:tc:ciq:xnl:3
type restriction of xs:normalizedString
used by
attribute xnl:PersonNameType/NameElement/@ElementType
facets
enumeration PrecedingTitle
enumeration Title
enumeration FirstName
enumeration MiddleName
enumeration LastName
enumeration OtherName
enumeration Alias
enumeration GenerationIdentifier
enumeration Degree
annotation
documentation
A list of person name element types, e.g. First Name, Last Name, Title, etc.
source <xs:simpleType name="PersonNameElementList">
 
<xs:annotation>
   
<xs:documentation>A list of person name element types, e.g. First Name, Last Name, Title, etc.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="PrecedingTitle">
     
<xs:annotation>
       
<xs:documentation>His Excellency, Honorable, etc.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Title">
     
<xs:annotation>
       
<xs:documentation>A title signifies some sort of status, such as Mr, Miss, Ms (marriage status), or education such as Professor, PhD, Dr, etc.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="FirstName">
     
<xs:annotation>
       
<xs:documentation>The most important name element by which this particular individual is identified in the group. E.g. John, Sam, Brian for Anglo-Saxon cultures.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MiddleName">
     
<xs:annotation>
       
<xs:documentation>Name elements related to additional identification of the individual, such as names are parents or places.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="LastName">
     
<xs:annotation>
       
<xs:documentation>Name element that identifies the group the individual belongs to and is identified by, such as Last Name, Surname, Family Name, etc. </xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="OtherName">
     
<xs:annotation>
       
<xs:documentation>Any other additional names that are not directly used to identify or call the individual, such as names of ancestors, saints, etc.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Alias">
     
<xs:annotation>
       
<xs:documentation>A simple nick name that is commonly used as part of the name. E.g. a fancy kick-boxer can be commonly known as Bill "Storm" Bababoons, where "Storm" is obviously an alias.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="GenerationIdentifier">
     
<xs:annotation>
       
<xs:documentation>Junior, Senior, The Second, IV,  etc.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Degree"/>
 
</xs:restriction>
</xs:simpleType>

simpleType xnl:PersonNameTypeList
namespace urn:oasis:names:tc:ciq:xnl:3
type restriction of xs:normalizedString
used by
attribute xnl:PersonNameType/@Type
facets
enumeration Alias
enumeration LegalName
enumeration KnownAs
enumeration MaidenName
enumeration FormerName
enumeration CommonUse
enumeration NameAtBirth
enumeration PreferredName
enumeration OfficialName
enumeration UnofficialName
enumeration NickName
enumeration PetName
annotation
documentation
A list of common types for person names
source <xs:simpleType name="PersonNameTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of common types for person names</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="Alias"/>
   
<xs:enumeration value="LegalName"/>
   
<xs:enumeration value="KnownAs"/>
   
<xs:enumeration value="MaidenName">
     
<xs:annotation>
       
<xs:documentation>Name of an individual before marriage.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="FormerName">
     
<xs:annotation>
       
<xs:documentation>Former name of the person</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="CommonUse">
     
<xs:annotation>
       
<xs:documentation>Name that is commonly used by others, e.g. a simplified form of the official name.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NameAtBirth">
     
<xs:annotation>
       
<xs:documentation>A name given to an individual at birth, but later changed (common in some cultures)</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="PreferredName">
     
<xs:annotation>
       
<xs:documentation>Indicates that the party prefers to be called by this name</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="OfficialName">
     
<xs:annotation>
       
<xs:documentation>An official name of the person, e.g. as in the passport. incorporation certificate, etc.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="UnofficialName"/>
   
<xs:enumeration value="NickName"/>
   
<xs:enumeration value="PetName"/>
 
</xs:restriction>
</xs:simpleType>

simpleType xnl:PersonNameUsageList
namespace urn:oasis:names:tc:ciq:xnl:3
type xs:normalizedString
used by
attribute xnl:PersonNameType/@Usage
annotation
documentation
A list of usage types of person name
source <xs:simpleType name="PersonNameUsageList">
 
<xs:annotation>
   
<xs:documentation>A list of usage types of person name</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xnl:SubDivisionTypeList
namespace urn:oasis:names:tc:ciq:xnl:3
type restriction of xs:normalizedString
used by
attribute xnl:OrganisationNameType/SubDivisionName/@Type
facets
enumeration Department
enumeration Division
enumeration Branch
enumeration BusinessUnit
enumeration School
enumeration Section
annotation
documentation
A list of common types for subdivisions
source <xs:simpleType name="SubDivisionTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of common types for subdivisions</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="Department"/>
   
<xs:enumeration value="Division"/>
   
<xs:enumeration value="Branch"/>
   
<xs:enumeration value="BusinessUnit"/>
   
<xs:enumeration value="School"/>
   
<xs:enumeration value="Section"/>
 
</xs:restriction>
</xs:simpleType>

attribute 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 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 from
namespace http://www.w3.org/1999/xlink
type xs:NCName
source <xs:attribute name="from" type="NCName"/>

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

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

attribute 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 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 title
namespace http://www.w3.org/1999/xlink
type xs:string
source <xs:attribute name="title" type="string"/>

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

attribute 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 xal:AddressIDTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type xs:normalizedString
used by
attribute xal:AddressType/@AddressIDType
annotation
documentation
A list of types of address identiifers
source <xs:simpleType name="AddressIDTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of types of address identiifers </xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xal:AddressLineTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type xs:normalizedString
used by
attribute xal:AddressType/FreeTextAddress/AddressLine/@Type
annotation
documentation
A list of ypes of address line., e.g. street details, locality details
source <xs:simpleType name="AddressLineTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of ypes of address line., e.g. street details, locality details</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xal:AddressTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type restriction of xs:normalizedString
used by
attribute xal:AddressType/@Type
facets
enumeration Airport
enumeration Business
enumeration CaravanPark
enumeration CommercialPark
enumeration CommunityDevelopment
enumeration EducationalInstitution
enumeration Entertainment
enumeration Hospital
enumeration Location
enumeration Marina
enumeration MilitaryBase
enumeration OverseasMilitary
enumeration Port
enumeration Primary
enumeration RecreationalPark
enumeration Resort
enumeration RetirementVillage
enumeration Rural
enumeration Secondary
enumeration ShoppingCentre
enumeration SportingCentre
enumeration Urban
annotation
documentation
A list of types of addresses
source <xs:simpleType name="AddressTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of types of addresses</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="Airport"/>
   
<xs:enumeration value="Business"/>
   
<xs:enumeration value="CaravanPark"/>
   
<xs:enumeration value="CommercialPark"/>
   
<xs:enumeration value="CommunityDevelopment"/>
   
<xs:enumeration value="EducationalInstitution"/>
   
<xs:enumeration value="Entertainment"/>
   
<xs:enumeration value="Hospital"/>
   
<xs:enumeration value="Location"/>
   
<xs:enumeration value="Marina"/>
   
<xs:enumeration value="MilitaryBase"/>
   
<xs:enumeration value="OverseasMilitary"/>
   
<xs:enumeration value="Port"/>
   
<xs:enumeration value="Primary"/>
   
<xs:enumeration value="RecreationalPark"/>
   
<xs:enumeration value="Resort"/>
   
<xs:enumeration value="RetirementVillage"/>
   
<xs:enumeration value="Rural"/>
   
<xs:enumeration value="Secondary"/>
   
<xs:enumeration value="ShoppingCentre"/>
   
<xs:enumeration value="SportingCentre"/>
   
<xs:enumeration value="Urban"/>
 
</xs:restriction>
</xs:simpleType>

simpleType xal:AddressUsageList
namespace urn:oasis:names:tc:ciq:xal:3
type restriction of xs:normalizedString
used by
attribute xal:AddressType/@Usage
facets
enumeration Business
enumeration Billing
enumeration Communication
enumeration Contact
enumeration Mailing
enumeration Personal
enumeration Postal
enumeration Residential
annotation
documentation
A list of types of usage of the address
source <xs:simpleType name="AddressUsageList">
 
<xs:annotation>
   
<xs:documentation>A list of types of usage of the address</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="Business"/>
   
<xs:enumeration value="Billing"/>
   
<xs:enumeration value="Communication"/>
   
<xs:enumeration value="Contact"/>
   
<xs:enumeration value="Mailing"/>
   
<xs:enumeration value="Personal"/>
   
<xs:enumeration value="Postal"/>
   
<xs:enumeration value="Residential"/>
 
</xs:restriction>
</xs:simpleType>

simpleType xal:AdministrativeAreaNameCodeList
namespace urn:oasis:names:tc:ciq:xal:3
type xs:normalizedString
used by
attribute xal:AddressType/AdministrativeArea/NameElement/@NameCode
annotation
documentation
A list of codes for name of administrative area
source <xs:simpleType name="AdministrativeAreaNameCodeList">
 
<xs:annotation>
   
<xs:documentation>A list of codes for name of administrative area</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xal:AdministrativeAreaNameTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type restriction of xs:normalizedString
used by
attribute xal:AddressType/AdministrativeArea/NameElement/@NameType
facets
enumeration Name
enumeration Number
enumeration ReferenceLocation
enumeration Type
annotation
documentation
A list of administrative area name element types
source <xs:simpleType name="AdministrativeAreaNameTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of administrative area name element types</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="Name">
     
<xs:annotation>
       
<xs:documentation>Name of the administrative area</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Number"/>
   
<xs:enumeration value="ReferenceLocation">
     
<xs:annotation>
       
<xs:documentation>Reference location information in support of the administrative area. e.g. Territory of France</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Type">
     
<xs:annotation>
       
<xs:documentation>Other supporting information </xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType xal:AdministrativeAreaTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type restriction of xs:normalizedString
used by
attribute xal:AddressType/AdministrativeArea/@Type
facets
enumeration City
enumeration State
enumeration Territory
enumeration Province
annotation
documentation
A list of administrative area types
source <xs:simpleType name="AdministrativeAreaTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of administrative area types</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="City">
     
<xs:annotation>
       
<xs:documentation>Only name of the administrative area without its type, e.g. NSW, CA, Quebec</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="State">
     
<xs:annotation>
       
<xs:documentation>The type of the area, e.g. state, district, province, etc.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Territory"/>
   
<xs:enumeration value="Province"/>
 
</xs:restriction>
</xs:simpleType>

simpleType xal:CountryNameCodeList
namespace urn:oasis:names:tc:ciq:xal:3
type xs:normalizedString
used by
attribute xal:CountryType/NameElement/@NameCode
annotation
documentation
A list of codes for name of country
source <xs:simpleType name="CountryNameCodeList">
 
<xs:annotation>
   
<xs:documentation>A list of codes for name of country</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xal:CountryNameTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type restriction of xs:normalizedString
used by
attribute xal:CountryType/NameElement/@NameType
facets
enumeration Name
enumeration Type
annotation
documentation
A list of country name element types
source <xs:simpleType name="CountryNameTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of country name element types</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="Name">
     
<xs:annotation>
       
<xs:documentation>Name of the country  e.g. AUSTRALIA</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Type">
     
<xs:annotation>
       
<xs:documentation>Although a Country, could be classified as a territory of a country. For example, "NOUVELLE CALEDONIE" is a territory of "FRANCE".</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType xal:DatumCodeList
namespace urn:oasis:names:tc:ciq:xal:3
type xs:normalizedString
used by
attribute xal:AddressType/LocationByCoordinates/@Datum
annotation
documentation
A list of codes for datum
source <xs:simpleType name="DatumCodeList">
 
<xs:annotation>
   
<xs:documentation>A list of codes for datum</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xal:DeliveryModeList
namespace urn:oasis:names:tc:ciq:xal:3
type xs:normalizedString
used by
attribute xal:AddressType/@DeliveryMode
annotation
documentation
A list of codes for mode of delivery of address
source <xs:simpleType name="DeliveryModeList">
 
<xs:annotation>
   
<xs:documentation>A list of codes for mode of delivery of address</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xal:DirectionTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type restriction of xs:normalizedString
used by
attributes xal:AddressType/LocationByCoordinates/Latitude/@Direction xal:AddressType/LocationByCoordinates/Longitude/@Direction
facets
enumeration East
enumeration West
enumeration North
enumeration South
annotation
documentation
A list of directions for geo-coordinates
source <xs:simpleType name="DirectionTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of directions for geo-coordinates</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="East"/>
   
<xs:enumeration value="West"/>
   
<xs:enumeration value="North"/>
   
<xs:enumeration value="South"/>
 
</xs:restriction>
</xs:simpleType>

simpleType xal:IdentifierElementTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type restriction of xs:normalizedString
used by
attribute xal:IdentifierType/@Type
facets
enumeration Name
enumeration RangeFrom
enumeration Range
enumeration RangeTo
enumeration Prefix
enumeration Suffix
enumeration Number
enumeration Separator
enumeration Extension
annotation
documentation
A list of name types for commonly used Number type
source <xs:simpleType name="IdentifierElementTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of name types for commonly used Number type</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="Name">
     
<xs:annotation>
       
<xs:documentation>Applicable to mail box office names such as PO BOX, GPO BOX, MAIL BAG NO., etc. </xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="RangeFrom">
     
<xs:annotation>
       
<xs:documentation>Indicates that the element contains the lower value of a range, e.g. 25 in 25-37</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Range">
     
<xs:annotation>
       
<xs:documentation>Indicates that the value is a range, e.g. 25-37</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="RangeTo">
     
<xs:annotation>
       
<xs:documentation>Indicates that the element contains the top value of a range, e.g. 25 in 25-37</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Prefix">
     
<xs:annotation>
       
<xs:documentation>Indocates that the element contains some value that is important, but not exactly the number itself. E.g. PoBox can be a prefix in PoBox 2020, street no. A-15, where A is the prefix and 15 is the number</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Suffix">
     
<xs:annotation>
       
<xs:documentation>Indicates that the element contains some value that is important, but not exactly the number itself. E.g. 'bis' in '45 bis'</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Number">
     
<xs:annotation>
       
<xs:documentation>Indicates that the value is number, e.g. 2020 in PoBox 2020. The actual value can be alpha-numeric. </xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Separator">
     
<xs:annotation>
       
<xs:documentation>Indicates that the value is a separator that is expected to be preserved. Examples are / - #, as in 15-A where "-" is the separator</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Extension">
     
<xs:annotation>
       
<xs:documentation>Indicates that the value is an extension number of some identifier, e.g. 01 in Private Bag 2330-01, where the main number of the private bag is 2330, 12345-1223 in post code where 1223 is the extension</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType xal:LocalityNameCodeList
namespace urn:oasis:names:tc:ciq:xal:3
type xs:normalizedString
used by
attribute xal:AddressType/Locality/NameElement/@NameCode
annotation
documentation
A list of codes for name of locality
source <xs:simpleType name="LocalityNameCodeList">
 
<xs:annotation>
   
<xs:documentation>A list of codes for name of locality</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xal:LocalityNameTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type restriction of xs:normalizedString
used by
attribute xal:AddressType/Locality/NameElement/@NameType
facets
enumeration Name
enumeration Number
enumeration ReferenceLocation
enumeration Type
annotation
documentation
A list of locality name element types such as name of locality, reference data in support of locality
source <xs:simpleType name="LocalityNameTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of locality name element types such as name of locality, reference data in support of locality</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="Name">
     
<xs:annotation>
       
<xs:documentation>Name of the locality</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Number"/>
   
<xs:enumeration value="ReferenceLocation">
     
<xs:annotation>
       
<xs:documentation>Any reference locality data in support of the locality. e.g. Next town north of Town A, via-town name</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Type">
     
<xs:annotation>
       
<xs:documentation>Other supporting information </xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType xal:LocalityTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type restriction of xs:normalizedString
used by
attribute xal:AddressType/Locality/@Type
facets
enumeration Municipality
enumeration PostTown
enumeration Place
enumeration Suburb
enumeration Town
enumeration Village
enumeration Area
enumeration Zone
annotation
documentation
A list of locality name types such as Municipality, Village, Area, etc
source <xs:simpleType name="LocalityTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of locality name types such as Municipality, Village, Area, etc</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="Municipality"/>
   
<xs:enumeration value="PostTown"/>
   
<xs:enumeration value="Place"/>
   
<xs:enumeration value="Suburb"/>
   
<xs:enumeration value="Town"/>
   
<xs:enumeration value="Village"/>
   
<xs:enumeration value="Area"/>
   
<xs:enumeration value="Zone"/>
 
</xs:restriction>
</xs:simpleType>

simpleType xal:MeridianCodeList
namespace urn:oasis:names:tc:ciq:xal:3
type xs:normalizedString
used by
attribute xal:AddressType/LocationByCoordinates/@Meridian
annotation
documentation
A list of meridian codes
source <xs:simpleType name="MeridianCodeList">
 
<xs:annotation>
   
<xs:documentation>A list of meridian codes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xal:PostalDeliveryPointTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type restriction of xs:normalizedString
used by
attribute xal:AddressType/PostalDeliveryPoint/@Type
facets
enumeration GPOBox
enumeration POBox
enumeration LockedBag
enumeration MailStop
enumeration PigeonHole
enumeration PrivateBag
annotation
documentation
A list of postal delivery point types
source <xs:simpleType name="PostalDeliveryPointTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of postal delivery point types</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="GPOBox"/>
   
<xs:enumeration value="POBox"/>
   
<xs:enumeration value="LockedBag"/>
   
<xs:enumeration value="MailStop"/>
   
<xs:enumeration value="PigeonHole"/>
   
<xs:enumeration value="PrivateBag"/>
 
</xs:restriction>
</xs:simpleType>

simpleType xal:PostOfficeTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type xs:normalizedString
used by
attribute xal:AddressType/PostOffice/@Type
annotation
documentation
A list of types of postal delivery offices
source <xs:simpleType name="PostOfficeTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of types of postal delivery offices</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xal:PremisesElementTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type restriction of xs:normalizedString
used by
attribute xal:PremisesType/NameElement/@NameType
facets
enumeration Name
enumeration Location
enumeration SubPremisesConnector
enumeration InternalThoroughfare
enumeration ReferenceLocation
enumeration Type
annotation
documentation
A list of name types for premises
source <xs:simpleType name="PremisesElementTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of name types for premises</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="Name">
     
<xs:annotation>
       
<xs:documentation>Names of Premises such as airport, hospital, university, military base, etc. Can also be the name of the building or house or apartment</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Location">
     
<xs:annotation>
       
<xs:documentation>Where in the building/landmark the premises is located, e.g. lobby, ground floor, penthouse, or where in a larger complex (e.g. airport) the address is located.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="SubPremisesConnector">
     
<xs:annotation>
       
<xs:documentation>Free text description that is required to logically connect the 2 premises</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="InternalThoroughfare">
     
<xs:annotation>
       
<xs:documentation>Roads and streets within boundaries of larger complexes/premises such as hospitals, airports, etc.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="ReferenceLocation">
     
<xs:annotation>
       
<xs:documentation>Free text description of some other location and how this premises relates to it, e.g. 300m from water station, new the police station, etc.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Type">
     
<xs:annotation>
       
<xs:documentation>additional supporting information</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType xal:PremisesTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type restriction of xs:normalizedString
used by
attribute xal:AddressType/Premises/@Type
facets
enumeration Airport
enumeration Area
enumeration Building
enumeration Farm
enumeration Hospital
enumeration House
enumeration LandMark
enumeration LargeMailUser
enumeration Lot
enumeration RailwayStation
enumeration ShoppingComplex
enumeration University
enumeration Unit
annotation
documentation
A list of premises type
source <xs:simpleType name="PremisesTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of premises type</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="Airport"/>
   
<xs:enumeration value="Area"/>
   
<xs:enumeration value="Building"/>
   
<xs:enumeration value="Farm"/>
   
<xs:enumeration value="Hospital"/>
   
<xs:enumeration value="House"/>
   
<xs:enumeration value="LandMark"/>
   
<xs:enumeration value="LargeMailUser"/>
   
<xs:enumeration value="Lot"/>
   
<xs:enumeration value="RailwayStation"/>
   
<xs:enumeration value="ShoppingComplex"/>
   
<xs:enumeration value="University"/>
   
<xs:enumeration value="Unit"/>
 
</xs:restriction>
</xs:simpleType>

simpleType xal:ProjectionCodeList
namespace urn:oasis:names:tc:ciq:xal:3
type xs:normalizedString
used by
attribute xal:AddressType/LocationByCoordinates/@Projection
annotation
documentation
A list of codes for projection
source <xs:simpleType name="ProjectionCodeList">
 
<xs:annotation>
   
<xs:documentation>A list of codes for projection</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xal:RuralDeliveryTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type xs:normalizedString
used by
attribute xal:AddressType/RuralDelivery/@Type
annotation
documentation
A list of rural delivery types such as road, air, water
source <xs:simpleType name="RuralDeliveryTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of rural delivery types such as road, air, water</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xal:SubAdministrativeAreaNameCodeList
namespace urn:oasis:names:tc:ciq:xal:3
type xs:normalizedString
used by
attribute xal:AddressType/AdministrativeArea/SubAdministrativeArea/NameElement/@NameCode
annotation
documentation
A list of codes for name of sub adiministrative area
source <xs:simpleType name="SubAdministrativeAreaNameCodeList">
 
<xs:annotation>
   
<xs:documentation>A list of codes for name of sub adiministrative area</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xal:SubAdministrativeAreaNameTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type restriction of xs:normalizedString
used by
attribute xal:AddressType/AdministrativeArea/SubAdministrativeArea/NameElement/@NameType
facets
enumeration Name
enumeration Number
enumeration ReferenceLocation
enumeration Type
annotation
documentation
A list of sub administrative area name element types
source <xs:simpleType name="SubAdministrativeAreaNameTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of sub administrative area name element types</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="Name">
     
<xs:annotation>
       
<xs:documentation>Name of the sub administrative area</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Number"/>
   
<xs:enumeration value="ReferenceLocation">
     
<xs:annotation>
       
<xs:documentation>Reference location information in support of the sub administrative area.  </xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Type">
     
<xs:annotation>
       
<xs:documentation>Other supporting information </xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType xal:SubAdministrativeAreaTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type restriction of xs:normalizedString
used by
attribute xal:AddressType/AdministrativeArea/SubAdministrativeArea/@Type
facets
enumeration County
enumeration District
enumeration Province
enumeration Region
annotation
documentation
A list of sub administrative area name types
source <xs:simpleType name="SubAdministrativeAreaTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of sub administrative area name types</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="County"/>
   
<xs:enumeration value="District"/>
   
<xs:enumeration value="Province"/>
   
<xs:enumeration value="Region"/>
 
</xs:restriction>
</xs:simpleType>

simpleType xal:SubLocalityNameCodeList
namespace urn:oasis:names:tc:ciq:xal:3
type xs:normalizedString
used by
attribute xal:AddressType/Locality/SubLocality/NameElement/@NameCode
annotation
documentation
A list of codes for names of sub locality
source <xs:simpleType name="SubLocalityNameCodeList">
 
<xs:annotation>
   
<xs:documentation>A list of codes for names of sub locality</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

simpleType xal:SubLocalityNameTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type restriction of xs:normalizedString
used by
attribute xal:AddressType/Locality/SubLocality/NameElement/@NameType
facets
enumeration Name
enumeration Number
enumeration ReferenceLocation
enumeration Type
annotation
documentation
A list of sub locality name element types
source <xs:simpleType name="SubLocalityNameTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of sub locality name element types</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="Name"/>
   
<xs:enumeration value="Number"/>
   
<xs:enumeration value="ReferenceLocation"/>
   
<xs:enumeration value="Type">
     
<xs:annotation>
       
<xs:documentation>Other supporting information </xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType xal:SubLocalityTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type restriction of xs:normalizedString
used by
attribute xal:AddressType/Locality/SubLocality/@Type
facets
enumeration Municipality
enumeration Village
annotation
documentation
A ist of sublocality types
source <xs:simpleType name="SubLocalityTypeList">
 
<xs:annotation>
   
<xs:documentation>A ist of sublocality types</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="Municipality"/>
   
<xs:enumeration value="Village"/>
 
</xs:restriction>
</xs:simpleType>

simpleType xal:SubPremisesTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type restriction of xs:normalizedString
used by
attribute xal:AddressType/Premises/SubPremises/@Type
facets
enumeration Room
enumeration Suite
enumeration Apartment
enumeration Shop
enumeration Office
enumeration Unit
annotation
documentation
A list of sub premises types
source <xs:simpleType name="SubPremisesTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of sub premises types</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="Room"/>
   
<xs:enumeration value="Suite"/>
   
<xs:enumeration value="Apartment"/>
   
<xs:enumeration value="Shop"/>
   
<xs:enumeration value="Office"/>
   
<xs:enumeration value="Unit"/>
 
</xs:restriction>
</xs:simpleType>

simpleType xal:ThoroughfareNameTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type restriction of xs:normalizedString
used by
attribute xal:ThoroughfareType/NameElement/@NameType
facets
enumeration NameOnly
enumeration PreDirection
enumeration PostDirection
enumeration NameAndNumber
enumeration NameAndType
enumeration NameNumberAndType
enumeration Unstructured
enumeration SubThoroughfareConnector
enumeration ReferenceLocation
enumeration Type
annotation
documentation
A list of name element types for thoroughfare
source <xs:simpleType name="ThoroughfareNameTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of name element types for thoroughfare</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString">
   
<xs:enumeration value="NameOnly">
     
<xs:annotation>
       
<xs:documentation>Just the name part, such as Baker in Baker Street.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="PreDirection">
     
<xs:annotation>
       
<xs:documentation>North Archer Street, where "North" is PreDirection</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="PostDirection">
     
<xs:annotation>
       
<xs:documentation>Archer Street North, where "North" is PostDirection</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NameAndNumber">
     
<xs:annotation>
       
<xs:documentation>This value indicates that the element contains the street name and street number. E.g. 39 Baker Street. Use this when you do not want to break the thoroughfare into atomic types</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NameAndType">
     
<xs:annotation>
       
<xs:documentation>Baker Street, where Baker is Name and Street is Type</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NameNumberAndType">
     
<xs:annotation>
       
<xs:documentation>21 Archer Street (Full thoroughfare details)</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Unstructured">
     
<xs:annotation>
       
<xs:documentation>Full details of a thorughfare in a single line (unstructured)
e.g. 39 Baker Street North
</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="SubThoroughfareConnector">
     
<xs:annotation>
       
<xs:documentation>When more than one street name is required to identify the location this type can be used to connect them with values such as CORNER OF or VIA.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="ReferenceLocation">
     
<xs:annotation>
       
<xs:documentation>Free text description of some other location and how this thoroughfare relates to it, e.g. 300m from water station, new the police station, etc.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Type">
     
<xs:annotation>
       
<xs:documentation>Additional description like intersection, cross streets, etc</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>

simpleType xal:ThoroughfareTypeList
namespace urn:oasis:names:tc:ciq:xal:3
type xs:normalizedString
used by
attribute xal:ThoroughfareType/@Type
annotation
documentation
A list of types for thoroughfare (e.g. STREET, ROAD, CRT)
source <xs:simpleType name="ThoroughfareTypeList">
 
<xs:annotation>
   
<xs:documentation>A list of types for thoroughfare (e.g. STREET, ROAD, CRT)</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>


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