OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ubl message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Minutes from the Pacific Call (and call for urgent action from XMLschema testers)


Participants:
Anne Hendry
Stephen Green
Tim McGrath (Chair)

1. Corrections to CD2 image
The opportunities for further changes to the 1.0 schemas has now passed and apart from the concerns about reviewing the revised Unspecialized Data Types schema posted last week, we want to move any further issues into the 1.1 release.  Therefore the following need to be done to allow a package build to commence this weekend.
1.1 Editorial:
Changes to URN rules mean the URNs in the specialized spreadsheet models for code lists need updating (Action: SG - to make changes to spreadsheets and send directly to Jon for distribution in the final package)
1.2 Review NMS6 Rule:
The meeting agreed with option C (Delete NMS6 from current NDR checklist until a review has been done).(Action: JB or package editing team?)
However, option A (remove "CodeList-") is the correct medium-term strategy, the use of the schema should not be part of its filename/URL. Unfortunately, we have no time left to manage the implemention of this for 1.0, but it should be done for UBL 1.1.
1.3 Revised schemas for Unspecialized Data Types:
Following the Copenhagen plenary, a subgroup from the NDR team reviewed and recommended changes to the schema module used for Unspecialized Data Types.  This was in regard to the use of built-in XSD data types and the subsequent use of complexType or simpleTypes for these components. These are outlined (along with the complete set of new schemas) in the email found at http://lists.oasis-open.org/archives/ubl/200408/msg00090.html and paraphrased here...
Please find enclosed new schemas. I made changes to the
unspecializedDatatypes schema module. According to the NDR rules CTD9 and
CTD10 all unspecialised data types that are based on CCTs represented
through an simpleType now are simpleTypes and restrict the same xsd built-in
type like the appropriate CCT.

Changes were made to the following UDT:

DateTimeType
DateType
IndicatorType
NumericType
PercentType
RateType
TimeType
ValueType
As these changes have generated no comment or feedback we are concerned that no validation or impact study has been undertaken.  We understand that all other modules in the package listed in the above email are identical to those reviewed in Copenhagen. Therefore we would urgently request all members of the TC who normally do schema and instance testing to review this new schema module (attached in xsd and xsdrt form) along with the schemas accepted during the Copenhagen plenary and comment accordingly before Saturday 4th September.  (Action: All TC schema testers)

2. UBL Response to ATG2 NDR and CC Schema document
The meeting agreed that UBL will aim to maintain interoperability with ATG2 schemas and that we should continue to contribute individually into the ATG2 process.  However, there was little benefit in UBL collectively responding to the current proposals from ATG2. Therefore, no immediate action is required.

3. Next Meeting
Jon will chair the call on September 8/9th.

-- 
regards
tim mcgrath
phone: +618 93352228  
postal: po box 1289   fremantle    western australia 6160
<?xml version="1.0" encoding="UTF-8"?>
<!--
  Universal Business Language (UBL) Schema 1.0

  Copyright (C) OASIS Open (2004). 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 OASIS, except as needed for the
  purpose of developing OASIS specifications, in which case the procedures for
  copyrights defined in the OASIS 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
  OASIS or its successors or assigns.

  This document and the information contained herein is provided on an "AS IS"
  basis and OASIS 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.

  ===============================================================================

  For our absent friend, Michael J. Adcock  - il miglior fabbro

  ===============================================================================

  Universal Business Language Specification
      (http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ubl)
  OASIS Open (http://www.oasis-open.org/)


  Document Type:     UnspecializedDatatypes
  Generated On:      Mon Aug 16 14:37:37 2004
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema";
    xmlns="urn:oasis:names:specification:ubl:schema:xsd:UnspecializedDatatypes-1.0"
    xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0"
    xmlns:cct="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentTypes-1.0"
    targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:UnspecializedDatatypes-1.0"
    elementFormDefault="qualified"
    attributeFormDefault="unqualified"
    version="1.0">
  <xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" schemaLocation="UBL-CoreComponentParameters-1.0.xsd"/>
  <xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentTypes-1.0" schemaLocation="UBL-CoreComponentTypes-1.0.xsd"/>
  <xsd:complexType name="AmountType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Amount. Type</ccts:DictionaryEntryName>
          <ccts:Definition>A number of monetary units specified in a currency where the unit of the currency is explicit or implied.</ccts:Definition>
          <ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="cct:AmountType">
        <xsd:attribute name="amountCurrencyID" type="xsd:normalizedString" use="required"/>
        <xsd:attribute name="amountCurrencyCodeListVersionID" type="xsd:normalizedString" use="optional"/>
      </xsd:restriction>
    </xsd:simpleContent>
  </xsd:complexType>
  <xsd:complexType name="BinaryObjectType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Binary Object. Type</ccts:DictionaryEntryName>
          <ccts:Definition>A set of finite-length sequences of binary octets.</ccts:Definition>
          <ccts:RepresentationTerm>Binary Object</ccts:RepresentationTerm>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="cct:BinaryObjectType">
        <xsd:attribute name="characterSetCode" type="xsd:normalizedString" use="optional"/>
      </xsd:restriction>
    </xsd:simpleContent>
  </xsd:complexType>
  <xsd:complexType name="CodeType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Code. Type</ccts:DictionaryEntryName>
          <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:RepresentationTerm>Code</ccts:RepresentationTerm>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="cct:CodeType">
        <xsd:attribute name="codeListID" type="xsd:normalizedString" use="optional"/>
        <xsd:attribute name="codeListAgencyID" type="xsd:normalizedString" use="optional"/>
        <xsd:attribute name="codeListAgencyName" type="xsd:string" use="optional"/>
        <xsd:attribute name="codeListName" type="xsd:string" use="optional"/>
        <xsd:attribute name="codeListVersionID" type="xsd:normalizedString" use="optional"/>
        <xsd:attribute name="name" type="xsd:string" use="optional"/>
        <xsd:attribute name="languageID" type="xsd:language" use="optional"/>
        <xsd:attribute name="codeListURI" type="xsd:anyURI" use="optional"/>
        <xsd:attribute name="codeListSchemeURI" type="xsd:anyURI" use="optional"/>
      </xsd:restriction>
    </xsd:simpleContent>
  </xsd:complexType>
  <xsd:simpleType name="DateTimeType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Date Time. Type</ccts:DictionaryEntryName>
          <ccts:Definition>A particular point in the progression of time together with the relevant supplementary information.</ccts:Definition>
          <ccts:RepresentationTerm>Date Time</ccts:RepresentationTerm>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:dateTime"/>
  </xsd:simpleType>
  <xsd:simpleType name="DateType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Date. Type</ccts:DictionaryEntryName>
          <ccts:Definition>A particular point in the progression of time together with the relevant supplementary information.</ccts:Definition>
          <ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
          <ccts:DataType>Date Time. Type</ccts:DataType>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:date"/>
  </xsd:simpleType>
  <xsd:complexType name="GraphicType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Graphic. Type</ccts:DictionaryEntryName>
          <ccts:Definition>A set of finite-length sequences of binary octets.</ccts:Definition>
          <ccts:RepresentationTerm>Graphic</ccts:RepresentationTerm>
          <ccts:DataType>Binary Object. Type</ccts:DataType>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="cct:BinaryObjectType">
        <xsd:attribute name="characterSetCode" type="xsd:normalizedString" use="optional"/>
      </xsd:restriction>
    </xsd:simpleContent>
  </xsd:complexType>
  <xsd:complexType name="IdentifierType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Identifier. Type</ccts:DictionaryEntryName>
          <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:RepresentationTerm>Identifier</ccts:RepresentationTerm>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="cct:IdentifierType">
        <xsd:attribute name="identificationSchemeID" type="xsd:normalizedString" use="optional"/>
        <xsd:attribute name="identificationSchemeName" type="xsd:string" use="optional"/>
        <xsd:attribute name="identificationSchemeAgencyID" type="xsd:normalizedString" use="optional"/>
        <xsd:attribute name="identificationSchemeAgencyName" type="xsd:string" use="optional"/>
        <xsd:attribute name="identificationSchemeVersionID" type="xsd:normalizedString" use="optional"/>
        <xsd:attribute name="identificationSchemeURI" type="xsd:anyURI" use="optional"/>
        <xsd:attribute name="identificationSchemeDataURI" type="xsd:anyURI" use="optional"/>
      </xsd:restriction>
    </xsd:simpleContent>
  </xsd:complexType>
  <xsd:simpleType name="IndicatorType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Indicator. Type</ccts:DictionaryEntryName>
          <ccts:Definition>A list of two mutually exclusive Boolean values that express the only possible states of a Property.</ccts:Definition>
          <ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:boolean"/>
  </xsd:simpleType>
  <xsd:complexType name="MeasureType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Measure. Type</ccts:DictionaryEntryName>
          <ccts:RepresentationTerm>Measure</ccts:RepresentationTerm>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="cct:MeasureType">
        <xsd:attribute name="measureUnitCode" type="xsd:normalizedString" use="required"/>
        <xsd:attribute name="measureUnitCodeListVersionID" type="xsd:normalizedString" use="optional"/>
      </xsd:restriction>
    </xsd:simpleContent>
  </xsd:complexType>
  <xsd:complexType name="NameType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Name. Type</ccts:DictionaryEntryName>
          <ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
          <ccts:DataType>Text. Type</ccts:DataType>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="cct:TextType">
        <xsd:attribute name="languageID" type="xsd:language" use="optional"/>
      </xsd:restriction>
    </xsd:simpleContent>
  </xsd:complexType>
  <xsd:simpleType name="NumericType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Numeric. Type</ccts:DictionaryEntryName>
          <ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:decimal"/>
  </xsd:simpleType>
  <xsd:simpleType name="PercentType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Percent. Type</ccts:DictionaryEntryName>
          <ccts:RepresentationTerm>Percent</ccts:RepresentationTerm>
          <ccts:DataType>Numeric. Type</ccts:DataType>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:decimal"/>
  </xsd:simpleType>
  <xsd:complexType name="PictureType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Picture. Type</ccts:DictionaryEntryName>
          <ccts:RepresentationTerm>Picture</ccts:RepresentationTerm>
          <ccts:DataType>Binary Object. Type</ccts:DataType>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="cct:BinaryObjectType">
        <xsd:attribute name="characterSetCode" type="xsd:normalizedString" use="optional"/>
      </xsd:restriction>
    </xsd:simpleContent>
  </xsd:complexType>
  <xsd:complexType name="QuantityType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Quantity. Type</ccts:DictionaryEntryName>
          <ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="cct:QuantityType">
        <xsd:attribute name="quantityUnitCode" type="xsd:normalizedString" use="required"/>
        <xsd:attribute name="quantityUnitCodeListID" type="xsd:normalizedString" use="optional"/>
        <xsd:attribute name="quantityUnitCodeListAgencyID" type="xsd:normalizedString" use="optional"/>
        <xsd:attribute name="quantityUnitCodeListAgencyName" type="xsd:string" use="optional"/>
      </xsd:restriction>
    </xsd:simpleContent>
  </xsd:complexType>
  <xsd:simpleType name="RateType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Rate. Type</ccts:DictionaryEntryName>
          <ccts:RepresentationTerm>Rate</ccts:RepresentationTerm>
          <ccts:DataType>Numeric. Type</ccts:DataType>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:decimal"/>
  </xsd:simpleType>
  <xsd:complexType name="SoundType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Sound. Type</ccts:DictionaryEntryName>
          <ccts:RepresentationTerm>Sound</ccts:RepresentationTerm>
          <ccts:DataType>Binary Object. Type</ccts:DataType>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="cct:BinaryObjectType">
        <xsd:attribute name="characterSetCode" type="xsd:normalizedString" use="optional"/>
      </xsd:restriction>
    </xsd:simpleContent>
  </xsd:complexType>
  <xsd:complexType name="TextType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Text. Type</ccts:DictionaryEntryName>
          <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="cct:TextType">
        <xsd:attribute name="languageID" type="xsd:language" use="optional"/>
      </xsd:restriction>
    </xsd:simpleContent>
  </xsd:complexType>
  <xsd:simpleType name="TimeType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Time. Type</ccts:DictionaryEntryName>
          <ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
          <ccts:DataType>Date Time. Type</ccts:DataType>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:time"/>
  </xsd:simpleType>
  <xsd:simpleType name="ValueType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Value. Type</ccts:DictionaryEntryName>
          <ccts:RepresentationTerm>Value</ccts:RepresentationTerm>
          <ccts:DataType>Numeric. Type</ccts:DataType>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:decimal"/>
  </xsd:simpleType>
  <xsd:complexType name="VideoType">
    <xsd:annotation>
      <xsd:documentation>
        <ccts:Component>
          <ccts:ComponentType>DT</ccts:ComponentType>
          <ccts:DictionaryEntryName>Video. Type</ccts:DictionaryEntryName>
          <ccts:RepresentationTerm>Video</ccts:RepresentationTerm>
          <ccts:DataType>Binary Object. Type</ccts:DataType>
        </ccts:Component>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:restriction base="cct:BinaryObjectType">
        <xsd:attribute name="characterSetCode" type="xsd:normalizedString" use="optional"/>
      </xsd:restriction>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:schema>
<?xml version="1.0" encoding="UTF-8"?>
<!--
  Universal Business Language (UBL) Schema 1.0

  Copyright (C) OASIS Open (2004). 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 OASIS, except as needed for the
  purpose of developing OASIS specifications, in which case the procedures for
  copyrights defined in the OASIS 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
  OASIS or its successors or assigns.

  This document and the information contained herein is provided on an "AS IS"
  basis and OASIS 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.

  ===============================================================================

  For our absent friend, Michael J. Adcock  - il miglior fabbro

  ===============================================================================

  Universal Business Language Specification
      (http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ubl)
  OASIS Open (http://www.oasis-open.org/)


  Document Type:     UnspecializedDatatypes
  Generated On:      Mon Aug 16 15:16:05 2004
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns="urn:oasis:names:specification:ubl:schema:xsd:UnspecializedDatatypes-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:cct="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentTypes-1.0" targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:UnspecializedDatatypes-1.0" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
	<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" schemaLocation="UBL-CoreComponentParameters-1.0.xsd"/>
	<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentTypes-1.0" schemaLocation="UBL-CoreComponentTypes-1.0.xsd"/>
	<xsd:complexType name="AmountType">
		<xsd:simpleContent>
			<xsd:restriction base="cct:AmountType">
				<xsd:attribute name="amountCurrencyID" type="xsd:normalizedString" use="required"/>
				<xsd:attribute name="amountCurrencyCodeListVersionID" type="xsd:normalizedString" use="optional"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="BinaryObjectType">
		<xsd:simpleContent>
			<xsd:restriction base="cct:BinaryObjectType">
				<xsd:attribute name="characterSetCode" type="xsd:normalizedString" use="optional"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="CodeType">
		<xsd:simpleContent>
			<xsd:restriction base="cct:CodeType">
				<xsd:attribute name="codeListID" type="xsd:normalizedString" use="optional"/>
				<xsd:attribute name="codeListAgencyID" type="xsd:normalizedString" use="optional"/>
				<xsd:attribute name="codeListAgencyName" type="xsd:string" use="optional"/>
				<xsd:attribute name="codeListName" type="xsd:string" use="optional"/>
				<xsd:attribute name="codeListVersionID" type="xsd:normalizedString" use="optional"/>
				<xsd:attribute name="name" type="xsd:string" use="optional"/>
				<xsd:attribute name="languageID" type="xsd:language" use="optional"/>
				<xsd:attribute name="codeListURI" type="xsd:anyURI" use="optional"/>
				<xsd:attribute name="codeListSchemeURI" type="xsd:anyURI" use="optional"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:simpleType name="DateTimeType">
		<xsd:restriction base="xsd:dateTime"/>
	</xsd:simpleType>
	<xsd:simpleType name="DateType">
		<xsd:restriction base="xsd:date"/>
	</xsd:simpleType>
	<xsd:complexType name="GraphicType">
		<xsd:simpleContent>
			<xsd:restriction base="cct:BinaryObjectType">
				<xsd:attribute name="characterSetCode" type="xsd:normalizedString" use="optional"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="IdentifierType">
		<xsd:simpleContent>
			<xsd:restriction base="cct:IdentifierType">
				<xsd:attribute name="identificationSchemeID" type="xsd:normalizedString" use="optional"/>
				<xsd:attribute name="identificationSchemeName" type="xsd:string" use="optional"/>
				<xsd:attribute name="identificationSchemeAgencyID" type="xsd:normalizedString" use="optional"/>
				<xsd:attribute name="identificationSchemeAgencyName" type="xsd:string" use="optional"/>
				<xsd:attribute name="identificationSchemeVersionID" type="xsd:normalizedString" use="optional"/>
				<xsd:attribute name="identificationSchemeURI" type="xsd:anyURI" use="optional"/>
				<xsd:attribute name="identificationSchemeDataURI" type="xsd:anyURI" use="optional"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:simpleType name="IndicatorType">
		<xsd:restriction base="xsd:boolean"/>
	</xsd:simpleType>
	<xsd:complexType name="MeasureType">
		<xsd:simpleContent>
			<xsd:restriction base="cct:MeasureType">
				<xsd:attribute name="measureUnitCode" type="xsd:normalizedString" use="required"/>
				<xsd:attribute name="measureUnitCodeListVersionID" type="xsd:normalizedString" use="optional"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="NameType">
		<xsd:simpleContent>
			<xsd:restriction base="cct:TextType">
				<xsd:attribute name="languageID" type="xsd:language" use="optional"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:simpleType name="NumericType">
		<xsd:restriction base="xsd:decimal"/>
	</xsd:simpleType>
	<xsd:simpleType name="PercentType">
		<xsd:restriction base="xsd:decimal"/>
	</xsd:simpleType>
	<xsd:complexType name="PictureType">
		<xsd:simpleContent>
			<xsd:restriction base="cct:BinaryObjectType">
				<xsd:attribute name="characterSetCode" type="xsd:normalizedString" use="optional"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="QuantityType">
		<xsd:simpleContent>
			<xsd:restriction base="cct:QuantityType">
				<xsd:attribute name="quantityUnitCode" type="xsd:normalizedString" use="required"/>
				<xsd:attribute name="quantityUnitCodeListID" type="xsd:normalizedString" use="optional"/>
				<xsd:attribute name="quantityUnitCodeListAgencyID" type="xsd:normalizedString" use="optional"/>
				<xsd:attribute name="quantityUnitCodeListAgencyName" type="xsd:string" use="optional"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:simpleType name="RateType">
		<xsd:restriction base="xsd:decimal"/>
	</xsd:simpleType>
	<xsd:complexType name="SoundType">
		<xsd:simpleContent>
			<xsd:restriction base="cct:BinaryObjectType">
				<xsd:attribute name="characterSetCode" type="xsd:normalizedString" use="optional"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="TextType">
		<xsd:simpleContent>
			<xsd:restriction base="cct:TextType">
				<xsd:attribute name="languageID" type="xsd:language" use="optional"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:simpleType name="TimeType">
		<xsd:restriction base="xsd:time"/>
	</xsd:simpleType>
	<xsd:simpleType name="ValueType">
		<xsd:restriction base="xsd:decimal"/>
	</xsd:simpleType>
	<xsd:complexType name="VideoType">
		<xsd:simpleContent>
			<xsd:restriction base="cct:BinaryObjectType">
				<xsd:attribute name="characterSetCode" type="xsd:normalizedString" use="optional"/>
			</xsd:restriction>
		</xsd:simpleContent>
	</xsd:complexType>
</xsd:schema>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]