Schema xNAL.xsd


schema location:  C:\OASIS\CIQ TC\CIQ Version 3.0\CS02\ciq-v3\ciq\v3.0\xsd\genericode\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\genericode\xsd\xNL.xsd
attribute form default:  qualified
element form default:  qualified
targetNamespace:  urn:oasis:names:tc:ciq:xnl:3
 
Elements  Complex types  Attr. groups 
NameLine  OrganisationNameType  grNameKey 
OrganisationName  PartyNameType 
PartyName  PersonNameType 
PersonName 


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


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


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


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:CodeType      
documentation
Status of the entity. e.g. Old, Current, Inactive, Active, etc
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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="ct:CodeType" 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:attributeGroup ref="ct:grTypeMetaData"/>
                 
</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:CodeType">
     
<xs:annotation>
       
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
   
<xs:attributeGroup ref="ct:grValidityDate"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs: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="ct:CodeType" 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:attributeGroup ref="ct:grTypeMetaData"/>
           
</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
PartyNameIDTypect:CodeType      
documentation
Type of Party Name ID
PartyNameIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PartyNameIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PartyNameIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PartyNameIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDct:String      
documentation
Globally unique identifier
Usagect:CodeType      
documentation
Type of use of this data. e.g. data exchange, contact, update, create
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
JointNameConnectorTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
JointNameConnectorTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
JointNameConnectorTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
Typect:CodeTyperequired      
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'.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
The 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="ct:CodeType" 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:attributeGroup ref="ct:grTypeMetaData"/>
     
</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
RecordIDTypect:CodeType      
documentation
Type of Record ID
RecordIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
RecordIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
RecordIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
RecordIDTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type of Record ID</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="RecordIDTypeRef" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="RecordIDTypeVer" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="RecordIDTypeURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="RecordIDTypeVerURI" type="xs:normalizedString">
     
<xs:annotation>
       
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="Status" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
   
<xs:attributeGroup ref="ct:grValidityDate"/>
   
<xs: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:grDataQualityTypeMetaData"/>
   
<xs:attributeGroup ref="ct:grLanguageCode"/>
   
<xs:anyAttribute namespace="##other" processContents="lax"/>
 
</xs:complexType>
</xs:element>

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
Typect:CodeType      
documentation
Type define what this free format name line could mean. For example, the Type could be "Unknown"
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

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

element 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
Typect:CodeType      
documentation
Enumerated list of common types of aliases or name types.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
OrganisationIDct:String      
documentation
A unique identifier of an organisation
OrganisationIDTypect:CodeType      
documentation
Type of identifier
OrganisationIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
OrganisationIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
OrganisationIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
OrganisationIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDct:String      
documentation
Globally unique identifer
Usagect:CodeType      
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
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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
PartyNameIDTypect:CodeType      
documentation
Type of Party Name ID
PartyNameIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PartyNameIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PartyNameIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PartyNameIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDct:String      
documentation
Globally unique identifier
Usagect:CodeType      
documentation
Type of use of this data. e.g. data exchange, contact, update, create
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
JointNameConnectorTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
JointNameConnectorTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
JointNameConnectorTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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
Typect:CodeType      
documentation
Enumerated list of type of name.  example: Alias, Nick Name, former name, known as, etc
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
PersonIDct:String      
documentation
A unique identifier of a person
PersonIDTypect:CodeType      
documentation
Type of identifier
PersonIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PersonIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PersonIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PersonIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDct:String      
documentation
Globally unique identifier
Usagect:CodeType      
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
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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
Typect:CodeType      
documentation
Enumerated list of common types of aliases or name types.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
OrganisationIDct:String      
documentation
A unique identifier of an organisation
OrganisationIDTypect:CodeType      
documentation
Type of identifier
OrganisationIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
OrganisationIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
OrganisationIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
OrganisationIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDct:String      
documentation
Globally unique identifer
Usagect:CodeType      
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
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Reusable complex type
source <xs:complexType name="OrganisationNameType">
 
<xs:annotation>
   
<xs:documentation>Reusable complex type</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="NameElement" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Name of the organisation. E.g. ACME Inc.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="ct:String">
           
<xs:attribute name="ElementType" type="ct:CodeType">
             
<xs:annotation>
               
<xs:documentation>Clarifies the meaning of the element. Example: name, type . Omit this attribute if the type of the name element is not known.</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attributeGroup ref="ct:grElementTypeMetaData"/>
           
<xs:attributeGroup ref="ct:grAbbreviation"/>
           
<xs:anyAttribute namespace="##other" processContents="lax"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="SubDivisionName" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Name of a subdivision of an organisation (e.g. department) </xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="ct:String">
           
<xs:attribute name="Type" type="ct:CodeType">
             
<xs:annotation>
               
<xs:documentation>Type of sub division. e.g. department, warehouse, branch</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attributeGroup ref="ct:grTypeMetaData"/>
           
<xs:attributeGroup ref="ct:grAbbreviation"/>
           
<xs:anyAttribute namespace="##other" processContents="lax"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="Type" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Enumerated list of common types of aliases or name types.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grTypeMetaData"/>
 
<xs:attribute name="OrganisationID" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>A unique identifier of an organisation</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="OrganisationIDType" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Type of identifier</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="OrganisationIDTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="OrganisationIDTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="OrganisationIDTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="OrganisationIDTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ID" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>Globally unique identifer</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="Usage" type="ct:CodeType">
   
<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:attributeGroup ref="ct:grUsageTypeMetaData"/>
 
<xs:attribute name="Status" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
 
<xs:attributeGroup ref="ct:grValidityDate"/>
 
<xs:attributeGroup ref="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:grDataQualityTypeMetaData"/>
 
<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
ElementTypect:CodeType      
documentation
Clarifies the meaning of the element. Example: name, type . Omit this attribute if the type of the name element is not known.
ElementTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
ElementTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
ElementTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
ElementTypeVerURIxs:normalizedString      
documentation

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

element 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
Typect:CodeType      
documentation
Type of sub division. e.g. department, warehouse, branch
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

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

complexType 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
PartyNameIDTypect:CodeType      
documentation
Type of Party Name ID
PartyNameIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PartyNameIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PartyNameIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PartyNameIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDct:String      
documentation
Globally unique identifier
Usagect:CodeType      
documentation
Type of use of this data. e.g. data exchange, contact, update, create
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
JointNameConnectorTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
JointNameConnectorTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
JointNameConnectorTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
LanguageCodexs:language      
documentation
Human Language used. e.g. "en", "en-US", "en-AUS", etc
annotation
documentation
Reusable complex type for a party. A party is a person or an organisation
source <xs:complexType name="PartyNameType">
 
<xs:annotation>
   
<xs:documentation>Reusable complex type for a party. A party is a person or an organisation</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element ref="NameLine" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="PersonName" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Container for person name details. Same person with many types (e.g. alias, pet name, nick name)  of names can be used by this container.  </xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:complexContent>
         
<xs:extension base="PersonNameType"/>
       
</xs:complexContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="OrganisationName" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>A container for organisation name details. Same organisaion with many types of names can be used by this container</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:complexContent>
         
<xs:extension base="OrganisationNameType"/>
       
</xs:complexContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="PartyNameID" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>A unique identifier of a party</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PartyNameIDType" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Type of Party Name ID</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PartyNameIDTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PartyNameIDTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PartyNameIDTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PartyNameIDTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ID" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>Globally unique identifier</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="Usage" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Type of use of this data. e.g. data exchange, contact, update, create</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grUsageTypeMetaData"/>
 
<xs:attribute name="Status" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
 
<xs:attribute name="JointNameConnector" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>The connector used to join more than one person name. Example: Mr Hunt AND Mrs Clark, where AND is the JointNameConnector. The flow is from the preceding to the following. If there is more than 2 names then all names are connected using this connector in the natural order.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="JointNameConnectorTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="JointNameConnectorTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="JointNameConnectorTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="JointNameConnectorTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct: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:grDataQualityTypeMetaData"/>
 
<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
Typect:CodeType      
documentation
Enumerated list of type of name.  example: Alias, Nick Name, former name, known as, etc
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
PersonIDct:String      
documentation
A unique identifier of a person
PersonIDTypect:CodeType      
documentation
Type of identifier
PersonIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PersonIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PersonIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PersonIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDct:String      
documentation
Globally unique identifier
Usagect:CodeType      
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
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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
Typect:CodeType      
documentation
Enumerated list of common types of aliases or name types.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
OrganisationIDct:String      
documentation
A unique identifier of an organisation
OrganisationIDTypect:CodeType      
documentation
Type of identifier
OrganisationIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
OrganisationIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
OrganisationIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
OrganisationIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDct:String      
documentation
Globally unique identifer
Usagect:CodeType      
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
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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
Typect:CodeType      
documentation
Enumerated list of type of name.  example: Alias, Nick Name, former name, known as, etc
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
PersonIDct:String      
documentation
A unique identifier of a person
PersonIDTypect:CodeType      
documentation
Type of identifier
PersonIDTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PersonIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PersonIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PersonIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDct:String      
documentation
Globally unique identifier
Usagect:CodeType      
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
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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="ct:CodeType">
             
<xs:annotation>
               
<xs:documentation>Clarifies the meaning of the element.Could be first name, middle name, etc. that is defined in the List list. Omit this attribute if the type of the name element is not known.</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attributeGroup ref="ct:grElementTypeMetaData"/>
           
<xs:attributeGroup ref="ct:grAbbreviation"/>
           
<xs:anyAttribute namespace="##other" processContents="lax"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="Type" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Enumerated list of type of name.  example: Alias, Nick Name, former name, known as, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grTypeMetaData"/>
 
<xs:attribute name="PersonID" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>A unique identifier of a person</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PersonIDType" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Type of identifier</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PersonIDTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PersonIDTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PersonIDTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="PersonIDTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ID" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>Globally unique identifier</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="Usage" type="ct:CodeType">
   
<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:attributeGroup ref="ct:grUsageTypeMetaData"/>
 
<xs:attribute name="Status">
   
<xs:annotation>
     
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
 
<xs:attributeGroup ref="ct:grValidityDate"/>
 
<xs:attributeGroup ref="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:grDataQualityTypeMetaData"/>
 
<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
ElementTypect:CodeType      
documentation
Clarifies the meaning of the element.Could be first name, middle name, etc. that is defined in the List list. Omit this attribute if the type of the name element is not known.
ElementTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
ElementTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
ElementTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
ElementTypeVerURIxs:normalizedString      
documentation

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

attributeGroup 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
Typect:CodeType      
documentation
Defines the type of address. An address type can be" Primary Address, Secondary Address, Rural Address, Military Address, etc.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
AddressIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
AddressIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
AddressIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDct:String      
documentation
A globally unique identifier assigned to the address
Usagect:CodeType      
documentation
The purpose the address is used for. E.g.  Postal, residential, business, exchange, update, create, delete, etc
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DeliveryModect:CodeType      
documentation
Mode of delivery of address. For example: rural route, normal delivery, post office box, etc.
DeliveryModeTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DeliveryModeTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DeliveryModeTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DeliveryModeTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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
Typect:CodeType      
documentation
Defines the type of address. An address type can be" Primary Address, Secondary Address, Rural Address, Military Address, etc.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
AddressIDTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
AddressIDTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
AddressIDTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
IDct:String      
documentation
A globally unique identifier assigned to the address
Usagect:CodeType      
documentation
The purpose the address is used for. E.g.  Postal, residential, business, exchange, update, create, delete, etc
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DeliveryModect:CodeType      
documentation
Mode of delivery of address. For example: rural route, normal delivery, post office box, etc.
DeliveryModeTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DeliveryModeTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DeliveryModeTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DeliveryModeTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
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="ct:CodeType">
                   
<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:grTypeMetaData"/>
                 
<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:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Country" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Country details</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:complexContent>
         
<xs:extension base="CountryType"/>
       
</xs:complexContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="AdministrativeArea" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Details of the top-level area division in the country, such as state, district, province, island, region, etc. Note that some countries do not have this</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="NameElement" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Data associated with the Administrative Area. e.g. Full name of administrative area or part of it. eg. MI in USA, NSW in Australia, reference location to the administrative area</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:simpleContent>
               
<xs:extension base="ct:String">
                 
<xs:attributeGroup ref="ct:grAbbreviation"/>
                 
<xs:attribute name="NameType" type="ct:CodeType">
                   
<xs:annotation>
                     
<xs:documentation>semantics of data associated with name</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
                 
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
                 
<xs:attribute name="NameCode" type="ct:CodeType">
                   
<xs:annotation>
                     
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
                 
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
                 
<xs:attribute name="NameCodeType" type="ct:String">
                   
<xs:annotation>
                     
<xs:documentation>Type of code used to represent name as a code</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
                 
<xs: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="ct:CodeType">
                         
<xs:annotation>
                           
<xs:documentation>semantics of data associated with name</xs:documentation>
                         
</xs:annotation>
                       
</xs:attribute>
                       
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
                       
<xs:attribute name="NameCode" type="ct:CodeType">
                         
<xs:annotation>
                           
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
                         
</xs:annotation>
                       
</xs:attribute>
                       
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
                       
<xs:attribute name="NameCodeType" type="ct:String">
                         
<xs:annotation>
                           
<xs:documentation>Type of code used to represent name as a code</xs:documentation>
                         
</xs:annotation>
                       
</xs:attribute>
                       
<xs:anyAttribute namespace="##other"/>
                     
</xs:extension>
                   
</xs:simpleContent>
                 
</xs:complexType>
               
</xs:element>
             
</xs:sequence>
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Type of sub administrative area</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Type of administrative area. e.g. state, city, town, etc</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<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="ct:CodeType">
                   
<xs:annotation>
                     
<xs:documentation>semantics of data associated with name</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
                 
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
                 
<xs:attribute name="NameCode" type="ct:CodeType">
                   
<xs:annotation>
                     
<xs:documentation>name of locality represented as a code</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
                 
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
                 
<xs:attribute name="NameCodeType" type="ct:String">
                   
<xs:annotation>
                     
<xs:documentation>type of code used to represent name as a code</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
                 
<xs: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="ct:CodeType">
                         
<xs:annotation>
                           
<xs:documentation>semantics of data associated with name</xs:documentation>
                         
</xs:annotation>
                       
</xs:attribute>
                       
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
                       
<xs:attribute name="NameCode" type="ct:CodeType">
                         
<xs:annotation>
                           
<xs:documentation>name of locality represented as a code</xs:documentation>
                         
</xs:annotation>
                       
</xs:attribute>
                       
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
                       
<xs:attribute name="NameCodeType" type="ct:String">
                         
<xs:annotation>
                           
<xs:documentation>type of code used to represent name as a code</xs:documentation>
                         
</xs:annotation>
                       
</xs:attribute>
                       
<xs:anyAttribute namespace="##other"/>
                     
</xs:extension>
                   
</xs:simpleContent>
                 
</xs:complexType>
               
</xs:element>
             
</xs:sequence>
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Type of sub locality</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grTypeMetaData"/>
             
<xs:attributeGroup ref="ct:grDataQuality"/>
             
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Type of locality. e.g. suburb, area, zone, village, etc</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<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="ct:CodeType"/>
                     
<xs:attributeGroup ref="ct:grTypeMetaData"/>
                     
<xs:attribute name="TypeCode" type="ct:String">
                       
<xs:annotation>
                         
<xs:documentation>Type of code used for sub premises type attribute</xs:documentation>
                       
</xs:annotation>
                     
</xs:attribute>
                   
</xs:extension>
                 
</xs:complexContent>
               
</xs:complexType>
             
</xs:element>
           
</xs:sequence>
           
<xs:attribute name="Type" type="ct:CodeType"/>
           
<xs:attributeGroup ref="ct:grTypeMetaData"/>
           
<xs:attribute name="TypeCode" type="ct:String">
             
<xs:annotation>
               
<xs:documentation>Type of code use for Premises Type attribute</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
         
</xs:extension>
       
</xs:complexContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="PostCode" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A container for a single free text or structured postcode. Note that not all countries have post codes</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>The postcode is formatted according to country-specific rules. Example: SW3 0A8-1A, 600074, 2067. 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:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="RuralDelivery" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A container for postal-specific delivery identifier for remote communities. Note that not all countries have RuralDelivery</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Free text or structured description of rural delivery route.e.g. RD 6</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="Type" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Type of rural delivery. For some addresses, delivery to rural areas happens via water, air or road</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="PostalDeliveryPoint" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Final mail delivery point where the mail is dropped off for recipients to pick them up directly. E.g. POBox, Private Bag,  pigeon hole, free mail numbers, etc.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Free text or structured description of a postal delivery point.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="Type" type="ct:CodeType"/>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="PostOffice" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A delivery point/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="ct:CodeType">
         
<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:grTypeMetaData"/>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="GeoRSS" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>GeoRSS GML from Open Geospatial Consortium (OGC – www.opengeospatial.net) is a formal GML Application Profile, and supports a greater range of features than Simple, notably coordinate reference systems other than WGS84 latitude/longitude. It is designed for use with Atom 1.0, RSS 2.0 and RSS 1.0, although it can be used just as easily in non-RSS XML encodings. </xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:any namespace="http://www.georss.org/georss" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Could be GeoRSS Simple or GeoRSS GML versions. Refer to http://georss.org/ and http://georss.org/gml for further documentation</xs:documentation>
           
</xs:annotation>
         
</xs:any>
       
</xs:sequence>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="LocationByCoordinates" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>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="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>The direction of latitude measurement offset from the equator</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="DirectionTypeRef" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="DirectionTypeVer" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="DirectionTypeURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="DirectionTypeVerURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="Longitude" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Longitude details</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:attribute name="DegreesMeasure" type="ct:String">
               
<xs:annotation>
                 
<xs:documentation>Measure of the longitude in degrees</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="MinutesMeasure" type="ct:String">
               
<xs:annotation>
                 
<xs:documentation>Measure of the longitude in minutes</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="SecondsMeasure" type="ct:String">
               
<xs:annotation>
                 
<xs:documentation>Measure of the longitude in seconds</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="Direction" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>The direction of  longitude measurement offset from the equator</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="DirectionTypeRef" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="DirectionTypeVer" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="DirectionTypeURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attribute name="DirectionTypeVerURI" type="xs:normalizedString">
               
<xs:annotation>
                 
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:anyAttribute namespace="##other" processContents="lax"/>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="Meridian" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>The collection of the coordinate numeric values for latitude amd longtitude depends on the agreed position of the meridian. Declaration of the meridian is necessary as it cannot be assumed in the data</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="MeridianTypeRef" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="MeridianTypeVer" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="MeridianTypeURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="MeridianTypeVerURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="MeridianCodeType" type="ct:String">
         
<xs:annotation>
           
<xs:documentation>Type of code used. e.g. EPSG Code</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="Datum" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>The collection of the coordinate numeric values depends on the agreed datum within which the measurement was taken. Declaration of the datum is necessary as it cannot be assumed in the data</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="DatumTypeRef" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="DatumTypeVer" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="DatumTypeURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="DatumTypeVerURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="DatumCodeType" type="ct:String">
         
<xs:annotation>
           
<xs:documentation>Type of code used. e.g. EPSG Code, WGS-84</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="Projection" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Coordinates have limited utility and application depending on the projection required for visualisation in a map. Declaration of projection is necessary as it cannot be assumed in data</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ProjectionTypeRef" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ProjectionTypeVer" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ProjectionTypeURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ProjectionTypeVerURI" type="xs:normalizedString">
         
<xs:annotation>
           
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="ProjectionCodeType" type="ct:String">
         
<xs:annotation>
           
<xs:documentation>Type of code used. e.g. EPSG Code</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grDataQuality"/>
       
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
       
<xs:anyAttribute namespace="##other" processContents="lax"/>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="Type" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Defines the type of address. An address type can be" Primary Address, Secondary Address, Rural Address, Military Address, etc.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grTypeMetaData"/>
 
<xs:attribute name="AddressID" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>A unique address identifier such as postal delivery idetifier assigned to the address by local postal authority, e.g. DPID in Australia.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="AddressIDType" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Type of address ID used. e.g. DPID, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="AddressIDTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="AddressIDTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="AddressIDTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="AddressIDTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="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="ct:CodeType">
   
<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:attributeGroup ref="ct:grUsageTypeMetaData"/>
 
<xs:attribute name="DeliveryMode" type="ct:CodeType">
   
<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="DeliveryModeTypeRef" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode ShortName meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="DeliveryModeTypeVer" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode Version meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="DeliveryModeTypeURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="DeliveryModeTypeVerURI" type="xs:normalizedString">
   
<xs:annotation>
     
<xs:documentation>
          Corresponding to genericode CanonicalVersionUri meta data.
       
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="Status" type="ct:CodeType">
   
<xs:annotation>
     
<xs:documentation>Status of the entity. e.g. Old, Current, Inactive, Active, etc</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grStatusTypeMetaData"/>
 
<xs:attributeGroup ref="ct:grValidityDate"/>
 
<xs: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:grDataQualityTypeMetaData"/>
 
<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:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Container for free text address elements where address elements are not parsed
source <xs:element name="FreeTextAddress" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Container for free text address elements where address elements are not parsed </xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="AddressLine" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Free format address representation. An address can have more than one line. The order of the AddressLine elements must be preserved.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:simpleContent>
           
<xs:extension base="ct:String">
             
<xs:attribute name="Type" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>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:grTypeMetaData"/>
             
<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:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<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
Typect:CodeType      
documentation
What does the address line describe? e.g. Street details, suburb details, post code details, whole address, etc
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
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="ct:CodeType">
         
<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:grTypeMetaData"/>
       
<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
DataQualityTypect:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

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

element 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
Typect:CodeType      
documentation
Type of administrative area. e.g. state, city, town, etc
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
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="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>semantics of data associated with name</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
             
<xs:attribute name="NameCode" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
             
<xs:attribute name="NameCodeType" type="ct:String">
               
<xs:annotation>
                 
<xs:documentation>Type of code used to represent name as a code</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs: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="ct:CodeType">
                     
<xs:annotation>
                       
<xs:documentation>semantics of data associated with name</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
                   
<xs:attribute name="NameCode" type="ct:CodeType">
                     
<xs:annotation>
                       
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
                   
<xs:attribute name="NameCodeType" type="ct:String">
                     
<xs:annotation>
                       
<xs:documentation>Type of code used to represent name as a code</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:anyAttribute namespace="##other"/>
                 
</xs:extension>
               
</xs:simpleContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="Type" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Type of sub administrative area</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grTypeMetaData"/>
         
<xs:attributeGroup ref="ct:grDataQuality"/>
         
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Type" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type of administrative area. e.g. state, city, town, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<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.
NameTypect:CodeType      
documentation
semantics of data associated with name
NameTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
NameCodeTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameCodeTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameCodeTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
The 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="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>semantics of data associated with name</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
             
<xs:attribute name="NameCode" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
             
<xs:attribute name="NameCodeType" type="ct:String">
               
<xs:annotation>
                 
<xs:documentation>Type of code used to represent name as a code</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:anyAttribute namespace="##other"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Type" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type of sub administrative area</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<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.
NameTypect:CodeType      
documentation
semantics of data associated with name
NameTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
NameCodeTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameCodeTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameCodeTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
NameCodeTypect:String      
documentation
Type of code used to represent name as a code
annotation
documentation
Data associated with the SubAdministrative Area. e.g. Full name of sub administrative area or part of it. 
source <xs:element name="NameElement" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Data associated with the SubAdministrative Area. e.g. Full name of sub administrative area or part of it.  </xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attributeGroup ref="ct:grAbbreviation"/>
       
<xs:attribute name="NameType" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>semantics of data associated with name</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
       
<xs:attribute name="NameCode" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Name of administrative area represented as a code. e.g. "COL" for COLORADO</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
       
<xs:attribute name="NameCodeType" type="ct:String">
         
<xs:annotation>
           
<xs:documentation>Type of code used to represent name as a code</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs: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
Typect:CodeType      
documentation
Type of locality. e.g. suburb, area, zone, village, etc
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
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="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>semantics of data associated with name</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
             
<xs:attribute name="NameCode" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>name of locality represented as a code</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
             
<xs:attribute name="NameCodeType" type="ct:String">
               
<xs:annotation>
                 
<xs:documentation>type of code used to represent name as a code</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs: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="ct:CodeType">
                     
<xs:annotation>
                       
<xs:documentation>semantics of data associated with name</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
                   
<xs:attribute name="NameCode" type="ct:CodeType">
                     
<xs:annotation>
                       
<xs:documentation>name of locality represented as a code</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
                   
<xs:attribute name="NameCodeType" type="ct:String">
                     
<xs:annotation>
                       
<xs:documentation>type of code used to represent name as a code</xs:documentation>
                     
</xs:annotation>
                   
</xs:attribute>
                   
<xs:anyAttribute namespace="##other"/>
                 
</xs:extension>
               
</xs:simpleContent>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
         
<xs:attribute name="Type" type="ct:CodeType">
           
<xs:annotation>
             
<xs:documentation>Type of sub locality</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
         
<xs:attributeGroup ref="ct:grTypeMetaData"/>
         
<xs:attributeGroup ref="ct:grDataQuality"/>
         
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
         
<xs:anyAttribute namespace="##other" processContents="lax"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Type" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type of locality. e.g. suburb, area, zone, village, etc</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<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.
NameTypect:CodeType      
documentation
semantics of data associated with name
NameTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
NameCodeTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameCodeTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameCodeTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
A 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="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>semantics of data associated with name</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
             
<xs:attribute name="NameCode" type="ct:CodeType">
               
<xs:annotation>
                 
<xs:documentation>name of locality represented as a code</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
             
<xs:attribute name="NameCodeType" type="ct:String">
               
<xs:annotation>
                 
<xs:documentation>type of code used to represent name as a code</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
             
<xs:anyAttribute namespace="##other"/>
           
</xs:extension>
         
</xs:simpleContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="Type" type="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type of sub locality</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<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.
NameTypect:CodeType      
documentation
semantics of data associated with name
NameTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
NameCodeTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameCodeTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameCodeTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
TypeCodect:String      
documentation
Type of code use for thoroughfare
DataQualityTypect:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
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
Typect:CodeType      
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
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
TypeCodect:String      
documentation
Type of code use for thoroughfare
DataQualityTypect:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
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
DataQualityTypect:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
TypeCodect:String      
documentation
Type of code use for Premises Type attribute
annotation
documentation
Details of the Premises (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="ct:CodeType"/>
                 
<xs:attributeGroup ref="ct:grTypeMetaData"/>
                 
<xs:attribute name="TypeCode" type="ct:String">
                   
<xs:annotation>
                     
<xs:documentation>Type of code used for sub premises type attribute</xs:documentation>
                   
</xs:annotation>
                 
</xs:attribute>
               
</xs:extension>
             
</xs:complexContent>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="Type" type="ct:CodeType"/>
       
<xs:attributeGroup ref="ct:grTypeMetaData"/>
       
<xs:attribute name="TypeCode" type="ct:String">
         
<xs:annotation>
           
<xs:documentation>Type of code use for Premises Type attribute</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element 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
DataQualityTypect:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

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

element 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:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
A container for a single free text or structured postcode. Note that not all countries have post codes
source <xs:element name="PostCode" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A container for a single free text or structured postcode. Note that not all countries have post codes</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Identifier" type="IdentifierType" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>The postcode is formatted according to country-specific rules. Example: SW3 0A8-1A, 600074, 2067. 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:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="##other"/>
 
</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
Typect:CodeType      
documentation
Indicates which part of number or identifier this element contains. Some "numbers" are as simple as 42 and some "numbers" are more like complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g. M2H 2S5. It may be necessary to separate the "number" into sub-elements and indicate what type of information each of them contains.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
annotation
documentation
The postcode is formatted according to country-specific rules. Example: SW3 0A8-1A, 600074, 2067. 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
Typect:CodeType      
documentation
Type of rural delivery. For some addresses, delivery to rural areas happens via water, air or road
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
A container for 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="ct:CodeType">
     
<xs:annotation>
       
<xs:documentation>Type of rural delivery. For some addresses, delivery to rural areas happens via water, air or road</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="ct:grTypeMetaData"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="##other"/>
 
</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
Typect:CodeType      
documentation
Indicates which part of number or identifier this element contains. Some "numbers" are as simple as 42 and some "numbers" are more like complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g. M2H 2S5. It may be necessary to separate the "number" into sub-elements and indicate what type of information each of them contains.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
Abbreviationxs:boolean      
documentation
If set to true then indicates that the value is an abbreviation or initial. If set to false then the value is definitely not an abbreviation. If omitted then it is not known if the value is an abbreviation or not.
annotation
documentation
Free text or structured description of rural delivery 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
Typect:CodeType      
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

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

element 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
Typect:CodeType      
documentation
Indicates which part of number or identifier this element contains. Some "numbers" are as simple as 42 and some "numbers" are more like complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g. M2H 2S5. It may be necessary to separate the "number" into sub-elements and indicate what type of information each of them contains.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

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

element 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
Typect:CodeType      
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.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
DataQualityTypect:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
A delivery point/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="ct:CodeType">
     
<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:grTypeMetaData"/>
   
<xs:attributeGroup ref="ct:grDataQuality"/>
   
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
   
<xs:anyAttribute namespace="##other"/>
 
</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
Typect:CodeType      
documentation
Indicates which part of number or identifier this element contains. Some "numbers" are as simple as 42 and some "numbers" are more like complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g. M2H 2S5. It may be necessary to separate the "number" into sub-elements and indicate what type of information each of them contains.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

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

element 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
Meridianct:CodeType      
documentation
The collection of the coordinate numeric values for latitude amd longtitude depends on the agreed position of the meridian. Declaration of the meridian is necessary as it cannot be assumed in the data
MeridianTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
MeridianTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
MeridianTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
MeridianTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
DatumTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DatumTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DatumTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
ProjectionTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
ProjectionTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
ProjectionTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
ProjectionCodeTypect:String      
documentation
Type of code used. e.g. EPSG Code
DataQualityTypect:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
DirectionTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DirectionTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DirectionTypeVerURIxs:normalizedString      
documentation

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

element 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
Directionct:CodeType      
documentation
The direction of  longitude measurement offset from the equator
DirectionTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DirectionTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DirectionTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DirectionTypeVerURIxs:normalizedString      
documentation

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

complexType 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
DataQualityTypect:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Complex type that defines the name of the country 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="ct:CodeType">
             
<xs:annotation>
               
<xs:documentation>Semantics of data associated with name. </xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
           
<xs:attribute name="NameCode" type="ct:CodeType">
             
<xs:annotation>
               
<xs:documentation>Name of the country represented as a code</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
           
<xs:attribute name="NameCodeType" type="ct:String">
             
<xs:annotation>
               
<xs:documentation>Type of code used to represent name of country, e.g. iso-3166</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:anyAttribute namespace="##other"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attributeGroup ref="ct:grDataQuality"/>
 
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
 
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

element 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.
NameTypect:CodeType      
documentation
Semantics of data associated with name.
NameTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameTypeVerURIxs:normalizedString      
documentation

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

          Corresponding to genericode ShortName meta data.
       
NameCodeTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameCodeTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameCodeTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
NameCodeTypect:String      
documentation
Type of code used to represent name of country, e.g. iso-3166
annotation
documentation
Data associated with the name of the country in whatever form available, e.g. full, abbreviation, common use, code of the country, etc.
source <xs:element name="NameElement" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Data associated with the name of the country in whatever form available, e.g. full, abbreviation, common use, code of the country, etc.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attributeGroup ref="ct:grAbbreviation"/>
       
<xs:attribute name="NameType" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Semantics of data associated with name. </xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
       
<xs:attribute name="NameCode" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Name of the country represented as a code</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grNameCodeTypeMetaData"/>
       
<xs:attribute name="NameCodeType" type="ct:String">
         
<xs:annotation>
           
<xs:documentation>Type of code used to represent name of country, e.g. iso-3166</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs: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
Typect:CodeType      
documentation
Indicates which part of number or identifier this element contains. Some "numbers" are as simple as 42 and some "numbers" are more like complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g. M2H 2S5. It may be necessary to separate the "number" into sub-elements and indicate what type of information each of them contains.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

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

complexType 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
DataQualityTypect:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Complex type for internal reuse
source <xs:complexType name="PremisesType">
 
<xs:annotation>
   
<xs:documentation>Complex type for internal reuse</xs:documentation>
 
</xs:annotation>
 
<xs:choice maxOccurs="unbounded">
   
<xs:element name="NameElement">
     
<xs:annotation>
       
<xs:documentation>Data associated with the name of the Premises. e.g. Full name of premises or part of the name. E.g. Westfield shopping center, reference data to support the premises location, street in the premises</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="ct:String">
           
<xs:attributeGroup ref="ct:grAbbreviation"/>
           
<xs:attribute name="NameType" type="ct:CodeType">
             
<xs:annotation>
               
<xs:documentation>Describes the type / part of name this element contains.</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
           
<xs: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:attributeGroup ref="ct:grDataQuality"/>
 
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
 
<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.
NameTypect:CodeType      
documentation
Describes the type / part of name this element contains.
NameTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Data associated with the name of the Premises. e.g. Full name of premises or part of the name. E.g. Westfield shopping center, reference data to support the premises location, street in the premises
source <xs:element name="NameElement">
 
<xs:annotation>
   
<xs:documentation>Data associated with the name of the Premises. e.g. Full name of premises or part of the name. E.g. Westfield shopping center, reference data to support the premises location, street in the premises</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="ct:String">
       
<xs:attributeGroup ref="ct:grAbbreviation"/>
       
<xs:attribute name="NameType" type="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Describes the type / part of name this element contains.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
       
<xs: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
Typect:CodeType      
documentation
Indicates which part of number or identifier this element contains. Some "numbers" are as simple as 42 and some "numbers" are more like complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g. M2H 2S5. It may be necessary to separate the "number" into sub-elements and indicate what type of information each of them contains.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

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

complexType 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
Typect:CodeType      
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
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
TypeCodect:String      
documentation
Type of code use for thoroughfare
DataQualityTypect:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
Date the data quality is valid from
ValidToxs:dateTime      
documentation
Date the data quality is valid to
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Complex type for internal reuse
source <xs:complexType name="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="ct:CodeType">
             
<xs:annotation>
               
<xs:documentation>Describes the type / part of name this element contains.</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
           
<xs: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="ct:CodeType">
   
<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:attributeGroup ref="ct:grTypeMetaData"/>
 
<xs:attribute name="TypeCode" type="ct:String">
   
<xs:annotation>
     
<xs:documentation>Type of code use for thoroughfare</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="ct:grDataQuality"/>
 
<xs:attributeGroup ref="ct:grDataQualityTypeMetaData"/>
 
<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.
NameTypect:CodeType      
documentation
Describes the type / part of name this element contains.
NameTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameTypeVerURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalVersionUri meta data.
       
annotation
documentation
Data associated with the 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="ct:CodeType">
         
<xs:annotation>
           
<xs:documentation>Describes the type / part of name this element contains.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attributeGroup ref="ct:grNameTypeMetaData"/>
       
<xs: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
Typect:CodeType      
documentation
Indicates which part of number or identifier this element contains. Some "numbers" are as simple as 42 and some "numbers" are more like complex aplhanumberic identifiers as Postcodes in UK or Canada, e.g. M2H 2S5. It may be necessary to separate the "number" into sub-elements and indicate what type of information each of them contains.
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

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

simpleType ct:CodeType
namespace urn:oasis:names:tc:ciq:ct:3
type xs:normalizedString
used by
attributes xal:AddressType/@AddressIDType ct:grDataQuality/@DataQualityType xal:AddressType/LocationByCoordinates/@Datum xal:AddressType/@DeliveryMode xal:AddressType/LocationByCoordinates/Longitude/@Direction xal:AddressType/LocationByCoordinates/Latitude/@Direction xnl:PersonNameType/NameElement/@ElementType xnl:OrganisationNameType/NameElement/@ElementType xnl:PartyNameType/@JointNameConnector xal:AddressType/LocationByCoordinates/@Meridian xal:CountryType/NameElement/@NameCode xal:AddressType/Locality/SubLocality/NameElement/@NameCode xal:AddressType/Locality/NameElement/@NameCode xal:AddressType/AdministrativeArea/SubAdministrativeArea/NameElement/@NameCode xal:AddressType/AdministrativeArea/NameElement/@NameCode xal:AddressType/Locality/SubLocality/NameElement/@NameType xal:ThoroughfareType/NameElement/@NameType xal:AddressType/AdministrativeArea/NameElement/@NameType xal:PremisesType/NameElement/@NameType xal:AddressType/AdministrativeArea/SubAdministrativeArea/NameElement/@NameType xal:AddressType/Locality/NameElement/@NameType xal:CountryType/NameElement/@NameType xnl:OrganisationNameType/@OrganisationIDType xnl:PartyNameType/@PartyNameIDType xnl:PersonNameType/@PersonIDType xal:AddressType/LocationByCoordinates/@Projection Record/@RecordIDType Record/@Status xnl:OrganisationNameType/@Status xal:AddressType/@Status PostalLabel/@Status xnl:PartyNameType/@Status xal:IdentifierType/@Type PostalLabel/Addressee/DependencyName/@Type xal:AddressType/@Type xal:ThoroughfareType/@Type xnl:NameLine/@Type xnl:OrganisationNameType/@Type xal:AddressType/FreeTextAddress/AddressLine/@Type xnl:OrganisationNameType/SubDivisionName/@Type xal:AddressType/AdministrativeArea/SubAdministrativeArea/@Type xal:AddressType/AdministrativeArea/@Type xnl:PersonNameType/@Type xal:AddressType/Locality/SubLocality/@Type xal:AddressType/Locality/@Type xal:AddressType/Premises/SubPremises/@Type xal:AddressType/Premises/@Type xal:AddressType/RuralDelivery/@Type xal:AddressType/PostalDeliveryPoint/@Type xal:AddressType/PostOffice/@Type xal:AddressType/@Usage xnl:PersonNameType/@Usage xnl:PartyNameType/@Usage xnl:OrganisationNameType/@Usage
annotation
documentation
A common code type for all user-expressed code lists    
source <xs:simpleType name="CodeType">
 
<xs:annotation>
   
<xs:documentation>A common code type for all user-expressed code lists     </xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>

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

simpleType ct:String
namespace urn:oasis:names:tc:ciq:ct:3
type restriction of xs: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:grCategoryTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
attributes
Name  Type  Use  Default  Fixed  annotation
CategoryTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
CategoryTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
CategoryTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
CategoryTypeVerURIxs:normalizedString      
documentation

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

attributeGroup ct:grDataQuality
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements 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:CountryType xal:PremisesType xal:ThoroughfareType xnl:OrganisationNameType xnl:PartyNameType xnl:PersonNameType
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypect:CodeType      
documentation
This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"
ValidFromxs:dateTime      
documentation
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="CodeType">
   
<xs:annotation>
     
<xs:documentation>This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ValidFrom" type="xs:dateTime">
   
<xs:annotation>
     
<xs:documentation>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:grDataQualityTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements 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:CountryType xal:PremisesType xal:ThoroughfareType xnl:OrganisationNameType xnl:PartyNameType xnl:PersonNameType
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
DataQualityTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
DataQualityTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
DataQualityTypeVerURIxs:normalizedString      
documentation

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

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

          Corresponding to genericode ShortName meta data.
       
ElementTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
ElementTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
ElementTypeVerURIxs:normalizedString      
documentation

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

attributeGroup ct:grLanguageCode
namespace urn:oasis:names:tc:ciq:ct:3
used by
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:grNameCodeTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements xal:AddressType/AdministrativeArea/NameElement xal:AddressType/AdministrativeArea/SubAdministrativeArea/NameElement xal:AddressType/Locality/NameElement xal:AddressType/Locality/SubLocality/NameElement xal:CountryType/NameElement
attributes
Name  Type  Use  Default  Fixed  annotation
NameCodeTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameCodeTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameCodeTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameCodeTypeVerURIxs:normalizedString      
documentation

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

attributeGroup ct:grNameTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements 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
attributes
Name  Type  Use  Default  Fixed  annotation
NameTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
NameTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
NameTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
NameTypeVerURIxs:normalizedString      
documentation

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

attributeGroup ct:grPartyTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
attributes
Name  Type  Use  Default  Fixed  annotation
PartyTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
PartyTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
PartyTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
PartyTypeVerURIxs:normalizedString      
documentation

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

attributeGroup ct:grRelationshipWithOrganisationMetaData
namespace urn:oasis:names:tc:ciq:ct:3
attributes
Name  Type  Use  Default  Fixed  annotation
RelationshipWithOrganisationTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
RelationshipWithOrganisationTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
RelationshipWithOrganisationTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
RelationshipWithOrganisationTypeVerURIxs:normalizedString      
documentation

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

attributeGroup ct:grRelationshipWithPersonMetaData
namespace urn:oasis:names:tc:ciq:ct:3
attributes
Name  Type  Use  Default  Fixed  annotation
RelationshipWithPersonTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
RelationshipWithPersonTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
RelationshipWithPersonTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
RelationshipWithPersonTypeVerURIxs:normalizedString      
documentation

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

attributeGroup ct:grStatusTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements PostalLabel Record
complexTypes xal:AddressType xnl:OrganisationNameType xnl:PartyNameType xnl:PersonNameType
attributes
Name  Type  Use  Default  Fixed  annotation
StatusTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
StatusTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
StatusTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
StatusTypeVerURIxs:normalizedString      
documentation

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

attributeGroup ct:grTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements xal:AddressType/FreeTextAddress/AddressLine xal:AddressType/AdministrativeArea PostalLabel/Addressee/DependencyName xal:AddressType/Locality xal:AddressType/PostalDeliveryPoint xal:AddressType/PostOffice xal:AddressType/Premises xal:AddressType/RuralDelivery xal:AddressType/AdministrativeArea/SubAdministrativeArea xnl:OrganisationNameType/SubDivisionName xal:AddressType/Locality/SubLocality xal:AddressType/Premises/SubPremises xnl:NameLine
complexTypes xal:AddressType xal:IdentifierType xal:ThoroughfareType xnl:OrganisationNameType xnl:PersonNameType
attributes
Name  Type  Use  Default  Fixed  annotation
TypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
TypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
TypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
TypeVerURIxs:normalizedString      
documentation

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

attributeGroup ct:grUsageTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
used by
complexTypes xal:AddressType xnl:OrganisationNameType xnl:PartyNameType xnl:PersonNameType
attributes
Name  Type  Use  Default  Fixed  annotation
UsageTypeRefxs:normalizedString      
documentation

          Corresponding to genericode ShortName meta data.
       
UsageTypeVerxs:normalizedString      
documentation

          Corresponding to genericode Version meta data.
       
UsageTypeURIxs:normalizedString      
documentation

          Corresponding to genericode CanonicalUri meta data.
       
UsageTypeVerURIxs:normalizedString      
documentation

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

attributeGroup ct:grValidityDate
namespace urn:oasis:names:tc:ciq:ct:3
used by
elements 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>

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>


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