Code Search for Developers
 
 
  

CCTS_CCT_SchemaModule-2.0.xsd from freeb-ubl at Krugle


Show CCTS_CCT_SchemaModule-2.0.xsd syntax highlighted

<?xml version="1.0" encoding="UTF-8"?>
<!-- ====================================================================== -->
<!-- ===== CCTS Core Component Type Schema Module ===== -->
<!-- ====================================================================== -->
<!--
   Module of Core Component Type
   Agency: UN/CEFACT
   VersionID: 1.1
   Last change: 14 January 2005
   
   
   
   Copyright (C) UN/CEFACT (2006). 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 targetNamespace="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2"
xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
   <!-- ===== Type Definitions ===== -->
   <!-- =================================================================== -->
   <!-- ===== CCT: AmountType ===== -->
   <!-- =================================================================== -->
   <xsd:complexType name="AmountType">
      <xsd:simpleContent>
         <xsd:extension base="xsd:decimal">
            <xsd:attribute name="currencyID" type="xsd:normalizedString" use="optional"/>
            <xsd:attribute name="currencyCodeListVersionID" type="xsd:normalizedString" use="optional"/>
         </xsd:extension>
      </xsd:simpleContent>
   </xsd:complexType>
   <!-- ===== CCT: BinaryObjectType ===== -->
   <!-- =================================================================== -->
   <xsd:complexType name="BinaryObjectType">
      <xsd:simpleContent>
         <xsd:extension base="xsd:base64Binary">
            <xsd:attribute name="format" type="xsd:string" use="optional"/>
            <xsd:attribute name="mimeCode" type="xsd:normalizedString" use="optional"/>
            <xsd:attribute name="encodingCode" type="xsd:normalizedString" use="optional"/>
            <xsd:attribute name="characterSetCode" type="xsd:normalizedString" use="optional"/>
            <xsd:attribute name="uri" type="xsd:anyURI" use="optional"/>
            <xsd:attribute name="filename" type="xsd:string" use="optional"/>
         </xsd:extension>
      </xsd:simpleContent>
   </xsd:complexType>
   <!-- ===== CCT: CodeType ===== -->
   <!-- =================================================================== -->
   <xsd:complexType name="CodeType">
      <xsd:simpleContent>
         <xsd:extension base="xsd:normalizedString">
            <xsd:attribute name="listID" type="xsd:normalizedString" use="optional"/>
            <xsd:attribute name="listAgencyID" type="xsd:normalizedString" use="optional"/>
            <xsd:attribute name="listAgencyName" type="xsd:string" use="optional"/>
            <xsd:attribute name="listName" type="xsd:string" use="optional"/>
            <xsd:attribute name="listVersionID" 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="listURI" type="xsd:anyURI" use="optional"/>
            <xsd:attribute name="listSchemeURI" type="xsd:anyURI" use="optional"/>
         </xsd:extension>
      </xsd:simpleContent>
   </xsd:complexType>
   <!-- ===== CCT: DateTimeType ===== -->
   <!-- =================================================================== -->
   <xsd:complexType name="DateTimeType">
      <xsd:simpleContent>
         <xsd:extension base="xsd:string">
            <xsd:attribute name="format" type="xsd:string" use="optional"/>
         </xsd:extension>
      </xsd:simpleContent>
   </xsd:complexType>
   <!-- ===== CCT: IdentifierType ===== -->
   <!-- =================================================================== -->
   <xsd:complexType name="IdentifierType">
      <xsd:simpleContent>
         <xsd:extension base="xsd:normalizedString">
            <xsd:attribute name="schemeID" type="xsd:normalizedString" use="optional"/>
            <xsd:attribute name="schemeName" type="xsd:string" use="optional"/>
            <xsd:attribute name="schemeAgencyID" type="xsd:normalizedString" use="optional"/>
            <xsd:attribute name="schemeAgencyName" type="xsd:string" use="optional"/>
            <xsd:attribute name="schemeVersionID" type="xsd:normalizedString" use="optional"/>
            <xsd:attribute name="schemeDataURI" type="xsd:anyURI" use="optional"/>
            <xsd:attribute name="schemeURI" type="xsd:anyURI" use="optional"/>
         </xsd:extension>
      </xsd:simpleContent>
   </xsd:complexType>
   <!-- ===== CCT: IndicatorType ===== -->
   <!-- =================================================================== -->
   <xsd:complexType name="IndicatorType">
      <xsd:simpleContent>
         <xsd:extension base="xsd:string">
            <xsd:attribute name="format" type="xsd:string" use="optional"/>
         </xsd:extension>
      </xsd:simpleContent>
   </xsd:complexType>
   <!-- ===== CCT: MeasureType ===== -->
   <!-- =================================================================== -->
   <xsd:complexType name="MeasureType">
      <xsd:simpleContent>
         <xsd:extension base="xsd:decimal">
            <xsd:attribute name="unitCode" type="xsd:normalizedString" use="optional"/>
            <xsd:attribute name="unitCodeListVersionID" type="xsd:normalizedString" use="optional"/>
         </xsd:extension>
      </xsd:simpleContent>
   </xsd:complexType>
   <!-- ===== CCT: NumericType ===== -->
   <!-- =================================================================== -->
   <xsd:complexType name="NumericType">
      <xsd:simpleContent>
         <xsd:extension base="xsd:decimal">
            <xsd:attribute name="format" type="xsd:string" use="optional"/>
         </xsd:extension>
      </xsd:simpleContent>
   </xsd:complexType>
   <!-- ===== CCT: QuantityType ===== -->
   <!-- =================================================================== -->
   <xsd:complexType name="QuantityType">
      <xsd:simpleContent>
         <xsd:extension base="xsd:decimal">
            <xsd:attribute name="unitCode" type="xsd:normalizedString" use="optional"/>
            <xsd:attribute name="unitCodeListID" type="xsd:normalizedString" use="optional"/>
            <xsd:attribute name="unitCodeListAgencyID" type="xsd:normalizedString" use="optional"/>
            <xsd:attribute name="unitCodeListAgencyName" type="xsd:string" use="optional"/>
         </xsd:extension>
      </xsd:simpleContent>
   </xsd:complexType>
   <!-- ===== CCT: TextType ===== -->
   <!-- =================================================================== -->
   <xsd:complexType name="TextType">
      <xsd:simpleContent>
         <xsd:extension base="xsd:string">
            <xsd:attribute name="languageID" type="xsd:language" use="optional"/>
            <xsd:attribute name="languageLocaleID" type="xsd:normalizedString" use="optional"/>
         </xsd:extension>
      </xsd:simpleContent>
   </xsd:complexType>
</xsd:schema>




See more files for this project here

freeb-ubl

Free open source software for the Universal Business Language and the ebXML framework including XSLT stylesheets to generate XForms for creating, editing and viewing UBL and ebXML documents, along with CAM templates for validating and error processing.

Project homepage: http://sourceforge.net/projects/freeb-ubl
Programming language(s): XML
License: other

  CCTS_CCT_SchemaModule-2.0.xsd
  CodeList_CurrencyCode_ISO_7_04.xsd
  CodeList_LanguageCode_ISO_7_04.xsd
  CodeList_MIMEMediaTypeCode_IANA_7_04.xsd
  CodeList_UnitCode_UNECE_7_04.xsd
  UBL-CommonAggregateComponents-2.0.xsd
  UBL-CommonBasicComponents-2.0.xsd
  UBL-CommonExtensionComponents-2.0.xsd
  UBL-CoreComponentParameters-2.0.xsd
  UBL-ExtensionContentDatatype-2.0.xsd
  UBL-QualifiedDatatypes-2.0.xsd
  UnqualifiedDataTypeSchemaModule-2.0.xsd