Schema CoreComponentTypes0p2.xsd


schema location:  C:\Users\My Documents\UBL\LCSC\CoreComponents\CoreComponentTypes0p2.xsd
targetNamespace:  CoreComponentTypes0p2.xsd
 
Complex types  Simple types 
AmountType  AmountContentType 
CodeType  AmountCurrencyIdentificationCodeType 
DateTimeType  CodeContentType 
GraphicType  CodeListAgencyIdentifierType 
IdentifierType  CodeListIdentifierType 
IndicatorType  CodeListVersionIdentifierType 
MeasureType  CodeNameType 
NumericType  DateTimeContentType 
PictureType  DateTimeFormatType 
QuantityType  GraphicContentType 
RateType  GraphicFormatType 
TextType  IdentificationSchemeAgencyNameType 
IdentificationSchemeNameType 
IdentifierContentType 
IndicatorContentType 
IndicatorFormatType 
LanguageCodeType 
MeasureContentType 
MeasureUnitCodeType 
NumericContentType 
NumericFormatType 
PictureContentType 
PictureFormatType 
QuantityContentType 
QuantityUnitCodeListAgencyIdentifierType 
QuantityUnitCodeListIdentifierType 
QuantityUnitCodeType 
RateContentType 
RateUnitCodeListAgencyIdentifierType 
RateUnitCodeListIdentifierType 
RateUnitCodeType 
TextContentType 


complexType AmountType
diagram
namespace CoreComponentTypes0p2.xsd
children AmountContent AmountCurrencyIdentficationCode
annotation
documentation 
A number of monetary units specified in a currency where the unit of currency is explicit or implied.
source
<xs:complexType name="AmountType" id="000105">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A number of monetary units specified in a currency where the unit of currency is explicit or implied.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="AmountContent" type="cct:AmountContentType" id="000106">
      <xs:annotation>
        <xs:documentation source="CCTS V1.7" xml:lang="en">A number of monetary units specified in a currency where the unit of currency is explicit or implied</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AmountCurrencyIdentficationCode" type="cct:AmountCurrencyIdentificationCodeType" id="000107">
      <xs:annotation>
        <xs:documentation source="CCTS V1.7" xml:lang="en">The currency of the amount.
Reference ISO 4217.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

element AmountType/AmountContent
diagram
namespace CoreComponentTypes0p2.xsd
type cct:AmountContentType
annotation
documentation 
A number of monetary units specified in a currency where the unit of currency is explicit or implied
source
<xs:element name="AmountContent" type="cct:AmountContentType" id="000106">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A number of monetary units specified in a currency where the unit of currency is explicit or implied</xs:documentation>
  </xs:annotation>
</xs:element>

element AmountType/AmountCurrencyIdentficationCode
diagram
namespace CoreComponentTypes0p2.xsd
type cct:AmountCurrencyIdentificationCodeType
annotation
documentation 
The currency of the amount.
Reference ISO 4217.
source
<xs:element name="AmountCurrencyIdentficationCode" type="cct:AmountCurrencyIdentificationCodeType" id="000107">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The currency of the amount.
Reference ISO 4217.</xs:documentation>
  </xs:annotation>
</xs:element>

complexType CodeType
diagram
namespace CoreComponentTypes0p2.xsd
children CodeContent CodeListIdentifier CodeName
annotation
documentation 
A character string (letters, figures or symbols) that for brevity and/or language independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information.
source
<xs:complexType name="CodeType" id="000089">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A character string (letters, figures or symbols) that for brevity and/or language independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CodeContent" type="cct:CodeContentType" id="000091">
      <xs:annotation>
        <xs:documentation source="CCTS V1.7" xml:lang="en">A character string (letters, figures or symbols) that for brevity and/or language independence may be used to represent or replace a definitive value or text of an attribute.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CodeListIdentifier" id="000092">
      <xs:annotation>
        <xs:documentation source="CCTS V1.7" xml:lang="en">The name of a list of codes. 
Can be used to identify the URL of a source that defines the set of currently approved permitted values.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="cct:CodeListIdentifierType">
            <xs:attribute name="CodeListVersionAgencyIdentifier" type="cct:CodeListAgencyIdentifierType" use="optional" id="000093">
              <xs:annotation>
                <xs:documentation source="CCTS V1.7" xml:lang="en">An agency that maintains one or more code lists.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="CpdeListVersionIdentifier" type="cct:CodeListVersionIdentifierType" use="optional" id="000099"/>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="CodeName" id="000100">
      <xs:annotation>
        <xs:documentation source="CCTS V1.7" xml:lang="en">The textual equivalent of the code content. 
If no code content exists, the code name can be used on its own.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="cct:CodeNameType">
            <xs:attribute name="LanguageCode" type="cct:LanguageCodeType" use="optional" id="000075">
              <xs:annotation>
                <xs:documentation source="CCTS V1.7" xml:lang="en">The identifier of the language used in the corresponding text string.
Reference ISO 639: 1998.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>

element CodeType/CodeContent
diagram
namespace CoreComponentTypes0p2.xsd
type cct:CodeContentType
annotation
documentation 
A character string (letters, figures or symbols) that for brevity and/or language independence may be used to represent or replace a definitive value or text of an attribute.
source
<xs:element name="CodeContent" type="cct:CodeContentType" id="000091">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A character string (letters, figures or symbols) that for brevity and/or language independence may be used to represent or replace a definitive value or text of an attribute.</xs:documentation>
  </xs:annotation>
</xs:element>

element CodeType/CodeListIdentifier
diagram
namespace CoreComponentTypes0p2.xsd
type extension of cct:CodeListIdentifierType
attributes
Name  Type  Use  Default  Fixed  
CodeListVersionAgencyIdentifier  cct:CodeListAgencyIdentifierType  optional      
CpdeListVersionIdentifier  cct:CodeListVersionIdentifierType  optional      
annotation
documentation 
The name of a list of codes. 
Can be used to identify the URL of a source that defines the set of currently approved permitted values.
source
<xs:element name="CodeListIdentifier" id="000092">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The name of a list of codes. 
Can be used to identify the URL of a source that defines the set of currently approved permitted values.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="cct:CodeListIdentifierType">
        <xs:attribute name="CodeListVersionAgencyIdentifier" type="cct:CodeListAgencyIdentifierType" use="optional" id="000093">
          <xs:annotation>
            <xs:documentation source="CCTS V1.7" xml:lang="en">An agency that maintains one or more code lists.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="CpdeListVersionIdentifier" type="cct:CodeListVersionIdentifierType" use="optional" id="000099"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

element CodeType/CodeName
diagram
namespace CoreComponentTypes0p2.xsd
type extension of cct:CodeNameType
attributes
Name  Type  Use  Default  Fixed  
LanguageCode  cct:LanguageCodeType  optional      
annotation
documentation 
The textual equivalent of the code content. 
If no code content exists, the code name can be used on its own.
source
<xs:element name="CodeName" id="000100">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The textual equivalent of the code content. 
If no code content exists, the code name can be used on its own.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="cct:CodeNameType">
        <xs:attribute name="LanguageCode" type="cct:LanguageCodeType" use="optional" id="000075">
          <xs:annotation>
            <xs:documentation source="CCTS V1.7" xml:lang="en">The identifier of the language used in the corresponding text string.
Reference ISO 639: 1998.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

complexType DateTimeType
diagram
namespace CoreComponentTypes0p2.xsd
children DateTimeContent
annotation
documentation 
A particular point in the progression of time together with relevant supplementary information. 
Can be used for a date and/or time.
source
<xs:complexType name="DateTimeType" id="000066">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A particular point in the progression of time together with relevant supplementary information. 
Can be used for a date and/or time.
</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="DateTimeContent" id="000067">
      <xs:annotation>
        <xs:documentation source="CCTS V1.7" xml:lang="en">The particular point in the progression of time.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="cct:DateTimeContentType">
            <xs:attribute name="DateTimeFormat" type="cct:DateTimeFormatType" use="required" id="000068">
              <xs:annotation>
                <xs:documentation source="CCTS V1.7" xml:lang="en">The format of the date/time content.
Reference ISO 8601.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>

element DateTimeType/DateTimeContent
diagram
namespace CoreComponentTypes0p2.xsd
type extension of cct:DateTimeContentType
attributes
Name  Type  Use  Default  Fixed  
DateTimeFormat  cct:DateTimeFormatType  required      
annotation
documentation 
The particular point in the progression of time.
source
<xs:element name="DateTimeContent" id="000067">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The particular point in the progression of time.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="cct:DateTimeContentType">
        <xs:attribute name="DateTimeFormat" type="cct:DateTimeFormatType" use="required" id="000068">
          <xs:annotation>
            <xs:documentation source="CCTS V1.7" xml:lang="en">The format of the date/time content.
Reference ISO 8601.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

complexType GraphicType
diagram
namespace CoreComponentTypes0p2.xsd
children GraphicContent
annotation
documentation 
A diagram, graph, mathematical curves, or similar representation.
source
<xs:complexType name="GraphicType" id="000200">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A diagram, graph, mathematical curves, or similar representation.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="GraphicContent" id="000202">
      <xs:annotation>
        <xs:documentation source="CCTS V1.7" xml:lang="en">A diagram, graph, mathematical curves, or similar representation.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="cct:GraphicContentType">
            <xs:attribute name="GraphicFormat" type="cct:GraphicFormatType" use="required" id="000200">
              <xs:annotation>
                <xs:documentation source="CCTS V1.7" xml:lang="en">The format of the graphic content.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>

element GraphicType/GraphicContent
diagram
namespace CoreComponentTypes0p2.xsd
type extension of cct:GraphicContentType
attributes
Name  Type  Use  Default  Fixed  
GraphicFormat  cct:GraphicFormatType  required      
annotation
documentation 
A diagram, graph, mathematical curves, or similar representation.
source
<xs:element name="GraphicContent" id="000202">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A diagram, graph, mathematical curves, or similar representation.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="cct:GraphicContentType">
        <xs:attribute name="GraphicFormat" type="cct:GraphicFormatType" use="required" id="000200">
          <xs:annotation>
            <xs:documentation source="CCTS V1.7" xml:lang="en">The format of the graphic content.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

complexType IdentifierType
diagram
namespace CoreComponentTypes0p2.xsd
children IdentifierContent
annotation
documentation 
A character string to identify and distinguish uniquely, one instance of an object in an identification scheme from all other objects within the same scheme together with relevant supplementary information. 
source
<xs:complexType name="IdentifierType" id="000101">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A character string to identify and distinguish uniquely, one instance of an object in an identification scheme from all other objects within the same scheme together with relevant supplementary information. </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="IdentifierContent" id="000102">
      <xs:annotation>
        <xs:documentation source="CCTS V1.7" xml:lang="en">A character string to identify and distinguish uniquely, one instance of an object in an identification scheme from all other objects within the same scheme.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="cct:IdentifierContentType">
            <xs:attribute name="IdentificationSchemeName" type="cct:IdentificationSchemeNameType" use="optional" id="000103">
              <xs:annotation>
                <xs:documentation source="CCTS V1.7" xml:lang="en">The name of the identification scheme.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="IdentificationSchemeAgencyName" type="cct:IdentificationSchemeAgencyNameType" use="optional" id="000104">
              <xs:annotation>
                <xs:documentation source="CCTS V1.7" xml:lang="en">The agency that maintains the identification scheme.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="LanguageCode" type="cct:LanguageCodeType" use="optional" id="000075">
              <xs:annotation>
                <xs:documentation source="CCTS V1.7" xml:lang="en">The identifier of the language used in the corresponding text string.
Reference ISO 639: 1998</xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>

element IdentifierType/IdentifierContent
diagram
namespace CoreComponentTypes0p2.xsd
type extension of cct:IdentifierContentType
attributes
Name  Type  Use  Default  Fixed  
IdentificationSchemeName  cct:IdentificationSchemeNameType  optional      
IdentificationSchemeAgencyName  cct:IdentificationSchemeAgencyNameType  optional      
LanguageCode  cct:LanguageCodeType  optional      
annotation
documentation 
A character string to identify and distinguish uniquely, one instance of an object in an identification scheme from all other objects within the same scheme.
source
<xs:element name="IdentifierContent" id="000102">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A character string to identify and distinguish uniquely, one instance of an object in an identification scheme from all other objects within the same scheme.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="cct:IdentifierContentType">
        <xs:attribute name="IdentificationSchemeName" type="cct:IdentificationSchemeNameType" use="optional" id="000103">
          <xs:annotation>
            <xs:documentation source="CCTS V1.7" xml:lang="en">The name of the identification scheme.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="IdentificationSchemeAgencyName" type="cct:IdentificationSchemeAgencyNameType" use="optional" id="000104">
          <xs:annotation>
            <xs:documentation source="CCTS V1.7" xml:lang="en">The agency that maintains the identification scheme.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="LanguageCode" type="cct:LanguageCodeType" use="optional" id="000075">
          <xs:annotation>
            <xs:documentation source="CCTS V1.7" xml:lang="en">The identifier of the language used in the corresponding text string.
Reference ISO 639: 1998</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

complexType IndicatorType
diagram
namespace CoreComponentTypes0p2.xsd
children IndicatorContent
annotation
documentation 
A list of two, and only two, values which indicate a condition such as on/off; true/false etc. (synonym: “Boolean”).
source
<xs:complexType name="IndicatorType" id="000180">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A list of two, and only two, values which indicate a condition such as on/off; true/false etc. (synonym: “Boolean”).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="IndicatorContent" id="000181">
      <xs:annotation>
        <xs:documentation source="CCTS V1.7" xml:lang="en">The value of the indicator
For example on, off, true, false</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="cct:IndicatorContentType">
            <xs:attribute name="IndicatorFormat" type="cct:IndicatorFormatType" use="required">
              <xs:annotation>
                <xs:documentation source="CCTS V1.7" xml:lang="en">Whether the indicator is numeric, textual or binary.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>

element IndicatorType/IndicatorContent
diagram
namespace CoreComponentTypes0p2.xsd
type extension of cct:IndicatorContentType
attributes
Name  Type  Use  Default  Fixed  
IndicatorFormat  cct:IndicatorFormatType  required      
annotation
documentation 
The value of the indicator
For example on, off, true, false
source
<xs:element name="IndicatorContent" id="000181">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The value of the indicator
For example on, off, true, false</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="cct:IndicatorContentType">
        <xs:attribute name="IndicatorFormat" type="cct:IndicatorFormatType" use="required">
          <xs:annotation>
            <xs:documentation source="CCTS V1.7" xml:lang="en">Whether the indicator is numeric, textual or binary.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

complexType MeasureType
diagram
namespace CoreComponentTypes0p2.xsd
children MeasureContent MeasureUnitCode
annotation
documentation 
The size, volume, mass, amount or scope derived by performing a physical measure together with relevant supplementary information.
source
<xs:complexType name="MeasureType" id="000152">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The size, volume, mass, amount or scope derived by performing a physical measure together with relevant supplementary information.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="MeasureContent" type="cct:MeasureContentType" id="000153">
      <xs:annotation>
        <xs:documentation source="CCTS V1.7" xml:lang="en">The size, volume, mass, amount or scope derived by performing a physical measure.
For example, 20 kilograms (20 is the measure content).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MeasureUnitCode" type="cct:MeasureUnitCodeType" id="000154">
      <xs:annotation>
        <xs:documentation source="CCTS V1.7" xml:lang="en">The type of unit of measure.
Reference UN/ECE Recommendation #20 and X12 355. For example, for $10/100 km use CCT quantity type and for a measured distance of 20 kilometres use CCT measure type.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

element MeasureType/MeasureContent
diagram
namespace CoreComponentTypes0p2.xsd
type cct:MeasureContentType
annotation
documentation 
The size, volume, mass, amount or scope derived by performing a physical measure.
For example, 20 kilograms (20 is the measure content).
source
<xs:element name="MeasureContent" type="cct:MeasureContentType" id="000153">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The size, volume, mass, amount or scope derived by performing a physical measure.
For example, 20 kilograms (20 is the measure content).</xs:documentation>
  </xs:annotation>
</xs:element>

element MeasureType/MeasureUnitCode
diagram
namespace CoreComponentTypes0p2.xsd
type cct:MeasureUnitCodeType
annotation
documentation 
The type of unit of measure.
Reference UN/ECE Recommendation #20 and X12 355. For example, for $10/100 km use CCT quantity type and for a measured distance of 20 kilometres use CCT measure type.
source
<xs:element name="MeasureUnitCode" type="cct:MeasureUnitCodeType" id="000154">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The type of unit of measure.
Reference UN/ECE Recommendation #20 and X12 355. For example, for $10/100 km use CCT quantity type and for a measured distance of 20 kilometres use CCT measure type.</xs:documentation>
  </xs:annotation>
</xs:element>

complexType NumericType
diagram
namespace CoreComponentTypes0p2.xsd
children NumericContent
attributes
Name  Type  Use  Default  Fixed  
NumericFormat  cct:NumericFormatType  required      
annotation
documentation 
A representation of a number. May or may not be decimal
source
<xs:complexType name="NumericType" id="000182">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A representation of a number. May or may not be decimal</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="NumericContent" id="000183">
      <xs:annotation>
        <xs:documentation source="CCTS V1.7" xml:lang="en">The representation of a number.
May be decimal.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="cct:NumericContentType">
            <xs:attribute name="NumericFormat" type="cct:NumericFormatType" use="required" id="000204"/>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="NumericFormat" type="cct:NumericFormatType" use="required" id="000204">
    <xs:annotation>
      <xs:documentation source="CCTS V1.7" xml:lang="en">Whether the number is an integer, decimal, real number or percentage.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

element NumericType/NumericContent
diagram
namespace CoreComponentTypes0p2.xsd
type extension of cct:NumericContentType
attributes
Name  Type  Use  Default  Fixed  
NumericFormat  cct:NumericFormatType  required      
annotation
documentation 
The representation of a number.
May be decimal.
source
<xs:element name="NumericContent" id="000183">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The representation of a number.
May be decimal.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="cct:NumericContentType">
        <xs:attribute name="NumericFormat" type="cct:NumericFormatType" use="required" id="000204"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

complexType PictureType
diagram
namespace CoreComponentTypes0p2.xsd
children PictureContent
annotation
documentation 
A visual representation of a person, object, or scene.
source
<xs:complexType name="PictureType" id="000201">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A visual representation of a person, object, or scene.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="PictureContent" id="000205">
      <xs:annotation>
        <xs:documentation source="CCTS V1.7" xml:lang="en">A visual representation of a person, object, or scene.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="cct:PictureContentType">
            <xs:attribute name="PictureFormat" type="cct:PictureFormatType" use="required" id="000206">
              <xs:annotation>
                <xs:documentation source="CCTS V1.7">The acronym of the coding scheme used to record the picture.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>

element PictureType/PictureContent
diagram
namespace CoreComponentTypes0p2.xsd
type extension of cct:PictureContentType
attributes
Name  Type  Use  Default  Fixed  
PictureFormat  cct:PictureFormatType  required      
annotation
documentation 
A visual representation of a person, object, or scene.
source
<xs:element name="PictureContent" id="000205">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A visual representation of a person, object, or scene.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="cct:PictureContentType">
        <xs:attribute name="PictureFormat" type="cct:PictureFormatType" use="required" id="000206">
          <xs:annotation>
            <xs:documentation source="CCTS V1.7">The acronym of the coding scheme used to record the picture.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

complexType QuantityType
diagram
namespace CoreComponentTypes0p2.xsd
children QuantityContent QuantityUnitCode
annotation
documentation 
A number of non-monetary units together with relevant supplementary information.
source
<xs:complexType name="QuantityType" id="000108">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A number of non-monetary units together with relevant supplementary information.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="QuantityContent" type="cct:QuantityContentType" id="000109">
      <xs:annotation>
        <xs:documentation source="CCTS V1.7" xml:lang="en">The unit of the quantity.
May use UN/ECE Recommendation #20 and X12 355, but for actual measurements use the CCT measure type. For example, for $10/100 km use CCT quantity type and for a measured distance of 20 kilometers use CCT measure type.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="QuantityUnitCode">
      <xs:annotation>
        <xs:documentation source="CCTS V1.7" xml:lang="en">The unit of the quantity.
May use UN/ECE Recommendation #20 and X12 355, but for actual measurements use the CCT measure type. For example, for $10/100 km use CCT quantity type and for a measure distance of 20 kilometers use CCT measure type.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="cct:QuantityUnitCodeType">
            <xs:attribute name="QuantityUnitCodeListIdentifier" type="cct:QuantityUnitCodeListIdentifierType" use="required" id="000111">
              <xs:annotation>
                <xs:documentation source="CCTS V1.7" xml:lang="en">The quantity unit code list.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="QuantityUnitCodeListAgencyIdentifier" type="cct:QuantityUnitCodeListAgencyIdentifierType" use="optional" id="000112">
              <xs:annotation>
                <xs:documentation source="CCTS V1.7" xml:lang="en">The agency which maintains the quantity unit code list.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>

element QuantityType/QuantityContent
diagram
namespace CoreComponentTypes0p2.xsd
type cct:QuantityContentType
annotation
documentation 
The unit of the quantity.
May use UN/ECE Recommendation #20 and X12 355, but for actual measurements use the CCT measure type. For example, for $10/100 km use CCT quantity type and for a measured distance of 20 kilometers use CCT measure type.
source
<xs:element name="QuantityContent" type="cct:QuantityContentType" id="000109">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The unit of the quantity.
May use UN/ECE Recommendation #20 and X12 355, but for actual measurements use the CCT measure type. For example, for $10/100 km use CCT quantity type and for a measured distance of 20 kilometers use CCT measure type.</xs:documentation>
  </xs:annotation>
</xs:element>

element QuantityType/QuantityUnitCode
diagram
namespace CoreComponentTypes0p2.xsd
type extension of cct:QuantityUnitCodeType
attributes
Name  Type  Use  Default  Fixed  
QuantityUnitCodeListIdentifier  cct:QuantityUnitCodeListIdentifierType  required      
QuantityUnitCodeListAgencyIdentifier  cct:QuantityUnitCodeListAgencyIdentifierType  optional      
annotation
documentation 
The unit of the quantity.
May use UN/ECE Recommendation #20 and X12 355, but for actual measurements use the CCT measure type. For example, for $10/100 km use CCT quantity type and for a measure distance of 20 kilometers use CCT measure type.
source
<xs:element name="QuantityUnitCode">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The unit of the quantity.
May use UN/ECE Recommendation #20 and X12 355, but for actual measurements use the CCT measure type. For example, for $10/100 km use CCT quantity type and for a measure distance of 20 kilometers use CCT measure type.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="cct:QuantityUnitCodeType">
        <xs:attribute name="QuantityUnitCodeListIdentifier" type="cct:QuantityUnitCodeListIdentifierType" use="required" id="000111">
          <xs:annotation>
            <xs:documentation source="CCTS V1.7" xml:lang="en">The quantity unit code list.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="QuantityUnitCodeListAgencyIdentifier" type="cct:QuantityUnitCodeListAgencyIdentifierType" use="optional" id="000112">
          <xs:annotation>
            <xs:documentation source="CCTS V1.7" xml:lang="en">The agency which maintains the quantity unit code list.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

complexType RateType
diagram
namespace CoreComponentTypes0p2.xsd
children RateContent RateUnitCode
annotation
documentation 
A quantity or amount measure with respect to another measure quantity or amount, or a fixed or appropriate charge, cost value e.g. US Dollars per hour, US Dollars per Euro, kilometer per litre, etc.
source
<xs:complexType name="RateType">
  <xs:annotation>
    <xs:documentation source="CCT (GS 03.12.01)" xml:lang="en">A quantity or amount measure with respect to another measure quantity or amount, or a fixed or appropriate charge, cost value e.g. US Dollars per hour, US Dollars per Euro, kilometer per litre, etc.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="RateContent" type="cct:RateContentType">
      <xs:annotation>
        <xs:documentation source="CCT (GS 03.12.01)" xml:lang="en">The size of rate.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RateUnitCode">
      <xs:annotation>
        <xs:documentation source="CCT (GS 03.12.01)" xml:lang="en">The type of rate.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="cct:RateUnitCodeType">
            <xs:attribute name="RateUnitCodeListIdentifier" type="cct:RateUnitCodeListIdentifierType" use="required">
              <xs:annotation>
                <xs:documentation source="CCT (GS 03.12.01)" xml:lang="en">The rate unit code list.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="RateUnitCodeListAgencyIdentifier" type="cct:RateUnitCodeListAgencyIdentifierType" use="optional">
              <xs:annotation>
                <xs:documentation source="CCT (GS 03.12.01)" xml:lang="en">The agency which maintains the rate unit code list.</xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>

element RateType/RateContent
diagram
namespace CoreComponentTypes0p2.xsd
type cct:RateContentType
annotation
documentation 
The size of rate.
source
<xs:element name="RateContent" type="cct:RateContentType">
  <xs:annotation>
    <xs:documentation source="CCT (GS 03.12.01)" xml:lang="en">The size of rate.</xs:documentation>
  </xs:annotation>
</xs:element>

element RateType/RateUnitCode
diagram
namespace CoreComponentTypes0p2.xsd
type extension of cct:RateUnitCodeType
attributes
Name  Type  Use  Default  Fixed  
RateUnitCodeListIdentifier  cct:RateUnitCodeListIdentifierType  required      
RateUnitCodeListAgencyIdentifier  cct:RateUnitCodeListAgencyIdentifierType  optional      
annotation
documentation 
The type of rate.
source
<xs:element name="RateUnitCode">
  <xs:annotation>
    <xs:documentation source="CCT (GS 03.12.01)" xml:lang="en">The type of rate.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="cct:RateUnitCodeType">
        <xs:attribute name="RateUnitCodeListIdentifier" type="cct:RateUnitCodeListIdentifierType" use="required">
          <xs:annotation>
            <xs:documentation source="CCT (GS 03.12.01)" xml:lang="en">The rate unit code list.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="RateUnitCodeListAgencyIdentifier" type="cct:RateUnitCodeListAgencyIdentifierType" use="optional">
          <xs:annotation>
            <xs:documentation source="CCT (GS 03.12.01)" xml:lang="en">The agency which maintains the rate unit code list.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

complexType TextType
diagram
namespace CoreComponentTypes0p2.xsd
children TextContent
attributes
Name  Type  Use  Default  Fixed  
LanguageCode  cct:LanguageCodeType  required      
annotation
documentation 
A character string with or without a specified language.
source
<xs:complexType name="TextType" id="000090">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A character string with or without a specified language.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="TextContent" id="000094">
      <xs:annotation>
        <xs:documentation source="CCTS V1.7" xml:lang="en">A character string generally in the form of words.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="cct:TextContentType"/>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="LanguageCode" type="cct:LanguageCodeType" use="required" id="000075">
    <xs:annotation>
      <xs:documentation source="CCTS V1.7" xml:lang="en">The identifier of the language used in the corresponding text string.
Reference ISO 639: 1998.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

element TextType/TextContent
diagram
namespace CoreComponentTypes0p2.xsd
type extension of cct:TextContentType
annotation
documentation 
A character string generally in the form of words.
source
<xs:element name="TextContent" id="000094">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A character string generally in the form of words.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="cct:TextContentType"/>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

simpleType AmountContentType
namespace CoreComponentTypes0p2.xsd
type xs:decimal
used by
element AmountType/AmountContent
annotation
documentation 
A number of monetary units specified in a currency is explicit or implied,
source
<xs:simpleType name="AmountContentType" id="000106">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A number of monetary units specified in a currency is explicit or implied,</xs:documentation>
  </xs:annotation>
  <xs:restriction base="decimal"/>
</xs:simpleType>

simpleType AmountCurrencyIdentificationCodeType
namespace CoreComponentTypes0p2.xsd
type xs:token
used by
element AmountType/AmountCurrencyIdentficationCode
annotation
documentation 
The currency of the amount.Reference ISO 4217
source
<xs:simpleType name="AmountCurrencyIdentificationCodeType" id="000107">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The currency of the amount.Reference ISO 4217</xs:documentation>
  </xs:annotation>
  <xs:restriction base="token"/>
</xs:simpleType>

simpleType CodeContentType
namespace CoreComponentTypes0p2.xsd
type xs:token
used by
element CodeType/CodeContent
annotation
documentation 
A character string (letters, figures or symbols) that for brevity and/or language independence may be used to represent or replace a definitive value or text of an attribute
source
<xs:simpleType name="CodeContentType" id="000091">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A character string (letters, figures or symbols) that for brevity and/or language independence may be used to represent or replace a definitive value or text of an attribute</xs:documentation>
  </xs:annotation>
  <xs:restriction base="token"/>
</xs:simpleType>

simpleType CodeListAgencyIdentifierType
namespace CoreComponentTypes0p2.xsd
type xs:token
used by
attribute CodeType/CodeListIdentifier/@CodeListVersionAgencyIdentifier
annotation
documentation 
An agency that maintains one or more code lists.
source
<xs:simpleType name="CodeListAgencyIdentifierType" id="000093">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">An agency that maintains one or more code lists.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="token"/>
</xs:simpleType>

simpleType CodeListIdentifierType
namespace CoreComponentTypes0p2.xsd
type xs:token
used by
element CodeType/CodeListIdentifier
annotation
documentation 
The name of a list of codes. Can be used to identify the URL of a source that defines the set of currently approved permitted values
source
<xs:simpleType name="CodeListIdentifierType" id="000092">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The name of a list of codes. Can be used to identify the URL of a source that defines the set of currently approved permitted values</xs:documentation>
  </xs:annotation>
  <xs:restriction base="token"/>
</xs:simpleType>

simpleType CodeListVersionIdentifierType
namespace CoreComponentTypes0p2.xsd
type xs:token
used by
attribute CodeType/CodeListIdentifier/@CpdeListVersionIdentifier
annotation
documentation 
The version of the code list.
source
<xs:simpleType name="CodeListVersionIdentifierType" id="000099">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The version of the code list.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="token"/>
</xs:simpleType>

simpleType CodeNameType
namespace CoreComponentTypes0p2.xsd
type xs:string
used by
element CodeType/CodeName
annotation
documentation 
The textual equivalent of the code content. If no code content exists, the code name can be used on its own.
source
<xs:simpleType name="CodeNameType" id="000100">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The textual equivalent of the code content. If no code content exists, the code name can be used on its own.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="string"/>
</xs:simpleType>

simpleType DateTimeContentType
namespace CoreComponentTypes0p2.xsd
type xs:string
used by
element DateTimeType/DateTimeContent
annotation
documentation 
The particular point in the progression of time.
source
<xs:simpleType name="DateTimeContentType" id="000067">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The particular point in the progression of time.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="string"/>
</xs:simpleType>

simpleType DateTimeFormatType
namespace CoreComponentTypes0p2.xsd
type xs:token
used by
attribute DateTimeType/DateTimeContent/@DateTimeFormat
annotation
documentation 
The format of the date/time content. Reference ISO 8601
source
<xs:simpleType name="DateTimeFormatType" id="000068">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The format of the date/time content. Reference ISO 8601</xs:documentation>
  </xs:annotation>
  <xs:restriction base="token"/>
</xs:simpleType>

simpleType GraphicContentType
namespace CoreComponentTypes0p2.xsd
type xs:base64Binary
used by
element GraphicType/GraphicContent
annotation
documentation 
A diagram, graph, mathematical curves, or similar representation.
source
<xs:simpleType name="GraphicContentType" id="000202">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A diagram, graph, mathematical curves, or similar representation.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="base64Binary"/>
</xs:simpleType>

simpleType GraphicFormatType
namespace CoreComponentTypes0p2.xsd
type xs:ID
used by
attribute GraphicType/GraphicContent/@GraphicFormat
annotation
documentation 
The format of the graphic content
source
<xs:simpleType name="GraphicFormatType" id="000203">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The format of the graphic content</xs:documentation>
  </xs:annotation>
  <xs:restriction base="ID"/>
</xs:simpleType>

simpleType IdentificationSchemeAgencyNameType
namespace CoreComponentTypes0p2.xsd
type xs:token
used by
attribute IdentifierType/IdentifierContent/@IdentificationSchemeAgencyName
annotation
documentation 
The agency that maintains the identification scheme.
source
<xs:simpleType name="IdentificationSchemeAgencyNameType" id="000104">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The agency that maintains the identification scheme.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="token"/>
</xs:simpleType>

simpleType IdentificationSchemeNameType
namespace CoreComponentTypes0p2.xsd
type xs:token
used by
attribute IdentifierType/IdentifierContent/@IdentificationSchemeName
annotation
documentation 
The name of the identification scheme.
source
<xs:simpleType name="IdentificationSchemeNameType" id="000103">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The name of the identification scheme.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="token"/>
</xs:simpleType>

simpleType IdentifierContentType
namespace CoreComponentTypes0p2.xsd
type xs:string
used by
element IdentifierType/IdentifierContent
annotation
documentation 
A character string to identify and distinguish uniquely, one instance of an object in an identification scheme from all other objects within the same scheme.
source
<xs:simpleType name="IdentifierContentType" id="000102">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A character string to identify and distinguish uniquely, one instance of an object in an identification scheme from all other objects within the same scheme.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="string"/>
</xs:simpleType>

simpleType IndicatorContentType
namespace CoreComponentTypes0p2.xsd
type xs:token
used by
element IndicatorType/IndicatorContent
annotation
documentation 
The value of the indicator. For example on, off, true, false.
source
<xs:simpleType name="IndicatorContentType" id="000181">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The value of the indicator. For example on, off, true, false.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="token"/>
</xs:simpleType>

simpleType IndicatorFormatType
namespace CoreComponentTypes0p2.xsd
type xs:token
used by
attribute IndicatorType/IndicatorContent/@IndicatorFormat
annotation
documentation 
Whether the indicator is numeric, textual or binary.
source
<xs:simpleType name="IndicatorFormatType">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">Whether the indicator is numeric, textual or binary.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="token"/>
</xs:simpleType>

simpleType LanguageCodeType
namespace CoreComponentTypes0p2.xsd
type xs:language
used by
attributes CodeType/CodeName/@LanguageCode IdentifierType/IdentifierContent/@LanguageCode TextType/@LanguageCode
annotation
documentation 
The identifier of the language used in the corresponding text string.
Reference ISO 639: 1998
source
<xs:simpleType name="LanguageCodeType" id="000075">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The identifier of the language used in the corresponding text string.
Reference ISO 639: 1998</xs:documentation>
  </xs:annotation>
  <xs:restriction base="language"/>
</xs:simpleType>

simpleType MeasureContentType
namespace CoreComponentTypes0p2.xsd
type xs:decimal
used by
element MeasureType/MeasureContent
annotation
documentation 
The size, volume, mass, amount or scope derived by performing a physical measure.
For example, 20 kilograms (20 is the measure content).
source
<xs:simpleType name="MeasureContentType" id="000153">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The size, volume, mass, amount or scope derived by performing a physical measure.
For example, 20 kilograms (20 is the measure content).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="decimal"/>
</xs:simpleType>

simpleType MeasureUnitCodeType
namespace CoreComponentTypes0p2.xsd
type xs:token
used by
element MeasureType/MeasureUnitCode
annotation
documentation 
The type of unit of measure. Reference UN/ECE Recommendation #20 and X12 355. For example, for $10/100 km use CCT quantity type and for a measured distance of 20 kilometres use CCT measure type:
source
<xs:simpleType name="MeasureUnitCodeType" id="000154">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The type of unit of measure. Reference UN/ECE Recommendation #20 and X12 355. For example, for $10/100 km use CCT quantity type and for a measured distance of 20 kilometres use CCT measure type:</xs:documentation>
  </xs:annotation>
  <xs:restriction base="token"/>
</xs:simpleType>

simpleType NumericContentType
namespace CoreComponentTypes0p2.xsd
type xs:decimal
used by
element NumericType/NumericContent
annotation
documentation 
The representation of a number. May be decimal.
source
<xs:simpleType name="NumericContentType" id="000183">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The representation of a number. May be decimal.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="decimal"/>
</xs:simpleType>

simpleType NumericFormatType
namespace CoreComponentTypes0p2.xsd
type xs:token
used by
attributes NumericType/NumericContent/@NumericFormat NumericType/@NumericFormat
annotation
documentation 
Whether the number is an integer, decimal, real number or percentage.
source
<xs:simpleType name="NumericFormatType" id="000204">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">Whether the number is an integer, decimal, real number or percentage.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="token"/>
</xs:simpleType>

simpleType PictureContentType
namespace CoreComponentTypes0p2.xsd
type xs:base64Binary
used by
element PictureType/PictureContent
annotation
documentation 
A visual representation of a person, object, or scene.
source
<xs:simpleType name="PictureContentType" id="000205">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A visual representation of a person, object, or scene.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="base64Binary"/>
</xs:simpleType>

simpleType PictureFormatType
namespace CoreComponentTypes0p2.xsd
type xs:ID
used by
attribute PictureType/PictureContent/@PictureFormat
annotation
documentation 
The acronym of the coding scheme used to record the picture.
source
<xs:simpleType name="PictureFormatType" id="000206">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The acronym of the coding scheme used to record the picture.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="ID"/>
</xs:simpleType>

simpleType QuantityContentType
namespace CoreComponentTypes0p2.xsd
type xs:token
used by
element QuantityType/QuantityContent
annotation
documentation 
A number of non-monetary units.
source
<xs:simpleType name="QuantityContentType" id="000109">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A number of non-monetary units.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="token"/>
</xs:simpleType>

simpleType QuantityUnitCodeListAgencyIdentifierType
namespace CoreComponentTypes0p2.xsd
type xs:token
used by
attribute QuantityType/QuantityUnitCode/@QuantityUnitCodeListAgencyIdentifier
annotation
documentation 
The agency which maintains the quantity unit code list.
source
<xs:simpleType name="QuantityUnitCodeListAgencyIdentifierType" id="000112">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The agency which maintains the quantity unit code list.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="token"/>
</xs:simpleType>

simpleType QuantityUnitCodeListIdentifierType
namespace CoreComponentTypes0p2.xsd
type xs:token
used by
attribute QuantityType/QuantityUnitCode/@QuantityUnitCodeListIdentifier
annotation
documentation 
The quantity unit code list.
source
<xs:simpleType name="QuantityUnitCodeListIdentifierType" id="000111">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The quantity unit code list.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="token"/>
</xs:simpleType>

simpleType QuantityUnitCodeType
namespace CoreComponentTypes0p2.xsd
type xs:token
used by
element QuantityType/QuantityUnitCode
annotation
documentation 
The unit of the quantity. May use UN/ECE Recommendation #20 and X12 355, but for actual measurements use the CCT measure type. For example, for $10/100 km use CCT quantity type and for a measured distance of 20 kilometers use CCT measure type.
source
<xs:simpleType name="QuantityUnitCodeType" id="000110">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">The unit of the quantity. May use UN/ECE Recommendation #20 and X12 355, but for actual measurements use the CCT measure type. For example, for $10/100 km use CCT quantity type and for a measured distance of 20 kilometers use CCT measure type.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="token"/>
</xs:simpleType>

simpleType RateContentType
namespace CoreComponentTypes0p2.xsd
type xs:decimal
used by
element RateType/RateContent
annotation
documentation 
The size of rate.
source
<xs:simpleType name="RateContentType">
  <xs:annotation>
    <xs:documentation source="CCT (GS 03.12.01)" xml:lang="en">The size of rate.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal"/>
</xs:simpleType>

simpleType RateUnitCodeListAgencyIdentifierType
namespace CoreComponentTypes0p2.xsd
type xs:token
used by
attribute RateType/RateUnitCode/@RateUnitCodeListAgencyIdentifier
annotation
documentation 
The agency which maintains the rate unit code list.
source
<xs:simpleType name="RateUnitCodeListAgencyIdentifierType">
  <xs:annotation>
    <xs:documentation source="CCT (GS 03.12.01)">The agency which maintains the rate unit code list.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token"/>
</xs:simpleType>

simpleType RateUnitCodeListIdentifierType
namespace CoreComponentTypes0p2.xsd
type xs:token
used by
attribute RateType/RateUnitCode/@RateUnitCodeListIdentifier
annotation
documentation 
The rate unit code list.
source
<xs:simpleType name="RateUnitCodeListIdentifierType">
  <xs:annotation>
    <xs:documentation source="CCT (GS 03.12.01)">The rate unit code list.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token"/>
</xs:simpleType>

simpleType RateUnitCodeType
namespace CoreComponentTypes0p2.xsd
type xs:token
used by
element RateType/RateUnitCode
annotation
documentation 
The type of rate.
source
<xs:simpleType name="RateUnitCodeType">
  <xs:annotation>
    <xs:documentation source="CCT (GS 03.12.01)" xml:lang="eb">The type of rate.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token"/>
</xs:simpleType>

simpleType TextContentType
namespace CoreComponentTypes0p2.xsd
type xs:string
used by
element TextType/TextContent
annotation
documentation 
A character string generally in the form of words.
source
<xs:simpleType name="TextContentType" id="000094">
  <xs:annotation>
    <xs:documentation source="CCTS V1.7" xml:lang="en">A character string generally in the form of words.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="string"/>
</xs:simpleType>


XML Schema documentation generated with
XML Spy Schema Editor www.xmlspy.com