<?xml version="1.0" encoding="UTF-8"?>
<!-- ====================================================================== -->
<!-- ===== Unqualified Data Type Schema Module                        ===== -->
<!-- ====================================================================== -->
<!--
Schema agency:  UN/CEFACT 
Schema version: 16.0
Schema date:    01 July 2014

Location : http://www.unece.org/fileadmin/DAM/cefact/xml_schemas/D14B.zip/D14B/30DEC2014/uncefact/data/standard/UnqualifiedDataType_16p0.xsd

Copyright (C) UN/CEFACT (2013). All Rights Reserved.

This document and translations of it may be copied and furnished to others, 
and derivative works that comment on or otherwise explain it or assist 
in its implementation may be prepared, copied, published and distributed, 
in whole or in part, without restriction of any kind, provided that the 
above copyright notice and this paragraph are included on all such copies 
and derivative works. However, this document itself may not be modified in 
any way, such as by removing the copyright notice or references to 
UN/CEFACT, except as needed for the purpose of developing UN/CEFACT 
specifications, in which case the procedures for copyrights defined in the 
UN/CEFACT Intellectual Property Rights document must be followed, or as 
required to translate it into languages other than English.

The limited permissions granted above are perpetual and will not be revoked 
by UN/CEFACT or its successors or assigns.

This document and the information contained herein is provided on an "AS IS"
basis and UN/CEFACT DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING 
BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL 
NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR 
FITNESS FOR A PARTICULAR PURPOSE.
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:udt="urn:un:unece:uncefact:data:standard:UnqualifiedDataType:16" xmlns:ccts="urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2" targetNamespace="urn:un:unece:uncefact:data:standard:UnqualifiedDataType:16" elementFormDefault="qualified" attributeFormDefault="unqualified" version="16.0">
<!-- ================================================================== -->
<!-- ===== Type Definitions                                       ===== -->
<!-- ================================================================== -->
<!-- ===== Type Definition: AmountType                            ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="AmountType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT000001</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Amount. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>A number of monetary units specified in a currency where the unit of the currency is explicit or implied.</ccts:Definition>
        <ccts:PrimitiveType>Decimal</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:extension base="xsd:decimal">
        <xsd:attribute name="currencyID" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Amount Currency. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The currency of the amount.</ccts:Definition>
              <ccts:ObjectClassTerm>Amount Currency</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="currencyCodeListVersionID" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Amount Currency. Code List Version. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The Version of the UN/ECE Rec.9 code list.</ccts:Definition>
              <ccts:ObjectClassTerm>Amount Currency</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Code List Version</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
<!-- ================================================================== -->
<!-- ===== Type Definition: BinaryObjectType                      ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="BinaryObjectType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT000002</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Binary Object. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>A set of finite-length sequences of binary octets.</ccts:Definition>
        <ccts:PrimitiveType>Binary</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:extension base="xsd:base64Binary">
        <xsd:attribute name="format" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Format. Text</ccts:DictionaryEntryName>
              <ccts:Definition>The format of the binary content.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Format</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="mimeCode" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Mime. Code</ccts:DictionaryEntryName>
              <ccts:Definition>The mime type of the binary object.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Mime</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="encodingCode" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Encoding. Code</ccts:DictionaryEntryName>
              <ccts:Definition>Specifies the decoding algorithm of the binary object.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Encoding</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="characterSetCode" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Character Set. Code</ccts:DictionaryEntryName>
              <ccts:Definition>The character set of the binary object if the mime type is text.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Character Set</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="uri" type="xsd:anyURI" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Uniform Resource. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The Uniform Resource Identifier that identifies where the Binary Object is located.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Uniform Resource</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="filename" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Filename. Text</ccts:DictionaryEntryName>
              <ccts:Definition>The filename of the binary object.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Filename</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
<!-- ================================================================== -->
<!-- ===== Type Definition: CodeType                              ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="CodeType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT000007</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Code. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>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.</ccts:Definition>
        <ccts:PrimitiveType>String</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:extension base="xsd:token">
        <xsd:attribute name="listID" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Code List. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The identification of a list of codes</ccts:Definition>
              <ccts:ObjectClassTerm>Code List</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="listAgencyID" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Code List. Agency. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>An agency that maintains one or more code lists.</ccts:Definition>
              <ccts:ObjectClassTerm>Code List</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Agency</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="listAgencyName" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Code List. Agency Name. Text</ccts:DictionaryEntryName>
              <ccts:Definition>The name of the agency that maintains the code list.</ccts:Definition>
              <ccts:ObjectClassTerm>Code List</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Agency Name</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="listName" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Code List. Name. Text</ccts:DictionaryEntryName>
              <ccts:Definition>The name of a list of codes.</ccts:Definition>
              <ccts:ObjectClassTerm>Code List</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Name</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="listVersionID" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Code List. Version. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The Version of the code list.</ccts:Definition>
              <ccts:ObjectClassTerm>Code List</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Version</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="name" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Code. Name. Text</ccts:DictionaryEntryName>
              <ccts:Definition>The textual equivalent of the code content.</ccts:Definition>
              <ccts:ObjectClassTerm>Code</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Name</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="languageID" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Language. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The identifier of the language used in the corresponding text string.</ccts:Definition>
              <ccts:ObjectClassTerm>Language</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="listURI" type="xsd:anyURI" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Code List. Uniform Resource. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The Uniform Resource Identifier that identifies where the code list is located.</ccts:Definition>
              <ccts:ObjectClassTerm>Code List</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Uniform Resource</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="listSchemeURI" type="xsd:anyURI" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Code List Scheme. Uniform Resource. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The Uniform Resource Identifier that identifies where the code list scheme is located.</ccts:Definition>
              <ccts:ObjectClassTerm>Code List Scheme</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Uniform Resource</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
<!-- ================================================================== -->
<!-- ===== Type Definition: DateTimeType                          ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="DateTimeType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT000008</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Date Time. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>A particular point in the progression of time together with the relevant supplementary information.</ccts:Definition>
        <ccts:PrimitiveType>String</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
      <xsd:element name="DateTimeString">
        <xsd:complexType>
          <xsd:simpleContent>
            <xsd:extension base="xsd:string">
              <xsd:attribute name="format" type="xsd:string" use="optional">
                <xsd:annotation>
                  <xsd:documentation xml:lang="en">
                    <ccts:Acronym>SC</ccts:Acronym>
                    <ccts:DictionaryEntryName>Date Time. Format. Text</ccts:DictionaryEntryName>
                    <ccts:Definition>The format of the date/time content.</ccts:Definition>
                    <ccts:ObjectClassTerm>Date Time</ccts:ObjectClassTerm>
                    <ccts:PropertyTerm>Format</ccts:PropertyTerm>
                  </xsd:documentation>
                </xsd:annotation>
              </xsd:attribute>
            </xsd:extension>
          </xsd:simpleContent>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="DateTime" type="xsd:dateTime"/>
    </xsd:choice>
  </xsd:complexType>
<!-- ================================================================== -->
<!-- ===== Type Definition: DateType                              ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="DateType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT000009</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Date. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>A particular point in the progression of time together with the relevant supplementary information.</ccts:Definition>
        <ccts:PrimitiveType>String</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
      <xsd:element name="DateString">
        <xsd:complexType>
          <xsd:simpleContent>
            <xsd:extension base="xsd:string">
              <xsd:attribute name="format" type="xsd:string" use="optional">
                <xsd:annotation>
                  <xsd:documentation xml:lang="en">
                    <ccts:Acronym>SC</ccts:Acronym>
                    <ccts:DictionaryEntryName>Date Time. Format. Text</ccts:DictionaryEntryName>
                    <ccts:Definition>The format of the date/time content.</ccts:Definition>
                    <ccts:ObjectClassTerm>Date Time</ccts:ObjectClassTerm>
                    <ccts:PropertyTerm>Format</ccts:PropertyTerm>
                  </xsd:documentation>
                </xsd:annotation>
              </xsd:attribute>
            </xsd:extension>
          </xsd:simpleContent>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="Date" type="xsd:date"/>
    </xsd:choice>
  </xsd:complexType>
<!-- ================================================================== -->
<!-- ===== Type Definition: GraphicType                           ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="GraphicType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT000003</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Graphic. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>A set of finite-length sequences of binary octets.</ccts:Definition>
        <ccts:PrimitiveType>Binary</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:extension base="xsd:base64Binary">
        <xsd:attribute name="format" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Format. Text</ccts:DictionaryEntryName>
              <ccts:Definition>The format of the binary content.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Format</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="mimeCode" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Mime. Code</ccts:DictionaryEntryName>
              <ccts:Definition>The mime type of the binary object.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Mime</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="encodingCode" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Encoding. Code</ccts:DictionaryEntryName>
              <ccts:Definition>Specifies the decoding algorithm of the binary object.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Encoding</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="characterSetCode" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Character Set. Code</ccts:DictionaryEntryName>
              <ccts:Definition>The character set of the binary object if the mime type is text.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Character Set</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="uri" type="xsd:anyURI" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Uniform Resource. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The Uniform Resource Identifier that identifies where the Binary Object is located.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Uniform Resource</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="filename" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Filename. Text</ccts:DictionaryEntryName>
              <ccts:Definition>The filename of the binary object.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Filename</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
<!-- ================================================================== -->
<!-- ===== Type Definition: IDType                                ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="IDType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT0000011</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Identifier. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>A character string to identify and distinguish uniquely, one instance of an object in an identification scheme from all other objects in the same scheme together with relevant supplementary information.</ccts:Definition>
        <ccts:PrimitiveType>String</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:extension base="xsd:token">
        <xsd:attribute name="schemeID" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Identification Scheme. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The identification of the identification scheme.</ccts:Definition>
              <ccts:ObjectClassTerm>Identification Scheme</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="schemeName" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Identification Scheme. Name. Text</ccts:DictionaryEntryName>
              <ccts:Definition>The name of the identification scheme.</ccts:Definition>
              <ccts:ObjectClassTerm>Identification Scheme</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Name</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="schemeAgencyID" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Identification Scheme Agency. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The identification of the agency that maintains the identification scheme.</ccts:Definition>
              <ccts:ObjectClassTerm>Identification Scheme Agency</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="schemeAgencyName" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Identification Scheme. Agency Name. Text</ccts:DictionaryEntryName>
              <ccts:Definition>The name of the agency that maintains the identification scheme.</ccts:Definition>
              <ccts:ObjectClassTerm>Identification Scheme</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Agency Name</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="schemeVersionID" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Identification Scheme. Version. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The Version of the identification scheme.</ccts:Definition>
              <ccts:ObjectClassTerm>Identification Scheme</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Version</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="schemeDataURI" type="xsd:anyURI" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Identification Scheme Data. Uniform Resource. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The Uniform Resource Identifier that identifies where the identification scheme data is located.</ccts:Definition>
              <ccts:ObjectClassTerm>Identification Scheme Data</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Uniform Resource</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="schemeURI" type="xsd:anyURI" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Identification Scheme. Uniform Resource. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The Uniform Resource Identifier that identifies where the identification scheme is located.</ccts:Definition>
              <ccts:ObjectClassTerm>Identification Scheme</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Uniform Resource</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
<!-- ================================================================== -->
<!-- ===== Type Definition: IndicatorType                         ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="IndicatorType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT0000012</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Indicator. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>A list of two mutually exclusive Boolean values that express the only possible states of a Property.</ccts:Definition>
        <ccts:PrimitiveType>String</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
      <xsd:element name="IndicatorString">
        <xsd:complexType>
          <xsd:simpleContent>
            <xsd:extension base="xsd:string">
              <xsd:attribute name="format" type="xsd:string" use="optional">
                <xsd:annotation>
                  <xsd:documentation xml:lang="en">
                    <ccts:Acronym>SC</ccts:Acronym>
                    <ccts:DictionaryEntryName>Indicator. Format. Text</ccts:DictionaryEntryName>
                    <ccts:Definition>Whether the indicator is numeric, textual or binary.</ccts:Definition>
                    <ccts:ObjectClassTerm>Indicator</ccts:ObjectClassTerm>
                    <ccts:PropertyTerm>Format</ccts:PropertyTerm>
                  </xsd:documentation>
                </xsd:annotation>
              </xsd:attribute>
            </xsd:extension>
          </xsd:simpleContent>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="Indicator" type="xsd:boolean"/>
    </xsd:choice>
  </xsd:complexType>
<!-- ================================================================== -->
<!-- ===== Type Definition: MeasureType                           ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="MeasureType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT0000013</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Measure. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>A numeric valuedetermined by measuring an object along with the specified unit of measure.</ccts:Definition>
        <ccts:PrimitiveType>Decimal</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:extension base="xsd:decimal">
        <xsd:attribute name="unitCode" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Measure Unit. Code</ccts:DictionaryEntryName>
              <ccts:Definition>The type of unit of measure.</ccts:Definition>
              <ccts:ObjectClassTerm>Measure Unit</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Code</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="unitCodeListVersionID" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Measure Unit. Code List Version. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The Version of the measure unit code list.</ccts:Definition>
              <ccts:ObjectClassTerm>Measure Unit</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Code List Version</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
<!-- ================================================================== -->
<!-- ===== Type Definition: NameType                              ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="NameType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT0000020</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Name. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>A character string (i.e. a finite set of characters) generally in the form of words of a language.</ccts:Definition>
        <ccts:PrimitiveType>String</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:extension base="xsd:string">
        <xsd:attribute name="languageID" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Language. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The identifier of the language used in the corresponding text string.</ccts:Definition>
              <ccts:ObjectClassTerm>Language</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="languageLocaleID" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Language. Locale. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The identification of the locale of the language.</ccts:Definition>
              <ccts:ObjectClassTerm>Language</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Locale</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
<!-- ================================================================== -->
<!-- ===== Type Definition: NumericType                           ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="NumericType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT0000014</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Numeric. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure.</ccts:Definition>
        <ccts:PrimitiveType>Decimal</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:extension base="xsd:decimal">
        <xsd:attribute name="format" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Numeric. Format. Text</ccts:DictionaryEntryName>
              <ccts:Definition>Whether the number is an integer, decimal, real number or percentage.</ccts:Definition>
              <ccts:ObjectClassTerm>Numeric</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Format</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
<!-- ================================================================== -->
<!-- ===== Type Definition: PercentType                           ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="PercentType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT0000016</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Percent. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure.</ccts:Definition>
        <ccts:PrimitiveType>Decimal</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:extension base="xsd:decimal">
        <xsd:attribute name="format" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Numeric. Format. Text</ccts:DictionaryEntryName>
              <ccts:Definition>Whether the number is an integer, decimal, real number or percentage.</ccts:Definition>
              <ccts:ObjectClassTerm>Numeric</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Format</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
<!-- ================================================================== -->
<!-- ===== Type Definition: PictureType                           ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="PictureType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT000004</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Picture. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>A set of finite-length sequences of binary octets.</ccts:Definition>
        <ccts:PrimitiveType>Binary</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:extension base="xsd:base64Binary">
        <xsd:attribute name="format" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Format. Text</ccts:DictionaryEntryName>
              <ccts:Definition>The format of the binary content.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Format</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="mimeCode" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Mime. Code</ccts:DictionaryEntryName>
              <ccts:Definition>The mime type of the binary object.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Mime</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="encodingCode" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Encoding. Code</ccts:DictionaryEntryName>
              <ccts:Definition>Specifies the decoding algorithm of the binary object.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Encoding</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="characterSetCode" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Character Set. Code</ccts:DictionaryEntryName>
              <ccts:Definition>The character set of the binary object if the mime type is text.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Character Set</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="uri" type="xsd:anyURI" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Uniform Resource. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The Uniform Resource Identifier that identifies where the Binary Object is located.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Uniform Resource</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="filename" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Filename. Text</ccts:DictionaryEntryName>
              <ccts:Definition>The filename of the binary object.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Filename</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
<!-- ================================================================== -->
<!-- ===== Type Definition: QuantityType                          ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="QuantityType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT0000018</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Quantity. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>A counted number of non-monetary units possibly including fractions.</ccts:Definition>
        <ccts:PrimitiveType>Decimal</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:extension base="xsd:decimal">
        <xsd:attribute name="unitCode" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Quantity Unit. Code</ccts:DictionaryEntryName>
              <ccts:Definition>The unit of the quantity.</ccts:Definition>
              <ccts:ObjectClassTerm>Quantity Unit</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Code</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="unitCodeListID" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Quantity Unit. Code List. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The quantity unit code list.</ccts:Definition>
              <ccts:ObjectClassTerm>Quantity Unit</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Code List</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="unitCodeListAgencyID" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Quantity Unit. Code List Agency. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The identification of the agency which maintains the quantity unit code list.</ccts:Definition>
              <ccts:ObjectClassTerm>Quantity Unit</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Code List Agency</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="unitCodeListAgencyName" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Quantity Unit. Code List Agency Name. Text</ccts:DictionaryEntryName>
              <ccts:Definition>The name of the agency which maintains the quantity unit code list.</ccts:Definition>
              <ccts:ObjectClassTerm>Quantity Unit</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Code List Agency Name</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
<!-- ================================================================== -->
<!-- ===== Type Definition: RateType                              ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="RateType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT0000017</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Rate. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure.</ccts:Definition>
        <ccts:PrimitiveType>Decimal</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:extension base="xsd:decimal">
        <xsd:attribute name="format" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Numeric. Format. Text</ccts:DictionaryEntryName>
              <ccts:Definition>Whether the number is an integer, decimal, real number or percentage.</ccts:Definition>
              <ccts:ObjectClassTerm>Numeric</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Format</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
<!-- ================================================================== -->
<!-- ===== Type Definition: SoundType                             ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="SoundType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT000005</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Sound. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>A set of finite-length sequences of binary octets.</ccts:Definition>
        <ccts:PrimitiveType>Binary</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:extension base="xsd:base64Binary">
        <xsd:attribute name="format" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Format. Text</ccts:DictionaryEntryName>
              <ccts:Definition>The format of the binary content.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Format</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="mimeCode" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Mime. Code</ccts:DictionaryEntryName>
              <ccts:Definition>The mime type of the binary object.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Mime</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="encodingCode" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Encoding. Code</ccts:DictionaryEntryName>
              <ccts:Definition>Specifies the decoding algorithm of the binary object.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Encoding</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="characterSetCode" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Character Set. Code</ccts:DictionaryEntryName>
              <ccts:Definition>The character set of the binary object if the mime type is text.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Character Set</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="uri" type="xsd:anyURI" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Uniform Resource. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The Uniform Resource Identifier that identifies where the Binary Object is located.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Uniform Resource</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="filename" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Filename. Text</ccts:DictionaryEntryName>
              <ccts:Definition>The filename of the binary object.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Filename</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
<!-- ================================================================== -->
<!-- ===== Type Definition: TextType                              ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="TextType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT0000019</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Text. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>A character string (i.e. a finite set of characters) generally in the form of words of a language.</ccts:Definition>
        <ccts:PrimitiveType>String</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:extension base="xsd:string">
        <xsd:attribute name="languageID" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Language. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The identifier of the language used in the corresponding text string.</ccts:Definition>
              <ccts:ObjectClassTerm>Language</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="languageLocaleID" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Language. Locale. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The identification of the locale of the language.</ccts:Definition>
              <ccts:ObjectClassTerm>Language</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Locale</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
<!-- ================================================================== -->
<!-- ===== Type Definition: TimeType                              ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="TimeType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT0000010</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Time. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>A particular point in the progression of time together with the relevant supplementary information.</ccts:Definition>
        <ccts:PrimitiveType>String</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
      <xsd:element name="TimeString">
        <xsd:complexType>
          <xsd:simpleContent>
            <xsd:extension base="xsd:string">
              <xsd:attribute name="format" type="xsd:string" use="optional">
                <xsd:annotation>
                  <xsd:documentation xml:lang="en">
                    <ccts:Acronym>SC</ccts:Acronym>
                    <ccts:DictionaryEntryName>Date Time. Format. Text</ccts:DictionaryEntryName>
                    <ccts:Definition>The format of the date/time content.</ccts:Definition>
                    <ccts:ObjectClassTerm>Date Time</ccts:ObjectClassTerm>
                    <ccts:PropertyTerm>Format</ccts:PropertyTerm>
                  </xsd:documentation>
                </xsd:annotation>
              </xsd:attribute>
            </xsd:extension>
          </xsd:simpleContent>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="Time" type="xsd:time"/>
    </xsd:choice>
  </xsd:complexType>
<!-- ================================================================== -->
<!-- ===== Type Definition: ValueType                             ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="ValueType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT0000015</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Value. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure.</ccts:Definition>
        <ccts:PrimitiveType>Decimal</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:extension base="xsd:decimal">
        <xsd:attribute name="format" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Numeric. Format. Text</ccts:DictionaryEntryName>
              <ccts:Definition>Whether the number is an integer, decimal, real number or percentage.</ccts:Definition>
              <ccts:ObjectClassTerm>Numeric</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Format</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
<!-- ================================================================== -->
<!-- ===== Type Definition: VideoType                             ===== -->
<!-- ================================================================== -->
  <xsd:complexType name="VideoType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        <ccts:UniqueID>UDT000006</ccts:UniqueID>
        <ccts:Acronym>UDT</ccts:Acronym>
        <ccts:DictionaryEntryName>Video. Type</ccts:DictionaryEntryName>
        <ccts:Version>2.01</ccts:Version>
        <ccts:Definition>A set of finite-length sequences of binary octets.</ccts:Definition>
        <ccts:PrimitiveType>Binary</ccts:PrimitiveType>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:extension base="xsd:base64Binary">
        <xsd:attribute name="format" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Format. Text</ccts:DictionaryEntryName>
              <ccts:Definition>The format of the binary content.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Format</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="mimeCode" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Mime. Code</ccts:DictionaryEntryName>
              <ccts:Definition>The mime type of the binary object.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Mime</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="encodingCode" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Encoding. Code</ccts:DictionaryEntryName>
              <ccts:Definition>Specifies the decoding algorithm of the binary object.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Encoding</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="characterSetCode" type="xsd:token" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Character Set. Code</ccts:DictionaryEntryName>
              <ccts:Definition>The character set of the binary object if the mime type is text.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Character Set</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="uri" type="xsd:anyURI" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Uniform Resource. Identifier</ccts:DictionaryEntryName>
              <ccts:Definition>The Uniform Resource Identifier that identifies where the Binary Object is located.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Uniform Resource</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="filename" type="xsd:string" use="optional">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <ccts:Acronym>SC</ccts:Acronym>
              <ccts:DictionaryEntryName>Binary Object. Filename. Text</ccts:DictionaryEntryName>
              <ccts:Definition>The filename of the binary object.</ccts:Definition>
              <ccts:ObjectClassTerm>Binary Object</ccts:ObjectClassTerm>
              <ccts:PropertyTerm>Filename</ccts:PropertyTerm>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:schema>
