UBL Integration
parent
c8cf532b48
commit
23c30f7f96
|
|
@ -0,0 +1,85 @@
|
|||
========
|
||||
Base UBL
|
||||
========
|
||||
|
||||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
:target: https://odoo-community.org/page/development-status
|
||||
:alt: Beta
|
||||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
|
||||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||
:alt: License: AGPL-3
|
||||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fedi-lightgray.png?logo=github
|
||||
:target: https://github.com/OCA/edi/tree/11.0/base_ubl
|
||||
:alt: OCA/edi
|
||||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
||||
:target: https://translation.odoo-community.org/projects/edi-11-0/edi-11-0-base_ubl
|
||||
:alt: Translate me on Weblate
|
||||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
|
||||
:target: https://runbot.odoo-community.org/runbot/226/11.0
|
||||
:alt: Try me on Runbot
|
||||
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|
||||
This is the base module for the implementation of the `Universal Business
|
||||
Language (UBL) <http://ubl.xml.org/>`_ standard. The UBL standard became the
|
||||
`ISO/IEC 19845 <http://www.iso.org/iso/catalogue_detail.htm?csnumber=66370>`_
|
||||
standard in January 2016 (cf the `official announce
|
||||
<http://www.prweb.com/releases/2016/01/prweb13186919.htm>`_).
|
||||
|
||||
This module contains methods to generate and parse UBL files. This module
|
||||
doesn't do anything useful by itself, but it is used by several other modules:
|
||||
|
||||
* *purchase_order_ubl* that generate UBL purchase orders,
|
||||
* *sale_order_import_ubl* that imports UBL sale orders.
|
||||
* *account_invoice_import_ubl* that imports UBL invoices,
|
||||
|
||||
**Table of contents**
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
||||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/edi/issues>`_.
|
||||
In case of trouble, please check there if your issue has already been reported.
|
||||
If you spotted it first, help us smashing it by providing a detailed and welcomed
|
||||
`feedback <https://github.com/OCA/edi/issues/new?body=module:%20base_ubl%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
|
||||
Do not contact contributors directly about support or help with technical issues.
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
||||
Authors
|
||||
~~~~~~~
|
||||
|
||||
* Akretion
|
||||
|
||||
Contributors
|
||||
~~~~~~~~~~~~
|
||||
|
||||
* Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
* Andrea Stirpe <a.stirpe@onestein.nl>
|
||||
|
||||
Maintainers
|
||||
~~~~~~~~~~~
|
||||
|
||||
This module is maintained by the OCA.
|
||||
|
||||
.. image:: https://odoo-community.org/logo.png
|
||||
:alt: Odoo Community Association
|
||||
:target: https://odoo-community.org
|
||||
|
||||
OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||
mission is to support the collaborative development of Odoo features and
|
||||
promote its widespread use.
|
||||
|
||||
This module is part of the `OCA/edi <https://github.com/OCA/edi/tree/11.0/base_ubl>`_ project on GitHub.
|
||||
|
||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
from . import models
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
# © 2016-2017 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'Base UBL',
|
||||
'version': '11.0.1.0.0',
|
||||
'category': 'Hidden',
|
||||
'license': 'AGPL-3',
|
||||
'summary': 'Base module for Universal Business Language (UBL)',
|
||||
'author': 'Akretion,Odoo Community Association (OCA)',
|
||||
'website': 'https://github.com/oca/edi/',
|
||||
'depends': [
|
||||
'product_uom_unece',
|
||||
'account_tax_unece',
|
||||
'base_vat_sanitized',
|
||||
],
|
||||
'external_dependencies': {'python': ['PyPDF2']},
|
||||
'installable': True,
|
||||
}
|
||||
|
|
@ -0,0 +1,731 @@
|
|||
<?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:ccts="urn:un:unece:uncefact:documentation: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:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000001</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Amount. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A number of monetary units specified in a currency where the unit of the currency is explicit or implied.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Amount</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>decimal</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:decimal">
|
||||
<xsd:attribute name="currencyID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000001-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Amount Currency. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency of the amount.</ccts:Definition>
|
||||
<ccts:ObjectClass>Amount Currency</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
<ccts:UsageRule>Reference UNECE Rec 9, using 3-letter alphabetic codes.</ccts:UsageRule>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="currencyCodeListVersionID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000001-SC3</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Amount Currency. Code List Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The VersionID of the UN/ECE Rec9 code list.</ccts:Definition>
|
||||
<ccts:ObjectClass>Amount Currency</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Code List Version</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<!-- ===== CCT: BinaryObjectType ===== -->
|
||||
<!-- =================================================================== -->
|
||||
<xsd:complexType name="BinaryObjectType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000002</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Binary Object. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A set of finite-length sequences of binary octets.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Binary Object</ccts:RepresentationTermName>
|
||||
<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:UniqueID>UNDT000002-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Binary Object. Format. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The format of the binary content.</ccts:Definition>
|
||||
<ccts:ObjectClass>Binary Object</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Format</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="mimeCode" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000002-SC3</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Binary Object. Mime. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The mime type of the binary object.</ccts:Definition>
|
||||
<ccts:ObjectClass>Binary Object</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Mime</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="encodingCode" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000002-SC4</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Binary Object. Encoding. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Specifies the decoding algorithm of the binary object.</ccts:Definition>
|
||||
<ccts:ObjectClass>Binary Object</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Encoding</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="characterSetCode" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000002-SC5</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<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:ObjectClass>Binary Object</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Character Set</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="uri" type="xsd:anyURI" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000002-SC6</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<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:ObjectClass>Binary Object</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="filename" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000002-SC7</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Binary Object. Filename.Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The filename of the binary object.</ccts:Definition>
|
||||
<ccts:ObjectClass>Binary Object</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Filename</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<!-- ===== CCT: CodeType ===== -->
|
||||
<!-- =================================================================== -->
|
||||
<xsd:complexType name="CodeType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Code. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A character string (letters, figures, or symbols) that for brevity and/or languange independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
<ccts:UsageRule>Should not be used if the character string identifies an instance of an object class or an object in the real world, in which case the Identifier. Type should be used.</ccts:UsageRule>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:normalizedString">
|
||||
<xsd:attribute name="listID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Code List. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The identification of a list of codes.</ccts:Definition>
|
||||
<ccts:ObjectClass>Code List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="listAgencyID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007-SC3</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Code List. Agency. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An agency that maintains one or more lists of codes.</ccts:Definition>
|
||||
<ccts:ObjectClass>Code List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Agency</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
<ccts:UsageRule>Defaults to the UN/EDIFACT data element 3055 code list.</ccts:UsageRule>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="listAgencyName" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007-SC4</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Code List. Agency Name. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The name of the agency that maintains the list of codes.</ccts:Definition>
|
||||
<ccts:ObjectClass>Code List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Agency Name</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="listName" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007-SC5</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Code List. Name. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The name of a list of codes.</ccts:Definition>
|
||||
<ccts:ObjectClass>Code List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Name</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="listVersionID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007-SC6</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Code List. Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The version of the list of codes.</ccts:Definition>
|
||||
<ccts:ObjectClass>Code List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Version</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="name" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007-SC7</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Code. Name. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The textual equivalent of the code content component.</ccts:Definition>
|
||||
<ccts:ObjectClass>Code</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Name</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="languageID" type="xsd:language" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007-SC8</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Language. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The identifier of the language used in the code name.</ccts:Definition>
|
||||
<ccts:ObjectClass>Language</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="listURI" type="xsd:anyURI" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007-SC9</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<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:ObjectClass>Code List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="listSchemeURI" type="xsd:anyURI" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007-SC10</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<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:ObjectClass>Code List Scheme</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<!-- ===== CCT: DateTimeType ===== -->
|
||||
<!-- =================================================================== -->
|
||||
<xsd:complexType name="DateTimeType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000008</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Date Time. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A particular point in the progression of time together with the relevant supplementary information.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Date Time</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
<ccts:UsageRule>Can be used for a date and/or time.</ccts:UsageRule>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:string">
|
||||
<xsd:attribute name="format" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000008-SC1</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Date Time. Format. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The format of the date time content</ccts:Definition>
|
||||
<ccts:ObjectClass>Date Time</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Format</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<!-- ===== CCT: IdentifierType ===== -->
|
||||
<!-- =================================================================== -->
|
||||
<xsd:complexType name="IdentifierType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000011</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Identifier. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<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:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:normalizedString">
|
||||
<xsd:attribute name="schemeID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000011-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Identification Scheme. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The identification of the identification scheme.</ccts:Definition>
|
||||
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="schemeName" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000011-SC3</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Identification Scheme. Name. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The name of the identification scheme.</ccts:Definition>
|
||||
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Name</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="schemeAgencyID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000011-SC4</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Identification Scheme Agency. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The identification of the agency that maintains the identification scheme.</ccts:Definition>
|
||||
<ccts:ObjectClass>Identification Scheme Agency</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
<ccts:UsageRule>Defaults to the UN/EDIFACT data element 3055 code list.</ccts:UsageRule>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="schemeAgencyName" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000011-SC5</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Identification Scheme Agency. Name. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The name of the agency that maintains the identification scheme.</ccts:Definition>
|
||||
<ccts:ObjectClass>Identification Scheme Agency</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Agency Name</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="schemeVersionID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000011-SC6</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Identification Scheme. Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The version of the identification scheme.</ccts:Definition>
|
||||
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Version</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="schemeDataURI" type="xsd:anyURI" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000011-SC7</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<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:ObjectClass>Identification Scheme Data</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="schemeURI" type="xsd:anyURI" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000011-SC8</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<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:ObjectClass>Identification Scheme</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<!-- ===== CCT: IndicatorType ===== -->
|
||||
<!-- =================================================================== -->
|
||||
<xsd:complexType name="IndicatorType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000012</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Indicator. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A list of two mutually exclusive Boolean values that express the only possible states of a Property.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Indicator</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:string">
|
||||
<xsd:attribute name="format" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000012-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Indicator. Format. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Whether the indicator is numeric, textual or binary.</ccts:Definition>
|
||||
<ccts:ObjectClass>Indicator</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Format</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<!-- ===== CCT: MeasureType ===== -->
|
||||
<!-- =================================================================== -->
|
||||
<xsd:complexType name="MeasureType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000013</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Measure. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A numeric value determined by measuring an object along with the specified unit of measure.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Measure</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>decimal</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:decimal">
|
||||
<xsd:attribute name="unitCode" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000013-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Measure Unit. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The type of unit of measure.</ccts:Definition>
|
||||
<ccts:ObjectClass>Measure Unit</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Code</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
<ccts:UsageRule>Reference UNECE Rec. 20 and X12 355</ccts:UsageRule>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="unitCodeListVersionID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000013-SC3</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Measure Unit. Code List Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The version of the measure unit code list.</ccts:Definition>
|
||||
<ccts:ObjectClass>Measure Unit</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Code List Version</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<!-- ===== CCT: NumericType ===== -->
|
||||
<!-- =================================================================== -->
|
||||
<xsd:complexType name="NumericType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000014</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Numeric. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<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:RepresentationTermName>Numeric</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</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:UniqueID>UNDT000014-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Numeric. Format. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Whether the number is an integer, decimal, real number or percentage.</ccts:Definition>
|
||||
<ccts:ObjectClass>Numeric</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Format</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<!-- ===== CCT: QuantityType ===== -->
|
||||
<!-- =================================================================== -->
|
||||
<xsd:complexType name="QuantityType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000018</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Quantity. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A counted number of non-monetary units possibly including fractions.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Quantity</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>decimal</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:decimal">
|
||||
<xsd:attribute name="unitCode" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000018-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Quantity. Unit. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The unit of the quantity</ccts:Definition>
|
||||
<ccts:ObjectClass>Quantity</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Unit Code</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="unitCodeListID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000018-SC3</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Quantity Unit. Code List. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The quantity unit code list.</ccts:Definition>
|
||||
<ccts:ObjectClass>Quantity Unit</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Code List</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="unitCodeListAgencyID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000018-SC4</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Quantity Unit. Code List Agency. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The identification of the agency that maintains the quantity unit code list</ccts:Definition>
|
||||
<ccts:ObjectClass>Quantity Unit</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Code List Agency</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
<ccts:UsageRule>Defaults to the UN/EDIFACT data element 3055 code list.</ccts:UsageRule>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="unitCodeListAgencyName" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000018-SC5</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<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:ObjectClass>Quantity Unit</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Code List Agency Name</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<!-- ===== CCT: TextType ===== -->
|
||||
<!-- =================================================================== -->
|
||||
<xsd:complexType name="TextType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000019</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Text. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A character string (i.e. a finite set of characters) generally in the form of words of a language.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:string">
|
||||
<xsd:attribute name="languageID" type="xsd:language" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000019-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Language. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The identifier of the language used in the content component.</ccts:Definition>
|
||||
<ccts:ObjectClass>Language</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="languageLocaleID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000019-SC3</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName> Language. Locale. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The identification of the locale of the language.</ccts:Definition>
|
||||
<ccts:ObjectClass>Language</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Locale</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,658 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- ====================================================================== -->
|
||||
<!-- ===== Mime Media Type Codelist Schema Module ===== -->
|
||||
<!-- ====================================================================== -->
|
||||
<!--
|
||||
Module of Mime Media Type Codelist
|
||||
Agency: UN/CEFACT
|
||||
Version: 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:codelist:specification:IANAMIMEMediaType:2003"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:clmIANAMIMEMediaType="urn:un:unece:uncefact:codelist:specification:IANAMIMEMediaType:2003"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
||||
<xsd:simpleType name="BinaryObjectMimeCodeContentType">
|
||||
<xsd:restriction base="xsd:normalizedString">
|
||||
<xsd:enumeration value="application/CSTAdata+xml"/>
|
||||
<xsd:enumeration value="application/EDI-Consent"/>
|
||||
<xsd:enumeration value="application/EDI-X12"/>
|
||||
<xsd:enumeration value="application/EDIFACT"/>
|
||||
<xsd:enumeration value="application/activemessage"/>
|
||||
<xsd:enumeration value="application/andrew-inset"/>
|
||||
<xsd:enumeration value="application/applefile"/>
|
||||
<xsd:enumeration value="application/atomicmail"/>
|
||||
<xsd:enumeration value="application/batch-SMTP"/>
|
||||
<xsd:enumeration value="application/beep+xml"/>
|
||||
<xsd:enumeration value="application/cals-1840"/>
|
||||
<xsd:enumeration value="application/cnrp+xml"/>
|
||||
<xsd:enumeration value="application/commonground"/>
|
||||
<xsd:enumeration value="application/cpl+xml"/>
|
||||
<xsd:enumeration value="application/csta+xml"/>
|
||||
<xsd:enumeration value="application/cybercash"/>
|
||||
<xsd:enumeration value="application/dca-rft"/>
|
||||
<xsd:enumeration value="application/dec-dx"/>
|
||||
<xsd:enumeration value="application/dialog-info+xml"/>
|
||||
<xsd:enumeration value="application/dicom"/>
|
||||
<xsd:enumeration value="application/dns"/>
|
||||
<xsd:enumeration value="application/dvcs"/>
|
||||
<xsd:enumeration value="application/epp+xml"/>
|
||||
<xsd:enumeration value="application/eshop"/>
|
||||
<xsd:enumeration value="application/fits"/>
|
||||
<xsd:enumeration value="application/font-tdpfr"/>
|
||||
<xsd:enumeration value="application/http"/>
|
||||
<xsd:enumeration value="application/hyperstudio"/>
|
||||
<xsd:enumeration value="application/iges"/>
|
||||
<xsd:enumeration value="application/im-iscomposing+xml"/>
|
||||
<xsd:enumeration value="application/index"/>
|
||||
<xsd:enumeration value="application/index.cmd"/>
|
||||
<xsd:enumeration value="application/index.obj"/>
|
||||
<xsd:enumeration value="application/index.response"/>
|
||||
<xsd:enumeration value="application/index.vnd"/>
|
||||
<xsd:enumeration value="application/iotp"/>
|
||||
<xsd:enumeration value="application/ipp"/>
|
||||
<xsd:enumeration value="application/isup"/>
|
||||
<xsd:enumeration value="application/kpml-request+xml"/>
|
||||
<xsd:enumeration value="application/kpml-response+xml"/>
|
||||
<xsd:enumeration value="application/mac-binhex40"/>
|
||||
<xsd:enumeration value="application/macwriteii"/>
|
||||
<xsd:enumeration value="application/marc"/>
|
||||
<xsd:enumeration value="application/mathematica"/>
|
||||
<xsd:enumeration value="application/mbox"/>
|
||||
<xsd:enumeration value="application/mikey"/>
|
||||
<xsd:enumeration value="application/mpeg4-generic"/>
|
||||
<xsd:enumeration value="application/msword"/>
|
||||
<xsd:enumeration value="application/news-message-id"/>
|
||||
<xsd:enumeration value="application/news-transmission"/>
|
||||
<xsd:enumeration value="application/ocsp-request"/>
|
||||
<xsd:enumeration value="application/ocsp-response"/>
|
||||
<xsd:enumeration value="application/octet-stream"/>
|
||||
<xsd:enumeration value="application/oda"/>
|
||||
<xsd:enumeration value="application/ogg"/>
|
||||
<xsd:enumeration value="application/parityfec"/>
|
||||
<xsd:enumeration value="application/pdf"/>
|
||||
<xsd:enumeration value="application/pgp-encrypted"/>
|
||||
<xsd:enumeration value="application/pgp-keys"/>
|
||||
<xsd:enumeration value="application/pgp-signature"/>
|
||||
<xsd:enumeration value="application/pidf+xml"/>
|
||||
<xsd:enumeration value="application/pkcs10"/>
|
||||
<xsd:enumeration value="application/pkcs7-mime"/>
|
||||
<xsd:enumeration value="application/pkcs7-signature"/>
|
||||
<xsd:enumeration value="application/pkix-cert"/>
|
||||
<xsd:enumeration value="application/pkix-crl"/>
|
||||
<xsd:enumeration value="application/pkix-pkipath"/>
|
||||
<xsd:enumeration value="application/pkixcmp"/>
|
||||
<xsd:enumeration value="application/postscript"/>
|
||||
<xsd:enumeration value="application/prs.alvestrand.titrax-sheet"/>
|
||||
<xsd:enumeration value="application/prs.cww"/>
|
||||
<xsd:enumeration value="application/prs.nprend"/>
|
||||
<xsd:enumeration value="application/prs.plucker"/>
|
||||
<xsd:enumeration value="application/qsig"/>
|
||||
<xsd:enumeration value="application/rdf+xml"/>
|
||||
<xsd:enumeration value="application/reginfo+xml"/>
|
||||
<xsd:enumeration value="application/remote-printing"/>
|
||||
<xsd:enumeration value="application/resource-lists+xml"/>
|
||||
<xsd:enumeration value="application/riscos"/>
|
||||
<xsd:enumeration value="application/rls-services+xml"/>
|
||||
<xsd:enumeration value="application/rtf"/>
|
||||
<xsd:enumeration value="application/samlassertion+xml"/>
|
||||
<xsd:enumeration value="application/samlmetadata+xml"/>
|
||||
<xsd:enumeration value="application/sbml+xml"/>
|
||||
<xsd:enumeration value="application/sdp"/>
|
||||
<xsd:enumeration value="application/set-payment"/>
|
||||
<xsd:enumeration value="application/set-payment-initiation"/>
|
||||
<xsd:enumeration value="application/set-registration"/>
|
||||
<xsd:enumeration value="application/set-registration-initiation"/>
|
||||
<xsd:enumeration value="application/sgml"/>
|
||||
<xsd:enumeration value="application/sgml-open-catalog"/>
|
||||
<xsd:enumeration value="application/shf+xml"/>
|
||||
<xsd:enumeration value="application/sieve"/>
|
||||
<xsd:enumeration value="application/simple-filter+xml"/>
|
||||
<xsd:enumeration value="application/simple-message-summary"/>
|
||||
<xsd:enumeration value="application/slate"/>
|
||||
<xsd:enumeration value="application/soap+xml"/>
|
||||
<xsd:enumeration value="application/spirits-event+xml"/>
|
||||
<xsd:enumeration value="application/timestamp-query"/>
|
||||
<xsd:enumeration value="application/timestamp-reply"/>
|
||||
<xsd:enumeration value="application/tve-trigger"/>
|
||||
<xsd:enumeration value="application/vemmi"/>
|
||||
<xsd:enumeration value="application/vnd.3M.Post-it-Notes"/>
|
||||
<xsd:enumeration value="application/vnd.3gpp.pic-bw-large"/>
|
||||
<xsd:enumeration value="application/vnd.3gpp.pic-bw-small"/>
|
||||
<xsd:enumeration value="application/vnd.3gpp.pic-bw-var"/>
|
||||
<xsd:enumeration value="application/vnd.3gpp.sms"/>
|
||||
<xsd:enumeration value="application/vnd.FloGraphIt"/>
|
||||
<xsd:enumeration value="application/vnd.Kinar"/>
|
||||
<xsd:enumeration value="application/vnd.Mobius.DAF"/>
|
||||
<xsd:enumeration value="application/vnd.Mobius.DIS"/>
|
||||
<xsd:enumeration value="application/vnd.Mobius.MBK"/>
|
||||
<xsd:enumeration value="application/vnd.Mobius.MQY"/>
|
||||
<xsd:enumeration value="application/vnd.Mobius.MSL"/>
|
||||
<xsd:enumeration value="application/vnd.Mobius.PLC"/>
|
||||
<xsd:enumeration value="application/vnd.Mobius.TXF"/>
|
||||
<xsd:enumeration value="application/vnd.Quark.QuarkXPress"/>
|
||||
<xsd:enumeration value="application/vnd.RenLearn.rlprint"/>
|
||||
<xsd:enumeration value="application/vnd.accpac.simply.aso"/>
|
||||
<xsd:enumeration value="application/vnd.accpac.simply.imp"/>
|
||||
<xsd:enumeration value="application/vnd.acucobol"/>
|
||||
<xsd:enumeration value="application/vnd.acucorp"/>
|
||||
<xsd:enumeration value="application/vnd.adobe.xfdf"/>
|
||||
<xsd:enumeration value="application/vnd.aether.imp"/>
|
||||
<xsd:enumeration value="application/vnd.amiga.ami"/>
|
||||
<xsd:enumeration value="application/vnd.anser-web-certificate-issue-initiation"/>
|
||||
<xsd:enumeration value="application/vnd.anser-web-funds-transfer-initiation"/>
|
||||
<xsd:enumeration value="application/vnd.audiograph"/>
|
||||
<xsd:enumeration value="application/vnd.blueice.multipass"/>
|
||||
<xsd:enumeration value="application/vnd.bmi"/>
|
||||
<xsd:enumeration value="application/vnd.businessobjects"/>
|
||||
<xsd:enumeration value="application/vnd.canon-cpdl"/>
|
||||
<xsd:enumeration value="application/vnd.canon-lips"/>
|
||||
<xsd:enumeration value="application/vnd.cinderella"/>
|
||||
<xsd:enumeration value="application/vnd.claymore"/>
|
||||
<xsd:enumeration value="application/vnd.commerce-battelle"/>
|
||||
<xsd:enumeration value="application/vnd.commonspace"/>
|
||||
<xsd:enumeration value="application/vnd.contact.cmsg"/>
|
||||
<xsd:enumeration value="application/vnd.cosmocaller"/>
|
||||
<xsd:enumeration value="application/vnd.criticaltools.wbs+xml"/>
|
||||
<xsd:enumeration value="application/vnd.ctc-posml"/>
|
||||
<xsd:enumeration value="application/vnd.cups-postscript"/>
|
||||
<xsd:enumeration value="application/vnd.cups-raster"/>
|
||||
<xsd:enumeration value="application/vnd.cups-raw"/>
|
||||
<xsd:enumeration value="application/vnd.curl"/>
|
||||
<xsd:enumeration value="application/vnd.cybank"/>
|
||||
<xsd:enumeration value="application/vnd.data-vision.rdz"/>
|
||||
<xsd:enumeration value="application/vnd.dna"/>
|
||||
<xsd:enumeration value="application/vnd.dpgraph"/>
|
||||
<xsd:enumeration value="application/vnd.dreamfactory"/>
|
||||
<xsd:enumeration value="application/vnd.dxr"/>
|
||||
<xsd:enumeration value="application/vnd.ecdis-update"/>
|
||||
<xsd:enumeration value="application/vnd.ecowin.chart"/>
|
||||
<xsd:enumeration value="application/vnd.ecowin.filerequest"/>
|
||||
<xsd:enumeration value="application/vnd.ecowin.fileupdate"/>
|
||||
<xsd:enumeration value="application/vnd.ecowin.series"/>
|
||||
<xsd:enumeration value="application/vnd.ecowin.seriesrequest"/>
|
||||
<xsd:enumeration value="application/vnd.ecowin.seriesupdate"/>
|
||||
<xsd:enumeration value="application/vnd.enliven"/>
|
||||
<xsd:enumeration value="application/vnd.epson.esf"/>
|
||||
<xsd:enumeration value="application/vnd.epson.msf"/>
|
||||
<xsd:enumeration value="application/vnd.epson.quickanime"/>
|
||||
<xsd:enumeration value="application/vnd.epson.salt"/>
|
||||
<xsd:enumeration value="application/vnd.epson.ssf"/>
|
||||
<xsd:enumeration value="application/vnd.ericsson.quickcall"/>
|
||||
<xsd:enumeration value="application/vnd.eudora.data"/>
|
||||
<xsd:enumeration value="application/vnd.fdf"/>
|
||||
<xsd:enumeration value="application/vnd.ffsns"/>
|
||||
<xsd:enumeration value="application/vnd.fints"/>
|
||||
<xsd:enumeration value="application/vnd.framemaker"/>
|
||||
<xsd:enumeration value="application/vnd.fsc.weblaunch"/>
|
||||
<xsd:enumeration value="application/vnd.fujitsu.oasys"/>
|
||||
<xsd:enumeration value="application/vnd.fujitsu.oasys2"/>
|
||||
<xsd:enumeration value="application/vnd.fujitsu.oasys3"/>
|
||||
<xsd:enumeration value="application/vnd.fujitsu.oasysgp"/>
|
||||
<xsd:enumeration value="application/vnd.fujitsu.oasysprs"/>
|
||||
<xsd:enumeration value="application/vnd.fujixerox.ddd"/>
|
||||
<xsd:enumeration value="application/vnd.fujixerox.docuworks"/>
|
||||
<xsd:enumeration value="application/vnd.fujixerox.docuworks.binder"/>
|
||||
<xsd:enumeration value="application/vnd.fut-misnet"/>
|
||||
<xsd:enumeration value="application/vnd.genomatix.tuxedo"/>
|
||||
<xsd:enumeration value="application/vnd.grafeq"/>
|
||||
<xsd:enumeration value="application/vnd.groove-account"/>
|
||||
<xsd:enumeration value="application/vnd.groove-help"/>
|
||||
<xsd:enumeration value="application/vnd.groove-identity-message"/>
|
||||
<xsd:enumeration value="application/vnd.groove-injector"/>
|
||||
<xsd:enumeration value="application/vnd.groove-tool-message"/>
|
||||
<xsd:enumeration value="application/vnd.groove-tool-template"/>
|
||||
<xsd:enumeration value="application/vnd.groove-vcard"/>
|
||||
<xsd:enumeration value="application/vnd.hbci"/>
|
||||
<xsd:enumeration value="application/vnd.hcl-bireports"/>
|
||||
<xsd:enumeration value="application/vnd.hhe.lesson-player"/>
|
||||
<xsd:enumeration value="application/vnd.hp-HPGL"/>
|
||||
<xsd:enumeration value="application/vnd.hp-PCL"/>
|
||||
<xsd:enumeration value="application/vnd.hp-PCLXL"/>
|
||||
<xsd:enumeration value="application/vnd.hp-hpid"/>
|
||||
<xsd:enumeration value="application/vnd.hp-hps"/>
|
||||
<xsd:enumeration value="application/vnd.httphone"/>
|
||||
<xsd:enumeration value="application/vnd.hzn-3d-crossword"/>
|
||||
<xsd:enumeration value="application/vnd.ibm.MiniPay"/>
|
||||
<xsd:enumeration value="application/vnd.ibm.afplinedata"/>
|
||||
<xsd:enumeration value="application/vnd.ibm.electronic-media"/>
|
||||
<xsd:enumeration value="application/vnd.ibm.modcap"/>
|
||||
<xsd:enumeration value="application/vnd.ibm.rights-management"/>
|
||||
<xsd:enumeration value="application/vnd.ibm.secure-container"/>
|
||||
<xsd:enumeration value="application/vnd.informix-visionary"/>
|
||||
<xsd:enumeration value="application/vnd.intercon.formnet"/>
|
||||
<xsd:enumeration value="application/vnd.intertrust.digibox"/>
|
||||
<xsd:enumeration value="application/vnd.intertrust.nncp"/>
|
||||
<xsd:enumeration value="application/vnd.intu.qbo"/>
|
||||
<xsd:enumeration value="application/vnd.intu.qfx"/>
|
||||
<xsd:enumeration value="application/vnd.ipunplugged.rcprofile"/>
|
||||
<xsd:enumeration value="application/vnd.irepository.package+xml"/>
|
||||
<xsd:enumeration value="application/vnd.is-xpr"/>
|
||||
<xsd:enumeration value="application/vnd.japannet-directory-service"/>
|
||||
<xsd:enumeration value="application/vnd.japannet-jpnstore-wakeup"/>
|
||||
<xsd:enumeration value="application/vnd.japannet-payment-wakeup"/>
|
||||
<xsd:enumeration value="application/vnd.japannet-registration"/>
|
||||
<xsd:enumeration value="application/vnd.japannet-registration-wakeup"/>
|
||||
<xsd:enumeration value="application/vnd.japannet-setstore-wakeup"/>
|
||||
<xsd:enumeration value="application/vnd.japannet-verification"/>
|
||||
<xsd:enumeration value="application/vnd.japannet-verification-wakeup"/>
|
||||
<xsd:enumeration value="application/vnd.jisp"/>
|
||||
<xsd:enumeration value="application/vnd.kde.karbon"/>
|
||||
<xsd:enumeration value="application/vnd.kde.kchart"/>
|
||||
<xsd:enumeration value="application/vnd.kde.kformula"/>
|
||||
<xsd:enumeration value="application/vnd.kde.kivio"/>
|
||||
<xsd:enumeration value="application/vnd.kde.kontour"/>
|
||||
<xsd:enumeration value="application/vnd.kde.kpresenter"/>
|
||||
<xsd:enumeration value="application/vnd.kde.kspread"/>
|
||||
<xsd:enumeration value="application/vnd.kde.kword"/>
|
||||
<xsd:enumeration value="application/vnd.kenameaapp"/>
|
||||
<xsd:enumeration value="application/vnd.kidspiration"/>
|
||||
<xsd:enumeration value="application/vnd.koan"/>
|
||||
<xsd:enumeration value="application/vnd.liberty-request+xml"/>
|
||||
<xsd:enumeration value="application/vnd.llamagraphics.life-balance.desktop"/>
|
||||
<xsd:enumeration value="application/vnd.llamagraphics.life-balance.exchange+xml"/>
|
||||
<xsd:enumeration value="application/vnd.lotus-1-2-3"/>
|
||||
<xsd:enumeration value="application/vnd.lotus-approach"/>
|
||||
<xsd:enumeration value="application/vnd.lotus-freelance"/>
|
||||
<xsd:enumeration value="application/vnd.lotus-notes"/>
|
||||
<xsd:enumeration value="application/vnd.lotus-organizer"/>
|
||||
<xsd:enumeration value="application/vnd.lotus-screencam"/>
|
||||
<xsd:enumeration value="application/vnd.lotus-wordpro"/>
|
||||
<xsd:enumeration value="application/vnd.mcd"/>
|
||||
<xsd:enumeration value="application/vnd.mediastation.cdkey"/>
|
||||
<xsd:enumeration value="application/vnd.meridian-slingshot"/>
|
||||
<xsd:enumeration value="application/vnd.mfmp"/>
|
||||
<xsd:enumeration value="application/vnd.micrografx.flo"/>
|
||||
<xsd:enumeration value="application/vnd.micrografx.igx"/>
|
||||
<xsd:enumeration value="application/vnd.mif"/>
|
||||
<xsd:enumeration value="application/vnd.minisoft-hp3000-save"/>
|
||||
<xsd:enumeration value="application/vnd.mitsubishi.misty-guard.trustweb"/>
|
||||
<xsd:enumeration value="application/vnd.mophun.application"/>
|
||||
<xsd:enumeration value="application/vnd.mophun.certificate"/>
|
||||
<xsd:enumeration value="application/vnd.motorola.flexsuite"/>
|
||||
<xsd:enumeration value="application/vnd.motorola.flexsuite.adsi"/>
|
||||
<xsd:enumeration value="application/vnd.motorola.flexsuite.fis"/>
|
||||
<xsd:enumeration value="application/vnd.motorola.flexsuite.gotap"/>
|
||||
<xsd:enumeration value="application/vnd.motorola.flexsuite.kmr"/>
|
||||
<xsd:enumeration value="application/vnd.motorola.flexsuite.ttc"/>
|
||||
<xsd:enumeration value="application/vnd.motorola.flexsuite.wem"/>
|
||||
<xsd:enumeration value="application/vnd.mozilla.xul+xml"/>
|
||||
<xsd:enumeration value="application/vnd.ms-artgalry"/>
|
||||
<xsd:enumeration value="application/vnd.ms-asf"/>
|
||||
<xsd:enumeration value="application/vnd.ms-excel"/>
|
||||
<xsd:enumeration value="application/vnd.ms-lrm"/>
|
||||
<xsd:enumeration value="application/vnd.ms-powerpoint"/>
|
||||
<xsd:enumeration value="application/vnd.ms-project"/>
|
||||
<xsd:enumeration value="application/vnd.ms-tnef"/>
|
||||
<xsd:enumeration value="application/vnd.ms-works"/>
|
||||
<xsd:enumeration value="application/vnd.ms-wpl"/>
|
||||
<xsd:enumeration value="application/vnd.mseq"/>
|
||||
<xsd:enumeration value="application/vnd.msign"/>
|
||||
<xsd:enumeration value="application/vnd.music-niff"/>
|
||||
<xsd:enumeration value="application/vnd.musician"/>
|
||||
<xsd:enumeration value="application/vnd.nervana"/>
|
||||
<xsd:enumeration value="application/vnd.netfpx"/>
|
||||
<xsd:enumeration value="application/vnd.noblenet-directory"/>
|
||||
<xsd:enumeration value="application/vnd.noblenet-sealer"/>
|
||||
<xsd:enumeration value="application/vnd.noblenet-web"/>
|
||||
<xsd:enumeration value="application/vnd.nokia.landmark+wbxml"/>
|
||||
<xsd:enumeration value="application/vnd.nokia.landmark+xml"/>
|
||||
<xsd:enumeration value="application/vnd.nokia.landmarkcollection+xml"/>
|
||||
<xsd:enumeration value="application/vnd.nokia.radio-preset"/>
|
||||
<xsd:enumeration value="application/vnd.nokia.radio-presets"/>
|
||||
<xsd:enumeration value="application/vnd.novadigm.EDM"/>
|
||||
<xsd:enumeration value="application/vnd.novadigm.EDX"/>
|
||||
<xsd:enumeration value="application/vnd.novadigm.EXT"/>
|
||||
<xsd:enumeration value="application/vnd.obn"/>
|
||||
<xsd:enumeration value="application/vnd.omads-email+xml"/>
|
||||
<xsd:enumeration value="application/vnd.omads-file+xml"/>
|
||||
<xsd:enumeration value="application/vnd.omads-folder+xml"/>
|
||||
<xsd:enumeration value="application/vnd.osa.netdeploy"/>
|
||||
<xsd:enumeration value="application/vnd.palm"/>
|
||||
<xsd:enumeration value="application/vnd.paos.xml"/>
|
||||
<xsd:enumeration value="application/vnd.pg.format"/>
|
||||
<xsd:enumeration value="application/vnd.pg.osasli"/>
|
||||
<xsd:enumeration value="application/vnd.picsel"/>
|
||||
<xsd:enumeration value="application/vnd.powerbuilder6"/>
|
||||
<xsd:enumeration value="application/vnd.powerbuilder6-s"/>
|
||||
<xsd:enumeration value="application/vnd.powerbuilder7"/>
|
||||
<xsd:enumeration value="application/vnd.powerbuilder7-s"/>
|
||||
<xsd:enumeration value="application/vnd.powerbuilder75"/>
|
||||
<xsd:enumeration value="application/vnd.powerbuilder75-s"/>
|
||||
<xsd:enumeration value="application/vnd.previewsystems.box"/>
|
||||
<xsd:enumeration value="application/vnd.publishare-delta-tree"/>
|
||||
<xsd:enumeration value="application/vnd.pvi.ptid1"/>
|
||||
<xsd:enumeration value="application/vnd.pwg-multiplexed"/>
|
||||
<xsd:enumeration value="application/vnd.pwg-xhtml-print+xml"/>
|
||||
<xsd:enumeration value="application/vnd.rapid"/>
|
||||
<xsd:enumeration value="application/vnd.s3sms"/>
|
||||
<xsd:enumeration value="application/vnd.sealed.doc"/>
|
||||
<xsd:enumeration value="application/vnd.sealed.eml"/>
|
||||
<xsd:enumeration value="application/vnd.sealed.mht"/>
|
||||
<xsd:enumeration value="application/vnd.sealed.net"/>
|
||||
<xsd:enumeration value="application/vnd.sealed.ppt"/>
|
||||
<xsd:enumeration value="application/vnd.sealed.xls"/>
|
||||
<xsd:enumeration value="application/vnd.sealedmedia.softseal.html"/>
|
||||
<xsd:enumeration value="application/vnd.sealedmedia.softseal.pdf"/>
|
||||
<xsd:enumeration value="application/vnd.seemail"/>
|
||||
<xsd:enumeration value="application/vnd.shana.informed.formdata"/>
|
||||
<xsd:enumeration value="application/vnd.shana.informed.formtemplate"/>
|
||||
<xsd:enumeration value="application/vnd.shana.informed.interchange"/>
|
||||
<xsd:enumeration value="application/vnd.shana.informed.package"/>
|
||||
<xsd:enumeration value="application/vnd.smaf"/>
|
||||
<xsd:enumeration value="application/vnd.sss-cod"/>
|
||||
<xsd:enumeration value="application/vnd.sss-dtf"/>
|
||||
<xsd:enumeration value="application/vnd.sss-ntf"/>
|
||||
<xsd:enumeration value="application/vnd.street-stream"/>
|
||||
<xsd:enumeration value="application/vnd.sus-calendar"/>
|
||||
<xsd:enumeration value="application/vnd.svd"/>
|
||||
<xsd:enumeration value="application/vnd.swiftview-ics"/>
|
||||
<xsd:enumeration value="application/vnd.syncml.+xml"/>
|
||||
<xsd:enumeration value="application/vnd.syncml.ds.notification"/>
|
||||
<xsd:enumeration value="application/vnd.triscape.mxs"/>
|
||||
<xsd:enumeration value="application/vnd.trueapp"/>
|
||||
<xsd:enumeration value="application/vnd.truedoc"/>
|
||||
<xsd:enumeration value="application/vnd.ufdl"/>
|
||||
<xsd:enumeration value="application/vnd.uiq.theme"/>
|
||||
<xsd:enumeration value="application/vnd.uplanet.alert"/>
|
||||
<xsd:enumeration value="application/vnd.uplanet.alert-wbxml"/>
|
||||
<xsd:enumeration value="application/vnd.uplanet.bearer-choice"/>
|
||||
<xsd:enumeration value="application/vnd.uplanet.bearer-choice-wbxml"/>
|
||||
<xsd:enumeration value="application/vnd.uplanet.cacheop"/>
|
||||
<xsd:enumeration value="application/vnd.uplanet.cacheop-wbxml"/>
|
||||
<xsd:enumeration value="application/vnd.uplanet.channel"/>
|
||||
<xsd:enumeration value="application/vnd.uplanet.channel-wbxml"/>
|
||||
<xsd:enumeration value="application/vnd.uplanet.list"/>
|
||||
<xsd:enumeration value="application/vnd.uplanet.list-wbxml"/>
|
||||
<xsd:enumeration value="application/vnd.uplanet.listcmd"/>
|
||||
<xsd:enumeration value="application/vnd.uplanet.listcmd-wbxml"/>
|
||||
<xsd:enumeration value="application/vnd.uplanet.signal"/>
|
||||
<xsd:enumeration value="application/vnd.vcx"/>
|
||||
<xsd:enumeration value="application/vnd.vectorworks"/>
|
||||
<xsd:enumeration value="application/vnd.vidsoft.vidconference"/>
|
||||
<xsd:enumeration value="application/vnd.visio"/>
|
||||
<xsd:enumeration value="application/vnd.visionary"/>
|
||||
<xsd:enumeration value="application/vnd.vividence.scriptfile"/>
|
||||
<xsd:enumeration value="application/vnd.vsf"/>
|
||||
<xsd:enumeration value="application/vnd.wap.sic"/>
|
||||
<xsd:enumeration value="application/vnd.wap.slc"/>
|
||||
<xsd:enumeration value="application/vnd.wap.wbxml"/>
|
||||
<xsd:enumeration value="application/vnd.wap.wmlc"/>
|
||||
<xsd:enumeration value="application/vnd.wap.wmlscriptc"/>
|
||||
<xsd:enumeration value="application/vnd.webturbo"/>
|
||||
<xsd:enumeration value="application/vnd.wordperfect"/>
|
||||
<xsd:enumeration value="application/vnd.wqd"/>
|
||||
<xsd:enumeration value="application/vnd.wrq-hp3000-labelled"/>
|
||||
<xsd:enumeration value="application/vnd.wt.stf"/>
|
||||
<xsd:enumeration value="application/vnd.wv.csp+wbxml"/>
|
||||
<xsd:enumeration value="application/vnd.wv.csp+xml"/>
|
||||
<xsd:enumeration value="application/vnd.wv.ssp+xml"/>
|
||||
<xsd:enumeration value="application/vnd.xara"/>
|
||||
<xsd:enumeration value="application/vnd.xfdl"/>
|
||||
<xsd:enumeration value="application/vnd.yamaha.hv-dic"/>
|
||||
<xsd:enumeration value="application/vnd.yamaha.hv-script"/>
|
||||
<xsd:enumeration value="application/vnd.yamaha.hv-voice"/>
|
||||
<xsd:enumeration value="application/vnd.yamaha.smaf-audio"/>
|
||||
<xsd:enumeration value="application/vnd.yamaha.smaf-phrase"/>
|
||||
<xsd:enumeration value="application/vnd.yellowriver-custom-menu"/>
|
||||
<xsd:enumeration value="application/watcherinfo+xml"/>
|
||||
<xsd:enumeration value="application/whoispp-query"/>
|
||||
<xsd:enumeration value="application/whoispp-response"/>
|
||||
<xsd:enumeration value="application/wita"/>
|
||||
<xsd:enumeration value="application/wordperfect5.1"/>
|
||||
<xsd:enumeration value="application/x400-bp"/>
|
||||
<xsd:enumeration value="application/xhtml+xml"/>
|
||||
<xsd:enumeration value="application/xml"/>
|
||||
<xsd:enumeration value="application/xml-dtd"/>
|
||||
<xsd:enumeration value="application/xml-external-parsed-entity"/>
|
||||
<xsd:enumeration value="application/xmpp+xml"/>
|
||||
<xsd:enumeration value="application/xop+xml"/>
|
||||
<xsd:enumeration value="application/zip"/>
|
||||
<xsd:enumeration value="audio/32kadpcm"/>
|
||||
<xsd:enumeration value="audio/3gpp"/>
|
||||
<xsd:enumeration value="audio/AMR"/>
|
||||
<xsd:enumeration value="audio/AMR-WB"/>
|
||||
<xsd:enumeration value="audio/BV16"/>
|
||||
<xsd:enumeration value="audio/BV32"/>
|
||||
<xsd:enumeration value="audio/CN"/>
|
||||
<xsd:enumeration value="audio/DAT12"/>
|
||||
<xsd:enumeration value="audio/DVI4"/>
|
||||
<xsd:enumeration value="audio/EVRC"/>
|
||||
<xsd:enumeration value="audio/EVRC-QCP"/>
|
||||
<xsd:enumeration value="audio/EVRC0"/>
|
||||
<xsd:enumeration value="audio/G.722.1"/>
|
||||
<xsd:enumeration value="audio/G722"/>
|
||||
<xsd:enumeration value="audio/G723"/>
|
||||
<xsd:enumeration value="audio/G726-16"/>
|
||||
<xsd:enumeration value="audio/G726-24"/>
|
||||
<xsd:enumeration value="audio/G726-32"/>
|
||||
<xsd:enumeration value="audio/G726-40"/>
|
||||
<xsd:enumeration value="audio/G728"/>
|
||||
<xsd:enumeration value="audio/G729"/>
|
||||
<xsd:enumeration value="audio/G729D"/>
|
||||
<xsd:enumeration value="audio/G729E"/>
|
||||
<xsd:enumeration value="audio/GSM"/>
|
||||
<xsd:enumeration value="audio/GSM-EFR"/>
|
||||
<xsd:enumeration value="audio/L16"/>
|
||||
<xsd:enumeration value="audio/L20"/>
|
||||
<xsd:enumeration value="audio/L24"/>
|
||||
<xsd:enumeration value="audio/L8"/>
|
||||
<xsd:enumeration value="audio/LPC"/>
|
||||
<xsd:enumeration value="audio/MP4A-LATM"/>
|
||||
<xsd:enumeration value="audio/MPA"/>
|
||||
<xsd:enumeration value="audio/PCMA"/>
|
||||
<xsd:enumeration value="audio/PCMU"/>
|
||||
<xsd:enumeration value="audio/QCELP"/>
|
||||
<xsd:enumeration value="audio/RED"/>
|
||||
<xsd:enumeration value="audio/SMV"/>
|
||||
<xsd:enumeration value="audio/SMV-QCP"/>
|
||||
<xsd:enumeration value="audio/SMV0"/>
|
||||
<xsd:enumeration value="audio/VDVI"/>
|
||||
<xsd:enumeration value="audio/basic"/>
|
||||
<xsd:enumeration value="audio/clearmode"/>
|
||||
<xsd:enumeration value="audio/dsr-es201108"/>
|
||||
<xsd:enumeration value="audio/dsr-es202050"/>
|
||||
<xsd:enumeration value="audio/dsr-es202211"/>
|
||||
<xsd:enumeration value="audio/dsr-es202212"/>
|
||||
<xsd:enumeration value="audio/iLBC"/>
|
||||
<xsd:enumeration value="audio/mpa-robust"/>
|
||||
<xsd:enumeration value="audio/mpeg"/>
|
||||
<xsd:enumeration value="audio/mpeg4-generic"/>
|
||||
<xsd:enumeration value="audio/parityfec"/>
|
||||
<xsd:enumeration value="audio/prs.sid"/>
|
||||
<xsd:enumeration value="audio/telephone-event"/>
|
||||
<xsd:enumeration value="audio/tone"/>
|
||||
<xsd:enumeration value="audio/vnd.3gpp.iufp"/>
|
||||
<xsd:enumeration value="audio/vnd.audiokoz"/>
|
||||
<xsd:enumeration value="audio/vnd.cisco.nse"/>
|
||||
<xsd:enumeration value="audio/vnd.cns.anp1"/>
|
||||
<xsd:enumeration value="audio/vnd.cns.inf1"/>
|
||||
<xsd:enumeration value="audio/vnd.digital-winds"/>
|
||||
<xsd:enumeration value="audio/vnd.everad.plj"/>
|
||||
<xsd:enumeration value="audio/vnd.lucent.voice"/>
|
||||
<xsd:enumeration value="audio/vnd.nokia.mobile-xmf"/>
|
||||
<xsd:enumeration value="audio/vnd.nortel.vbk"/>
|
||||
<xsd:enumeration value="audio/vnd.nuera.ecelp4800"/>
|
||||
<xsd:enumeration value="audio/vnd.nuera.ecelp7470"/>
|
||||
<xsd:enumeration value="audio/vnd.nuera.ecelp9600"/>
|
||||
<xsd:enumeration value="audio/vnd.octel.sbc"/>
|
||||
<xsd:enumeration value="audio/vnd.qcelp"/>
|
||||
<xsd:enumeration value="audio/vnd.rhetorex.32kadpcm"/>
|
||||
<xsd:enumeration value="audio/vnd.sealedmedia.softseal.mpeg"/>
|
||||
<xsd:enumeration value="audio/vnd.vmx.cvsd"/>
|
||||
<xsd:enumeration value="image/cgm"/>
|
||||
<xsd:enumeration value="image/fits"/>
|
||||
<xsd:enumeration value="image/g3fax"/>
|
||||
<xsd:enumeration value="image/gif"/>
|
||||
<xsd:enumeration value="image/ief"/>
|
||||
<xsd:enumeration value="image/jp2"/>
|
||||
<xsd:enumeration value="image/jpeg"/>
|
||||
<xsd:enumeration value="image/jpm"/>
|
||||
<xsd:enumeration value="image/jpx"/>
|
||||
<xsd:enumeration value="image/naplps"/>
|
||||
<xsd:enumeration value="image/png"/>
|
||||
<xsd:enumeration value="image/prs.btif"/>
|
||||
<xsd:enumeration value="image/prs.pti"/>
|
||||
<xsd:enumeration value="image/t38"/>
|
||||
<xsd:enumeration value="image/tiff"/>
|
||||
<xsd:enumeration value="image/tiff-fx"/>
|
||||
<xsd:enumeration value="image/vnd.cns.inf2"/>
|
||||
<xsd:enumeration value="image/vnd.djvu"/>
|
||||
<xsd:enumeration value="image/vnd.dwg"/>
|
||||
<xsd:enumeration value="image/vnd.dxf"/>
|
||||
<xsd:enumeration value="image/vnd.fastbidsheet"/>
|
||||
<xsd:enumeration value="image/vnd.fpx"/>
|
||||
<xsd:enumeration value="image/vnd.fst"/>
|
||||
<xsd:enumeration value="image/vnd.fujixerox.edmics-mmr"/>
|
||||
<xsd:enumeration value="image/vnd.fujixerox.edmics-rlc"/>
|
||||
<xsd:enumeration value="image/vnd.globalgraphics.pgb"/>
|
||||
<xsd:enumeration value="image/vnd.microsoft.icon"/>
|
||||
<xsd:enumeration value="image/vnd.mix"/>
|
||||
<xsd:enumeration value="image/vnd.ms-modi"/>
|
||||
<xsd:enumeration value="image/vnd.net-fpx"/>
|
||||
<xsd:enumeration value="image/vnd.sealed.png"/>
|
||||
<xsd:enumeration value="image/vnd.sealedmedia.softseal.gif"/>
|
||||
<xsd:enumeration value="image/vnd.sealedmedia.softseal.jpg"/>
|
||||
<xsd:enumeration value="image/vnd.svf"/>
|
||||
<xsd:enumeration value="image/vnd.wap.wbmp"/>
|
||||
<xsd:enumeration value="image/vnd.xiff"/>
|
||||
<xsd:enumeration value="message/CPIM"/>
|
||||
<xsd:enumeration value="message/delivery-status"/>
|
||||
<xsd:enumeration value="message/disposition-notification"/>
|
||||
<xsd:enumeration value="message/external-body"/>
|
||||
<xsd:enumeration value="message/http"/>
|
||||
<xsd:enumeration value="message/news"/>
|
||||
<xsd:enumeration value="message/partial"/>
|
||||
<xsd:enumeration value="message/rfc822"/>
|
||||
<xsd:enumeration value="message/s-http"/>
|
||||
<xsd:enumeration value="message/sip"/>
|
||||
<xsd:enumeration value="message/sipfrag"/>
|
||||
<xsd:enumeration value="message/tracking-status"/>
|
||||
<xsd:enumeration value="model/iges"/>
|
||||
<xsd:enumeration value="model/mesh"/>
|
||||
<xsd:enumeration value="model/vnd.dwf"/>
|
||||
<xsd:enumeration value="model/vnd.flatland.3dml"/>
|
||||
<xsd:enumeration value="model/vnd.gdl"/>
|
||||
<xsd:enumeration value="model/vnd.gs-gdl"/>
|
||||
<xsd:enumeration value="model/vnd.gtw"/>
|
||||
<xsd:enumeration value="model/vnd.mts"/>
|
||||
<xsd:enumeration value="model/vnd.parasolid.transmit.binary"/>
|
||||
<xsd:enumeration value="model/vnd.parasolid.transmit.text"/>
|
||||
<xsd:enumeration value="model/vnd.vtu"/>
|
||||
<xsd:enumeration value="model/vrml"/>
|
||||
<xsd:enumeration value="multipart/alternative"/>
|
||||
<xsd:enumeration value="multipart/appledouble"/>
|
||||
<xsd:enumeration value="multipart/byteranges"/>
|
||||
<xsd:enumeration value="multipart/digest"/>
|
||||
<xsd:enumeration value="multipart/encrypted"/>
|
||||
<xsd:enumeration value="multipart/form-data"/>
|
||||
<xsd:enumeration value="multipart/header-set"/>
|
||||
<xsd:enumeration value="multipart/mixed"/>
|
||||
<xsd:enumeration value="multipart/parallel"/>
|
||||
<xsd:enumeration value="multipart/related"/>
|
||||
<xsd:enumeration value="multipart/report"/>
|
||||
<xsd:enumeration value="multipart/signed"/>
|
||||
<xsd:enumeration value="multipart/voice-message"/>
|
||||
<xsd:enumeration value="text/RED"/>
|
||||
<xsd:enumeration value="text/calendar"/>
|
||||
<xsd:enumeration value="text/css"/>
|
||||
<xsd:enumeration value="text/csv"/>
|
||||
<xsd:enumeration value="text/directory"/>
|
||||
<xsd:enumeration value="text/dns"/>
|
||||
<xsd:enumeration value="text/enriched"/>
|
||||
<xsd:enumeration value="text/html"/>
|
||||
<xsd:enumeration value="text/parityfec"/>
|
||||
<xsd:enumeration value="text/plain"/>
|
||||
<xsd:enumeration value="text/prs.fallenstein.rst"/>
|
||||
<xsd:enumeration value="text/prs.lines.tag"/>
|
||||
<xsd:enumeration value="text/rfc822-headers"/>
|
||||
<xsd:enumeration value="text/richtext"/>
|
||||
<xsd:enumeration value="text/rtf"/>
|
||||
<xsd:enumeration value="text/sgml"/>
|
||||
<xsd:enumeration value="text/t140"/>
|
||||
<xsd:enumeration value="text/tab-separated-values"/>
|
||||
<xsd:enumeration value="text/troff"/>
|
||||
<xsd:enumeration value="text/uri-list"/>
|
||||
<xsd:enumeration value="text/vnd.DMClientScript"/>
|
||||
<xsd:enumeration value="text/vnd.IPTC.NITF"/>
|
||||
<xsd:enumeration value="text/vnd.IPTC.NewsML"/>
|
||||
<xsd:enumeration value="text/vnd.abc"/>
|
||||
<xsd:enumeration value="text/vnd.curl"/>
|
||||
<xsd:enumeration value="text/vnd.esmertec.theme-descriptor"/>
|
||||
<xsd:enumeration value="text/vnd.fly"/>
|
||||
<xsd:enumeration value="text/vnd.fmi.flexstor"/>
|
||||
<xsd:enumeration value="text/vnd.in3d.3dml"/>
|
||||
<xsd:enumeration value="text/vnd.in3d.spot"/>
|
||||
<xsd:enumeration value="text/vnd.latex-z"/>
|
||||
<xsd:enumeration value="text/vnd.motorola.reflex"/>
|
||||
<xsd:enumeration value="text/vnd.ms-mediapackage"/>
|
||||
<xsd:enumeration value="text/vnd.net2phone.commcenter.command"/>
|
||||
<xsd:enumeration value="text/vnd.sun.j2me.app-descriptor"/>
|
||||
<xsd:enumeration value="text/vnd.wap.si"/>
|
||||
<xsd:enumeration value="text/vnd.wap.sl"/>
|
||||
<xsd:enumeration value="text/vnd.wap.wml"/>
|
||||
<xsd:enumeration value="text/vnd.wap.wmlscript"/>
|
||||
<xsd:enumeration value="text/xml"/>
|
||||
<xsd:enumeration value="text/xml-external-parsed-entity"/>
|
||||
<xsd:enumeration value="video/3gpp"/>
|
||||
<xsd:enumeration value="video/BMPEG"/>
|
||||
<xsd:enumeration value="video/BT656"/>
|
||||
<xsd:enumeration value="video/CelB"/>
|
||||
<xsd:enumeration value="video/DV"/>
|
||||
<xsd:enumeration value="video/H261"/>
|
||||
<xsd:enumeration value="video/H263"/>
|
||||
<xsd:enumeration value="video/H263-1998"/>
|
||||
<xsd:enumeration value="video/H263-2000"/>
|
||||
<xsd:enumeration value="video/H264"/>
|
||||
<xsd:enumeration value="video/JPEG"/>
|
||||
<xsd:enumeration value="video/MJ2"/>
|
||||
<xsd:enumeration value="video/MP1S"/>
|
||||
<xsd:enumeration value="video/MP2P"/>
|
||||
<xsd:enumeration value="video/MP2T"/>
|
||||
<xsd:enumeration value="video/MP4V-ES"/>
|
||||
<xsd:enumeration value="video/MPV"/>
|
||||
<xsd:enumeration value="video/SMPTE292M"/>
|
||||
<xsd:enumeration value="video/mpeg"/>
|
||||
<xsd:enumeration value="video/mpeg4-generic"/>
|
||||
<xsd:enumeration value="video/nv"/>
|
||||
<xsd:enumeration value="video/parityfec"/>
|
||||
<xsd:enumeration value="video/pointer"/>
|
||||
<xsd:enumeration value="video/quicktime"/>
|
||||
<xsd:enumeration value="video/raw"/>
|
||||
<xsd:enumeration value="video/vnd.fvt"/>
|
||||
<xsd:enumeration value="video/vnd.motorola.video"/>
|
||||
<xsd:enumeration value="video/vnd.motorola.videop"/>
|
||||
<xsd:enumeration value="video/vnd.mpegurl"/>
|
||||
<xsd:enumeration value="video/vnd.nokia.interleaved-multimedia"/>
|
||||
<xsd:enumeration value="video/vnd.objectvideo"/>
|
||||
<xsd:enumeration value="video/vnd.sealed.mpeg1"/>
|
||||
<xsd:enumeration value="video/vnd.sealed.mpeg4"/>
|
||||
<xsd:enumeration value="video/vnd.sealed.swf"/>
|
||||
<xsd:enumeration value="video/vnd.sealedmedia.softseal.mov"/>
|
||||
<xsd:enumeration value="video/vnd.vivo"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:schema>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,240 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: CommonExtensionComponents
|
||||
Generated On: 2006-07-14 16:00z
|
||||
-->
|
||||
<!--
|
||||
Modified 2006-07-19 11:21:29.64-04:00 to
|
||||
address schema locations.
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:ccts="urn:un:unece:uncefact:documentation:2" targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<!-- ===== Includes ===== -->
|
||||
<xsd:include schemaLocation="UBL-ExtensionContentDatatype-2.0.xsd"/>
|
||||
<!-- ===== Aggregate Element and Type Declarations ===== -->
|
||||
<xsd:element name="UBLExtensions" type="UBLExtensionsType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
A container for all extensions present in the document.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="UBLExtensionsType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
A container for all extensions present in the document.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="UBLExtension" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
A single extension for private use.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:element name="UBLExtension" type="UBLExtensionType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
A single extension for private use.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="UBLExtensionType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
A single extension for private use.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Extension. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Version/>
|
||||
<ccts:Definition>An identifier for the Extension assigned by the creator of the extension.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Extension</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Extension. Name</ccts:DictionaryEntryName>
|
||||
<ccts:Version/>
|
||||
<ccts:Definition>A name for the Extension assigned by the creator of the extension.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Extension</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Name. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="ExtensionAgencyID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
An agency that maintains one or more Extensions.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="ExtensionAgencyName" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
The name of the agency that maintains the Extension.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="ExtensionVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
The version of the Extension.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="ExtensionAgencyURI" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
A URI for the Agency that maintains the Extension.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="ExtensionURI" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
A URI for the Extension.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="ExtensionReasonCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
A code for reason the Extension is being included.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="ExtensionReason" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
A description of the reason for the Extension.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="ExtensionContent" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
The definition of the extension content.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Basic Element and Type Declarations ===== -->
|
||||
<xsd:element name="ExtensionAgencyID" type="ExtensionAgencyIDType"/>
|
||||
<xsd:element name="ExtensionAgencyName" type="ExtensionAgencyNameType"/>
|
||||
<xsd:element name="ExtensionAgencyURI" type="ExtensionAgencyURIType"/>
|
||||
<xsd:element name="ExtensionContent" type="ExtensionContentType"/>
|
||||
<xsd:element name="ExtensionReason" type="ExtensionReasonType"/>
|
||||
<xsd:element name="ExtensionReasonCode" type="ExtensionReasonCodeType"/>
|
||||
<xsd:element name="ExtensionURI" type="ExtensionURIType"/>
|
||||
<xsd:element name="ExtensionVersionID" type="ExtensionVersionIDType"/>
|
||||
<xsd:complexType name="ExtensionAgencyIDType">
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="udt:IdentifierType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ExtensionAgencyNameType">
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="udt:TextType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ExtensionAgencyURIType">
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="udt:IdentifierType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ExtensionReasonType">
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="udt:TextType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ExtensionReasonCodeType">
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="udt:CodeType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ExtensionURIType">
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="udt:IdentifierType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ExtensionVersionIDType">
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="udt:IdentifierType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,64 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: CoreComponentParameters
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns="urn:un:unece:uncefact:documentation:2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,73 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: ExtensionContentDatatype
|
||||
Generated On: 2006-07-14 16:00z
|
||||
-->
|
||||
<!--
|
||||
Modified 2006-07-19 11:21:29.64-04:00 to
|
||||
address schema locations.
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.0">
|
||||
<!-- ===== Type Declaration ===== -->
|
||||
<xsd:complexType name="ExtensionContentType">
|
||||
<xsd:sequence>
|
||||
<xsd:any namespace="##any" minOccurs="0" maxOccurs="1" processContents="skip">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
The definition of the extension content.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:any>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,345 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: ApplicationResponse
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="ApplicationResponse" type="ApplicationResponseType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="ApplicationResponseType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document to indicate the application's response to a transaction. This may be a business response and/or a technical response, sent automatically by an application or initiated by a user.</ccts:Definition>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Application Response assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the sender's application on which the Application Response was created.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the sender's application at which the Application Response was created.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ResponseDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Response Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date at which the information in the response was created.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Response Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ResponseTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Response Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time at which the information in the response was created.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Response Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Application Response. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:VersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the current version of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>"1.1"</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SenderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Sender_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Party sending this document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Sender</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Party receiving this document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentResponse" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Document Response</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A response to one or more documents.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Response</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Response</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,362 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: AttachedDocument
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:AttachedDocument-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:AttachedDocument-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="AttachedDocument" type="AttachedDocumentType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="AttachedDocumentType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A UBL 'wrapper' that allows a document of any kind to be packaged with the UBL document that references it.</ccts:Definition>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Attached Document; this ID is used as a reference by the UBL 'parent' document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A date denoting when the Attached Document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A time denoting when the Attached Document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Contains any free-form text pertinent to the entire document or to the document message itself. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentTypeCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Document Type Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Qualifies the type of document using a code set.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Type Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentType" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Document Type. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Qualifies types of document as text.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Type</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ParentDocumentID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Parent_ Document Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the parent document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Parent</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ParentDocumentTypeCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Parent_ Document Type Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the type of parent document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Parent</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Type Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Associates the Attached Document with zero or more signatures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SenderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Sender_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Party sending this document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Sender</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Party receiving this document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Attachment" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Attachment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An attachment containing the document content.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Attachment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Attachment</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,516 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: BillOfLading
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:BillOfLading-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:BillOfLading-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="BillOfLading" type="BillOfLadingType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="BillOfLadingType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Bill of Lading is issued by the party who acts as an agent for the carrier or other agents to the party who gives instructions for the transportation services (shipper, consignor, etc.) stating the details of the transportation, charges, and terms and conditions under which the transportation service is provided. The party issuing this document does not necessarily provide the physical transportation service. It corresponds to the information on the Forwarding Instruction. It is used for any mode of transport.
|
||||
|
||||
A Bill of Lading can serve as a contractual document between the parties for the transportation service. The document evidences a contract of carriage by sea and the acceptance of responsibility for the goods by the carrier, and by which the carrier undertakes to deliver the goods against surrender of the document. A provision in the document that the goods are to be delivered to the order of a named person, or to order, or to bearer, constitutes such an undertaking..</ccts:Definition>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>House Bill of Landing, Master Bill, Bill</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Unique Identifier of the Bill Of Lading. Reference number to identify a document evidencing a transport contract.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Bill of Lading Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CarrierAssignedID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Carrier Assigned_ Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Reference number assigned by a carrier or its agent to identify a specific shipment such as a booking reference number when cargo space is reserved prior to loading.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Carrier Assigned</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Booking Reference Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Date on which the Bill Of Lading was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Transport Document Date</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Time at which the Bill Of Lading was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
<ccts:Examples>"House Bill", "Consolidated Bill of Lading", "Proforma"</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Name</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The business name given to the document type.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Name. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Purpose of the document instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Contains any free-form text pertinent to the entire document or to the document message itself. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentStatusCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Document Status Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates the status of the Bill Of Lading (revision, replacement, etc.).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Status Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Document Status_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ShippingOrderID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Shipping Order Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Reference number to identify a Shipping Order or Forwarding Instruction.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Shipping Order Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Freight forwarding instruction, Shippers letter of instruction</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ToOrderIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. To Order_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the transport document is consigned to order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>To Order</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AdValoremIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Ad Valorem_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A term used in commerce in reference to certain duties, called ad valorem duties, which are levied on commodities at certain rates per centum on their value.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Ad Valorem</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DeclaredCarriageValueAmount" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Declared Carriage_ Value. Amount</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Value, declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage, in case of loss or damage to goods or delayed delivery.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Declared Carriage</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Value</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Amount. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Interest in Delivery</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:OtherInstruction" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Other_ Instruction. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Contains other free-text-based instructions related to the shipment to the forwarders or carriers. This should only be used where such information cannot be represented in other structured information entities within the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Other</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Instruction</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Bill of Lading Remark</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ConsignorParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Consignor_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party consigning goods as stipulated in the transport contract by the party ordering transport.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Consignor</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CarrierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Carrier_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party providing the transport of goods between named points.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Carrier</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:FreightForwarderParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Freight Forwarder_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party combining individual smaller consignments into a single larger shipment (so called consolidated shipment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Freight Forwarder</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Shipment" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Shipment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Information about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Shipment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Shipment</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Document Reference.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ExchangeRate" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Information that directly relates to the rate of exchange (conversion) between two currencies.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentDistribution" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Document Distribution</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The distribution of the Bill to interested parties.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Distribution</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Distribution</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>One or more signatures applied to the document instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,492 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: Catalogue
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="Catalogue" type="CatalogueType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="CatalogueType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document that describes items, prices, and price validity.</ccts:Definition>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Catalogue assigned by the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Name</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A name given to a catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Name. Type</ccts:DataType>
|
||||
<ccts:Examples>"winter 2005 collection"</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date when the catalogue was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time when the catalogue was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RevisionDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Revision Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date (assigned by the Seller Party) at which the information in the catalogue was revised.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Revision Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RevisionTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Revision Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time (assigned by the Seller Party) at which the information in the catalogue was revised.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Revision Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Catalogue. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A description of the catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
<ccts:Examples>"computer accessories for laptops"</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:VersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates the current version of the catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Version</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>"1.1"</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PreviousVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Previous_ Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the previous version of the Catalogue which is superceded by this version.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Previous</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Version</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>"1.0"</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Validity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period assigned by the Seller during which the information in the Catalogue is effective. This may be given as start and end dates or a duration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReferencedContract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Referenced_ Contract. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to a framework agreement or contract.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Referenced</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ProviderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Provider_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Catalogue Provider Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Provider</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Catalogue Receiver Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Supplier Party responsible for the contract to which the Catalogue relates.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Contractor_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Customer Party responsible for the contract to which the Catalogue relates.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Contractor</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TradingTerms" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Trading Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to trading terms.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Trading Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Trading Terms</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CatalogueLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Catalogue Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to one or more Catalogue Lines.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Catalogue Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Catalogue Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,411 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: CatalogueDeletion
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:CatalogueDeletion-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:CatalogueDeletion-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="CatalogueDeletion" type="CatalogueDeletionType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="CatalogueDeletionType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to cancel an entire Catalogue.</ccts:Definition>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Catalogue Deletion assigned by the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Name</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A name given to a Catalogue Deletion.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Name. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the Seller on which the Catalogue was deleted.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the Seller at which the Catalogue was deleted.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Catalogue Deletion. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:VersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates the current version of the Catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Version</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>"1.1"</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Describes the Catalogue Deletion.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
<ccts:Examples>"stock no longer provided"</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Validity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period during which the deletion of the catalogue becomes effective. This may be given as start (after date) and end dates (before date).</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DeletedCatalogueReference" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Deleted_ Catalogue Reference. Catalogue Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Catalogue being deleted.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Deleted</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Catalogue Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Catalogue Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReferencedContract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Referenced_ Contract. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to a framework agreement or contract.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Referenced</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>One or more signatures applied to the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Catalogue Receiver Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ProviderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Provider_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Catalogue Provider Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Provider</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Supplier Party responsible for the contract to which the Catalogue relates.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Contractor_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Customer Party responsible for the contract to which the Catalogue relates.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Contractor</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,506 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: CatalogueItemSpecificationUpdate
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:CatalogueItemSpecificationUpdate-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:CatalogueItemSpecificationUpdate-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="CatalogueItemSpecificationUpdate" type="CatalogueItemSpecificationUpdateType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="CatalogueItemSpecificationUpdateType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to update information about Items (e.g., technical descriptions and properties) on an existing Catalogue.</ccts:Definition>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the subset of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Catalogue Revision assigned by the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Name</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A name given to the Catalogue Revision.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Name. Type</ccts:DataType>
|
||||
<ccts:Examples>"electrical goods - new energy ratings."</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date when the Catalogue Revision was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time when the Catalogue Revision was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RevisionDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Revision Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the Seller on which the Catalogue was revised.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Revision Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RevisionTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Revision Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the Seller at which the Catalogue was revised.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Revision Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Catalogue Revision. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A description of the Catalogue Revision.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
<ccts:Examples>"ratings based on new environmental standards for EU"</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:VersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates the current version of the Catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Version</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>"1.1"</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Validity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period assigned by the Seller during which the information in the Catalogue Revision is effective. This may be given as start and end dates or a duration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:RelatedCatalogueReference" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Related_ Catalogue Reference. Catalogue Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Catalogue containing the revised Items.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Related</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Catalogue Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Catalogue Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReferencedContract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Referenced_ Contract. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to a framework agreement or contract.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Referenced</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>One or more signatures applied to the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ProviderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Provider_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Catalogue Provider Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Provider</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Catalogue Receiver Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Supplier Party responsible for the contract to which the Catalogue relates.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Contractor_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Customer Party responsible for the contract to which the Catalogue relates.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Contractor</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TradingTerms" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Trading Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to trading terms.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Trading Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Trading Terms</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DefaultLanguage" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Default_ Language. Language</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The default language for the item specifications.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Default</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Language</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Language</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CatalogueItemSpecificationUpdateLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Catalogue Item Specification Update Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to one or more Catalogue Item Specification Update Lines.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Catalogue Item Specification Update Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Catalogue Item Specification Update Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,506 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: CataloguePricingUpdate
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:CataloguePricingUpdate-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:CataloguePricingUpdate-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="CataloguePricingUpdate" type="CataloguePricingUpdateType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="CataloguePricingUpdateType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to update information about prices on an existing Catalogue.</ccts:Definition>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the subset of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Catalogue Revision assigned by the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Name</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A name given to the Catalogue Revision.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Name. Type</ccts:DataType>
|
||||
<ccts:Examples>"Seasonal Promotion"</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date when the catalogue revision was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time when the catalogue revision was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RevisionDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Revision Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the Seller on which the Catalogue was revised.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Revision Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RevisionTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Revision Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the Seller at which the Catalogue was revised.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Revision Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Catalogue Revision. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Describes the Catalogue Revision.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
<ccts:Examples>" adjustment of prices for Christmas trading period"</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:VersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates the current version of the catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Version</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>"1.1"</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Validity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period assigned by the Seller during which the information in the Catalogue Revision is effective. This may be given as start and end dates or a duration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:RelatedCatalogueReference" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Related_ Catalogue Reference. Catalogue Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Catalogue containing the revised Items.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Related</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Catalogue Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Catalogue Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReferencedContract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Referenced_ Contract. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to a framework agreement or contract.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Referenced</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>One or more signatures applied to the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ProviderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Provider_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Catalogue Provider Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Provider</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Catalogue Receiver Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Supplier Party responsible for the contract to which the Catalogue relates.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Contractor_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Customer Party responsible for the contract to which the Catalogue relates.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Contractor</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TradingTerms" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Trading Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to trading terms.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Trading Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Trading Terms</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DefaultLanguage" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Default_ Language. Language</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The default language for the catalogue pricing update.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Default</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Language</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Language</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CataloguePricingUpdateLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Catalogue Pricing Update Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to one or more Catalogue Pricing Update Lines.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Catalogue Pricing Update Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Catalogue Pricing Update Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,525 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: CatalogueRequest
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:CatalogueRequest-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:CatalogueRequest-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="CatalogueRequest" type="CatalogueRequestType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="CatalogueRequestType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to request a Catalogue.</ccts:Definition>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the subset of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Catalogue Request assigned by the Catalogue Managing Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Name</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A name given to the Catalogue Request.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Name. Type</ccts:DataType>
|
||||
<ccts:Examples>"winter 2005 collection"</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the Catalogue Managing Party on which the Catalogue was requested.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the Catalogue Managing Party at which the Catalogue was requested.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Catalogue Request. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Describes the Catalogue Request.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
<ccts:Examples>"latest computer accessories for laptops"</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingUpdateRequestIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Pricing Update Request_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The indicator requesting a pricing update.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing Update Request</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
<ccts:Examples>default is true</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ItemUpdateRequestIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Item Update Request_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The indicator requesting an update of the item specifications.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Item Update Request</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
<ccts:Examples>default is true</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Validity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period assigned by the Catalogue Managing Party during which the information in the Catalogue requested is to be effective. This may be given as start and end dates or a duration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Catalogue Receiver Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ProviderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Provider_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Catalogue Provider Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Provider</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Supplier Party responsible for the contract to which the Catalogue relates.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Contractor_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Customer Party responsible for the contract to which the Catalogue relates.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Contractor</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:RequestedCatalogueReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Requested_ Catalogue Reference. Catalogue Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to a specific Catalogue; used if the Catalogue Request is for an update.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Requested</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Catalogue Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Catalogue Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReferencedContract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Referenced_ Contract. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to a framework agreement or contract.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Referenced</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TradingTerms" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Trading Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to trading terms.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Trading Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Trading Terms</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to other documents.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ApplicableTerritoryAddress" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Applicable Territory_ Address. Address</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the territory (regions, country, city, etc.) to which the requested Catalogue will apply. Expressed as an Address.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Applicable Territory</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Address</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Address</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:RequestedLanguage" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Requested_ Language. Language</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The language in which the Catalogue is requested to be provided.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Requested</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Language</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Language</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:RequestedClassificationScheme" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Requested_ Classification Scheme. Classification Scheme</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to classification categories for the Catalogue requested.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Requested</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Classification Scheme</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Classification Scheme</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CatalogueRequestLine" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Catalogue Request Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to specific Catalogue Lines for the catalogue requested.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Catalogue Request Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Catalogue Request Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,376 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: CertificateOfOrigin
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:CertificateOfOrigin-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:CertificateOfOrigin-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="CertificateOfOrigin" type="CertificateOfOriginType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="CertificateOfOriginType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document that describes the Certificate of Origin.</ccts:Definition>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Unique Identifier of the Certificate Of Origin.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Date on which the Certificate Of Origin was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Time at which the Certificate Of Origin was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Textual description of a Certificate Of Origin.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Textual note associated with a Certificate Of Origin.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:VersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Version identifier of a Certificate Of Origin.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ExporterParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Exporter_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party who makes the export declaration, or on whose behalf the export declaration is made, and who is the owner of the goods or has similar right of disposal over them at the time when the declaration is accepted.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Exporter</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ImporterParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Importer_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party who makes an import declaration, or on whose behalf a Customs clearing agent or other authorized person makes an import declaration. This may include a person who has possession of the goods or to whom the goods are consigned.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Importer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:EndorserParty" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Endorser Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party providing the endorsement.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Endorser Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Endorser Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CertificateOfOriginApplication" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Certificate Of Origin Application</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Details of the application of a Certificate of Origin.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Certificate Of Origin Application</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Certificate Of Origin Application</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:IssuerEndorsement" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Issuer_ Endorsement. Endorsement</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Issuer Endorsement details.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Issuer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Endorsement</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Endorsement</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:EmbassyEndorsement" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Embassy_ Endorsement. Endorsement</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Embassy Endorsement details.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Embassy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Endorsement</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Endorsement</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InsuranceEndorsement" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Insurance_ Endorsement. Endorsement</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Insurance Endorsement details.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Insurance</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Endorsement</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Endorsement</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,730 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: CreditNote
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="CreditNote" type="CreditNoteType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="CreditNoteType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to specify credits due to the Debtor from the Creditor.</ccts:Definition>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Credit Note assigned by the Creditor.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the Credit Note is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the Creditor on which the Credit Note was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the Creditor at which the Credit Note was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxPointDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Tax Point Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date of the Credit Note used Indicates the point at which tax becomes applicable.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Point Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Credit Note. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The default currency for the Credit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Tax_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for tax amounts in the Credit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for prices in the Credit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PaymentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Payment_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for payment in the Credit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PaymentAlternativeCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Payment Alternative_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The alternative currency used for payment in the Credit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment Alternative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCostCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Accounting Cost Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Buyer's accounting code applied to the Credit Note as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCost" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Accounting Cost. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Buyer's accounting code applied to the Credit Note as a whole, expressed as text.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InvoicePeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Invoice_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Associates the Credit Note with an Invoicing Period rather than a specific Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Invoice</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DiscrepancyResponse" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Discrepancy_ Response. Response</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to a reason for the Credit Note as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Discrepancy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Response</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Response</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Order Reference.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BillingReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Billing Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Billing Reference.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Billing Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Billing Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DespatchDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Despatch_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Despatch Advice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Despatch</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiptDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Receipt_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Receipt Advice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receipt</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Contract_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Contract.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Contract</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Additional Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Accounting_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Supplier Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Customer Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PayeeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Payee_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Payee.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payee</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxRepresentativeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Tax Representative_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Tax Representative.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax Representative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Tax_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Tax Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PricingExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Pricing_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Pricing Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Payment_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Payment Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentAlternativeExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Payment Alternative_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Payment Alternative Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment Alternative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Allowance Charge</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Allowances and Charges that apply to the Credit Note as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Tax Total.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:LegalMonetaryTotal" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Legal_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the total amount payable on the Credit Note, including Allowances, Charges, and Taxes.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Legal</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CreditNoteLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Credit Note Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to one or more Credit Note Lines.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Credit Note Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Credit Note Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,731 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: DebitNote
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:DebitNote-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:DebitNote-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="DebitNote" type="DebitNoteType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="DebitNoteType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to specify debits made by the Debtor.</ccts:Definition>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Debit Note assigned by the Debtor.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the Debit Note is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the Debtor on which the Debit Note was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the Debtor at which the Debit Note was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Debit Note. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxPointDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Tax Point Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date of the Debit Note used to indicate the point at which tax becomes applicable.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Point Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The default currency for the Debit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Tax_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for tax amounts in the Debit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for prices in the Debit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PaymentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Payment_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for payment in the Debit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PaymentAlternativeCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Payment Alternative_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The alternative currency used for payment in the Debit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment Alternative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCostCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Accounting Cost Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Buyer's accounting code applied to the Credit Note as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCost" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Accounting Cost. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Buyer's accounting code applied to the Credit Note as a whole, expressed as text.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InvoicePeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Invoice_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Associates the Debit Note with an Invoicing Period rather than a specific Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Invoice</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DiscrepancyResponse" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Discrepancy_ Response. Response</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to a reason for the Debit Note as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Discrepancy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Response</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Response</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Order Reeference</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BillingReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Billing Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Billing Reference.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Billing Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Billing Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DespatchDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Despatch_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Despatch Advice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Despatch</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiptDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Receipt_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Receipt Advice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receipt</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Contract_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Contract.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Contract</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Additional Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Accounting_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Supplier Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Customer Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PayeeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Payee_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Payee.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payee</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxRepresentativeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Tax Representative_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Tax Representative.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax Representative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PrepaidPayment" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Prepaid_ Payment. Payment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to prepaid payment(s).</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Prepaid</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Payment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Tax_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Tax Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PricingExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Pricing_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Pricing Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Payment_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Payment Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentAlternativeExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Payment Alternative_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Payment Alternative Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment Alternative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Tax Total for specific tax types/rates.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:RequestedMonetaryTotal" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Requested_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the total amount payable on the Debit Note, including Allowances, Charges, and Taxes.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Requested</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DebitNoteLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Debit Note Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to one or more Debit Note Lines.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Debit Note Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Debit Note Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,456 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: DespatchAdvice
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="DespatchAdvice" type="DespatchAdviceType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="DespatchAdviceType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to describe the despatch or delivery of goods and services.</ccts:Definition>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Ship Note, Dispatch Advice, Consignment Note</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Despatch Advice assigned by Despatch (Party).</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the Despatch Advice is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by Despatch (Party) on which the Despatch Advice was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by Despatch (Party) at which the Despatch Advice was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentStatusCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Document Status. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the status of the Despatch Advice with respect to its original state. This may be used if the document precedes the event and is subsequently found to be incorrect and in need of cancelling or revising.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Status</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Document Status_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DespatchAdviceTypeCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Despatch Advice Type Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the type of the Despatch Advice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Despatch Advice Type Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Despatch Advice. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Order Reference.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Additional Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DespatchSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Despatch_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Despatch Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Despatch</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DeliveryCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Delivery_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Delivery Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Delivery</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Originator (Party).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Shipment" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Shipment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to a Shipment detail.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Shipment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Shipment</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DespatchLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Despatch Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to one or more Despatch Advice Lines.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Despatch Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Despatch Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,493 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: ForwardingInstructions
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:ForwardingInstructions-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:ForwardingInstructions-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="ForwardingInstructions" type="ForwardingInstructionsType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="ForwardingInstructionsType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document issued to a forwarder, giving instructions regarding the action to be taken for the forwarding of goods described therein. Forwarding Instructions is used by any party who gives instructions for the transportation services required for a consignment of goods to any party who is contracted to provide the transportation services. The parties who issue this document are commonly referred to as the shipper or consignor, while the parties who receive this document are forwarders, carriers, shipping agents, etc. Note that this document may also be issued by a forwarder or shipping agent in their capacity as a "shipper". This document can be used to arrange for the transportation (1) of different types of goods or cargoes; (2) whether containerized or non-containerized; (3) through different modes of transport including multi-modal; and (4) from any origin to any destination.</ccts:Definition>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Forwarding Instruction</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined Customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Unique identifier of the Forwarding Instructions. Reference number to identify a Shipping Instruction.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Freight Forwarding Instruction, Shippers Letter of Instruction</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CarrierAssignedID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Carrier Assigned_ Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Reference number assigned by a carrier or its agent to identify a specific shipment such as a booking reference number when cargo space is reserved prior to loading.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Carrier Assigned</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Date on which the Forwarding Instructions were issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Time at which the Forwarding Instructions were issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Name</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Name of a Forwarding Instructions.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Name. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Description of the type of Forwarding Instructions.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Informative notes associated with the Forwarding Instructions.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentStatusCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Document Status Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the status of the Forwarding Instructions with respect to its original state. This may be used if the document precedes the event and is subsequently found to be incorrect and in need of cancelling or revising.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Status Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Document Status_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ShippingOrderID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Shipping Order Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Reference number to identify a Shipping Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Shipping Order Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ToOrderIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. To Order_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicator of whether the transport document is consigned to order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>To Order</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AdValoremIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Ad Valorem_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A term used in commerce in reference to certain duties, called ad valorem duties, which are levied on commodities at certain rates per centum on their value.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Ad Valorem</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DeclaredCarriageValueAmount" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Declared Carriage_ Value. Amount</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Value, declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage, in case of loss or damage to goods or delayed delivery.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Declared Carriage</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Value</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Amount. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:OtherInstruction" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Other_ Instruction. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Contains other free-text based instructions related to the shipment to the forwarders or carriers. This should only be used where such information cannot be represented in other structured information entities within the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Other</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Instruction</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ConsignorParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Consignor_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party consigning goods, as stipulated in the transport contract by the party ordering transport.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Consignor</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CarrierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Carrier_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party providing the transport of goods between named points.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Carrier</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:FreightForwarderParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Freight Forwarder_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party combining individual smaller consignments into a single larger consignment (so-called consolidated consignment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Freight Forwarder</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Shipment" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Shipment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Information about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Shipment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Shipment</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Document Reference.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ExchangeRate" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Information that directly relates to the rate of exchange (conversion) between two currencies.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>One or more signatures applied to the document instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,809 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: FreightInvoice
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:FreightInvoice-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:FreightInvoice-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="FreightInvoice" type="FreightInvoiceType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="FreightInvoiceType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document stating the charges incurred for the logistics service.</ccts:Definition>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Invoice assigned by the Creditor.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Invoice Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether a document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the Creditor on which the Invoice was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Invoice Date</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the Creditor at which the Invoice was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:InvoiceTypeCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Invoice Type Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Code specifying the type of the Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Invoice Type Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Invoice. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxPointDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Tax Point Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date of the Invoice, used to indicate the point at which tax becomes applicable.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Point Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency in which the Document is presented. This may be the same currency as the pricing or as the tax.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Tax_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for tax amounts in the Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for prices in the Freight Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PaymentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Payment_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for payment in the Freight Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PaymentAlternativeCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Payment Alternative_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The alternative currency used for payment in the Freight Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment Alternative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCostCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Accounting Cost Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Buyer's accounting code applied to the Invoice as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCost" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Accounting Cost. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Buyer's accounting code applied to the Invoice as a whole, expressed as text.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InvoicePeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Invoice_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to period(s) to which the Invoice applies.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Invoice</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Shipment" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Shipment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Shipment.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Shipment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Shipment</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Order Reference.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BillingReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Billing Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Billing Reference.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Billing Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Billing Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DespatchDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Despatch_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Despatch Advice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Despatch</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiptDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Receipt_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Receipt Advice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receipt</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Originator_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Originator Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Contract_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Contract.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Contract</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Additional Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Accounting_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Supplier Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Buyer Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PayeeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Payee_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Payee.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payee</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxRepresentativeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Tax Representative_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Tax Representative.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax Representative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Payment Means</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Payment Means.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Means</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Means</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentTerms" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Payment Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Payment Terms.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Terms</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PrepaidPayment" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Prepaid_ Payment. Payment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to prepaid payment(s).</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Prepaid</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Payment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Allowance Charge</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Allowances and Charges that apply to the Invoice as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Tax_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Tax Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PricingExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Pricing_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Pricing Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Payment_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Payment Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentAlternativeExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Payment Alternative_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Payment Alternative Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment Alternative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to tax total for specific tax types/rates.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:LegalMonetaryTotal" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Legal_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the total amount payable on the Invoice, including Allowances, Charges, and Taxes.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Legal</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InvoiceLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Invoice Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to one or more Invoice Lines.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Invoice Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Invoice Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,856 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: Invoice
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="Invoice" type="InvoiceType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="InvoiceType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to request payment.</ccts:Definition>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Invoice assigned by the Creditor.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Invoice Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether a document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the Creditor on which the Invoice was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Invoice Date</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the Creditor at which the Invoice was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:InvoiceTypeCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Invoice Type Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Code specifying the type of the Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Invoice Type Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Invoice. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxPointDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Tax Point Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date of the Invoice, used to indicate the point at which tax becomes applicable.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Point Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency in which the Document is presented. This may be the same currency as the pricing or as the tax.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Tax_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for tax amounts in the Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for prices in the Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PaymentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Payment_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for payment in the Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PaymentAlternativeCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Payment Alternative_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The alternative currency used for payment in the Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment Alternative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCostCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Accounting Cost Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Buyer's accounting code applied to the Invoice as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCost" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Accounting Cost. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Buyer's accounting code applied to the Invoice as a whole, expressed as text.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InvoicePeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Invoice_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to period(s) to which the Invoice applies.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Invoice</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Order Reference.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BillingReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Billing Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Billing Reference.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Billing Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Billing Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DespatchDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Despatch_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Despatch Advice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Despatch</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiptDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Receipt_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Receipt Advice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receipt</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Originator_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Originator Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Contract_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Contract.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Contract</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Additional Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Accounting_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Supplier Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Customer Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PayeeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Payee_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Payee.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payee</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxRepresentativeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Tax Representative_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Tax Representative.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax Representative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Delivery" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Delivery</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Delivery.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DeliveryTerms" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Delivery Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Delivery Terms.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery Terms</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Payment Means</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Payment Means.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Means</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Means</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentTerms" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Payment Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Payment Terms.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Terms</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PrepaidPayment" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Prepaid_ Payment. Payment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to prepaid payment(s).</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Prepaid</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Payment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Allowance Charge</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Allowances and Charges that apply to the Invoice as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Tax_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Tax Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PricingExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Pricing_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Pricing Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Payment_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Payment Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentAlternativeExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Payment Alternative_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Payment Alternative Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment Alternative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to tax total for specific tax types/rates.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:LegalMonetaryTotal" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Legal_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the total amount payable on the Invoice, including Allowances, Charges, and Taxes.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Legal</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InvoiceLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Invoice. Invoice Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to one or more Invoice Lines.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Invoice Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Invoice Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,731 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: Order
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:Order-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:Order-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="Order" type="OrderType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="OrderType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to order goods and services.</ccts:Definition>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Purchase Order</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Order assigned by the Buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Purchase Order Number, Order Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:SalesOrderID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Sales Order Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Order assigned by the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Sales Order Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Sales Order Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the Order is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the Buyer on which the Order was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Order Date</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the Buyer on which the Order was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Order. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RequestedInvoiceCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Requested Invoice_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency requested for amount totals in Invoices related to this Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Requested Invoice</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The default currency for the Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency that is used for all prices in the Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Tax_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency requested for tax amounts in Invoices related to this Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomerReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Customer Reference. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A supplementary reference for the Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customer Reference</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
<ccts:Examples>CRI in a purchasing card transaction</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCostCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Accounting Cost Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Buyer's accounting code applied to the Order as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCost" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Accounting Cost. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Buyer's accounting code applied to the Order as a whole, expressed as text.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Validity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period for which the Order is valid.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:QuotationDocumentReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Quotation_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Quotation.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Quotation</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Order_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to [another] Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Order</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorDocumentReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Originator_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Originator Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Additional Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Contract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Contract.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Originator.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:FreightForwarderParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Freight Forwarder_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to a Freight Forwarder or Carrier.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Freight Forwarder</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Customer Party. The party that Invoice is expected to be sent to if not the buyer party.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Delivery" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Delivery</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Delivery.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DeliveryTerms" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Delivery Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Delivery Terms.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery Terms</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Payment Means</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Payment Means.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Means</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Means</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TransactionConditions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Transaction Conditions</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association with any purchasing or sales conditions applying to the whole order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Transaction Conditions</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Transaction Conditions</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Allowance Charge</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Allowances and Charges that apply to the Order as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DestinationCountry" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Destination_ Country. Country</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the country of destination (for customs purposes).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Destination</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Country</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Country</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the total tax amount of the Order (as calculated by the Buyer).</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AnticipatedMonetaryTotal" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Anticipated_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the total amounts for the Order anticipated by the Buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Anticipated</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Order Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to one or more Order Lines.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,393 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: OrderCancellation
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:OrderCancellation-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:OrderCancellation-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="OrderCancellation" type="OrderCancellationType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="OrderCancellationType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to cancel an entire Order.</ccts:Definition>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Order Cancellation assigned by the Buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the Order Cancellation is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the Buyer on which the Order was cancelled.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the Buyer at which the Order was cancelled.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Order Cancellation. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CancellationNote" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Cancellation_ Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The general reason for cancellation of the referenced order.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Cancellation</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to the Order(s) being cancelled. It is considered better practice to cancel only one Order in each Order Cancellation document.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorDocumentReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Originator_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Originator Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Additional Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Contract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Contract.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Originator.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,759 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: OrderChange
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="OrderChange" type="OrderChangeType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="OrderChangeType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to specify changes to an existing Order.</ccts:Definition>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Purchase Order Change</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Order Change assigned by the Buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:SalesOrderID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Sales Order Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Order Change issued by the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Sales Order Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the Order Change is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the Buyer on which the Order was changed.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the Buyer at which the Order was changed.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:SequenceNumberID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Sequence_ Number. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Order Change Sequence Number assigned by the Buyer to ensure the proper sequencing of changes.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Sequence</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Number</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Order Change. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RequestedInvoiceCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Requested Invoice_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency requested for amount totals in Invoices related to this Order Change.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Requested Invoice</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The default currency for the Order Change.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency that is used for all prices in the Order Change.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Tax_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency requested for tax amounts in Invoices related to this Order Change.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomerReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Customer Reference. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A supplementary reference for the transaction (e.g., CRI when using purchasing card).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customer Reference</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCostCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Accounting Cost Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Buyer's accounting code applied to the Order Change as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCost" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Accounting Cost. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Buyer's accounting code applied to the Order Change as a whole, expressed as text.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Validity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period for which the changed Order is valid.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Order Reference (the reference of the Order being changed).</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:QuotationDocumentReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Quotation_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Quotation.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Quotation</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorDocumentReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Originator_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Originator Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Additional Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Contract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Contract</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Originator.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:FreightForwarderParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Freight Forwarder_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to a Freight Forwarder or Carrier.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Freight Forwarder</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Customer Party.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Accounting_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Supplier Party.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Delivery" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Delivery</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Delivery.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DeliveryTerms" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Delivery Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Delivery Terms.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery Terms</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Payment Means</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Payment Means.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Means</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Means</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TransactionConditions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Transaction Conditions</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Associates the Order Change with a purchasing, sales, or payment condition applying to the whole order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Transaction Conditions</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Transaction Conditions</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Allowance Charge</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Allowances and Charges that apply to the Order Change as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DestinationCountry" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Destination_ Country. Country</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the country of destination (for customs purposes).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Destination</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Country</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Country</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the total tax amount of the changed Order (as calculated by the Buyer).</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AnticipatedMonetaryTotal" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Anticipated_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the total amounts for the Order Change anticipated by the Buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Anticipated</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Order Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to one or more (changed) Order Lines.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,828 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: OrderResponse
|
||||
Generated On: Tue Oct 03 2:26:38 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="OrderResponse" type="OrderResponseType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="OrderResponseType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to indicate detailed acceptance or rejection of an Order or to make a counter-offer.</ccts:Definition>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Order Acknowledgement, PO Response</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Order Response assigned by the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Purchase Order Response Number, Acknowledgement of Order Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:SalesOrderID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Sales Order Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Order issued by the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Sales Order Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the Order Response is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the Seller on which the Order was responded to.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the Seller at which the Order was responded to.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Order Response. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The default currency for the Order Response.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency that is used for all prices in the Order Response.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Tax_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency that is used for all tax amounts in the Order Response.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TotalPackagesQuantity" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Total_ Packages Quantity. Quantity</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total number of packages contained in the Order Response.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Total</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Packages Quantity</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Quantity. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:GrossWeightMeasure" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Gross_ Weight. Measure</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total gross weight for the Order Response (goods + packaging + transport equipment).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Gross</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Weight</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Measure</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Measure. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:NetWeightMeasure" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Net_ Weight. Measure</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total net weight for the Order Response (goods + packaging).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Net</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Weight</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Measure</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Measure. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:NetNetWeightMeasure" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Net Net_ Weight. Measure</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total net weight of the goods in the Order Response excluding packaging.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Net Net</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Weight</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Measure</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Measure. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:GrossVolumeMeasure" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Gross_ Volume. Measure</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total volume of the goods in the Order Response including packaging.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Gross</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Volume</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Measure</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Measure. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:NetVolumeMeasure" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Net_ Volume. Measure</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total volume of the goods in the Order Response excluding packaging.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Net</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Volume</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Measure</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Measure. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomerReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Customer Reference. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A supplementary reference assigned by the Buyer, e.g. the CRI in a purchasing card transaction.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customer Reference</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCostCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Accounting Cost Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An accounting cost code applied to the order as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCost" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Accounting Cost. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An accounting cost code applied to the order as a whole, expressed as text.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Validity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period for which the Order Response is valid.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Order Reference (the reference of the Order being responded to).</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Order_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to [another] Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Order</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorDocumentReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Originator_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Originator Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Additional Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Contract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Contract</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Originator.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:FreightForwarderParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Freight Forwarder_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to a Freight Forwarder or Carrier.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Freight Forwarder</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Accounting_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Supplier Party.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Customer Party.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Delivery" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Delivery</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Delivery.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DeliveryTerms" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Delivery Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Delivery Terms.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery Terms</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Payment Means</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Payment Means.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Means</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Means</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Allowance Charge</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Allowances and Charges that apply to the Order Response as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TransactionConditions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Transaction Conditions</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association with any sales or purchasing conditions applying to the whole order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Transaction Conditions</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Transaction Conditions</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DestinationCountry" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Destination_ Country. Country</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Associates the order response with the country to which it is destined, for Customs purposes.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Destination</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Country</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Country</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the total tax amount of the Order (as calculated by the Seller).</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:LegalMonetaryTotal" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Legal_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the total amounts for the Order (or counter-offer).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Legal</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Order Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to one or more Order Lines.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,463 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: OrderResponseSimple
|
||||
Generated On: Tue Oct 03 2:26:39 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:OrderResponseSimple-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:OrderResponseSimple-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="OrderResponseSimple" type="OrderResponseSimpleType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="OrderResponseSimpleType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to indicate simple acceptance or rejection of an entire Order.</ccts:Definition>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Order Acknowledgement, PO Response</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Order Response Simple assigned by the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Purchase Order Response Number, Acknowledgement of Order Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the Order Response Simple is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the Seller on which the Order was responded to.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the Seller at which the Order was responded to.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Order Response Simple. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AcceptedIndicator" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Accepted_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the Order is accepted (true) or rejected (false).</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accepted</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RejectionNote" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Rejection_ Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The reason for rejection if the order was not accepted.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Rejection</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
<ccts:Examples>"Out of Stock","Not able to supply","Unable to fulfill within the contracted conditions", "Buyer Account not Recognised"</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomerReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Customer_ Reference. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A supplementary reference for the transaction (e.g., when using purchasing card).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Customer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Reference</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCostCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Accounting Cost Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An accounting cost code applied to the order as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCost" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Accounting Cost. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An accounting cost code applied to the order as a whole, expressed as text.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Order Reference (the reference of the Order being responded to).</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Additional Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Originator.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Accounting_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Supplier Party.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Customer Party.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,408 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: PackingList
|
||||
Generated On: Tue Oct 03 2:26:39 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:PackingList-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:PackingList-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="PackingList" type="PackingListType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="PackingListType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document stating the detail of how goods are packed.</ccts:Definition>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the subset of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Unique Identifier of the Packing List. Reference number to identify a packing list.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Packing List Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Date of issue of a packing list.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Time of issue of a packing list.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Name</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Name of a Packing List.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Name. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Textual description of a Packing List.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Textual note associated with a Packing List.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:VersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Version identifier of a Packing List.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:OtherInstruction" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Other_ Instruction. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Contains other free-text-based instructions related to the shipment to the forwarders or carriers. This should only be used where such information cannot be represented in other structured information entities within the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Other</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Instruction</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ConsignorParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Consignor_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party consigning goods as stipulated in the transport contract by the party ordering transport.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Consignor</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CarrierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Carrier_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party providing the transport of goods between named points.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Carrier</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:FreightForwarderParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Freight Forwarder_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party combining individual smaller shipments into a single larger consignment (so called consolidated consignment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Freight Forwarder</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Shipment" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Shipment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Information about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Shipment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Shipment</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Document Reference (reference to documents that provide supplementary information to the Packing List).</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentDistribution" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Document Distribution</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Contain information on the distribution list of the documents.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Distribution</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Distribution</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>One or more signatures applied to the document instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,532 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: Quotation
|
||||
Generated On: Tue Oct 03 2:26:39 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:Quotation-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:Quotation-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="Quotation" type="QuotationType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="QuotationType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to quote for the provision of goods and services.</ccts:Definition>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Purchase Order</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the subset of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Quotation assigned by the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the Quotation is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the Seller on which the Quotation was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the Seller at which the Quotation was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Quotation. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency that is used for all prices in the Quotation.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Validity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period for which the Quotation is valid.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:RequestForQuotationDocumentReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Request For Quotation_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Request for Quotation.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Request For Quotation</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Additional Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Contract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Contract.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Originator.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Delivery" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Delivery</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Delivery.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DeliveryTerms" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Delivery Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Delivery Terms.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery Terms</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Payment Means</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to potential Payment Means for Orders related to this Quotation.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Means</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Means</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TransactionConditions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Transaction Conditions</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association with any purchasing, sales or payment conditions applying to Orders related to this Quotation.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Transaction Conditions</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Transaction Conditions</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Allowance Charge</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Allowances and Charges that apply to the Quotation as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DestinationCountry" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Destination_ Country. Country</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the country of destination (for customs purposes for potential orders).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Destination</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Country</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Country</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the total tax amount of the Order (as estimated by the Seller).</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:QuotedMonetaryTotal" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Quoted_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the total amounts for the Quotation.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Quoted</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:QuotationLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Quotation Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to one or more Quotation Lines.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Quotation Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Quotation Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,440 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: ReceiptAdvice
|
||||
Generated On: Tue Oct 03 2:26:39 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:ReceiptAdvice-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:ReceiptAdvice-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="ReceiptAdvice" type="ReceiptAdviceType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="ReceiptAdviceType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to describe the receipt of goods and services.</ccts:Definition>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Receipt, Delivery Acknowledgement</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the subset of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Receipt Advice assigned by Delivery (Party).</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the Receipt Advice is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by Delivery (Party) on which the Receipt Advice was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by Delivery (Party) at which the Receipt Advice was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentStatusCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Document Status Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the status of the Receipt Advice with respect to its original state. This may be used if the document precedes the event and is subsequently found to be incorrect and in need of cancelling or revising.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Status Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Document Status_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Receipt Advice. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Order Reference.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DespatchDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Despatch_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Despatch Advice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Despatch</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Additional Document</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DeliveryCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Delivery_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Delivery Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Delivery</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DespatchSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Despatch_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Dispatch Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Despatch</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Shipment" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Shipment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Shipment.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Shipment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Shipment</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiptLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Receipt Advice. Receipt Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Receipt Advice Line.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Receipt Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Receipt Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Receipt Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,716 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: Reminder
|
||||
Generated On: Tue Oct 03 2:26:39 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:Reminder-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:Reminder-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="Reminder" type="ReminderType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="ReminderType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to remind the customer of payments overdue.</ccts:Definition>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Reminder assigned by the Creditor.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Invoice Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether a document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the Creditor on which the Invoice was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Invoice Date</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the Creditor on which the Reminder was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ReminderTypeCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Reminder Type Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Code specifying the type of the Reminder.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Reminder Type Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ReminderSequenceNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Reminder Sequence. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The sequence number of the current reminder. Specifies the number of reminders previously sent plus one.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Reminder Sequence</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Reminder. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxPointDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Tax Point Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date of the Reminder used to indicate the point at which tax becomes applicable.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Point Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency in which the Document is presented. This may be the same currency as the pricing or as the tax.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Tax_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for tax amounts in the Reminder.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for prices in the Reminder.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PaymentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Payment_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for payment in the Reminder.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PaymentAlternativeCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Payment Alternative_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The alternative currency used for payment in the Reminder.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment Alternative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCostCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Accounting Cost Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Buyer's accounting code applied to the Reminder as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCost" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Accounting Cost. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Buyer's accounting code applied to the Reminder as a whole, expressed as text.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReminderPeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Reminder_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to period(s) to which the Reminder applies.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Reminder</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Additional Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Accounting_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Supplier Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Customer Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PayeeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Payee_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Payee.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payee</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxRepresentativeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Tax Representative_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Tax Representative.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax Representative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Payment Means</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Payment Means.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Means</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Means</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentTerms" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Payment Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Payment Terms.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Terms</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PrepaidPayment" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Prepaid_ Payment. Payment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to prepaid payment(s).</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Prepaid</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Payment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Allowance Charge</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Allowances and Charges that apply to the Reminder as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Tax_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Tax Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PricingExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Pricing_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Pricing Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Payment_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Payment Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentAlternativeExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Payment Alternative_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Payment Alternative Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment Alternative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Tax Total for specific tax types/rates.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:LegalMonetaryTotal" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Legal_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the total amount payable on the Invoice, including Allowances, Charges, and Taxes.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Legal</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReminderLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Reminder. Reminder Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Reminder Line.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Reminder</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Reminder Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Reminder Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,540 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: RemittanceAdvice
|
||||
Generated On: Tue Oct 03 2:26:39 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:RemittanceAdvice-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:RemittanceAdvice-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="RemittanceAdvice" type="RemittanceAdviceType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="RemittanceAdviceType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to specify details of an actual payment.</ccts:Definition>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Remittance Advice assigned by the Debtor.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the Remittance Advice is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the Debtor on which the Remittance Advice was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the Debtor at which the Remittance Advice was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Remittance Advice. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The default currency for the Remittance Advice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TotalDebitAmount" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Total_ Debit Amount. Amount</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The totals of all debit amounts for the Remittance Advice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Total</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Debit Amount</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Amount. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TotalCreditAmount" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Total_ Credit Amount. Amount</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The totals of all credit amounts for the Remittance Advice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Total</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Credit Amount</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Amount. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TotalPaymentAmount" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Total_ Payment Amount. Amount</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total payable amount for the Remittance Advice (positive).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Total</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Payment Amount</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Amount. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PaymentOrderReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Payment Order Reference. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to the Payment Order (from the Payer to the Payer's bank).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Order Reference</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PayerReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Payer_ Reference. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Payer;'s internal reference for the payment.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Reference</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:InvoicingPartyReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Invoicing Party_ Reference. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Invoicing Party's reference to the payment, previously requested of the Payer to accompany remittance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Invoicing Party</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Reference</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InvoicePeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Invoice_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Associates the Remittance Advice with an Invoicing Period rather than a specific Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Invoice</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BillingReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Billing Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Billing Reference.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Billing Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Billing Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Additional Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Customer Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Accounting_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Supplier Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PayeeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Payee_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Payee.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payee</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Payment Means</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Payment Means.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Means</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Means</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Tax Total.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:RemittanceAdviceLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Remittance Advice. Remittance Advice Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to one or more Remittance Advice Lines.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Remittance Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Remittance Advice Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Remittance Advice Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,440 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: RequestForQuotation
|
||||
Generated On: Tue Oct 03 2:26:39 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:RequestForQuotation-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:RequestForQuotation-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="RequestForQuotation" type="RequestForQuotationType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="RequestForQuotationType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to request a Quotation for goods and services from a Seller.</ccts:Definition>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Purchase Order</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Request For Quotation assigned by the Originator.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the Request For Quotation is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the Originator on which the Quotation was requested.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the Originator at which the Quotation was requested.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Request For Quotation. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency that the Seller should use to price the Quotation.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CatalogueDocumentReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Catalogue_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Catalogue</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Additional Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Originator.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Delivery" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Delivery</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Delivery.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DeliveryTerms" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Delivery Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Delivery Terms.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery Terms</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DestinationCountry" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Destination_ Country. Country</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the country of destination (for customs purposes for potential orders).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Destination</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Country</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Country</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Contract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to a framework agreement or contract.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:RequestForQuotationLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Request For Quotation. Request For Quotation Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to one or more Request For Quotation Lines.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Request For Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Request For Quotation Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Request For Quotation Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,664 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: SelfBilledCreditNote
|
||||
Generated On: Tue Oct 03 2:26:39 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:SelfBilledCreditNote-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:SelfBilledCreditNote-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="SelfBilledCreditNote" type="SelfBilledCreditNoteType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="SelfBilledCreditNoteType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Credit Note created by the Debtor in a Self Billing arrangement with a Creditor; Self Billed Credit Note replaces Debit Note in such arrangements.</ccts:Definition>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Self Billed Credit Note assigned by the Debtor.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the Self Billed Credit Note is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the Debtor on which the Self Billed Credit Note was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the Debtor at which the Self Billed Credit Note was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxPointDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Tax Point Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date of the Self Billed Credit Note, used to indicate the point at which tax becomes applicable.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Point Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Self Billed Credit Note. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The default currency for the Self Billed Credit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Tax_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for tax amounts in the Self Billed Credit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for prices in the Self Billed Credit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCostCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Accounting Cost Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Buyer's accounting code applied to the Self Billed Credit Note as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCost" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Accounting Cost. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Buyer's accounting code applied to the Self Billed Credit Note as a whole, expressed as text.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InvoicePeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Invoice_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Associates the Self Billed Credit Note with an Invoicing Period rather than a specific Invoice (Self Billing).</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Invoice</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DiscrepancyResponse" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Discrepancy_ Response. Response</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to a reason for the Self Billed Credit Note as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Discrepancy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Response</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Response</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Order Reference.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BillingReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Billing Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Billing Reference.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Billing Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Billing Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DespatchDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Despatch_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Despatch Advice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Despatch</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiptDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Receipt_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Receipt Advice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receipt</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Contract_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Contract.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Contract</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Additional Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Customer Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Accounting_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Customer Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PayeeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Payee_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Payee.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payee</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxRepresentativeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Tax Representative_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Tax Representative.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax Representative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Allowance Charge</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association with an overall charge or allowance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Tax_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Tax Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PricingExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Pricing_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Pricing Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Tax Total for specific tax types/rates.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:LegalMonetaryTotal" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Legal_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the total amount payable on the Self Billed Credit Note, including Allowances, Charges, and Taxes.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Legal</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CreditNoteLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Credit Note. Credit Note Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to one or more Self Billed Credit Note Lines.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Credit Note Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Credit Note Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,870 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: SelfBilledInvoice
|
||||
Generated On: Tue Oct 03 2:26:39 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:SelfBilledInvoice-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:SelfBilledInvoice-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="SelfBilledInvoice" type="SelfBilledInvoiceType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="SelfBilledInvoiceType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Invoice document created by the Customer (rather than the Supplier) in a Self Billing relationship.</ccts:Definition>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Self Billed Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether a document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date on which the Self Billed Invoice was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time at which the Self Billed Invoice was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxPointDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Tax Point Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date of the invoice for tax purposes, in accordance with the applicable tax regulation.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Point Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:InvoiceTypeCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Invoice Type Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the type of the invoice by a code.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Invoice Type Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Contains any free-form text pertinent to the entire document or to the document message itself. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency in which the Invoice is presented. This may be the same currency as the pricing or as the tax.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Tax_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for tax amounts in the Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for prices in the Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PaymentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Payment_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency used for payment in the Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PaymentAlternativeCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Payment Alternative_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The alternative currency used for payment in the Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment Alternative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCostCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Accounting Cost Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An accounting cost code applied to the Invoice as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCost" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Accounting Cost. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An accounting cost code applied to the Invoice as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InvoicePeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Invoice_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to period(s) to which the Self Billed Invoice applies.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Invoice</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Order Reference.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BillingReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Billing Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Billing Reference.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Billing Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Billing Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Contract_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Contract.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Contract</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DespatchDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Despatch_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Despatch Advice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Despatch</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiptDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Receipt_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Receipt Advice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receipt</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:StatementDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Statement_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Statement</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Statement</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Originator_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Originator Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Additional Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Accounting Customer Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Accounting_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Accounting Supplier Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Associates the Invoice with information about the buyer involved in the transaction.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Associates the Invoice with information about the seller involved in the transaction.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PayeeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Payee_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Associates the Invoice with information about the payee involved in the transaction.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payee</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxRepresentativeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Tax Representative_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Tax Representative.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax Representative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Delivery" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Delivery</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Associates the overall Invoice with the details of a delivery (or deliveries).</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DeliveryTerms" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Delivery Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Associates the Invoice with the delivery terms applicable/required.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery Terms</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Payment Means</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Associates the Invoice with the expected means of payment.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Means</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Means</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentTerms" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Payment Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Associates the Invoice with the payment terms applicable/offered.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Terms</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PrepaidPayment" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Prepaid_ Payment. Payment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to prepaid payment(s).</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Prepaid</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Payment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Allowance Charge</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Associates the Invoice with an overall charge or allowance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Tax_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Tax Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PricingExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Pricing_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Pricing Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Payment_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Payment Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentAlternativeExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Payment Alternative_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Exchange Rate between the Document Currency and the Payment Alternative Currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment Alternative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Associates the Invoice with summary information for a particular tax.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:LegalMonetaryTotal" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Legal_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Associates the Invoice with a set of totals required for the Invoice to be a legal document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Legal</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InvoiceLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Self Billed Invoice. Invoice Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An Invoice has one or more invoice lines.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Self Billed Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Invoice Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Invoice Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,553 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: Statement
|
||||
Generated On: Tue Oct 03 2:26:39 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:Statement-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:Statement-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="Statement" type="StatementType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="StatementType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to specify the status of Orders, Billing, and Payment. This document is a Statement of Account and not intended as a summary Invoice</ccts:Definition>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Statement.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the Statement is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date assigned by the Creditor on which the Statement was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time assigned by the Creditor at which the Statement was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text applying to the Statement. This element may contain notes or any other similar information that is not contained explicitly in another structure.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The default currency for the Statement.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TotalDebitAmount" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Total_ Debit Amount. Amount</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total of all debit amounts for the Statement.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Total</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Debit Amount</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Amount. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TotalCreditAmount" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Total_ Credit Amount. Amount</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total of all credit amounts for the Statement.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Total</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Credit Amount</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Amount. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TotalBalanceAmount" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Total_ Balance Amount. Amount</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total amount for the Statement.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Total</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Balance Amount</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Amount. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:StatementPeriod" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Statement_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to period(s) to which the Statement applies.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Statement</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An associative reference to Additional Document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Accounting_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Supplier Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Accounting Customer Party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Originator.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PayeeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Payee_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Payee.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payee</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Payment Means</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Payment Means.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Means</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Means</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentTerms" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Payment Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Payment Terms.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Terms</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Allowance Charge</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Allowances and Charges that apply to the Statement period as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association with summary information for particular taxes.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:StatementLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Statement. Statement Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to one or more Statement Lines.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Statement</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Statement Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Statement Line</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,377 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: TransportationStatus
|
||||
Generated On: Tue Oct 03 2:26:39 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:TransportationStatus-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:TransportationStatus-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="TransportationStatus" type="TransportationStatusType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="TransportationStatusType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Transportation Status. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A message to report the transport status and/or change in the transport status (i.e. event) between agreed parties.</ccts:Definition>
|
||||
<ccts:ObjectClass>Transportation Status</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Transportation Status. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Transportation Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Transportation Status. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Transportation Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Transportation Status. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Transportation Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Transportation Status. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Unique identifier of the Status message.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Transportation Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Freight Forwarding Instruction, Shippers Letter of Instruction</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CarrierAssignedID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Transportation Status. Carrier Assigned_ Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Reference number assigned by a carrier or its agent to identify a specific shipment, such as a booking reference number when cargo space is reserved prior to loading.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Transportation Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Carrier Assigned</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Transportation Status. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Transportation Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Transportation Status. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Date on which the status message was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Transportation Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Transportation Status. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Time at which the status message was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Transportation Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Transportation Status. Name</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Name of a status message.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Transportation Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Name. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Transportation Status. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Textual description of a status message.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Transportation Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Transportation Status. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Textual note associated with a status message.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Transportation Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ShippingOrderID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Transportation Status. Shipping Order Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Reference number to identify a Shipping Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Transportation Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Shipping Order Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:OtherInstruction" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Transportation Status. Other_ Instruction. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Instruction about this message.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Transportation Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Other</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Instruction</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Consignment" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Transportation Status. Consignment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Consignment covered by the status message.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Transportation Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Consignment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Consignment</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TransportEvent" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Transportation Status. Transport Event</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Events that relate to this status report.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Transportation Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Transport Event</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Transport Event</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Transportation Status. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Document Reference.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Transportation Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Transportation Status. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Transportation Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,476 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document Type: Waybill
|
||||
Generated On: Tue Oct 03 2:26:39 P3 2006
|
||||
|
||||
-->
|
||||
<!-- ===== xsd:schema Element With Namespaces Declarations ===== -->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:Waybill-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:Waybill-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.0">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" schemaLocation="../common/UBL-CommonAggregateComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="../common/UBL-CommonBasicComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" schemaLocation="../common/UnqualifiedDataTypeSchemaModule-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" schemaLocation="../common/UBL-CommonExtensionComponents-2.0.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" schemaLocation="../common/UBL-QualifiedDatatypes-2.0.xsd"/>
|
||||
<!-- ===== Root Element ===== -->
|
||||
<xsd:element name="Waybill" type="WaybillType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="WaybillType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Waybill is issued by the party who acts as an agent for the carrier or other agents, to the party who gives instructions for the transportation services (shipper, consignor, etc.) stating the details of the transportation, charges, and terms and conditions under which the transportation service is provided. The party issuing this document could be a party other than that providing the physical transportation. It corresponds to the information on the Forwarding Instruction. It is used for all modes of transport. It can serve as a contractual document between the parties for the transportation service. The document made out by the carrier or on behalf of the carrier evidencing the contract for the transport of cargo.</ccts:Definition>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Consignment Note</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Unique identifier of the Waybill. Reference number to identify a document evidencing a transport contract.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Master Waybill Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CarrierAssignedID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Carrier Assigned_ Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Reference number assigned by a carrier or its agent to identify a specific shipment.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Carrier Assigned</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this ABIE.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Date on which the Waybill was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Time at which the Waybill was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Name</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Name of a Waybill.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Name. Type</ccts:DataType>
|
||||
<ccts:Examples>"Air Waybill", "House Waybill"</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Textual description of a Waybill.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Textual note associated with a Waybill.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ShippingOrderID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Shipping Order Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Reference number to identify a Shipping Order or Forwarding Instruction.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Shipping Order Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AdValoremIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Ad Valorem_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A term used in commerce in reference to certain duties, called ad valorem duties, which are levied on commodities at certain rates per centum on their value.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Ad Valorem</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DeclaredCarriageValueAmount" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Declared Carriage_ Value. Amount</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Value, declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage, in case of loss or damage to goods or delayed delivery.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Declared Carriage</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Value</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Amount. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:OtherInstruction" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Other_ Instruction. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Contains other free-text based instructions related to the shipment to the forwarders or carriers. This should only be used where such information cannot be represented in other structured information entities within the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Other</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Instruction</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ConsignorParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Consignor_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party consigning goods as stipulated in the transport contract by the party ordering transport.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Consignor</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CarrierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Carrier_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party providing the transport of goods between named points.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Carrier</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:FreightForwarderParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Freight Forwarder_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party combining individual smaller consignments into a single larger shipment (so-called consolidated consignment ) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Freight Forwarder</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Shipment" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Shipment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Shipment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Shipment</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Document Reference.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ExchangeRate" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Information that directly relates to the rate of exchange (conversion) between two currencies.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentDistribution" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Document Distribution</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The distribution of the Waybill to interested parties.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Distribution</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Distribution</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Waybill. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to Signature.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Waybill</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
Copyright (C) OASIS Open 2001-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 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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,731 @@
|
|||
<?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:ccts="urn:un:unece:uncefact:documentation: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:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000001</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Amount. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A number of monetary units specified in a currency where the unit of the currency is explicit or implied.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Amount</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>decimal</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:decimal">
|
||||
<xsd:attribute name="currencyID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000001-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Amount Currency. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency of the amount.</ccts:Definition>
|
||||
<ccts:ObjectClass>Amount Currency</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
<ccts:UsageRule>Reference UNECE Rec 9, using 3-letter alphabetic codes.</ccts:UsageRule>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="currencyCodeListVersionID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000001-SC3</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Amount Currency. Code List Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The VersionID of the UN/ECE Rec9 code list.</ccts:Definition>
|
||||
<ccts:ObjectClass>Amount Currency</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Code List Version</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<!-- ===== CCT: BinaryObjectType ===== -->
|
||||
<!-- =================================================================== -->
|
||||
<xsd:complexType name="BinaryObjectType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000002</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Binary Object. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A set of finite-length sequences of binary octets.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Binary Object</ccts:RepresentationTermName>
|
||||
<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:UniqueID>UNDT000002-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Binary Object. Format. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The format of the binary content.</ccts:Definition>
|
||||
<ccts:ObjectClass>Binary Object</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Format</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="mimeCode" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000002-SC3</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Binary Object. Mime. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The mime type of the binary object.</ccts:Definition>
|
||||
<ccts:ObjectClass>Binary Object</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Mime</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="encodingCode" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000002-SC4</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Binary Object. Encoding. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Specifies the decoding algorithm of the binary object.</ccts:Definition>
|
||||
<ccts:ObjectClass>Binary Object</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Encoding</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="characterSetCode" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000002-SC5</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<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:ObjectClass>Binary Object</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Character Set</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="uri" type="xsd:anyURI" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000002-SC6</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<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:ObjectClass>Binary Object</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="filename" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000002-SC7</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Binary Object. Filename.Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The filename of the binary object.</ccts:Definition>
|
||||
<ccts:ObjectClass>Binary Object</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Filename</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<!-- ===== CCT: CodeType ===== -->
|
||||
<!-- =================================================================== -->
|
||||
<xsd:complexType name="CodeType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Code. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A character string (letters, figures, or symbols) that for brevity and/or languange independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
<ccts:UsageRule>Should not be used if the character string identifies an instance of an object class or an object in the real world, in which case the Identifier. Type should be used.</ccts:UsageRule>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:normalizedString">
|
||||
<xsd:attribute name="listID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Code List. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The identification of a list of codes.</ccts:Definition>
|
||||
<ccts:ObjectClass>Code List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="listAgencyID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007-SC3</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Code List. Agency. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An agency that maintains one or more lists of codes.</ccts:Definition>
|
||||
<ccts:ObjectClass>Code List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Agency</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
<ccts:UsageRule>Defaults to the UN/EDIFACT data element 3055 code list.</ccts:UsageRule>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="listAgencyName" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007-SC4</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Code List. Agency Name. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The name of the agency that maintains the list of codes.</ccts:Definition>
|
||||
<ccts:ObjectClass>Code List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Agency Name</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="listName" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007-SC5</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Code List. Name. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The name of a list of codes.</ccts:Definition>
|
||||
<ccts:ObjectClass>Code List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Name</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="listVersionID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007-SC6</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Code List. Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The version of the list of codes.</ccts:Definition>
|
||||
<ccts:ObjectClass>Code List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Version</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="name" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007-SC7</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Code. Name. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The textual equivalent of the code content component.</ccts:Definition>
|
||||
<ccts:ObjectClass>Code</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Name</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="languageID" type="xsd:language" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007-SC8</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Language. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The identifier of the language used in the code name.</ccts:Definition>
|
||||
<ccts:ObjectClass>Language</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="listURI" type="xsd:anyURI" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007-SC9</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<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:ObjectClass>Code List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="listSchemeURI" type="xsd:anyURI" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000007-SC10</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<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:ObjectClass>Code List Scheme</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<!-- ===== CCT: DateTimeType ===== -->
|
||||
<!-- =================================================================== -->
|
||||
<xsd:complexType name="DateTimeType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000008</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Date Time. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A particular point in the progression of time together with the relevant supplementary information.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Date Time</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
<ccts:UsageRule>Can be used for a date and/or time.</ccts:UsageRule>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:string">
|
||||
<xsd:attribute name="format" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000008-SC1</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Date Time. Format. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The format of the date time content</ccts:Definition>
|
||||
<ccts:ObjectClass>Date Time</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Format</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<!-- ===== CCT: IdentifierType ===== -->
|
||||
<!-- =================================================================== -->
|
||||
<xsd:complexType name="IdentifierType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000011</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Identifier. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<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:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:normalizedString">
|
||||
<xsd:attribute name="schemeID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000011-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Identification Scheme. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The identification of the identification scheme.</ccts:Definition>
|
||||
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="schemeName" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000011-SC3</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Identification Scheme. Name. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The name of the identification scheme.</ccts:Definition>
|
||||
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Name</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="schemeAgencyID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000011-SC4</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Identification Scheme Agency. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The identification of the agency that maintains the identification scheme.</ccts:Definition>
|
||||
<ccts:ObjectClass>Identification Scheme Agency</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
<ccts:UsageRule>Defaults to the UN/EDIFACT data element 3055 code list.</ccts:UsageRule>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="schemeAgencyName" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000011-SC5</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Identification Scheme Agency. Name. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The name of the agency that maintains the identification scheme.</ccts:Definition>
|
||||
<ccts:ObjectClass>Identification Scheme Agency</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Agency Name</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="schemeVersionID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000011-SC6</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Identification Scheme. Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The version of the identification scheme.</ccts:Definition>
|
||||
<ccts:ObjectClass>Identification Scheme</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Version</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="schemeDataURI" type="xsd:anyURI" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000011-SC7</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<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:ObjectClass>Identification Scheme Data</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="schemeURI" type="xsd:anyURI" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000011-SC8</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<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:ObjectClass>Identification Scheme</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Uniform Resource Identifier</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<!-- ===== CCT: IndicatorType ===== -->
|
||||
<!-- =================================================================== -->
|
||||
<xsd:complexType name="IndicatorType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000012</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Indicator. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A list of two mutually exclusive Boolean values that express the only possible states of a Property.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Indicator</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:string">
|
||||
<xsd:attribute name="format" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000012-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Indicator. Format. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Whether the indicator is numeric, textual or binary.</ccts:Definition>
|
||||
<ccts:ObjectClass>Indicator</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Format</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<!-- ===== CCT: MeasureType ===== -->
|
||||
<!-- =================================================================== -->
|
||||
<xsd:complexType name="MeasureType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000013</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Measure. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A numeric value determined by measuring an object along with the specified unit of measure.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Measure</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>decimal</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:decimal">
|
||||
<xsd:attribute name="unitCode" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000013-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Measure Unit. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The type of unit of measure.</ccts:Definition>
|
||||
<ccts:ObjectClass>Measure Unit</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Code</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
<ccts:UsageRule>Reference UNECE Rec. 20 and X12 355</ccts:UsageRule>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="unitCodeListVersionID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000013-SC3</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Measure Unit. Code List Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The version of the measure unit code list.</ccts:Definition>
|
||||
<ccts:ObjectClass>Measure Unit</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Code List Version</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<!-- ===== CCT: NumericType ===== -->
|
||||
<!-- =================================================================== -->
|
||||
<xsd:complexType name="NumericType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000014</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Numeric. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<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:RepresentationTermName>Numeric</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</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:UniqueID>UNDT000014-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Numeric. Format. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Whether the number is an integer, decimal, real number or percentage.</ccts:Definition>
|
||||
<ccts:ObjectClass>Numeric</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Format</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<!-- ===== CCT: QuantityType ===== -->
|
||||
<!-- =================================================================== -->
|
||||
<xsd:complexType name="QuantityType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000018</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Quantity. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A counted number of non-monetary units possibly including fractions.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Quantity</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>decimal</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:decimal">
|
||||
<xsd:attribute name="unitCode" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000018-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Quantity. Unit. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The unit of the quantity</ccts:Definition>
|
||||
<ccts:ObjectClass>Quantity</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Unit Code</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="unitCodeListID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000018-SC3</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Quantity Unit. Code List. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The quantity unit code list.</ccts:Definition>
|
||||
<ccts:ObjectClass>Quantity Unit</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Code List</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="unitCodeListAgencyID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000018-SC4</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Quantity Unit. Code List Agency. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The identification of the agency that maintains the quantity unit code list</ccts:Definition>
|
||||
<ccts:ObjectClass>Quantity Unit</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Code List Agency</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
<ccts:UsageRule>Defaults to the UN/EDIFACT data element 3055 code list.</ccts:UsageRule>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="unitCodeListAgencyName" type="xsd:string" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000018-SC5</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<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:ObjectClass>Quantity Unit</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Code List Agency Name</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<!-- ===== CCT: TextType ===== -->
|
||||
<!-- =================================================================== -->
|
||||
<xsd:complexType name="TextType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000019</ccts:UniqueID>
|
||||
<ccts:CategoryCode>CCT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Text. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A character string (i.e. a finite set of characters) generally in the form of words of a language.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:string">
|
||||
<xsd:attribute name="languageID" type="xsd:language" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000019-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Language. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The identifier of the language used in the content component.</ccts:Definition>
|
||||
<ccts:ObjectClass>Language</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
<xsd:attribute name="languageLocaleID" type="xsd:normalizedString" use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000019-SC3</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName> Language. Locale. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The identification of the locale of the language.</ccts:Definition>
|
||||
<ccts:ObjectClass>Language</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Locale</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,223 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: UBL-CommonExtensionComponents-2.1.xsd
|
||||
Generated on: 2013-04-20 18:40(UTC)
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:udt="urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
elementFormDefault="qualified" attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2" schemaLocation="UBL-UnqualifiedDataTypes-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<!-- ===== Includes ===== -->
|
||||
<xsd:include schemaLocation="UBL-ExtensionContentDataType-2.1.xsd"/>
|
||||
<!-- ===== Aggregate Element and Type Declarations ===== -->
|
||||
<xsd:element name="UBLExtensions" type="UBLExtensionsType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
A container for all extensions present in the document.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="UBLExtensionsType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
A container for all extensions present in the document.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="UBLExtension" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
A single extension for private use.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:element name="UBLExtension" type="UBLExtensionType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
A single extension for private use.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="UBLExtensionType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
A single extension for private use.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
An identifier for the Extension assigned by the creator of the extension.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
A name for the Extension assigned by the creator of the extension.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="ExtensionAgencyID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
An agency that maintains one or more Extensions.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="ExtensionAgencyName" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
The name of the agency that maintains the Extension.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="ExtensionVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
The version of the Extension.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="ExtensionAgencyURI" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
A URI for the Agency that maintains the Extension.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="ExtensionURI" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
A URI for the Extension.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="ExtensionReasonCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
A code for reason the Extension is being included.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="ExtensionReason" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
A description of the reason for the Extension.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="ExtensionContent" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
The definition of the extension content.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- ===== Basic Element and Type Declarations ===== -->
|
||||
<xsd:element name="ExtensionAgencyID" type="ExtensionAgencyIDType"/>
|
||||
<xsd:element name="ExtensionAgencyName" type="ExtensionAgencyNameType"/>
|
||||
<xsd:element name="ExtensionAgencyURI" type="ExtensionAgencyURIType"/>
|
||||
<xsd:element name="ExtensionContent" type="ExtensionContentType"/>
|
||||
<xsd:element name="ExtensionReason" type="ExtensionReasonType"/>
|
||||
<xsd:element name="ExtensionReasonCode" type="ExtensionReasonCodeType"/>
|
||||
<xsd:element name="ExtensionURI" type="ExtensionURIType"/>
|
||||
<xsd:element name="ExtensionVersionID" type="ExtensionVersionIDType"/>
|
||||
<xsd:complexType name="ExtensionAgencyIDType">
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="udt:IdentifierType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ExtensionAgencyNameType">
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="udt:TextType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ExtensionAgencyURIType">
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="udt:IdentifierType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ExtensionReasonType">
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="udt:TextType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ExtensionReasonCodeType">
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="udt:CodeType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ExtensionURIType">
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="udt:IdentifierType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ExtensionVersionIDType">
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="udt:IdentifierType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,101 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/common/UBL-CommonSignatureComponents-2.1.xsd
|
||||
Generated on: 2013-10-31 17:18z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonSignatureComponents-2"
|
||||
xmlns:sac="urn:oasis:names:specification:ubl:schema:xsd:SignatureAggregateComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:CommonSignatureComponents-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:SignatureAggregateComponents-2"
|
||||
schemaLocation="UBL-SignatureAggregateComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="UBLDocumentSignatures" type="UBLDocumentSignaturesType"/>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="UBLDocumentSignaturesType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>UBL Document Signatures. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>This class collects all signature information for a document.</ccts:Definition>
|
||||
<ccts:ObjectClass>UBL Document Signatures</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="sac:SignatureInformation" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>UBL Document Signatures. Signature Information</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Each of these is scaffolding for a single digital signature.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>UBL Document Signatures</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature Information</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature Information</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature Information</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,63 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: UBL-CoreComponentParameters-2.1.xsd
|
||||
Generated on: 2013-04-20 18:40(UTC)
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:un:unece:uncefact:documentation:2"
|
||||
xmlns="urn:un:unece:uncefact:documentation:2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,89 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: UBL-ExtensionContentDataType-2.1.xsd
|
||||
Generated on: 2013-04-20 18:40(UTC)
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns=
|
||||
"urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
targetNamespace=
|
||||
"urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
|
||||
<!--import here all extension schemas-->
|
||||
<xsd:import namespace=
|
||||
"urn:oasis:names:specification:ubl:schema:xsd:CommonSignatureComponents-2"
|
||||
schemaLocation="UBL-CommonSignatureComponents-2.1.xsd"/>
|
||||
|
||||
<!-- ===== Type Declaration ===== -->
|
||||
<xsd:complexType name="ExtensionContentType">
|
||||
<xsd:sequence>
|
||||
<xsd:any namespace="##other" processContents="lax"
|
||||
minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
Any element in any namespace other than the UBL extension
|
||||
namespace is allowed to be the apex element of an extension.
|
||||
Only those elements found in the UBL schemas and in the
|
||||
trees of schemas imported in this module are validated.
|
||||
Any element for which there is no schema declaration in any
|
||||
of the trees of schemas passes validation and is not
|
||||
treated as a schema constraint violation.
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:any>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,69 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: UBL-QualifiedDataTypes-2.1.xsd
|
||||
Generated on: 2013-04-20 18:40(UTC)
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDataTypes-2"
|
||||
xmlns="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDataTypes-2"
|
||||
xmlns:udt="urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2" schemaLocation="UBL-UnqualifiedDataTypes-2.1.xsd"/>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!--no qualified data types defined at this time-->
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== -->
|
||||
<!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,138 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/common/UBL-SignatureAggregateComponents-2.1.xsd
|
||||
Generated on: 2013-10-31 17:18z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:SignatureAggregateComponents-2"
|
||||
xmlns:sac="urn:oasis:names:specification:ubl:schema:xsd:SignatureAggregateComponents-2"
|
||||
xmlns:sbc="urn:oasis:names:specification:ubl:schema:xsd:SignatureBasicComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:SignatureAggregateComponents-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:SignatureBasicComponents-2"
|
||||
schemaLocation="UBL-SignatureBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
|
||||
<!-- ===== Incorporate W3C signature specification-->
|
||||
<xsd:import namespace="http://www.w3.org/2000/09/xmldsig#"
|
||||
schemaLocation="UBL-xmldsig-core-schema-2.1.xsd"/>
|
||||
|
||||
<!-- ===== Incorporate ETSI signature specifications-->
|
||||
<xsd:import namespace="http://uri.etsi.org/01903/v1.3.2#"
|
||||
schemaLocation="UBL-XAdESv132-2.1.xsd"/>
|
||||
<xsd:import namespace="http://uri.etsi.org/01903/v1.4.1#"
|
||||
schemaLocation="UBL-XAdESv141-2.1.xsd"/>
|
||||
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="SignatureInformation" type="SignatureInformationType"/>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="SignatureInformationType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Signature Information. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>This class captures a single signature and optionally associates to a signature in the document with the corresponding identifier.</ccts:Definition>
|
||||
<ccts:ObjectClass>Signature Information</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Signature Information. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>This specifies the identifier of the signature distinguishing it from other signatures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Signature Information</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="sbc:ReferencedSignatureID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Signature Information. Referenced Signature Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>This associates this signature with the identifier of a signature business object in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Signature Information</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Referenced Signature Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="ds:Signature" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This is a single digital signature as defined by the W3C specification.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,78 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/common/UBL-SignatureBasicComponents-2.1.xsd
|
||||
Generated on: 2013-10-31 17:18z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:SignatureBasicComponents-2"
|
||||
xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDataTypes-2"
|
||||
xmlns:udt="urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:SignatureBasicComponents-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDataTypes-2"
|
||||
schemaLocation="UBL-QualifiedDataTypes-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2"
|
||||
schemaLocation="UBL-UnqualifiedDataTypes-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="ReferencedSignatureID" type="ReferencedSignatureIDType"/>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Basic Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="ReferencedSignatureIDType">
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="udt:IdentifierType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,553 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: UBL-UnqualifiedDataTypes-2.1.xsd
|
||||
Generated on: 2013-04-20 18:40(UTC)
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
|
||||
This schema fragment implements UBL unqualified datatypes using core
|
||||
component types with all supplementary components as described in
|
||||
CCTS 2.01 http://www.unece.org/cefact/ebxml/CCTS_V2-01_Final.pdf tables
|
||||
8-1, 8-2 and 8-3.
|
||||
|
||||
Per table 8-3, the graphic, picture, sound and video types are based on
|
||||
"Binary Object. Type" as they are secondary representation terms.
|
||||
|
||||
Per table 8-3, the value, rate and percentage types are based on
|
||||
"Numeric. Type" as they are secondary representation terms.
|
||||
|
||||
Per table 8-3, the name type is based on "Text. Type" as it is a
|
||||
secondary representation term.
|
||||
|
||||
Per XSD lexical constraints, the following unqualified data types
|
||||
corresponding to core component types and secondary representation terms
|
||||
are based on XSD types (accordingly, the supplementary component "format"
|
||||
is not made available for these types):
|
||||
|
||||
Date Time. Type on xsd:dateTime
|
||||
Date. Type on xsd:date
|
||||
Time. Type on xsd:time
|
||||
Indicator. Type on xsd:boolean
|
||||
|
||||
Per UBL 2.0 the following supplementary components are restricted to be
|
||||
required rather than optional:
|
||||
|
||||
Amount. Currency. Identifier as (AmountType)/@currencyID
|
||||
Binary Object. Mime. Code as (BinaryObjectType)/@mimeCode
|
||||
Graphic. Mime. Code as (GraphicType)/@mimeCode
|
||||
Picture. Mime. Code as (PictureType)/@mimeCode
|
||||
Sound. Mime. Code as (SoundType)/@mimeCode
|
||||
Video. Mime. Code as (VideoType)/@mimeCode
|
||||
Measure. Unit. Code as (MeasureType)/@unitCode
|
||||
|
||||
All other unqualified data types inherit the core component types complete
|
||||
with their supplementary components.
|
||||
-->
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2"
|
||||
xmlns:ccts-cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import schemaLocation="CCTS_CCT_SchemaModule-2.1.xsd"
|
||||
namespace="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2"/>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<xsd:complexType name="AmountType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT000001</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Amount. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A number of monetary units specified using a given unit of currency.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Amount</ccts:RepresentationTermName>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:restriction base="ccts-cct:AmountType">
|
||||
<xsd:attribute name="currencyID" type="xsd:normalizedString" use="required">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000001-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Amount. Currency. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The currency of the amount.</ccts:Definition>
|
||||
<ccts:ObjectClass>Amount Currency</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Identification</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
<ccts:UsageRule>Reference UNECE Rec 9, using 3-letter alphabetic codes.</ccts:UsageRule>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="BinaryObjectType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT000002</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Binary Object. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A set of finite-length sequences of binary octets.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Binary Object</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>binary</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:restriction base="ccts-cct:BinaryObjectType">
|
||||
<xsd:attribute name="mimeCode" type="xsd:normalizedString" use="required">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000002-SC3</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Binary Object. Mime. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The mime type of the binary object.</ccts:Definition>
|
||||
<ccts:ObjectClass>Binary Object</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Mime</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="GraphicType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT000003</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Graphic. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A diagram, graph, mathematical curve, or similar representation.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Graphic</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>binary</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:restriction base="ccts-cct:BinaryObjectType">
|
||||
<xsd:attribute name="mimeCode" type="xsd:normalizedString" use="required">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000003-SC3</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Graphic. Mime. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The mime type of the graphic object.</ccts:Definition>
|
||||
<ccts:ObjectClass>Graphic</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Mime</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>normalizedString</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="PictureType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT000004</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Picture. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A diagram, graph, mathematical curve, or similar representation.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Picture</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>binary</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:restriction base="ccts-cct:BinaryObjectType">
|
||||
<xsd:attribute name="mimeCode" type="xsd:normalizedString" use="required">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000004-SC3</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Picture. Mime. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The mime type of the picture object.</ccts:Definition>
|
||||
<ccts:ObjectClass>Picture</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Mime</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>normalizedString</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="SoundType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT000005</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Sound. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>An audio representation.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Sound</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>binary</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:restriction base="ccts-cct:BinaryObjectType">
|
||||
<xsd:attribute name="mimeCode" type="xsd:normalizedString" use="required">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000005-SC3</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Sound. Mime. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The mime type of the sound object.</ccts:Definition>
|
||||
<ccts:ObjectClass>Sound</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Mime</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>normalizedString</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="VideoType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT000006</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Video. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A video representation.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Video</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>binary</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:restriction base="ccts-cct:BinaryObjectType">
|
||||
<xsd:attribute name="mimeCode" type="xsd:normalizedString" use="required">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000006-SC3</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Video. Mime. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The mime type of the video object.</ccts:Definition>
|
||||
<ccts:ObjectClass>Video</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Mime</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>normalizedString</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="CodeType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT000007</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Code. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<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:RepresentationTermName>Code</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
<ccts:UsageRule>Other supplementary components in the CCT are captured as part of the token and name for the schema module containing the code list and thus, are not declared as attributes. </ccts:UsageRule>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="ccts-cct:CodeType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="DateTimeType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT000008</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Date Time. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A particular point in the progression of time, together with relevant supplementary information.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Date Time</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
<ccts:UsageRule>Can be used for a date and/or time.</ccts:UsageRule>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:dateTime"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="DateType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT000009</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Date. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>One calendar day according the Gregorian calendar.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Date</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:date"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="TimeType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT0000010</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Time. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>An instance of time that occurs every day.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Time</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:time"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="IdentifierType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT0000011</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Identifier. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A character string to identify and uniquely distinguish 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:RepresentationTermName>Identifier</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
<ccts:UsageRule>Other supplementary components in the CCT are captured as part of the token and name for the schema module containing the identifier list and thus, are not declared as attributes. </ccts:UsageRule>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="ccts-cct:IdentifierType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="IndicatorType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT0000012</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Indicator. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A list of two mutually exclusive Boolean values that express the only possible states of a property.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Indicator</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:boolean"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="MeasureType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT0000013</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Measure. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A numeric value determined by measuring an object using a specified unit of measure.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Measure</ccts:RepresentationTermName>
|
||||
<ccts:PropertyTermName>Type</ccts:PropertyTermName>
|
||||
<ccts:PrimitiveType>decimal</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:restriction base="ccts-cct:MeasureType">
|
||||
<xsd:attribute name="unitCode" type="xsd:normalizedString" use="required">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UNDT000013-SC2</ccts:UniqueID>
|
||||
<ccts:CategoryCode>SC</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Measure. Unit. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The type of unit of measure.</ccts:Definition>
|
||||
<ccts:ObjectClass>Measure Unit</ccts:ObjectClass>
|
||||
<ccts:PropertyTermName>Code</ccts:PropertyTermName>
|
||||
<ccts:RepresentationTermName>Code</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>normalizedString</ccts:PrimitiveType>
|
||||
<ccts:UsageRule>Reference UNECE Rec. 20 and X12 355</ccts:UsageRule>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="NumericType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT0000014</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Numeric. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<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:RepresentationTermName>Numeric</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="ccts-cct:NumericType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="ValueType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT0000015</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:DictionaryEntryName>Value. Type</ccts:DictionaryEntryName>
|
||||
<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:RepresentationTermName>Value</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="ccts-cct:NumericType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="PercentType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT0000016</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:DictionaryEntryName>Percent. Type</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Numeric information that is assigned or is determined by calculation, counting, or sequencing and is expressed as a percentage. It does not require a unit of quantity or unit of measure.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Percent</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="ccts-cct:NumericType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="RateType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT0000017</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:DictionaryEntryName>Rate. Type</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A numeric expression of a rate 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:RepresentationTermName>Rate</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="ccts-cct:NumericType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="QuantityType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT0000018</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Quantity. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A counted number of non-monetary units, possibly including a fractional part.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Quantity</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>decimal</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="ccts-cct:QuantityType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="TextType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT0000019</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Text. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A character string (i.e. a finite set of characters), generally in the form of words of a language.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="ccts-cct:TextType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="NameType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation xml:lang="en">
|
||||
<ccts:UniqueID>UBLUDT0000020</ccts:UniqueID>
|
||||
<ccts:CategoryCode>UDT</ccts:CategoryCode>
|
||||
<ccts:DictionaryEntryName>Name. Type</ccts:DictionaryEntryName>
|
||||
<ccts:VersionID>1.0</ccts:VersionID>
|
||||
<ccts:Definition>A character string that constitutes the distinctive designation of a person, place, thing or concept.</ccts:Definition>
|
||||
<ccts:RepresentationTermName>Name</ccts:RepresentationTermName>
|
||||
<ccts:PrimitiveType>string</ccts:PrimitiveType>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="ccts-cct:TextType"/>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
</xsd:schema><!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,476 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: UBL-XAdESv132-2.1.xsd
|
||||
Generated on: 2011-02-21 17:20(UTC)
|
||||
|
||||
This is a copy of http://uri.etsi.org/01903/v1.3.2/XAdES.xsd modified
|
||||
only to change the importing URI for the XML DSig schema.
|
||||
-->
|
||||
<xsd:schema targetNamespace="http://uri.etsi.org/01903/v1.3.2#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://uri.etsi.org/01903/v1.3.2#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" elementFormDefault="qualified">
|
||||
<xsd:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="UBL-xmldsig-core-schema-2.1.xsd"/>
|
||||
<!-- Start auxiliary types definitions: AnyType, ObjectIdentifierType,
|
||||
EncapsulatedPKIDataType and containers for time-stamp tokens -->
|
||||
<!-- Start AnyType -->
|
||||
<xsd:element name="Any" type="AnyType"/>
|
||||
<xsd:complexType name="AnyType" mixed="true">
|
||||
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:any namespace="##any" processContents="lax"/>
|
||||
</xsd:sequence>
|
||||
<xsd:anyAttribute namespace="##any"/>
|
||||
</xsd:complexType>
|
||||
<!-- End AnyType -->
|
||||
<!-- Start ObjectIdentifierType-->
|
||||
<xsd:element name="ObjectIdentifier" type="ObjectIdentifierType"/>
|
||||
<xsd:complexType name="ObjectIdentifierType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Identifier" type="IdentifierType"/>
|
||||
<xsd:element name="Description" type="xsd:string" minOccurs="0"/>
|
||||
<xsd:element name="DocumentationReferences" type="DocumentationReferencesType" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="IdentifierType">
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:anyURI">
|
||||
<xsd:attribute name="Qualifier" type="QualifierType" use="optional"/>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<xsd:simpleType name="QualifierType">
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:enumeration value="OIDAsURI"/>
|
||||
<xsd:enumeration value="OIDAsURN"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
<xsd:complexType name="DocumentationReferencesType">
|
||||
<xsd:sequence maxOccurs="unbounded">
|
||||
<xsd:element name="DocumentationReference" type="xsd:anyURI"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- End ObjectIdentifierType-->
|
||||
<!-- Start EncapsulatedPKIDataType-->
|
||||
<xsd:element name="EncapsulatedPKIData" type="EncapsulatedPKIDataType"/>
|
||||
<xsd:complexType name="EncapsulatedPKIDataType">
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:base64Binary">
|
||||
<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
|
||||
<xsd:attribute name="Encoding" type="xsd:anyURI" use="optional"/>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<!-- End EncapsulatedPKIDataType -->
|
||||
<!-- Start time-stamp containers types -->
|
||||
<!-- Start GenericTimeStampType -->
|
||||
<xsd:element name="Include" type="IncludeType"/>
|
||||
<xsd:complexType name="IncludeType">
|
||||
<xsd:attribute name="URI" type="xsd:anyURI" use="required"/>
|
||||
<xsd:attribute name="referencedData" type="xsd:boolean" use="optional"/>
|
||||
</xsd:complexType>
|
||||
<xsd:element name="ReferenceInfo" type="ReferenceInfoType"/>
|
||||
<xsd:complexType name="ReferenceInfoType">
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ds:DigestMethod"/>
|
||||
<xsd:element ref="ds:DigestValue"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
|
||||
<xsd:attribute name="URI" type="xsd:anyURI" use="optional"/>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="GenericTimeStampType" abstract="true">
|
||||
<xsd:sequence>
|
||||
<xsd:choice minOccurs="0">
|
||||
<xsd:element ref="Include" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xsd:element ref="ReferenceInfo" maxOccurs="unbounded"/>
|
||||
</xsd:choice>
|
||||
<xsd:element ref="ds:CanonicalizationMethod" minOccurs="0"/>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="EncapsulatedTimeStamp" type="EncapsulatedPKIDataType"/>
|
||||
<xsd:element name="XMLTimeStamp" type="AnyType"/>
|
||||
</xsd:choice>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
|
||||
</xsd:complexType>
|
||||
<!-- End GenericTimeStampType -->
|
||||
<!-- Start XAdESTimeStampType -->
|
||||
<xsd:element name="XAdESTimeStamp" type="XAdESTimeStampType"/>
|
||||
<xsd:complexType name="XAdESTimeStampType">
|
||||
<xsd:complexContent>
|
||||
<xsd:restriction base="GenericTimeStampType">
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="Include" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xsd:element ref="ds:CanonicalizationMethod" minOccurs="0"/>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="EncapsulatedTimeStamp" type="EncapsulatedPKIDataType"/>
|
||||
<xsd:element name="XMLTimeStamp" type="AnyType"/>
|
||||
</xsd:choice>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
|
||||
</xsd:restriction>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<!-- End XAdESTimeStampType -->
|
||||
<!-- Start OtherTimeStampType -->
|
||||
<xsd:element name="OtherTimeStamp" type="OtherTimeStampType"/>
|
||||
<xsd:complexType name="OtherTimeStampType">
|
||||
<xsd:complexContent>
|
||||
<xsd:restriction base="GenericTimeStampType">
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ReferenceInfo" maxOccurs="unbounded"/>
|
||||
<xsd:element ref="ds:CanonicalizationMethod" minOccurs="0"/>
|
||||
<xsd:choice>
|
||||
<xsd:element name="EncapsulatedTimeStamp" type="EncapsulatedPKIDataType"/>
|
||||
<xsd:element name="XMLTimeStamp" type="AnyType"/>
|
||||
</xsd:choice>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
|
||||
</xsd:restriction>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
<!-- End OtherTimeStampType -->
|
||||
<!-- End time-stamp containers types -->
|
||||
<!-- End auxiliary types definitions-->
|
||||
<!-- Start container types -->
|
||||
<!-- Start QualifyingProperties -->
|
||||
<xsd:element name="QualifyingProperties" type="QualifyingPropertiesType"/>
|
||||
<xsd:complexType name="QualifyingPropertiesType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="SignedProperties" type="SignedPropertiesType" minOccurs="0"/>
|
||||
<xsd:element name="UnsignedProperties" type="UnsignedPropertiesType" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="Target" type="xsd:anyURI" use="required"/>
|
||||
<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
|
||||
</xsd:complexType>
|
||||
<!-- End QualifyingProperties -->
|
||||
<!-- Start SignedProperties-->
|
||||
<xsd:element name="SignedProperties" type="SignedPropertiesType"/>
|
||||
<xsd:complexType name="SignedPropertiesType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="SignedSignatureProperties" type="SignedSignaturePropertiesType" minOccurs="0"/>
|
||||
<xsd:element name="SignedDataObjectProperties" type="SignedDataObjectPropertiesType" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
|
||||
</xsd:complexType>
|
||||
<!-- End SignedProperties-->
|
||||
<!-- Start UnsignedProperties-->
|
||||
<xsd:element name="UnsignedProperties" type="UnsignedPropertiesType"/>
|
||||
<xsd:complexType name="UnsignedPropertiesType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="UnsignedSignatureProperties" type="UnsignedSignaturePropertiesType" minOccurs="0"/>
|
||||
<xsd:element name="UnsignedDataObjectProperties" type="UnsignedDataObjectPropertiesType" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
|
||||
</xsd:complexType>
|
||||
<!-- End UnsignedProperties-->
|
||||
<!-- Start SignedSignatureProperties-->
|
||||
<xsd:element name="SignedSignatureProperties" type="SignedSignaturePropertiesType"/>
|
||||
<xsd:complexType name="SignedSignaturePropertiesType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="SigningTime" type="xsd:dateTime" minOccurs="0"/>
|
||||
<xsd:element name="SigningCertificate" type="CertIDListType" minOccurs="0"/>
|
||||
<xsd:element name="SignaturePolicyIdentifier" type="SignaturePolicyIdentifierType" minOccurs="0"/>
|
||||
<xsd:element name="SignatureProductionPlace" type="SignatureProductionPlaceType" minOccurs="0"/>
|
||||
<xsd:element name="SignerRole" type="SignerRoleType" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
|
||||
</xsd:complexType>
|
||||
<!-- End SignedSignatureProperties-->
|
||||
<!-- Start SignedDataObjectProperties-->
|
||||
<xsd:element name="SignedDataObjectProperties" type="SignedDataObjectPropertiesType"/>
|
||||
<xsd:complexType name="SignedDataObjectPropertiesType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="DataObjectFormat" type="DataObjectFormatType" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xsd:element name="CommitmentTypeIndication" type="CommitmentTypeIndicationType" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xsd:element name="AllDataObjectsTimeStamp" type="XAdESTimeStampType" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xsd:element name="IndividualDataObjectsTimeStamp" type="XAdESTimeStampType" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
|
||||
</xsd:complexType>
|
||||
<!-- End SignedDataObjectProperties-->
|
||||
<!-- Start UnsignedSignatureProperties-->
|
||||
<xsd:element name="UnsignedSignatureProperties" type="UnsignedSignaturePropertiesType"/>
|
||||
<xsd:complexType name="UnsignedSignaturePropertiesType">
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="CounterSignature" type="CounterSignatureType"/>
|
||||
<xsd:element name="SignatureTimeStamp" type="XAdESTimeStampType"/>
|
||||
<xsd:element name="CompleteCertificateRefs" type="CompleteCertificateRefsType"/>
|
||||
<xsd:element name="CompleteRevocationRefs" type="CompleteRevocationRefsType"/>
|
||||
<xsd:element name="AttributeCertificateRefs" type="CompleteCertificateRefsType"/>
|
||||
<xsd:element name="AttributeRevocationRefs" type="CompleteRevocationRefsType"/>
|
||||
<xsd:element name="SigAndRefsTimeStamp" type="XAdESTimeStampType"/>
|
||||
<xsd:element name="RefsOnlyTimeStamp" type="XAdESTimeStampType"/>
|
||||
<xsd:element name="CertificateValues" type="CertificateValuesType"/>
|
||||
<xsd:element name="RevocationValues" type="RevocationValuesType"/>
|
||||
<xsd:element name="AttrAuthoritiesCertValues" type="CertificateValuesType"/>
|
||||
<xsd:element name="AttributeRevocationValues" type="RevocationValuesType"/>
|
||||
<xsd:element name="ArchiveTimeStamp" type="XAdESTimeStampType"/>
|
||||
<xsd:any namespace="##other"/>
|
||||
</xsd:choice>
|
||||
<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
|
||||
</xsd:complexType>
|
||||
<!-- End UnsignedSignatureProperties-->
|
||||
<!-- Start UnsignedDataObjectProperties-->
|
||||
<xsd:element name="UnsignedDataObjectProperties" type="UnsignedDataObjectPropertiesType"/>
|
||||
<xsd:complexType name="UnsignedDataObjectPropertiesType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="UnsignedDataObjectProperty" type="AnyType" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
|
||||
</xsd:complexType>
|
||||
<!-- End UnsignedDataObjectProperties-->
|
||||
<!-- Start QualifyingPropertiesReference-->
|
||||
<xsd:element name="QualifyingPropertiesReference" type="QualifyingPropertiesReferenceType"/>
|
||||
<xsd:complexType name="QualifyingPropertiesReferenceType">
|
||||
<xsd:attribute name="URI" type="xsd:anyURI" use="required"/>
|
||||
<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
|
||||
</xsd:complexType>
|
||||
<!-- End QualifyingPropertiesReference-->
|
||||
<!-- End container types -->
|
||||
<!-- Start SigningTime element -->
|
||||
<xsd:element name="SigningTime" type="xsd:dateTime"/>
|
||||
<!-- End SigningTime element -->
|
||||
<!-- Start SigningCertificate -->
|
||||
<xsd:element name="SigningCertificate" type="CertIDListType"/>
|
||||
<xsd:complexType name="CertIDListType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Cert" type="CertIDType" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="CertIDType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="CertDigest" type="DigestAlgAndValueType"/>
|
||||
<xsd:element name="IssuerSerial" type="ds:X509IssuerSerialType"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="URI" type="xsd:anyURI" use="optional"/>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="DigestAlgAndValueType">
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ds:DigestMethod"/>
|
||||
<xsd:element ref="ds:DigestValue"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- End SigningCertificate -->
|
||||
<!-- Start SignaturePolicyIdentifier -->
|
||||
<xsd:element name="SignaturePolicyIdentifier" type="SignaturePolicyIdentifierType"/>
|
||||
<xsd:complexType name="SignaturePolicyIdentifierType">
|
||||
<xsd:choice>
|
||||
<xsd:element name="SignaturePolicyId" type="SignaturePolicyIdType"/>
|
||||
<xsd:element name="SignaturePolicyImplied"/>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="SignaturePolicyIdType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="SigPolicyId" type="ObjectIdentifierType"/>
|
||||
<xsd:element ref="ds:Transforms" minOccurs="0"/>
|
||||
<xsd:element name="SigPolicyHash" type="DigestAlgAndValueType"/>
|
||||
<xsd:element name="SigPolicyQualifiers" type="SigPolicyQualifiersListType" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="SigPolicyQualifiersListType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="SigPolicyQualifier" type="AnyType" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:element name="SPURI" type="xsd:anyURI"/>
|
||||
<xsd:element name="SPUserNotice" type="SPUserNoticeType"/>
|
||||
<xsd:complexType name="SPUserNoticeType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="NoticeRef" type="NoticeReferenceType" minOccurs="0"/>
|
||||
<xsd:element name="ExplicitText" type="xsd:string" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="NoticeReferenceType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Organization" type="xsd:string"/>
|
||||
<xsd:element name="NoticeNumbers" type="IntegerListType"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="IntegerListType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="int" type="xsd:integer" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- End SignaturePolicyIdentifier -->
|
||||
<!-- Start CounterSignature -->
|
||||
<xsd:element name="CounterSignature" type="CounterSignatureType"/>
|
||||
<xsd:complexType name="CounterSignatureType">
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ds:Signature"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- End CounterSignature -->
|
||||
<!-- Start DataObjectFormat -->
|
||||
<xsd:element name="DataObjectFormat" type="DataObjectFormatType"/>
|
||||
<xsd:complexType name="DataObjectFormatType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Description" type="xsd:string" minOccurs="0"/>
|
||||
<xsd:element name="ObjectIdentifier" type="ObjectIdentifierType" minOccurs="0"/>
|
||||
<xsd:element name="MimeType" type="xsd:string" minOccurs="0"/>
|
||||
<xsd:element name="Encoding" type="xsd:anyURI" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="ObjectReference" type="xsd:anyURI" use="required"/>
|
||||
</xsd:complexType>
|
||||
<!-- End DataObjectFormat -->
|
||||
<!-- Start CommitmentTypeIndication -->
|
||||
<xsd:element name="CommitmentTypeIndication" type="CommitmentTypeIndicationType"/>
|
||||
<xsd:complexType name="CommitmentTypeIndicationType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="CommitmentTypeId" type="ObjectIdentifierType"/>
|
||||
<xsd:choice>
|
||||
<xsd:element name="ObjectReference" type="xsd:anyURI" maxOccurs="unbounded"/>
|
||||
<xsd:element name="AllSignedDataObjects"/>
|
||||
</xsd:choice>
|
||||
<xsd:element name="CommitmentTypeQualifiers" type="CommitmentTypeQualifiersListType" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="CommitmentTypeQualifiersListType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="CommitmentTypeQualifier" type="AnyType" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- End CommitmentTypeIndication -->
|
||||
<!-- Start SignatureProductionPlace -->
|
||||
<xsd:element name="SignatureProductionPlace" type="SignatureProductionPlaceType"/>
|
||||
<xsd:complexType name="SignatureProductionPlaceType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="City" type="xsd:string" minOccurs="0"/>
|
||||
<xsd:element name="StateOrProvince" type="xsd:string" minOccurs="0"/>
|
||||
<xsd:element name="PostalCode" type="xsd:string" minOccurs="0"/>
|
||||
<xsd:element name="CountryName" type="xsd:string" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- End SignatureProductionPlace -->
|
||||
<!-- Start SignerRole -->
|
||||
<xsd:element name="SignerRole" type="SignerRoleType"/>
|
||||
<xsd:complexType name="SignerRoleType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="ClaimedRoles" type="ClaimedRolesListType" minOccurs="0"/>
|
||||
<xsd:element name="CertifiedRoles" type="CertifiedRolesListType" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ClaimedRolesListType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="ClaimedRole" type="AnyType" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="CertifiedRolesListType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="CertifiedRole" type="EncapsulatedPKIDataType" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- End SignerRole -->
|
||||
<xsd:element name="AllDataObjectsTimeStamp" type="XAdESTimeStampType"/>
|
||||
<xsd:element name="IndividualDataObjectsTimeStamp" type="XAdESTimeStampType"/>
|
||||
<xsd:element name="SignatureTimeStamp" type="XAdESTimeStampType"/>
|
||||
<!-- Start CompleteCertificateRefs -->
|
||||
<xsd:element name="CompleteCertificateRefs" type="CompleteCertificateRefsType"/>
|
||||
<xsd:complexType name="CompleteCertificateRefsType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="CertRefs" type="CertIDListType"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
|
||||
</xsd:complexType>
|
||||
<!-- End CompleteCertificateRefs -->
|
||||
<!-- Start CompleteRevocationRefs-->
|
||||
<xsd:element name="CompleteRevocationRefs" type="CompleteRevocationRefsType"/>
|
||||
<xsd:complexType name="CompleteRevocationRefsType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="CRLRefs" type="CRLRefsType" minOccurs="0"/>
|
||||
<xsd:element name="OCSPRefs" type="OCSPRefsType" minOccurs="0"/>
|
||||
<xsd:element name="OtherRefs" type="OtherCertStatusRefsType" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="CRLRefsType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="CRLRef" type="CRLRefType" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="CRLRefType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="DigestAlgAndValue" type="DigestAlgAndValueType"/>
|
||||
<xsd:element name="CRLIdentifier" type="CRLIdentifierType" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="CRLIdentifierType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Issuer" type="xsd:string"/>
|
||||
<xsd:element name="IssueTime" type="xsd:dateTime"/>
|
||||
<xsd:element name="Number" type="xsd:integer" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="URI" type="xsd:anyURI" use="optional"/>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="OCSPRefsType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="OCSPRef" type="OCSPRefType" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="OCSPRefType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="OCSPIdentifier" type="OCSPIdentifierType"/>
|
||||
<xsd:element name="DigestAlgAndValue" type="DigestAlgAndValueType" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="ResponderIDType">
|
||||
<xsd:choice>
|
||||
<xsd:element name="ByName" type="xsd:string"/>
|
||||
<xsd:element name="ByKey" type="xsd:base64Binary"/>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="OCSPIdentifierType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="ResponderID" type="ResponderIDType"/>
|
||||
<xsd:element name="ProducedAt" type="xsd:dateTime"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="URI" type="xsd:anyURI" use="optional"/>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="OtherCertStatusRefsType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="OtherRef" type="AnyType" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- End CompleteRevocationRefs-->
|
||||
<xsd:element name="AttributeCertificateRefs" type="CompleteCertificateRefsType"/>
|
||||
<xsd:element name="AttributeRevocationRefs" type="CompleteRevocationRefsType"/>
|
||||
<xsd:element name="SigAndRefsTimeStamp" type="XAdESTimeStampType"/>
|
||||
<xsd:element name="RefsOnlyTimeStamp" type="XAdESTimeStampType"/>
|
||||
<!-- Start CertificateValues -->
|
||||
<xsd:element name="CertificateValues" type="CertificateValuesType"/>
|
||||
<xsd:complexType name="CertificateValuesType">
|
||||
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:element name="EncapsulatedX509Certificate" type="EncapsulatedPKIDataType"/>
|
||||
<xsd:element name="OtherCertificate" type="AnyType"/>
|
||||
</xsd:choice>
|
||||
<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
|
||||
</xsd:complexType>
|
||||
<!-- End CertificateValues -->
|
||||
<!-- Start RevocationValues-->
|
||||
<xsd:element name="RevocationValues" type="RevocationValuesType"/>
|
||||
<xsd:complexType name="RevocationValuesType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="CRLValues" type="CRLValuesType" minOccurs="0"/>
|
||||
<xsd:element name="OCSPValues" type="OCSPValuesType" minOccurs="0"/>
|
||||
<xsd:element name="OtherValues" type="OtherCertStatusValuesType" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="CRLValuesType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="EncapsulatedCRLValue" type="EncapsulatedPKIDataType" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="OCSPValuesType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="EncapsulatedOCSPValue" type="EncapsulatedPKIDataType" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="OtherCertStatusValuesType">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="OtherValue" type="AnyType" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<!-- End RevocationValues-->
|
||||
<xsd:element name="AttrAuthoritiesCertValues" type="CertificateValuesType"/>
|
||||
<xsd:element name="AttributeRevocationValues" type="RevocationValuesType"/>
|
||||
<xsd:element name="ArchiveTimeStamp" type="XAdESTimeStampType"/>
|
||||
</xsd:schema>
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: UBL-XAdESv141-2.1.xsd
|
||||
Generated on: 2011-02-21 17:20(UTC)
|
||||
|
||||
This is a copy of http://uri.etsi.org/01903/v1.4.1/XAdESv141.xsd modified
|
||||
only to change the importing URI for the XAdES v1.3.2 schema.
|
||||
-->
|
||||
<xsd:schema targetNamespace="http://uri.etsi.org/01903/v1.4.1#" xmlns="http://uri.etsi.org/01903/v1.4.1#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xades="http://uri.etsi.org/01903/v1.3.2#" elementFormDefault="qualified">
|
||||
<xsd:import namespace="http://uri.etsi.org/01903/v1.3.2#" schemaLocation="UBL-XAdESv132-2.1.xsd"/>
|
||||
<!-- Start CertificateValues -->
|
||||
<xsd:element name="TimeStampValidationData" type="ValidationDataType"/>
|
||||
<xsd:complexType name="ValidationDataType">
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="xades:CertificateValues" minOccurs="0" />
|
||||
<xsd:element ref="xades:RevocationValues" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="Id" type="xsd:ID" use="optional"/>
|
||||
<xsd:attribute name="UR" type="xsd:anyURI" use="optional"/>
|
||||
</xsd:complexType>
|
||||
<xsd:element name="ArchiveTimeStampV2" type="xades:XAdESTimeStampType"/>
|
||||
</xsd:schema>
|
||||
|
|
@ -0,0 +1,330 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: UBL-xmldsig-core-schema-2.1.xsd
|
||||
Generated on: 2010-08-13 19:10(UTC)
|
||||
|
||||
This is a copy of http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd
|
||||
modified only to remove these PUBLIC and SYSTEM identifiers from the DOCTYPE:
|
||||
|
||||
PUBLIC "-//W3C//DTD XMLSchema 200102//EN"
|
||||
"http://www.w3.org/2001/XMLSchema.dtd"
|
||||
-->
|
||||
<!DOCTYPE schema
|
||||
[
|
||||
<!ATTLIST schema
|
||||
xmlns:ds CDATA #FIXED "http://www.w3.org/2000/09/xmldsig#">
|
||||
<!ENTITY dsig 'http://www.w3.org/2000/09/xmldsig#'>
|
||||
<!ENTITY % p ''>
|
||||
<!ENTITY % s ''>
|
||||
]>
|
||||
|
||||
<!-- Schema for XML Signatures
|
||||
http://www.w3.org/2000/09/xmldsig#
|
||||
$Revision: 1.1 $ on $Date: 2002/02/08 20:32:26 $ by $Author: reagle $
|
||||
|
||||
Copyright 2001 The Internet Society and W3C (Massachusetts Institute
|
||||
of Technology, Institut National de Recherche en Informatique et en
|
||||
Automatique, Keio University). All Rights Reserved.
|
||||
http://www.w3.org/Consortium/Legal/
|
||||
|
||||
This document is governed by the W3C Software License [1] as described
|
||||
in the FAQ [2].
|
||||
|
||||
[1] http://www.w3.org/Consortium/Legal/copyright-software-19980720
|
||||
[2] http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620.html#DTD
|
||||
-->
|
||||
|
||||
|
||||
<schema xmlns="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
|
||||
targetNamespace="http://www.w3.org/2000/09/xmldsig#"
|
||||
version="0.1" elementFormDefault="qualified">
|
||||
|
||||
<!-- Basic Types Defined for Signatures -->
|
||||
|
||||
<simpleType name="CryptoBinary">
|
||||
<restriction base="base64Binary">
|
||||
</restriction>
|
||||
</simpleType>
|
||||
|
||||
<!-- Start Signature -->
|
||||
|
||||
<element name="Signature" type="ds:SignatureType"/>
|
||||
<complexType name="SignatureType">
|
||||
<sequence>
|
||||
<element ref="ds:SignedInfo"/>
|
||||
<element ref="ds:SignatureValue"/>
|
||||
<element ref="ds:KeyInfo" minOccurs="0"/>
|
||||
<element ref="ds:Object" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</sequence>
|
||||
<attribute name="Id" type="ID" use="optional"/>
|
||||
</complexType>
|
||||
|
||||
<element name="SignatureValue" type="ds:SignatureValueType"/>
|
||||
<complexType name="SignatureValueType">
|
||||
<simpleContent>
|
||||
<extension base="base64Binary">
|
||||
<attribute name="Id" type="ID" use="optional"/>
|
||||
</extension>
|
||||
</simpleContent>
|
||||
</complexType>
|
||||
|
||||
<!-- Start SignedInfo -->
|
||||
|
||||
<element name="SignedInfo" type="ds:SignedInfoType"/>
|
||||
<complexType name="SignedInfoType">
|
||||
<sequence>
|
||||
<element ref="ds:CanonicalizationMethod"/>
|
||||
<element ref="ds:SignatureMethod"/>
|
||||
<element ref="ds:Reference" maxOccurs="unbounded"/>
|
||||
</sequence>
|
||||
<attribute name="Id" type="ID" use="optional"/>
|
||||
</complexType>
|
||||
|
||||
<element name="CanonicalizationMethod" type="ds:CanonicalizationMethodType"/>
|
||||
<complexType name="CanonicalizationMethodType" mixed="true">
|
||||
<sequence>
|
||||
<any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<!-- (0,unbounded) elements from (1,1) namespace -->
|
||||
</sequence>
|
||||
<attribute name="Algorithm" type="anyURI" use="required"/>
|
||||
</complexType>
|
||||
|
||||
<element name="SignatureMethod" type="ds:SignatureMethodType"/>
|
||||
<complexType name="SignatureMethodType" mixed="true">
|
||||
<sequence>
|
||||
<element name="HMACOutputLength" minOccurs="0" type="ds:HMACOutputLengthType"/>
|
||||
<any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<!-- (0,unbounded) elements from (1,1) external namespace -->
|
||||
</sequence>
|
||||
<attribute name="Algorithm" type="anyURI" use="required"/>
|
||||
</complexType>
|
||||
|
||||
<!-- Start Reference -->
|
||||
|
||||
<element name="Reference" type="ds:ReferenceType"/>
|
||||
<complexType name="ReferenceType">
|
||||
<sequence>
|
||||
<element ref="ds:Transforms" minOccurs="0"/>
|
||||
<element ref="ds:DigestMethod"/>
|
||||
<element ref="ds:DigestValue"/>
|
||||
</sequence>
|
||||
<attribute name="Id" type="ID" use="optional"/>
|
||||
<attribute name="URI" type="anyURI" use="optional"/>
|
||||
<attribute name="Type" type="anyURI" use="optional"/>
|
||||
</complexType>
|
||||
|
||||
<element name="Transforms" type="ds:TransformsType"/>
|
||||
<complexType name="TransformsType">
|
||||
<sequence>
|
||||
<element ref="ds:Transform" maxOccurs="unbounded"/>
|
||||
</sequence>
|
||||
</complexType>
|
||||
|
||||
<element name="Transform" type="ds:TransformType"/>
|
||||
<complexType name="TransformType" mixed="true">
|
||||
<choice minOccurs="0" maxOccurs="unbounded">
|
||||
<any namespace="##other" processContents="lax"/>
|
||||
<!-- (1,1) elements from (0,unbounded) namespaces -->
|
||||
<element name="XPath" type="string"/>
|
||||
</choice>
|
||||
<attribute name="Algorithm" type="anyURI" use="required"/>
|
||||
</complexType>
|
||||
|
||||
<!-- End Reference -->
|
||||
|
||||
<element name="DigestMethod" type="ds:DigestMethodType"/>
|
||||
<complexType name="DigestMethodType" mixed="true">
|
||||
<sequence>
|
||||
<any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
||||
</sequence>
|
||||
<attribute name="Algorithm" type="anyURI" use="required"/>
|
||||
</complexType>
|
||||
|
||||
<element name="DigestValue" type="ds:DigestValueType"/>
|
||||
<simpleType name="DigestValueType">
|
||||
<restriction base="base64Binary"/>
|
||||
</simpleType>
|
||||
|
||||
<!-- End SignedInfo -->
|
||||
|
||||
<!-- Start KeyInfo -->
|
||||
|
||||
<element name="KeyInfo" type="ds:KeyInfoType"/>
|
||||
<complexType name="KeyInfoType" mixed="true">
|
||||
<choice maxOccurs="unbounded">
|
||||
<element ref="ds:KeyName"/>
|
||||
<element ref="ds:KeyValue"/>
|
||||
<element ref="ds:RetrievalMethod"/>
|
||||
<element ref="ds:X509Data"/>
|
||||
<element ref="ds:PGPData"/>
|
||||
<element ref="ds:SPKIData"/>
|
||||
<element ref="ds:MgmtData"/>
|
||||
<any processContents="lax" namespace="##other"/>
|
||||
<!-- (1,1) elements from (0,unbounded) namespaces -->
|
||||
</choice>
|
||||
<attribute name="Id" type="ID" use="optional"/>
|
||||
</complexType>
|
||||
|
||||
<element name="KeyName" type="string"/>
|
||||
<element name="MgmtData" type="string"/>
|
||||
|
||||
<element name="KeyValue" type="ds:KeyValueType"/>
|
||||
<complexType name="KeyValueType" mixed="true">
|
||||
<choice>
|
||||
<element ref="ds:DSAKeyValue"/>
|
||||
<element ref="ds:RSAKeyValue"/>
|
||||
<any namespace="##other" processContents="lax"/>
|
||||
</choice>
|
||||
</complexType>
|
||||
|
||||
<element name="RetrievalMethod" type="ds:RetrievalMethodType"/>
|
||||
<complexType name="RetrievalMethodType">
|
||||
<sequence>
|
||||
<element ref="ds:Transforms" minOccurs="0"/>
|
||||
</sequence>
|
||||
<attribute name="URI" type="anyURI"/>
|
||||
<attribute name="Type" type="anyURI" use="optional"/>
|
||||
</complexType>
|
||||
|
||||
<!-- Start X509Data -->
|
||||
|
||||
<element name="X509Data" type="ds:X509DataType"/>
|
||||
<complexType name="X509DataType">
|
||||
<sequence maxOccurs="unbounded">
|
||||
<choice>
|
||||
<element name="X509IssuerSerial" type="ds:X509IssuerSerialType"/>
|
||||
<element name="X509SKI" type="base64Binary"/>
|
||||
<element name="X509SubjectName" type="string"/>
|
||||
<element name="X509Certificate" type="base64Binary"/>
|
||||
<element name="X509CRL" type="base64Binary"/>
|
||||
<any namespace="##other" processContents="lax"/>
|
||||
</choice>
|
||||
</sequence>
|
||||
</complexType>
|
||||
|
||||
<complexType name="X509IssuerSerialType">
|
||||
<sequence>
|
||||
<element name="X509IssuerName" type="string"/>
|
||||
<element name="X509SerialNumber" type="integer"/>
|
||||
</sequence>
|
||||
</complexType>
|
||||
|
||||
<!-- End X509Data -->
|
||||
|
||||
<!-- Begin PGPData -->
|
||||
|
||||
<element name="PGPData" type="ds:PGPDataType"/>
|
||||
<complexType name="PGPDataType">
|
||||
<choice>
|
||||
<sequence>
|
||||
<element name="PGPKeyID" type="base64Binary"/>
|
||||
<element name="PGPKeyPacket" type="base64Binary" minOccurs="0"/>
|
||||
<any namespace="##other" processContents="lax" minOccurs="0"
|
||||
maxOccurs="unbounded"/>
|
||||
</sequence>
|
||||
<sequence>
|
||||
<element name="PGPKeyPacket" type="base64Binary"/>
|
||||
<any namespace="##other" processContents="lax" minOccurs="0"
|
||||
maxOccurs="unbounded"/>
|
||||
</sequence>
|
||||
</choice>
|
||||
</complexType>
|
||||
|
||||
<!-- End PGPData -->
|
||||
|
||||
<!-- Begin SPKIData -->
|
||||
|
||||
<element name="SPKIData" type="ds:SPKIDataType"/>
|
||||
<complexType name="SPKIDataType">
|
||||
<sequence maxOccurs="unbounded">
|
||||
<element name="SPKISexp" type="base64Binary"/>
|
||||
<any namespace="##other" processContents="lax" minOccurs="0"/>
|
||||
</sequence>
|
||||
</complexType>
|
||||
|
||||
<!-- End SPKIData -->
|
||||
|
||||
<!-- End KeyInfo -->
|
||||
|
||||
<!-- Start Object (Manifest, SignatureProperty) -->
|
||||
|
||||
<element name="Object" type="ds:ObjectType"/>
|
||||
<complexType name="ObjectType" mixed="true">
|
||||
<sequence minOccurs="0" maxOccurs="unbounded">
|
||||
<any namespace="##any" processContents="lax"/>
|
||||
</sequence>
|
||||
<attribute name="Id" type="ID" use="optional"/>
|
||||
<attribute name="MimeType" type="string" use="optional"/> <!-- add a grep facet -->
|
||||
<attribute name="Encoding" type="anyURI" use="optional"/>
|
||||
</complexType>
|
||||
|
||||
<element name="Manifest" type="ds:ManifestType"/>
|
||||
<complexType name="ManifestType">
|
||||
<sequence>
|
||||
<element ref="ds:Reference" maxOccurs="unbounded"/>
|
||||
</sequence>
|
||||
<attribute name="Id" type="ID" use="optional"/>
|
||||
</complexType>
|
||||
|
||||
<element name="SignatureProperties" type="ds:SignaturePropertiesType"/>
|
||||
<complexType name="SignaturePropertiesType">
|
||||
<sequence>
|
||||
<element ref="ds:SignatureProperty" maxOccurs="unbounded"/>
|
||||
</sequence>
|
||||
<attribute name="Id" type="ID" use="optional"/>
|
||||
</complexType>
|
||||
|
||||
<element name="SignatureProperty" type="ds:SignaturePropertyType"/>
|
||||
<complexType name="SignaturePropertyType" mixed="true">
|
||||
<choice maxOccurs="unbounded">
|
||||
<any namespace="##other" processContents="lax"/>
|
||||
<!-- (1,1) elements from (1,unbounded) namespaces -->
|
||||
</choice>
|
||||
<attribute name="Target" type="anyURI" use="required"/>
|
||||
<attribute name="Id" type="ID" use="optional"/>
|
||||
</complexType>
|
||||
|
||||
<!-- End Object (Manifest, SignatureProperty) -->
|
||||
|
||||
<!-- Start Algorithm Parameters -->
|
||||
|
||||
<simpleType name="HMACOutputLengthType">
|
||||
<restriction base="integer"/>
|
||||
</simpleType>
|
||||
|
||||
<!-- Start KeyValue Element-types -->
|
||||
|
||||
<element name="DSAKeyValue" type="ds:DSAKeyValueType"/>
|
||||
<complexType name="DSAKeyValueType">
|
||||
<sequence>
|
||||
<sequence minOccurs="0">
|
||||
<element name="P" type="ds:CryptoBinary"/>
|
||||
<element name="Q" type="ds:CryptoBinary"/>
|
||||
</sequence>
|
||||
<element name="G" type="ds:CryptoBinary" minOccurs="0"/>
|
||||
<element name="Y" type="ds:CryptoBinary"/>
|
||||
<element name="J" type="ds:CryptoBinary" minOccurs="0"/>
|
||||
<sequence minOccurs="0">
|
||||
<element name="Seed" type="ds:CryptoBinary"/>
|
||||
<element name="PgenCounter" type="ds:CryptoBinary"/>
|
||||
</sequence>
|
||||
</sequence>
|
||||
</complexType>
|
||||
|
||||
<element name="RSAKeyValue" type="ds:RSAKeyValueType"/>
|
||||
<complexType name="RSAKeyValueType">
|
||||
<sequence>
|
||||
<element name="Modulus" type="ds:CryptoBinary"/>
|
||||
<element name="Exponent" type="ds:CryptoBinary"/>
|
||||
</sequence>
|
||||
</complexType>
|
||||
|
||||
<!-- End KeyValue Element-types -->
|
||||
|
||||
<!-- End Signature -->
|
||||
|
||||
</schema>
|
||||
|
|
@ -0,0 +1,362 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-ApplicationResponse-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="ApplicationResponse" type="ApplicationResponseType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="ApplicationResponseType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document to indicate the application's response to a transaction. This may be a business response initiated by a user or a technical response sent automatically by an application.</ccts:Definition>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ResponseDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Response Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date on which the information in the response was created.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Response Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ResponseTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Response Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time at which the information in the response was created.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Response Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:VersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the current version of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Version</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SenderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Sender_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party sending this document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Sender</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party receiving this document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentResponse" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Application Response. Document Response</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A response to a document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Application Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Response</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Response</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Response</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,416 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-AttachedDocument-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:AttachedDocument-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:AttachedDocument-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="AttachedDocument" type="AttachedDocumentType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="AttachedDocumentType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A wrapper that allows a document of any kind to be packaged with the UBL document that references it.</ccts:Definition>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentTypeCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Document Type Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the type of document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Type Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentType" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Document Type. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Text specifying the type of document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Type</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ParentDocumentID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Parent_ Document Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Identifier of the parent document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Parent</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ParentDocumentTypeCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Parent_ Document Type Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the type of parent document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Parent</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Type Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ParentDocumentVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Parent Document_ Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates the current version of the referred document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Parent Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Version</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>1.1 </ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SenderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Sender_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party sending this document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Sender</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party receiving this document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Attachment" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Attachment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An attachment containing the document content.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Attachment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Attachment</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Attachment</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ParentDocumentLineReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Attached Document. Parent Document_ Line Reference. Line Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a line in the attached document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Attached Document</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Parent Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Line Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Line Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Line Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,418 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-AwardedNotification-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:AwardedNotification-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:AwardedNotification-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="AwardedNotification" type="AwardedNotificationType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="AwardedNotificationType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document used to communicate a contract award to the winner.</ccts:Definition>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ContractFolderID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. Contract Folder Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contract Folder Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ContractName" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. Contract Name. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The name, expressed as text, of this procurement project.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contract Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SenderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. Sender_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party sending this document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Sender</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party receiving this document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:MinutesDocumentReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. Minutes_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a set of minutes associated with this award.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Minutes</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an additional document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TenderResult" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. Tender Result</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The result of the tendering process reported in this notification.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tender Result</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tender Result</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Tender Result</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:FinalFinancialGuarantee"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. Final_ Financial Guarantee. Financial Guarantee</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A bond guarantee by the submitter of a tender or bid, required of the tender winner.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Final</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Financial Guarantee</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Financial Guarantee</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Financial Guarantee</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Awarded Notification. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Awarded Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,540 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-BillOfLading-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:BillOfLading-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:BillOfLading-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="BillOfLading" type="BillOfLadingType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="BillOfLadingType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document issued by the party who acts as an agent for a transportation carrier or other agents to the party who gives instructions for the transportation services (shipper, consignor, etc.) stating the details of the transportation, charges, and terms and conditions under which the transportation service is provided. The party issuing this document does not necessarily provide the physical transportation service. The information in the Bill of Lading corresponds to the information on the Forwarding Instructions. It is used for any mode of transport. A Bill of Lading can serve as a contractual document between the parties for the transportation service. The document evidences a contract of carriage by sea and the acceptance of responsibility for the goods by the carrier, by which the carrier undertakes to deliver the goods against surrender of the document. A provision in the document that the goods are to be delivered to the order of a named person, or to order, or to bearer, constitutes such an undertaking.</ccts:Definition>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>House Bill of Landing, Master Bill, Bill</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Bill of Lading Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CarrierAssignedID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Carrier Assigned_ Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Reference number (such as a booking reference number) assigned by a carrier or its agent to identify a specific shipment when cargo space is reserved prior to loading.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Carrier Assigned</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Booking Reference Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Transport Document Date</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Name</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Text, assigned by the sender, that identifies this document to business users.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Name. Type</ccts:DataType>
|
||||
<ccts:Examples>House Bill , Consolidated Bill of Lading , Proforma , Sea Waybill </ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Textual description of the document instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentStatusCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Document Status Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the status of the Bill Of Lading (revision, replacement, etc.).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Status Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Document Status</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Document Status_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ShippingOrderID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Shipping Order Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Reference number to identify a Shipping Order or Forwarding Instruction.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Shipping Order Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Freight forwarding instruction, Shippers letter of instruction</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ToOrderIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. To Order_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the transport document is consigned to order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>To Order</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AdValoremIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Ad Valorem_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A term used in commerce in reference to certain duties, called ad valorem duties, which are levied on commodities at certain rates per centum on their value.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Ad Valorem</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DeclaredCarriageValueAmount" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Declared Carriage_ Value. Amount</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Value declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage in case of loss or damage to goods or delayed delivery.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Declared Carriage</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Value</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Amount. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Interest in Delivery</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:OtherInstruction" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Other_ Instruction. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Other free-text instructions to the forwarders or carriers related to the shipment. This element should only be used where such information cannot be represented in other structured information entities within the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Other</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Instruction</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Bill of Lading Remark</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ConsignorParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Consignor_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party consigning goods as stipulated in the transport contract by the party ordering transport.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Consignor</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
<ccts:AlternativeBusinessTerms>Consignor (WCO ID 71 and 72)</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CarrierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Carrier_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party providing the transport of goods between named points.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Carrier</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
<ccts:AlternativeBusinessTerms>Transport Company, Shipping Line, NVOCC, Airline, Haulier, Courier, Carrier (WCO ID 49 and 50)</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:FreightForwarderParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Freight Forwarder_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A party combining individual smaller consignments into a single larger shipment (a so-called consolidated consignment or shipment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Freight Forwarder</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
<ccts:AlternativeBusinessTerms>Consolidator (WCO ID 192 AND 193)</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Shipment" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Shipment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifiable collection of one or more goods items to be transported between the seller party and the buyer party.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Shipment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Shipment</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Shipment</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to another document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ExchangeRate" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Information that directly relates to the rate of exchange (conversion) between two currencies.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentDistribution" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Document Distribution</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A list of interested parties to whom this document is distributed.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Distribution</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Distribution</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Distribution</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Bill Of Lading. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Bill Of Lading</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,513 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-CallForTenders-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:CallForTenders-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:CallForTenders-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="CallForTenders" type="CallForTendersType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="CallForTendersType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used by a Contracting Party to define a procurement project to buy goods, services, or works during a specified period.</ccts:Definition>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ContractFolderID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Contract Folder Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contract Folder Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ApprovalDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Approval Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the contracting party, on which the Call For Tenders was approved.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Approval Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:VersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates the current version of the Call for Tenders.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Version</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>1.1 </ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PreviousVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Previous_ Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the previous version of the Call for Tenders which is superceded by this version.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Previous</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Version</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>1.0 </ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:LegalDocumentReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Legal_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a legal document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Legal</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TechnicalDocumentReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Technical_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a technical document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Technical</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an additional document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractingParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Contracting Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The contracting party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contracting Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contracting Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Contracting Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party who originated Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party receiving this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TenderingTerms" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Tendering Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The tendering terms associated with this tendering process.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tendering Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tendering Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Tendering Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TenderingProcess" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Tendering Process</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A description of the tendering process itself.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tendering Process</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tendering Process</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Tendering Process</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ProcurementProject" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Procurement Project</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An overall definition of this procurement project.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Procurement Project</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Procurement Project</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Procurement Project</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ProcurementProjectLot" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Call For Tenders. Procurement Project Lot</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>One of the procurement project lots into which this contract can be split.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Procurement Project Lot</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Procurement Project Lot</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Procurement Project Lot</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,565 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-Catalogue-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="Catalogue" type="CatalogueType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="CatalogueType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document that describes items, prices, and price validity.</ccts:Definition>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ActionCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Action Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying whether the transaction is a replacement or an update.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Action Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
<ccts:Examples>Replace , Update .</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Name</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Text, assigned by the sender, that identifies this document to business users.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Name. Type</ccts:DataType>
|
||||
<ccts:Examples>winter 2005 collection </ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RevisionDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Revision Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the seller party, on which the information in the Catalogue was last revised.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Revision Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RevisionTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Revision Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the Seller party, at which the information in the Catalogue was last revised.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Revision Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Textual description of the document instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
<ccts:Examples>computer accessories for laptops </ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:VersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the current version of the Catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Version</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>1.1 </ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PreviousVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Previous_ Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the previous version of the Catalogue that is superseded by this version.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Previous</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Version</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>1.0 </ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of Catalogue Lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Validity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A period, assigned by the seller, during which the information in the Catalogue is effective. This may be given as start and end dates or as a duration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReferencedContract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Referenced_ Contract. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A contract or framework agreement with which this Catalogue is associated.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Referenced</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Contract</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SourceCatalogueReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Source_ Catalogue Reference. Catalogue Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to the source catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Source</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Catalogue Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Catalogue Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Catalogue Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to another document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ProviderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Provider_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party providing the Catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Provider</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party receiving the Catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Contractor_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The customer party responsible for the contracts with which the Catalogue is associated.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Contractor</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TradingTerms" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Trading Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The trading terms associated with this Catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Trading Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Trading Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Trading Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CatalogueLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue. Catalogue Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A line in a Catalogue describing an item of sale.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Catalogue Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Catalogue Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Catalogue Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,465 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-CatalogueDeletion-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:CatalogueDeletion-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:CatalogueDeletion-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="CatalogueDeletion" type="CatalogueDeletionType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="CatalogueDeletionType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to cancel an entire Catalogue.</ccts:Definition>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Name</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Text, assigned by the sender, that identifies this document to business users.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Name. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:EffectiveDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Effective Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The effective date, assigned by the seller, on which the Catalogue expires.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Effective Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:EffectiveTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Effective Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The effective time, assigned by the seller, at which the Catalogue expires.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Effective Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:VersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the current version of the Catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Version</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>1.1 </ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Textual description of the document instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
<ccts:Examples>stock no longer provided </ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Validity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period during which the Deletion of the catalogue becomes effective. This may be given as start (after date) and end dates (before date).</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DeletedCatalogueReference" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Deleted_ Catalogue Reference. Catalogue Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to the Catalogue being deleted.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Deleted</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Catalogue Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Catalogue Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Catalogue Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReferencedContract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Referenced_ Contract. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A contract or framework agreement with which the Catalogue was associated.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Referenced</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Contract</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party receiving the Catalogue Deletion.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ProviderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Provider_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party sending the Catalogue Deletion.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Provider</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Deletion. Contractor_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The customer party responsible for the contracts with which the Catalogue was associated.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Deletion</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Contractor</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,533 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-CatalogueItemSpecificationUpdate-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:CatalogueItemSpecificationUpdate-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:CatalogueItemSpecificationUpdate-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="CatalogueItemSpecificationUpdate"
|
||||
type="CatalogueItemSpecificationUpdateType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="CatalogueItemSpecificationUpdateType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to update information (e.g., technical descriptions and properties) about Items in an existing Catalogue.</ccts:Definition>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the subset of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Name</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Text, assigned by the sender, that identifies this document to business users.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Name. Type</ccts:DataType>
|
||||
<ccts:Examples>electrical goods - new energy ratings. </ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RevisionDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Revision Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the seller, on which the Catalogue was revised.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Revision Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RevisionTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Revision Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the seller, at which the Catalogue was revised.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Revision Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Textual description of the document instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
<ccts:Examples>ratings based on new environmental standards for EU </ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:VersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the current version of the Catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Version</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>1.1 </ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of Catalogue Item Specification Update Lines in this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Validity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A period, assigned by the seller, during which the information in the Catalogue Revision is effective. This may be given as start and end dates or as a duration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:RelatedCatalogueReference" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Related_ Catalogue Reference. Catalogue Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to the Catalogue being updated.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Related</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Catalogue Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Catalogue Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Catalogue Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReferencedContract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Referenced_ Contract. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A contract or framework agreement with which the Catalogue is associated.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Referenced</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Contract</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ProviderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Provider_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party sending the Catalogue Item Specification Update.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Provider</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party receiving the Catalogue Item Specification Update.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Contractor_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The customer party responsible for the contracts with which the Catalogue is associated.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Contractor</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TradingTerms" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Trading Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The trading terms associated with the Catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Trading Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Trading Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Trading Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DefaultLanguage" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Default_ Language. Language</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The default language for the item specifications.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Default</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Language</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Language</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Language</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CatalogueItemSpecificationUpdateLine"
|
||||
minOccurs="1"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Item Specification Update. Catalogue Item Specification Update Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>One or more lines in the Catalogue Item Specification Update, each line updating a specific catalogue item.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Item Specification Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Catalogue Item Specification Update Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Catalogue Item Specification Update Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Catalogue Item Specification Update Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,532 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-CataloguePricingUpdate-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:CataloguePricingUpdate-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:CataloguePricingUpdate-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="CataloguePricingUpdate" type="CataloguePricingUpdateType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="CataloguePricingUpdateType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to update information about prices in an existing Catalogue.</ccts:Definition>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the subset of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Name</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Text, assigned by the sender, that identifies this document to business users.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Name. Type</ccts:DataType>
|
||||
<ccts:Examples>Seasonal Promotion </ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RevisionDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Revision Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the seller, on which the Catalogue was revised.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Revision Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RevisionTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Revision Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the seller, at which the Catalogue was revised.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Revision Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Describes the Catalogue Revision.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
<ccts:Examples>adjustment of prices for Christmas trading period </ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:VersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates the current version of the catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Version</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>1.1 </ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Validity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A period, assigned by the seller, during which the information in the Catalogue Revision is effective. This may be given as start and end dates or as a duration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:RelatedCatalogueReference" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Related_ Catalogue Reference. Catalogue Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to the Catalogue being updated.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Related</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Catalogue Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Catalogue Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Catalogue Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReferencedContract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Referenced_ Contract. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A contract or framework agreement with which the Catalogue is associated.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Referenced</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Contract</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ProviderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Provider_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party sending the Catalogue Pricing Update.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Provider</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party receiving the Catalogue Pricing Update.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Contractor_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The customer party responsible for the contracts with which the Catalogue is associated.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Contractor</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TradingTerms" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Trading Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The trading terms associated with the Catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Trading Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Trading Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Trading Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DefaultLanguage" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Default_ Language. Language</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The default language for the catalogue pricing update.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Default</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Language</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Language</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Language</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CataloguePricingUpdateLine"
|
||||
minOccurs="1"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Pricing Update. Catalogue Pricing Update Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>One or more lines in the Catalogue Pricing Update, each line updating a specific catalogue item.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Pricing Update</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Catalogue Pricing Update Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Catalogue Pricing Update Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Catalogue Pricing Update Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,571 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-CatalogueRequest-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:CatalogueRequest-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:CatalogueRequest-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="CatalogueRequest" type="CatalogueRequestType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="CatalogueRequestType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to request a Catalogue.</ccts:Definition>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Name</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Text, assigned by the sender, that identifies this document to business users.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Name. Type</ccts:DataType>
|
||||
<ccts:Examples>winter 2005 collection </ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Textual description of the document instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
<ccts:Examples>latest computer accessories for laptops </ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingUpdateRequestIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Pricing Update Request_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates a request for a pricing update.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing Update Request</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
<ccts:Examples>default is true</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ItemUpdateRequestIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Item Update Request_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates a request for an update of the item specifications.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Item Update Request</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
<ccts:Examples>default is true</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of Catalogue Lines in this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Validity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period, assigned by the Catalogue Managing party, during which the information in the Catalogue requested is to be effective. This may be given as start and end dates or a duration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party receiving the Catalogue Request.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ProviderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Provider_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party sending the Catalogue Request.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Provider</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Contractor_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The customer party responsible for the contracts with which the Catalogue is associated.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Contractor</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:RequestedCatalogueReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Requested_ Catalogue Reference. Catalogue Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a specific Catalogue; used if the Catalogue Request is for an update.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Requested</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Catalogue Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Catalogue Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Catalogue Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReferencedContract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Referenced_ Contract. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A contract or framework agreement with which the Catalogue being requested is associated.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Referenced</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Contract</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TradingTerms" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Trading Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The trading terms associated with the requested Catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Trading Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Trading Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Trading Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to another document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ApplicableTerritoryAddress"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Applicable Territory_ Address. Address</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a territory (region, country, city, etc.) to which the requested Catalogue will apply, expressed as an Address.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Applicable Territory</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Address</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Address</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Address</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:RequestedLanguage" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Requested_ Language. Language</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The language in which the Catalogue is requested to be provided.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Requested</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Language</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Language</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Language</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:RequestedClassificationScheme"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Requested_ Classification Scheme. Classification Scheme</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A requested classification scheme for the requested Catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Requested</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Classification Scheme</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Classification Scheme</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Classification Scheme</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CatalogueRequestLine" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Catalogue Request. Catalogue Request Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to specific Catalogue Lines for the catalogue requested.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Catalogue Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Catalogue Request Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Catalogue Request Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Catalogue Request Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,417 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-CertificateOfOrigin-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:CertificateOfOrigin-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:CertificateOfOrigin-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="CertificateOfOrigin" type="CertificateOfOriginType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="CertificateOfOriginType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document that describes the Certificate of Origin.</ccts:Definition>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Textual description of the document instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:VersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the version of this Certificate of Origin.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Version</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ExporterParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Exporter_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Party who makes the export declaration, or on whose behalf the export declaration is made, and who is the owner of the goods or has similar right of disposal over them at the time when the declaration is accepted.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Exporter</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
<ccts:AlternativeBusinessTerms>Exporter (WCO ID 41 and 42)</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ImporterParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Importer_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Party who makes an import declaration, or on whose behalf a Customs clearing agent or other authorized person makes an import declaration. This may include a person who has possession of the goods or to whom the goods are consigned.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Importer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
<ccts:AlternativeBusinessTerms>Importer (WCO ID 39 and 40)</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:EndorserParty" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Endorser Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Party providing the endorsement.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Endorser Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Endorser Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Endorser Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CertificateOfOriginApplication"
|
||||
minOccurs="1"
|
||||
maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Certificate Of Origin Application</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Details of the application for a Certificate of Origin.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Certificate Of Origin Application</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Certificate Of Origin Application</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Certificate Of Origin Application</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:IssuerEndorsement" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Issuer_ Endorsement. Endorsement</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Issuer Endorsement details.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Issuer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Endorsement</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Endorsement</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Endorsement</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:EmbassyEndorsement" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Embassy_ Endorsement. Endorsement</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Embassy Endorsement details.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Embassy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Endorsement</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Endorsement</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Endorsement</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InsuranceEndorsement" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Certificate Of Origin. Insurance_ Endorsement. Endorsement</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Insurance Endorsement details.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Certificate Of Origin</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Insurance</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Endorsement</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Endorsement</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Endorsement</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,493 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-ContractAwardNotice-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:ContractAwardNotice-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:ContractAwardNotice-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="ContractAwardNotice" type="ContractAwardNoticeType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="ContractAwardNoticeType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document published by a Contracting Party to announce the awarding of a procurement project.</ccts:Definition>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ContractFolderID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Contract Folder Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contract Folder Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RegulatoryDomain" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Regulatory Domain. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Information about the law that defines the regulatory domain.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Regulatory Domain</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PublishAwardIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Publish Award Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An indicator specifying if the notice is published for service contracts within certain service categories (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Publish Award Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PreviousDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Previous_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a previously sent document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Previous</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:MinutesDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Minutes_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a set of minutes.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Minutes</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractingParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Contracting Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The contracting party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contracting Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contracting Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Contracting Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party who originated Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party receiving this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TenderingTerms" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Tendering Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The tendering terms associated with this tendering process.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tendering Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tendering Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Tendering Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TenderingProcess" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Tendering Process</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A description of the tendering process itself.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tendering Process</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tendering Process</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Tendering Process</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ProcurementProject" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Procurement Project</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An overall definition of this procurement project.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Procurement Project</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Procurement Project</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Procurement Project</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ProcurementProjectLot" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Procurement Project Lot</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>One of the procurement project lots into which this contract can be split.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Procurement Project Lot</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Procurement Project Lot</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Procurement Project Lot</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TenderResult" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Award Notice. Tender Result</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A result of the bid opening in the tendering process.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tender Result</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tender Result</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Tender Result</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,459 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-ContractNotice-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:ContractNotice-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:ContractNotice-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="ContractNotice" type="ContractNoticeType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="ContractNoticeType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used by a Contracting party to announce a project to buy goods, services, or works.</ccts:Definition>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ContractFolderID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Contract Folder Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contract Folder Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RequestedPublicationDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Requested_ Publication Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The requested publication date for this Contract Notice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Requested</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Publication Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RegulatoryDomain" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Regulatory Domain. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Information about the law that defines the regulatory domain.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Regulatory Domain</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:FrequencyPeriod" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Frequency_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The estimated frequency of future notices.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Frequency</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractingParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Contracting Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The contracting party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contracting Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contracting Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Contracting Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A party who originally requested the tender.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party receiving this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TenderingTerms" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Tendering Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The tendering terms associated with this tendering process.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tendering Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tendering Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Tendering Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TenderingProcess" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Tendering Process</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A description of the tendering process itself.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tendering Process</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tendering Process</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Tendering Process</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ProcurementProject" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Procurement Project</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An overall definition of this procurement project.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Procurement Project</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Procurement Project</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Procurement Project</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ProcurementProjectLot" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Contract Notice. Procurement Project Lot</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>One of the procurement project lots into which this contract can be split.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Contract Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Procurement Project Lot</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Procurement Project Lot</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Procurement Project Lot</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,951 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-CreditNote-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="CreditNote" type="CreditNoteType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="CreditNoteType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to specify credits due to the Debtor from the Creditor.</ccts:Definition>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxPointDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Tax Point Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date of the Credit Note, used to indicate the point at which tax becomes applicable.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Point Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CreditNoteTypeCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Credit Note Type Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the type of the Credit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Credit Note Type Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the default currency for this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Tax_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the currency used for tax amounts in the Credit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the currency used for prices in the Credit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PaymentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Payment_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the currency used for payment in the Credit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PaymentAlternativeCurrencyCode"
|
||||
minOccurs="0"
|
||||
maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Payment Alternative_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the alternative currency used for payment in the Credit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment Alternative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCostCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Accounting Cost Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer's accounting code, applied to the Credit Note as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCost" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Accounting Cost. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer's accounting code, applied to the Credit Note as a whole, expressed as text.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of Credit Note Lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:BuyerReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Buyer_ Reference. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference provided by the buyer used for internal routing of the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Reference</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InvoicePeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Invoice_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Associates the Credit Note with Invoicing Periods rather than with a specific Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Invoice</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DiscrepancyResponse" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Discrepancy_ Response. Response</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reason for the Credit Note as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Discrepancy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Response</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Response</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Response</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Order associated with this Credit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Order Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BillingReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Billing Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a billing document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Billing Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Billing Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Billing Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DespatchDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Despatch_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a Despatch Advice associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Despatch</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiptDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Receipt_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a Receipt Advice associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receipt</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Contract_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a contract associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Contract</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an additional document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:StatementDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Statement_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a Statement associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Statement</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Originator_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an originator document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Accounting_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The accounting supplier party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The accounting customer party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PayeeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Payee_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The payee.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payee</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxRepresentativeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Tax Representative_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The tax representative.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax Representative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Delivery" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Delivery</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A delivery associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Delivery</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DeliveryTerms" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Delivery Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A set of delivery terms associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Delivery Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Payment Means</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Expected means of payment.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Means</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Means</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Payment Means</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentTerms" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Payment Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A set of payment terms associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Payment Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Tax_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the tax currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PricingExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Pricing_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the pricing currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Payment_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the payment currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentAlternativeExchangeRate"
|
||||
minOccurs="0"
|
||||
maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Payment Alternative_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the payment alternative currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment Alternative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Allowance Charge</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A discount or charge that applies to a price component.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Allowance Charge</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total amount of a specific type of tax.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Tax Total</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:LegalMonetaryTotal" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Legal_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total amount payable on the Credit Note, including allowances, charges, and taxes.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Legal</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Monetary Total</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CreditNoteLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Credit Note. Credit Note Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A Credit Note line.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Credit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Credit Note Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Credit Note Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Credit Note Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,916 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-DebitNote-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:DebitNote-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:DebitNote-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="DebitNote" type="DebitNoteType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="DebitNoteType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to specify debts incurred by the Debtor.</ccts:Definition>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxPointDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Tax Point Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date of the Debit Note, used to indicate the point at which tax becomes applicable.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Point Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the default currency for this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Tax_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the currency used for tax amounts in the Debit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the currency used for prices in the Debit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PaymentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Payment_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the currency used for payment in the Debit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PaymentAlternativeCurrencyCode"
|
||||
minOccurs="0"
|
||||
maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Payment Alternative_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the alternative currency used for payment in the Debit Note.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment Alternative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCostCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Accounting Cost Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Buyer's accounting code, applied to the Credit Note as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCost" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Accounting Cost. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Buyer's accounting code, applied to the Credit Note as a whole, expressed as text.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of Debit Note Lines in this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InvoicePeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Invoice_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A period (rather than a specific invoice) associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Invoice</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DiscrepancyResponse" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Discrepancy_ Response. Response</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reason for the Debit Note as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Discrepancy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Response</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Response</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Response</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an Order with which this Debit Note is associated.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Order Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BillingReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Billing Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a billing document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Billing Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Billing Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Billing Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DespatchDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Despatch_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a Despatch Advice associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Despatch</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiptDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Receipt_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a Receipt Advice associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receipt</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:StatementDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Statement_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a Statement associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Statement</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Contract_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a contract associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Contract</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an additional document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Accounting_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The accounting supplier party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The accounting customer party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PayeeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Payee_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The payee.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payee</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxRepresentativeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Tax Representative_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The tax representative.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax Representative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PrepaidPayment" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Prepaid_ Payment. Payment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A prepaid payment.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Prepaid</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Payment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Payment</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Allowance Charge</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A discount or charge that applies to a price component.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Allowance Charge</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Delivery" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Delivery</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A delivery associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Delivery</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DeliveryTerms" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Delivery Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A set of delivery terms associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Delivery Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Payment Means</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Expected means of payment.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Means</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Means</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Payment Means</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentTerms" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Payment Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A set of payment terms associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Payment Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Tax_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the tax currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PricingExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Pricing_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the pricing currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Payment_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the payment currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentAlternativeExchangeRate"
|
||||
minOccurs="0"
|
||||
maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Payment Alternative_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the payment alternative currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment Alternative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total amount of a specific type of tax.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Tax Total</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:RequestedMonetaryTotal" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Requested_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total amount payable on the Debit Note, including allowances, charges, and taxes.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Requested</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Monetary Total</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DebitNoteLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Debit Note. Debit Note Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A Debit Note line.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Debit Note</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Debit Note Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Debit Note Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Debit Note Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,482 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-DespatchAdvice-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="DespatchAdvice" type="DespatchAdviceType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="DespatchAdviceType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to describe the despatch or delivery of goods and services.</ccts:Definition>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Ship Note, Dispatch Advice, Consignment Note</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentStatusCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Document Status Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the status of the Despatch Advice with respect to its original state. This code may be used if the document precedes the event and is subsequently found to be incorrect and in need of cancellation or revision.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Status Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Document Status</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Document Status_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DespatchAdviceTypeCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Despatch Advice Type Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the type of the Despatch Advice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Despatch Advice Type Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of Despatch Lines in this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an Order with which this Despatch Advice is associated.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Order Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an additional document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DespatchSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Despatch_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The despatch party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Despatch</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DeliveryCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Delivery_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The delivery recipient.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Delivery</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A customer party as originator.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Shipment" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Shipment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The shipment.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Shipment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Shipment</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Shipment</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DespatchLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Despatch Advice. Despatch Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A Despatch Line associated with a kind of item delivered.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Despatch Advice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Despatch Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Despatch Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Despatch Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,350 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-DocumentStatus-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:DocumentStatus-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:DocumentStatus-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="DocumentStatus" type="DocumentStatusType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="DocumentStatusType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to provide information about document status.</ccts:Definition>
|
||||
<ccts:ObjectClass>Document Status</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SenderParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status. Sender_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party sending this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Sender</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party receiving this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentResponse" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status. Document Response</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A response to the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Response</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Response</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Response</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentResponse"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status. Additional_ Document Response. Document Response</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document linked or related to the document for which the status was requested.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Response</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Response</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Response</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,348 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-DocumentStatusRequest-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:DocumentStatusRequest-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:DocumentStatusRequest-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="DocumentStatusRequest" type="DocumentStatusRequestType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="DocumentStatusRequestType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status Request. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to request the status of another document.</ccts:Definition>
|
||||
<ccts:ObjectClass>Document Status Request</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status Request. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status Request. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status Request. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status Request. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status Request. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status Request. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status Request. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status Request. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status Request. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status Request. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TrackingID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status Request. Tracking Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for tracking status of the business process .</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tracking Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:RequestedDocumentReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status Request. Requested_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The document about which status is requested.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Requested</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status Request. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SenderParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status Request. Sender_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party sending this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Sender</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Document Status Request. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party receiving this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Document Status Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,417 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-ExceptionCriteria-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:ExceptionCriteria-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:ExceptionCriteria-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="ExceptionCriteria" type="ExceptionCriteriaType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="ExceptionCriteriaType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to specify the thresholds for forecast variance, product activity, and performance history beyond which exceptions should be triggered.</ccts:Definition>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Exception Criteria</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Exception Criteria Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Exception Criteria Date</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:VersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the current version of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Version</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ValidityPeriod" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. Validity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period of time during which the Exception Criteria is valid.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to another document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SenderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. Sender_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party sending this document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Sender</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party receiving this document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ExceptionCriteriaLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Criteria. Exception Criteria Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A line expressing an exception criterion setting thresholds beyond which an exception should be triggered.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Criteria</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Exception Criteria Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exception Criteria Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exception Criteria Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,403 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-ExceptionNotification-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:ExceptionNotification-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:ExceptionNotification-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="ExceptionNotification" type="ExceptionNotificationType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="ExceptionNotificationType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Notification. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to notify an exception in forecast variance, product activity, or performance history.</ccts:Definition>
|
||||
<ccts:ObjectClass>Exception Notification</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>ExceptionNotification</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Notification. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Notification. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Notification. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Notification. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Notification. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Exception Notification Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Notification. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Notification. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Notification. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Exception Notification Date</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Notification. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Notification. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ExceptionObservationPeriod" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Notification. Exception Observation_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period of time during which the exceptions are observed.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Exception Observation</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Notification. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to another document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Notification. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SenderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Notification. Sender_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party sending this document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Sender</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Notification. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party receiving this document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Notification. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Notification. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ExceptionNotificationLine"
|
||||
minOccurs="1"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Exception Notification. Exception Notification Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A line in the Exception Notification.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Exception Notification</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Exception Notification Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exception Notification Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exception Notification Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,454 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-Forecast-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:Forecast-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:Forecast-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="Forecast" type="ForecastType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="ForecastType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to forecast sales or orders.</ccts:Definition>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Forecast</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Forecast Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Forecast Date</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:VersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the current version of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Version</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:BasedOnConsensusIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Based On Consensus_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the Forecast is based on consensus (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Based On Consensus</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ForecastPurposeCode" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Forecast_ Purpose Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the purpose of the Forecast document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Forecast</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Purpose Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ForecastPeriod" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Forecast_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period to which the Forecast applies.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Forecast</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an additional document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SenderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Sender_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party sending this document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Sender</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party receiving this document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ForecastLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast. Forecast Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A Forecast Line.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Forecast Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Forecast Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Forecast Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,453 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-ForecastRevision-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:ForecastRevision-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:ForecastRevision-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="ForecastRevision" type="ForecastRevisionType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="ForecastRevisionType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to revise a Forecast.</ccts:Definition>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Forecast Revision</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Forecast Revision Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Forecast Date</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:SequenceNumberID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Sequence Number. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A sequence number, to ensure the proper sequencing of revisions.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Sequence Number</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RevisionStatusCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Revision_ Status Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates the revision status of this Forecast Revision.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Revision</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Status Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PurposeCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Purpose Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates the purpose of the revision.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Purpose Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ForecastPeriod" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Forecast_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period to which the Forecast applies.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Forecast</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginalDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Original_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Forecast document being revised.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Original</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SenderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Sender_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party sending this document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Sender</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party receiving this document.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ForecastRevisionLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forecast Revision. Forecast Revision Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A line that revises a line in the Forecast.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forecast Revision</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Forecast Revision Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Forecast Revision Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Forecast Revision Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,517 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-ForwardingInstructions-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:ForwardingInstructions-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:ForwardingInstructions-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="ForwardingInstructions" type="ForwardingInstructionsType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="ForwardingInstructionsType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document issued to a forwarder, giving instructions regarding the action to be taken for the forwarding of goods described therein. Forwarding Instructions is used by any party who gives instructions for the transportation services required for a consignment of goods to any party who is contracted to provide the transportation services. The parties who issue this document are commonly referred to as the shipper or consignor, while the parties who receive this document are forwarders, carriers, shipping agents, etc. This document may also be issued by a forwarder or shipping agent in its capacity as a shipper. This document can be used to arrange for the transportation (1) of different types of goods or cargoes; (2) whether containerized or non-containerized; (3) through different modes of transport including multi-modal; and (4) from any origin to any destination.</ccts:Definition>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Forwarding Instruction, Freight Forwarding Instruction, Shippers Letter of Instruction, Shipper's Letter of Instruction, Shipping Instruction</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CarrierAssignedID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Carrier Assigned_ Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Reference number assigned by a carrier or its agent to identify a specific shipment, such as a booking reference number when cargo space is reserved prior to loading.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Carrier Assigned</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Name</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Text, assigned by the sender, that identifies this document to business users.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Name. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Textual description of the document instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentStatusCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Document Status Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the status of the Forwarding Instructions with respect to its original state. This code may be used if the document precedes the event and is subsequently found to be incorrect and in need of cancellation or revision.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Status Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Document Status</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Document Status_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ShippingOrderID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Shipping Order Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Reference number to identify a Shipping Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Shipping Order Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ToOrderIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. To Order_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the transport document is consigned to order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>To Order</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AdValoremIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Ad Valorem_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A term used in commerce in reference to certain duties, called ad valorem duties, which are levied on commodities at certain rates per centum on their value.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Ad Valorem</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DeclaredCarriageValueAmount" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Declared Carriage_ Value. Amount</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Value declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage in case of loss or damage to goods or delayed delivery.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Declared Carriage</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Value</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Amount. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:OtherInstruction" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Other_ Instruction. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Contains other free-text instructions to the forwarders or carriers related to the shipment. This should only be used where such information cannot be represented in other structured information entities within the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Other</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Instruction</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ConsignorParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Consignor_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party consigning goods, as stipulated in the transport contract by the party ordering transport.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Consignor</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
<ccts:AlternativeBusinessTerms>Consignor (WCO ID 71 and 72)</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CarrierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Carrier_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party providing the transport of goods between named points.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Carrier</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
<ccts:AlternativeBusinessTerms>Transport Company, Shipping Line, NVOCC, Airline, Haulier, Courier, Carrier (WCO ID 49 and 50)</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:FreightForwarderParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Freight Forwarder_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A party combining individual smaller consignments into a single larger shipment (a so-called consolidated consignment or shipment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Freight Forwarder</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
<ccts:AlternativeBusinessTerms>Consolidator (WCO ID 192 AND 193)</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Shipment" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Shipment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifiable collection of one or more goods items to be transported between the seller party and the buyer party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Shipment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Shipment</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Shipment</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to another document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ExchangeRate" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Information about the rate of exchange (conversion) between two currencies.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Forwarding Instructions. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Forwarding Instructions</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,867 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-FreightInvoice-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:FreightInvoice-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:FreightInvoice-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="FreightInvoice" type="FreightInvoiceType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="FreightInvoiceType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document stating the charges incurred for a logistics service.</ccts:Definition>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Invoice Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Invoice Date</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:InvoiceTypeCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Invoice Type Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the type of the Freight Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Invoice Type Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxPointDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Tax Point Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date of the Freight Invoice, used to indicate the point at which tax becomes applicable.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Point Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the default currency for this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Tax_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the currency used for tax amounts in the Freight Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the currency used for prices in the Freight Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PaymentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Payment_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the currency used for payment in the Freight Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PaymentAlternativeCurrencyCode"
|
||||
minOccurs="0"
|
||||
maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Payment Alternative_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the alternative currency used for payment in the Freight Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment Alternative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCostCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Accounting Cost Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer's accounting code, applied to the Freight Invoice as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCost" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Accounting Cost. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer's accounting cost centre, applied to the Freight Invoice as a whole, expressed as text.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of Invoice Lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InvoicePeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Invoice_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time periods to which the Freight Invoice applies.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Invoice</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Shipment" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Shipment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Details about one or more shipments covered by this Freight Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Shipment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Shipment</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Shipment</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Reference to an Order associated with this Freight Invoice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Order Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BillingReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Billing Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a billing document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Billing Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Billing Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Billing Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DespatchDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Despatch_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a Despatch Advice associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Despatch</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiptDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Receipt_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a Receipt Advice associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receipt</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Originator_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an originator document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Contract_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a contract associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Contract</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an additional document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Accounting_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The accounting supplier party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The accounting customer party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PayeeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Payee_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The payee.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payee</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxRepresentativeParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Tax Representative_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The tax representative.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax Representative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Payment Means</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Expected means of payment.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Means</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Means</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Payment Means</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentTerms" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Payment Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A set of payment terms associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Payment Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PrepaidPayment" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Prepaid_ Payment. Payment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A prepaid payment.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Prepaid</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Payment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Payment</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Allowance Charge</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A discount or charge that applies to a price component.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Allowance Charge</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Tax_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the tax currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PricingExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Pricing_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the pricing currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Payment_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the payment currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentAlternativeExchangeRate"
|
||||
minOccurs="0"
|
||||
maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Payment Alternative_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the payment alternative currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment Alternative</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total amount of a specific type of tax.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Tax Total</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:LegalMonetaryTotal" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Legal_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total amount payable on the Freight Invoice, including Allowances, Charges, and Taxes.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Legal</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Monetary Total</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InvoiceLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Freight Invoice. Invoice Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An Invoice Line.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Freight Invoice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Invoice Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Invoice Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Invoice Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,471 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-FulfilmentCancellation-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:FulfilmentCancellation-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:FulfilmentCancellation-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="FulfilmentCancellation" type="FulfilmentCancellationType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="FulfilmentCancellationType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to cancel an entire fulfilment document (Despatch Advice or Receipt Advice).</ccts:Definition>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CancellationNote" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Cancellation_ Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The reason for cancellation of the referenced document.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Cancellation</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DespatchDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Despatch_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a Despatch Advice associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Despatch</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiptDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Receipt_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a Receipt Advice associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receipt</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an Order document associated with the referenced Despatch or Receipt Advice(s).</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Order Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an additional document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Contract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The contracts or framework agreements with which the referenced fulfilment document is associated.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Contract</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DeliveryCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Delivery_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The delivery party.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Delivery</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DespatchSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Despatch_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The despatch party.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Despatch</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Fulfilment Cancellation. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The originator party</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Fulfilment Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,431 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-GoodsItemItinerary-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:GoodsItemItinerary-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:GoodsItemItinerary-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="GoodsItemItinerary" type="GoodsItemItineraryType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="GoodsItemItineraryType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document providing details relating to a transport service, such as transport movement, identification of equipment and goods, subcontracted service providers, etc.</ccts:Definition>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:VersionID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a version of a Goods Item Itinerary in order to distinguish updates.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Version</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TransportExecutionPlanReferenceID"
|
||||
minOccurs="1"
|
||||
maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. Transport Execution Plan Reference. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Transport Execution Plan associated with this Goods Item Itinerary.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Transport Execution Plan Reference</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SenderParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. Sender_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The sender of this Goods Item Itinerary.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Sender</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The receiver of this Goods Item Itinerary.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReferencedConsignment" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. Referenced_ Consignment. Consignment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A consignment being transported in the transport service associated with this Goods Item Itinerary.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Referenced</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Consignment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Consignment</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Consignment</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReferencedTransportEquipment"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. Referenced_ Transport Equipment. Transport Equipment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Transport equipment being transported in the transport service associated with this Goods Item Itinerary.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Referenced</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Transport Equipment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Transport Equipment</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Transport Equipment</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReferencedPackage" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. Referenced_ Package. Package</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A package being transported in the transport service associated with this Goods Item Itinerary.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Referenced</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Package</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Package</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Package</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReferencedGoodsItem" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. Referenced_ Goods Item. Goods Item</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An item of goods being transported in the transport service associated with this Goods Item Itinerary.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Referenced</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Goods Item</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Goods Item</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Goods Item</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TransportationSegment" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Goods Item Itinerary. Transportation Segment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A part of a transport service that has its own Transport Execution Plan. A Transportation Segment may cover services other than transport, such as terminal handling, document management, customs procedures, etc.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Goods Item Itinerary</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Transportation Segment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Transportation Segment</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Transportation Segment</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,481 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-GuaranteeCertificate-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:GuaranteeCertificate-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:GuaranteeCertificate-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="GuaranteeCertificate" type="GuaranteeCertificateType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="GuaranteeCertificateType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document to notify the deposit of a bid bond guarantee.</ccts:Definition>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ContractFolderID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Contract Folder Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contract Folder Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:GuaranteeTypeCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Guarantee Type Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the type of the guarantee.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Guarantee Type Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Purpose" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Purpose. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A textual description of the purpose of the bid bond guarantee.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Purpose</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LiabilityAmount" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Liability. Amount</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The liability amount (a monetary value) in the bid bond guarantee.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Liability</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Amount. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ConstitutionCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Constitution Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The code stating the constitution means of the guarantee.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Constitution Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ApplicablePeriod" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Applicable_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The specified period in the tendering process for which this bid bond guarantee is effective</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Applicable</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ApplicableRegulation" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Applicable_ Regulation. Regulation</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an applicable regulation.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Applicable</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Regulation</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Regulation</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Regulation</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:GuaranteeDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Guarantee_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a legal document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Guarantee</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ImmobilizedSecurity" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Immobilized Security</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Details of an immobilized security.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Immobilized Security</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Immobilized Security</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Immobilized Security</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:GuarantorParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Guarantor_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The guarantee creditor organization that has the authority to charge bid bond guarantee credit.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Guarantor</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InterestedParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Interested_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party depositing the bid bond guarantee.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Interested</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BeneficiaryParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Guarantee Certificate. Beneficiary_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The beneficiary of the bid bond guarantee.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Beneficiary</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,383 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-InstructionForReturns-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:InstructionForReturns-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:InstructionForReturns-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="InstructionForReturns" type="InstructionForReturnsType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="InstructionForReturnsType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Instruction For Returns. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to initiate a return of goods. The producer is requesting the return of products that are not selling well, either to use in other places or to free up rack or shelf space.</ccts:Definition>
|
||||
<ccts:ObjectClass>Instruction For Returns</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Instruction For Returns. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Instruction For Returns</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Instruction For Returns. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Instruction For Returns</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Instruction For Returns. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Instruction For Returns</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Instruction For Returns. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Instruction For Returns</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Instruction For Returns. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Instruction For Returns</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Document Number, Instruction for Returns Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Instruction For Returns. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Instruction For Returns</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Instruction For Returns. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Instruction For Returns</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Instruction For Returns. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Instruction For Returns</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Instruction For Returns. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Instruction For Returns</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Instruction For Returns. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Instruction For Returns</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Instruction For Returns. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to another document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Instruction For Returns</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Instruction For Returns. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Instruction For Returns</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Instruction For Returns. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Instruction For Returns</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:RetailerCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Instruction For Returns. Retailer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The retailer.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Instruction For Returns</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Retailer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ManufacturerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Instruction For Returns. Manufacturer_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The manufacturer.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Instruction For Returns</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Manufacturer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Shipment" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Instruction For Returns. Shipment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The shipment.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Instruction For Returns</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Shipment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Shipment</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Shipment</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InstructionForReturnsLine"
|
||||
minOccurs="1"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Instruction For Returns. Instruction For Returns Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A line providing details about one type of article to be returned.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Instruction For Returns</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Instruction For Returns Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Instruction For Returns Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Instruction For Returns Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,401 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-InventoryReport-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:InventoryReport-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:InventoryReport-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="InventoryReport" type="InventoryReportType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="InventoryReportType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Inventory Report. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A report on the quantities of each item that are, or will be, in stock. This document is sent by a Buyer (for example a retailer) to a Seller (for example a producer).</ccts:Definition>
|
||||
<ccts:ObjectClass>Inventory Report</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Storage status report.</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Inventory Report. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Inventory Report</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Inventory Report. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Inventory Report</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Inventory Report. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Inventory Report</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Inventory Report. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Inventory Report</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Inventory Report. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Inventory Report, assigned by the Issuer.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Inventory Report</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Document Number, Inventory Report Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Inventory Report. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Inventory Report</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Inventory Report. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Inventory Report</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Inventory Report. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Inventory Report</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Inventory Report. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time at which the Inventory Report was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Inventory Report</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Inventory Report. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Inventory Report</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Inventory Report. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the currency in which the Document is presented. This may be the same currency as the pricing or as the tax.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Inventory Report</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InventoryPeriod" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Inventory Report. Inventory_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period covered by this report.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Inventory Report</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Inventory</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Inventory Report. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to another document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Inventory Report</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Inventory Report. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Inventory Report</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:RetailerCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Inventory Report. Retailer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The retailer, who sends this message.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Inventory Report</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Retailer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InventoryReportingParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Inventory Report. Inventory Reporting_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to the Party that will really use the Inventory report (normally the branch for which the stock is reported).</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Inventory Report</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Inventory Reporting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Inventory Report. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Inventory Report</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:InventoryReportLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Inventory Report. Inventory Report Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A line representing a particular item of sale and associated with a line in the Catalogue.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Inventory Report</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Inventory Report Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Inventory Report Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Inventory Report Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,402 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-ItemInformationRequest-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:ItemInformationRequest-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:ItemInformationRequest-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="ItemInformationRequest" type="ItemInformationRequestType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="ItemInformationRequestType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Item Information Request. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to request product activity, forecast, or performance data.</ccts:Definition>
|
||||
<ccts:ObjectClass>Item Information Request</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Item Information Request</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Item Information Request. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Item Information Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Item Information Request. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Item Information Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Item Information Request. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Item Information Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Item Information Request. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Item Information Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Item Information Request. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Item Information Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Item Information Request Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Item Information Request. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Item Information Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Item Information Request. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Item Information Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Item Information Request. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Item Information Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Item Information Request Date</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Item Information Request. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Item Information Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Item Information Request. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Item Information Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Period" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Item Information Request. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period of time to which the Item Information Request applies.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Item Information Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Item Information Request. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to another document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Item Information Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Item Information Request. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Item Information Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SenderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Item Information Request. Sender_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Item Information Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Sender</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Item Information Request. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Item Information Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Item Information Request. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Item Information Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Item Information Request. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Item Information Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ItemInformationRequestLine"
|
||||
minOccurs="1"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Item Information Request. Item Information Request Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A line requesting information regarding an item of sale.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Item Information Request</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Item Information Request Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Item Information Request Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Item Information Request Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,891 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-Order-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:Order-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:Order-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="Order" type="OrderType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="OrderType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to order goods and services.</ccts:Definition>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Purchase Order</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Purchase Order Number, Order Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:SalesOrderID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Sales_ Order Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Order, assigned by the seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Sales</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Order Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Order Date</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:OrderTypeCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Order Type Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the type of Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Type Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RequestedInvoiceCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Requested Invoice_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the currency requested for amount totals in Invoices related to this Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Requested Invoice</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the default currency for this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the currency used for all prices in the Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Tax_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the currency requested for tax amounts in Invoices related to this Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomerReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Customer_ Reference. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A supplementary reference for the Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Customer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Reference</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCostCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Accounting Cost Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer's accounting code, applied to the Order as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCost" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Accounting Cost. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer's accounting cost centre, applied to the Order as a whole, expressed as text.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of Order Lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Validity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period for which the Order is valid.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:QuotationDocumentReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Quotation_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a Quotation.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Quotation</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Order_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to another Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Order</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorDocumentReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Originator_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an originator document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CatalogueReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Catalogue Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to the Catalogue on which this Order is based.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Catalogue Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Catalogue Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Catalogue Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an additional document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Contract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A contracts associated with this Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Contract</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ProjectReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Project Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A project with which this Order is associated.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Project Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Project Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Project Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The originator.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:FreightForwarderParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Freight Forwarder_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A freight forwarder or carrier.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Freight Forwarder</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
<ccts:AlternativeBusinessTerms>Carrier</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The accounting customer party.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Delivery" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Delivery</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A delivery associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Delivery</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DeliveryTerms" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Delivery Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A set of delivery terms associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Delivery Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Payment Means</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Expected means of payment.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Means</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Means</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Payment Means</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentTerms" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Payment Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A set of payment terms associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Payment Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TransactionConditions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Transaction Conditions</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A specification of purchasing or sales conditions applying to the whole Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Transaction Conditions</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Transaction Conditions</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Transaction Conditions</ccts:RepresentationTerm>
|
||||
<ccts:AlternativeBusinessTerms>Sales condition, procurement condition</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Allowance Charge</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A discount or charge that applies to a price component.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Allowance Charge</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Tax_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the tax currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PricingExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Pricing_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the pricing currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Payment_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the payment currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DestinationCountry" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Destination_ Country. Country</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The country of destination (for customs purposes).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Destination</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Country</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Country</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Country</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total amount of a specific type of tax.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Tax Total</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AnticipatedMonetaryTotal" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Anticipated_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total amount for the Order anticipated by the buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Anticipated</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Monetary Total</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order. Order Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A line associated with a line in the Catalogue and specifying a kind of item being ordered.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Order Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,416 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-OrderCancellation-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:OrderCancellation-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:OrderCancellation-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="OrderCancellation" type="OrderCancellationType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="OrderCancellationType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to cancel an entire Order.</ccts:Definition>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CancellationNote" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Cancellation_ Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The general reason for cancellation of the referenced order.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Cancellation</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to the Order being cancelled. While multiple references are allowed, it is considered better practice to cancel only one Order in each Order Cancellation document.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Order Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorDocumentReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Originator_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an originator document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an additional document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Contract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A contract associated with the original Order(s).</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Contract</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Cancellation. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The originator.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Cancellation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,869 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-OrderChange-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="OrderChange" type="OrderChangeType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="OrderChangeType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to specify changes to an existing Order.</ccts:Definition>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Purchase Order Change</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:SalesOrderID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Sales_ Order Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Order Change, assigned by the seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Sales</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Order Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:SequenceNumberID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Sequence Number. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The Order Change Sequence Number assigned by the Buyer to ensure the proper sequencing of changes.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Sequence Number</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RequestedInvoiceCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Requested Invoice_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying he currency requested for amount totals in Invoices related to this Order Change.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Requested Invoice</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the default currency for this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the currency that is used for all prices in the Order Change.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Tax_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the currency requested for tax amounts in Invoices related to this Order Change.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomerReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Customer_ Reference. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A supplementary reference for the transaction (e.g., CRI when using purchasing card).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Customer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Reference</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCostCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Accounting Cost Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer's accounting code, applied to the Order Change as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCost" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Accounting Cost. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer's accounting code, applied to the Order Change as a whole, expressed as text.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of Order Change lines in the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Validity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A period during which the Order Change is valid.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to the Order being changed.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Order Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:QuotationDocumentReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Quotation_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to a Quotation.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Quotation</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorDocumentReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Originator_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an originator document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an additional document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Contract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A contract associated with the Order being changed.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Contract</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The originator.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:FreightForwarderParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Freight Forwarder_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A freight forwarder or carrier.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Freight Forwarder</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The accounting customer party.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Accounting_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The accounting supplier party.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Delivery" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Delivery</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A delivery associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Delivery</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DeliveryTerms" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Delivery Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A set of delivery terms associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Delivery Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Payment Means</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Expected means of payment.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Means</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Means</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Payment Means</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentTerms" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Payment Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A set of payment terms associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Payment Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TransactionConditions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Transaction Conditions</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Purchasing, sales, or payment conditions applying to the whole Order being changed.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Transaction Conditions</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Transaction Conditions</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Transaction Conditions</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Allowance Charge</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A discount or charge that applies to a price component.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Allowance Charge</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Tax_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the tax currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PricingExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Pricing_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the pricing currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Payment_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the payment currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DestinationCountry" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Destination_ Country. Country</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The country of destination (for customs purposes).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Destination</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Country</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Country</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Country</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total amount of a specific type of tax.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Tax Total</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AnticipatedMonetaryTotal" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Anticipated_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The amount of change to the total cost of the order anticipated by the buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Anticipated</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Monetary Total</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Change. Order Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An association to one or more (changed) Order Lines.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Change</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Order Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,956 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-OrderResponse-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="OrderResponse" type="OrderResponseType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="OrderResponseType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to indicate detailed acceptance or rejection of an Order or to make a counter-offer.</ccts:Definition>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Order Acknowledgement, PO Response</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Purchase Order Response Number, Acknowledgement of Order Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:SalesOrderID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Sales_ Order Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for the Order, issued by the Seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Sales</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Order Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:OrderResponseCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Order Response Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the type of response for this Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Response Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the default currency for this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the currency that is used for all prices in the Order Response.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TaxCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Tax_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the currency that is used for all tax amounts in the Order Response.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:TotalPackagesQuantity" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Total_ Packages Quantity. Quantity</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total number of packages contained in the Order Response.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Total</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Packages Quantity</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Quantity. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:GrossWeightMeasure" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Gross_ Weight. Measure</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total gross weight for the Order Response (goods + packaging + transport equipment).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Gross</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Weight</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Measure</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Measure. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:NetWeightMeasure" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Net_ Weight. Measure</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total net weight for the Order Response (goods + packaging).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Net</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Weight</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Measure</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Measure. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:NetNetWeightMeasure" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Net Net_ Weight. Measure</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total net weight of the goods in the Order Response excluding packaging.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Net Net</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Weight</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Measure</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Measure. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:GrossVolumeMeasure" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Gross_ Volume. Measure</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total volume of the goods in the Order Response including packaging.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Gross</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Volume</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Measure</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Measure. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:NetVolumeMeasure" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Net_ Volume. Measure</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total volume of the goods in the Order Response excluding packaging.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Net</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Volume</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Measure</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Measure. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomerReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Customer_ Reference. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A supplementary reference assigned by the buyer, e.g., the CRI in a purchasing card transaction.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Customer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Reference</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCostCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Accounting Cost Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An accounting cost code applied to the order as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCost" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Accounting Cost. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An accounting cost code applied to the order as a whole, expressed as text.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of Order Lines in this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Validity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period for which the Order Response is valid.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to the Order being responded to.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Order Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Order_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an Order other than the one being responded to.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Order</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorDocumentReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Originator_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an originator document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an additional document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Contract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A contract associated with the Order being responded to.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Contract</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The originator.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:FreightForwarderParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Freight Forwarder_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A freight forwarder or carrier.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Freight Forwarder</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Accounting_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The accounting supplier party.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The accounting customer party.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Delivery" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Delivery</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A delivery associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Delivery</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DeliveryTerms" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Delivery Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A set of delivery terms associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Delivery Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Payment Means</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Expected means of payment.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Means</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Means</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Payment Means</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentTerms" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Payment Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A set of payment terms associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Payment Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Allowance Charge</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A discount or charge that applies to a price component.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Allowance Charge</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TransactionConditions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Transaction Conditions</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A specification of purchasing or sales conditions applying to the whole Order.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Transaction Conditions</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Transaction Conditions</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Transaction Conditions</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Tax_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the tax currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PricingExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Pricing_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the pricing currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentExchangeRate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Payment_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The exchange rate between the document currency and the payment currency.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DestinationCountry" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Destination_ Country. Country</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The country of destination (for customs purposes).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Destination</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Country</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Country</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Country</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total amount of a specific type of tax, as calculated by the seller.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Tax Total</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:LegalMonetaryTotal" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Legal_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total amount of the Order (or counter-offer).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Legal</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Monetary Total</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderLine" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response. Order Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A line associated with a line in the Catalogue and specifying a kind of item being ordered.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Order Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,486 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-OrderResponseSimple-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:OrderResponseSimple-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:OrderResponseSimple-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="OrderResponseSimple" type="OrderResponseSimpleType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="OrderResponseSimpleType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to indicate simple acceptance or rejection of an entire Order.</ccts:Definition>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Order Acknowledgement, PO Response</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Purchase Order Response Number, Acknowledgement of Order Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AcceptedIndicator" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Accepted_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether the Order is accepted (true) or rejected (false).</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accepted</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:RejectionNote" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Rejection_ Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The reason for rejection if the order was not accepted.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Rejection</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
<ccts:Examples>Out of Stock , Not able to supply , Unable to fulfill within the contracted conditions , Buyer Account not Recognised </ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomerReference" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Customer_ Reference. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A supplementary reference for the transaction (e.g., when using a purchasing card).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Customer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Reference</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCostCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Accounting Cost Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An accounting cost code applied to the order as a whole.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:AccountingCost" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Accounting Cost. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An accounting cost code applied to the order as a whole, expressed as text.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Accounting Cost</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OrderReference" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Order Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to the Order being responded to.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Order Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an additional document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The originator.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingSupplierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Accounting_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The accounting supplier party.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AccountingCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Order Response Simple. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The accounting customer party.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Order Response Simple</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,432 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-PackingList-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:PackingList-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:PackingList-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="PackingList" type="PackingListType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="PackingListType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document describing how goods are packed.</ccts:Definition>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the subset of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Packing List Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document..</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Name</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Text, assigned by the sender, that identifies this document to business users.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Name. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Description. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Textual description of the document instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Description</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:VersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Version. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Version identifier of a Packing List.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Version</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:OtherInstruction" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Other_ Instruction. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Contains other free-text-based instructions related to the shipment to the forwarders or carriers. This should only be used where such information cannot be represented in other structured information entities within the document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Other</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Instruction</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ConsignorParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Consignor_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party consigning goods, as stipulated in the transport contract by the party ordering transport.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Consignor</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
<ccts:AlternativeBusinessTerms>Consignor (WCO ID 71 and 72)</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:CarrierParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Carrier_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party providing the transport of goods between named points.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Carrier</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
<ccts:AlternativeBusinessTerms>Transport Company, Shipping Line, NVOCC, Airline, Haulier, Courier, Carrier (WCO ID 49 and 50)</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:FreightForwarderParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Freight Forwarder_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party combining individual smaller shipments into a single larger consignment (a so-called consolidated consignment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Freight Forwarder</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
<ccts:AlternativeBusinessTerms>Consolidator (WCO ID 192 AND 193)</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Shipment" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Shipment</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A description of the shipment.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Shipment</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Shipment</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Shipment</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to another document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentDistribution" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Document Distribution</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A list of interested parties to whom this document is distributed.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Distribution</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Distribution</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Distribution</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Packing List. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Packing List</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,441 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-PriorInformationNotice-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:PriorInformationNotice-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:PriorInformationNotice-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="PriorInformationNotice" type="PriorInformationNoticeType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="PriorInformationNoticeType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used by a contracting party to declare the intention to buy goods, services, or works during a specified period.</ccts:Definition>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ContractFolderID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Contract Folder Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contract Folder Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PlannedDate" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Planned Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date planned by the Contracting Party for publication of the contract notice.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Planned Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to another document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ContractingParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Contracting Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The contracting party.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contracting Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contracting Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Contracting Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A party who originated the tendering process.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The party receiving this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TenderingTerms" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Tendering Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The tendering terms associated with this tendering process.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tendering Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tendering Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Tendering Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TenderingProcess" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Tendering Process</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A description of the tendering process itself.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tendering Process</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tendering Process</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Tendering Process</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ProcurementProject" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Procurement Project</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An overall definition of this procurement project.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Procurement Project</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Procurement Project</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Procurement Project</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ProcurementProjectLot" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Prior Information Notice. Procurement Project Lot</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>One of the procurement project lots into which this contract can be split.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Prior Information Notice</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Procurement Project Lot</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Procurement Project Lot</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Procurement Project Lot</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,387 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-ProductActivity-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:ProductActivity-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:ProductActivity-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="ProductActivity" type="ProductActivityType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="ProductActivityType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Product Activity. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document reporting the movement of goods at specified retail locations for inventory tracking purposes.</ccts:Definition>
|
||||
<ccts:ObjectClass>Product Activity</ccts:ObjectClass>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Product Activity. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Product Activity</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Product Activity. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Product Activity</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Product Activity. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Product Activity</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Product Activity. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Product Activity</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BPP-1001</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Product Activity. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Product Activity</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Product Acvtivity Number</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Product Activity. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Product Activity</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Product Activity. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Product Activity</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Product Activity. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Product Activity</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
<ccts:AlternativeBusinessTerms>Activity Date</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Product Activity. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Product Activity</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Product Activity. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Product Activity</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Product Activity. Document_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the default currency for this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Product Activity</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ActivityPeriod" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Product Activity. Activity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period covered by this Product Activity report.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Product Activity</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Activity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Product Activity. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to another document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Product Activity</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Product Activity. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Product Activity</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SenderParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Product Activity. Sender_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The sender of the Product Activity.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Product Activity</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Sender</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Product Activity. Receiver_ Party. Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The receiver of the Product Activity.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Product Activity</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SupplyChainActivityDataLine"
|
||||
minOccurs="1"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Product Activity. Supply Chain_ Activity Data Line. Activity Data Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A line describing the movement of goods to a specific location.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Product Activity</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Supply Chain</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Activity Data Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Activity Data Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Activity Data Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
|
|
@ -0,0 +1,583 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Library: OASIS Universal Business Language (UBL) 2.1 OS
|
||||
http://docs.oasis-open.org/ubl/os-UBL-2.1/
|
||||
Release Date: 04 November 2013
|
||||
Module: xsd/maindoc/UBL-Quotation-2.1.xsd
|
||||
Generated on: 2013-10-31 17:17z
|
||||
Copyright (c) OASIS Open 2013. All Rights Reserved.
|
||||
-->
|
||||
<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:Quotation-2"
|
||||
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:ccts="urn:un:unece:uncefact:documentation:2"
|
||||
targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:Quotation-2"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
version="2.1">
|
||||
<!-- ===== Imports ===== -->
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
|
||||
schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
|
||||
schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
|
||||
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
|
||||
schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<xsd:element name="Quotation" type="QuotationType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
|
||||
<xsd:complexType name="QuotationType">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ABIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Details</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A document used to quote for the provision of goods and services.</ccts:Definition>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:AlternativeBusinessTerms>Purchase Order</ccts:AlternativeBusinessTerms>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>2.0.5</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Customization Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>NES</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Profile Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies a user-defined profile of the subset of UBL being used.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
<ccts:Examples>BasicProcurementProcess</ccts:Examples>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Indicator. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. UUID. Identifier</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Identifier. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Issue Date. Date</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Date. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Issue Time. Time</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Time. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Note. Text</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Text. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A code signifying the currency used for all prices in the Quotation.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
|
||||
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
|
||||
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>BBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Line Count. Numeric</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The number of Quotation Lines in this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
|
||||
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
|
||||
<ccts:DataType>Numeric. Type</ccts:DataType>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Validity_ Period. Period</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The period for which the Quotation is valid.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:RequestForQuotationDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Request For Quotation_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to the Request for Quotation associated with this Quotation.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Request For Quotation</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AdditionalDocumentReference"
|
||||
minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A reference to an additional document associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Contract" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Contract</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A contract associated with this Quotation.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Contract</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Contract</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Signature</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A signature applied to this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Signature</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:SellerSupplierParty" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The seller.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:BuyerCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Association to the Buyer.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The originator.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:Delivery" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Delivery</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A delivery associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Delivery</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DeliveryTerms" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Delivery Terms</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A set of delivery terms associated with this document.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Delivery Terms</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Delivery Terms</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Delivery Terms</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Payment Means</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>Expected means of payment.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Payment Means</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Payment Means</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Payment Means</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TransactionConditions" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Transaction Conditions</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A specification of purchasing, sales, or payment conditions applying to Orders related to this Quotation.</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Transaction Conditions</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Transaction Conditions</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Transaction Conditions</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Allowance Charge</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A discount or charge that applies to a price component.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Allowance Charge</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:DestinationCountry" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Destination_ Country. Country</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The country of destination of potential orders (for customs purposes).</ccts:Definition>
|
||||
<ccts:Cardinality>0..1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Destination</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Country</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Country</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Country</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Tax Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total amount of a specific type of tax.</ccts:Definition>
|
||||
<ccts:Cardinality>0..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Tax Total</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:QuotedMonetaryTotal" minOccurs="1" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Quoted_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>The total amount of the Quotation.</ccts:Definition>
|
||||
<ccts:Cardinality>1</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTermQualifier>Quoted</ccts:PropertyTermQualifier>
|
||||
<ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Monetary Total</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element ref="cac:QuotationLine" minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Component>
|
||||
<ccts:ComponentType>ASBIE</ccts:ComponentType>
|
||||
<ccts:DictionaryEntryName>Quotation. Quotation Line</ccts:DictionaryEntryName>
|
||||
<ccts:Definition>A line quoting a cost for one kind of item.</ccts:Definition>
|
||||
<ccts:Cardinality>1..n</ccts:Cardinality>
|
||||
<ccts:ObjectClass>Quotation</ccts:ObjectClass>
|
||||
<ccts:PropertyTerm>Quotation Line</ccts:PropertyTerm>
|
||||
<ccts:AssociatedObjectClass>Quotation Line</ccts:AssociatedObjectClass>
|
||||
<ccts:RepresentationTerm>Quotation Line</ccts:RepresentationTerm>
|
||||
</ccts:Component>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:schema>
|
||||
<!-- ===== Copyright Notice ===== --><!--
|
||||
OASIS takes no position regarding the validity or scope of any
|
||||
intellectual property or other rights that might be claimed to pertain
|
||||
to the implementation or use of the technology described in this
|
||||
document or the extent to which any license under such rights
|
||||
might or might not be available; neither does it represent that it has
|
||||
made any effort to identify any such rights. Information on OASIS's
|
||||
procedures with respect to rights in OASIS specifications can be
|
||||
found at the OASIS website. Copies of claims of rights made
|
||||
available for publication and any assurances of licenses to be made
|
||||
available, or the result of an attempt made to obtain a general
|
||||
license or permission for the use of such proprietary rights by
|
||||
implementors or users of this specification, can be obtained from
|
||||
the OASIS Executive Director.
|
||||
|
||||
OASIS invites any interested party to bring to its attention any
|
||||
copyrights, patents or patent applications, or other proprietary
|
||||
rights which may cover technology that may be required to
|
||||
implement this specification. Please address the information to the
|
||||
OASIS Executive Director.
|
||||
|
||||
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.
|
||||
-->
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue