Showing:

Annotations
Attributes
Diagrams
Facets
Source
Used by
Imported schema CommonTypes.xsd
Namespace urn:oasis:names:tc:ciq:ct:3
Annotations
Specification Name: OASIS CIQ TC - CIQ V3.0
Description: Defines the W3C schema with commonly used types in the name, address and party schemas
(Using XML Schema based standard code list/enumeration mechanism - OPTION 1 AND DEFAULT)
Produced by: OASIS Customer Information Quality Technical Committee
URL: http://www.oasis-open.org/committees/ciq
Version: 3.0  
Status: Committee Specification CS02
Copyright: 2007-09, OASIS, http://www.oasis-open.org
Last Modified: 20 September 2008
Last Modified by: Ram Kumar, Chair, OASIS CIQ TC
Please note: These schemas have been modified by the STIX team to support remote validation. The only change made is to the schemaLocation attribute(s).
Simple Type String
Namespace urn:oasis:names:tc:ciq:ct:3
Annotations
Normalized and Collapsed String
Diagram
Diagram
Type restriction of xs:normalizedString
Facets
whiteSpace collapse
Used by
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>
Simple Type DataQualityTypeList
Namespace urn:oasis:names:tc:ciq:ct:3
Annotations
A list of values to indicate the level of reliability of the data
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Valid
The data was validated and is considered to be true and correct.
enumeration Invalid
Indicates that at least some part of the content is known to be incorrect.
Used by
Source
<xs:simpleType name="DataQualityTypeList">
  <xs:annotation>
    <xs:documentation>A list of values to indicate the level of reliability of the data</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Valid">
      <xs:annotation>
        <xs:documentation>The data was validated and is considered to be true and correct.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Invalid">
      <xs:annotation>
        <xs:documentation>Indicates that at least some part of the content is known to be incorrect.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type StatusList
Namespace urn:oasis:names:tc:ciq:ct:3
Annotations
A list of values to indicate the status of the entity
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="StatusList">
  <xs:annotation>
    <xs:documentation>A list of values to indicate the status of the entity</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Attribute grDataQuality / @DataQualityType
Namespace urn:oasis:names:tc:ciq:ct:3
Annotations
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"
Type DataQualityTypeList
Facets
enumeration Valid
The data was validated and is considered to be true and correct.
enumeration Invalid
Indicates that at least some part of the content is known to be incorrect.
Used by
Attribute Group grDataQuality
Source
<xs:attribute name="DataQualityType" type="DataQualityTypeList">
  <xs:annotation>
    <xs:documentation>This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute grDataQuality / @ValidFrom
Namespace urn:oasis:names:tc:ciq:ct:3
Annotations
Date the data quality is valid from
Type xs:dateTime
Used by
Attribute Group grDataQuality
Source
<xs:attribute name="ValidFrom" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation>Date the data quality is valid from</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute grDataQuality / @ValidTo
Namespace urn:oasis:names:tc:ciq:ct:3
Annotations
Date the data quality is valid to
Type xs:dateTime
Used by
Attribute Group grDataQuality
Source
<xs:attribute name="ValidTo" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation>Date the data quality is valid to</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute grAbbreviation / @Abbreviation
Namespace urn:oasis:names:tc:ciq:ct:3
Annotations
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.
Type xs:boolean
Used by
Attribute Group grAbbreviation
Source
<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>
Attribute grValidityDate / @DateValidFrom
Namespace urn:oasis:names:tc:ciq:ct:3
Annotations
Could be start date, issue date, validity start date, etc
Type xs:dateTime
Used by
Attribute Group grValidityDate
Source
<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>
Attribute grValidityDate / @DateValidTo
Namespace urn:oasis:names:tc:ciq:ct:3
Annotations
Could be end date, expiry date, validity end date, etc
Type xs:dateTime
Used by
Attribute Group grValidityDate
Source
<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>
Attribute grLanguageCode / @LanguageCode
Namespace urn:oasis:names:tc:ciq:ct:3
Annotations
Human Language used. e.g. "en", "en-US", "en-AUS", etc
Type xs:language
Used by
Attribute Group grLanguageCode
Source
<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>
Attribute Group grDataQuality
Namespace urn:oasis:names:tc:ciq:ct:3
Annotations
A group of commonly used attributes for internal reuse
Diagram
Diagram CommonTypes_xsd.tmp#grDataQuality_DataQualityType CommonTypes_xsd.tmp#grDataQuality_ValidFrom CommonTypes_xsd.tmp#grDataQuality_ValidTo
Used by
Attributes
QName Type Use Annotation
DataQualityType DataQualityTypeList optional
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"
ValidFrom xs:dateTime optional
Date the data quality is valid from
ValidTo xs:dateTime optional
Date the data quality is valid to
Source
<xs:attributeGroup name="grDataQuality">
  <xs:annotation>
    <xs:documentation>A group of commonly used attributes for internal reuse</xs:documentation>
  </xs:annotation>
  <xs:attribute name="DataQualityType" type="DataQualityTypeList">
    <xs:annotation>
      <xs:documentation>This attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="ValidFrom" type="xs:dateTime">
    <xs:annotation>
      <xs:documentation>Date the data quality is valid from</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="ValidTo" type="xs:dateTime">
    <xs:annotation>
      <xs:documentation>Date the data quality is valid to</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group grAbbreviation
Namespace urn:oasis:names:tc:ciq:ct:3
Annotations
A group of commonly used attributes for internal reuse
Diagram
Diagram CommonTypes_xsd.tmp#grAbbreviation_Abbreviation
Used by
Attributes
QName Type Use Annotation
Abbreviation xs:boolean optional
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.
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>
Attribute Group grValidityDate
Namespace urn:oasis:names:tc:ciq:ct:3
Annotations
Date Valid from to Date Valid to
Diagram
Diagram CommonTypes_xsd.tmp#grValidityDate_DateValidFrom CommonTypes_xsd.tmp#grValidityDate_DateValidTo
Used by
Complex Type AddressType
Attributes
QName Type Use Annotation
DateValidFrom xs:dateTime optional
Could be start date, issue date, validity start date, etc
DateValidTo xs:dateTime optional
Could be end date, expiry date, validity end date, etc
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 Group grLanguageCode
Namespace urn:oasis:names:tc:ciq:ct:3
Annotations
The language used (name of human language, e.g. en, en-US)
Diagram
Diagram CommonTypes_xsd.tmp#grLanguageCode_LanguageCode
Used by
Complex Type AddressType
Attributes
QName Type Use Annotation
LanguageCode xs:language optional
Human Language used. e.g. "en", "en-US", "en-AUS", etc
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>