Schema CommonTypes.xsd


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 


simpleType CodeType
namespace urn:oasis:names:tc:ciq:ct:3
type xs:normalizedString
used by
attribute grDataQuality/@DataQualityType
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 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 String
namespace urn:oasis:names:tc:ciq:ct:3
type restriction of xs:normalizedString
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 grAbbreviation
namespace urn:oasis:names:tc:ciq:ct:3
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 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 grDataQuality
namespace urn:oasis:names:tc:ciq:ct:3
attributes
Name  Type  Use  Default  Fixed  annotation
DataQualityTypeCodeType      
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 grDataQualityTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
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 grElementTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
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 grLanguageCode
namespace urn:oasis:names:tc:ciq:ct:3
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 grNameCodeTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
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 grNameTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
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 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 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 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 grStatusTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
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 grTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
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 grUsageTypeMetaData
namespace urn:oasis:names:tc:ciq:ct:3
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 grValidityDate
namespace urn:oasis:names:tc:ciq:ct:3
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>


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