ubl 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +14 -0
  3. data/lib/ubl/builder.rb +2 -5
  4. data/lib/ubl/constants.rb +6 -0
  5. data/lib/ubl/validate.rb +78 -0
  6. data/lib/ubl/version.rb +1 -1
  7. data/lib/ubl.rb +29 -0
  8. data/xsd/common/CCTS_CCT_SchemaModule-2.1.xsd +731 -0
  9. data/xsd/common/UBL-CommonAggregateComponents-2.1.xsd +39799 -0
  10. data/xsd/common/UBL-CommonBasicComponents-2.1.xsd +5389 -0
  11. data/xsd/common/UBL-CommonExtensionComponents-2.1.xsd +223 -0
  12. data/xsd/common/UBL-CommonSignatureComponents-2.1.xsd +101 -0
  13. data/xsd/common/UBL-CoreComponentParameters-2.1.xsd +63 -0
  14. data/xsd/common/UBL-ExtensionContentDataType-2.1.xsd +89 -0
  15. data/xsd/common/UBL-QualifiedDataTypes-2.1.xsd +69 -0
  16. data/xsd/common/UBL-SignatureAggregateComponents-2.1.xsd +138 -0
  17. data/xsd/common/UBL-SignatureBasicComponents-2.1.xsd +78 -0
  18. data/xsd/common/UBL-UnqualifiedDataTypes-2.1.xsd +553 -0
  19. data/xsd/common/UBL-XAdESv132-2.1.xsd +476 -0
  20. data/xsd/common/UBL-XAdESv141-2.1.xsd +25 -0
  21. data/xsd/common/UBL-xmldsig-core-schema-2.1.xsd +330 -0
  22. data/xsd/maindoc/UBL-ApplicationResponse-2.1.xsd +362 -0
  23. data/xsd/maindoc/UBL-AttachedDocument-2.1.xsd +416 -0
  24. data/xsd/maindoc/UBL-AwardedNotification-2.1.xsd +418 -0
  25. data/xsd/maindoc/UBL-BillOfLading-2.1.xsd +540 -0
  26. data/xsd/maindoc/UBL-CallForTenders-2.1.xsd +513 -0
  27. data/xsd/maindoc/UBL-Catalogue-2.1.xsd +565 -0
  28. data/xsd/maindoc/UBL-CatalogueDeletion-2.1.xsd +465 -0
  29. data/xsd/maindoc/UBL-CatalogueItemSpecificationUpdate-2.1.xsd +533 -0
  30. data/xsd/maindoc/UBL-CataloguePricingUpdate-2.1.xsd +532 -0
  31. data/xsd/maindoc/UBL-CatalogueRequest-2.1.xsd +571 -0
  32. data/xsd/maindoc/UBL-CertificateOfOrigin-2.1.xsd +417 -0
  33. data/xsd/maindoc/UBL-ContractAwardNotice-2.1.xsd +493 -0
  34. data/xsd/maindoc/UBL-ContractNotice-2.1.xsd +459 -0
  35. data/xsd/maindoc/UBL-CreditNote-2.1.xsd +951 -0
  36. data/xsd/maindoc/UBL-DebitNote-2.1.xsd +916 -0
  37. data/xsd/maindoc/UBL-DespatchAdvice-2.1.xsd +482 -0
  38. data/xsd/maindoc/UBL-DocumentStatus-2.1.xsd +350 -0
  39. data/xsd/maindoc/UBL-DocumentStatusRequest-2.1.xsd +348 -0
  40. data/xsd/maindoc/UBL-ExceptionCriteria-2.1.xsd +417 -0
  41. data/xsd/maindoc/UBL-ExceptionNotification-2.1.xsd +403 -0
  42. data/xsd/maindoc/UBL-Forecast-2.1.xsd +454 -0
  43. data/xsd/maindoc/UBL-ForecastRevision-2.1.xsd +453 -0
  44. data/xsd/maindoc/UBL-ForwardingInstructions-2.1.xsd +517 -0
  45. data/xsd/maindoc/UBL-FreightInvoice-2.1.xsd +867 -0
  46. data/xsd/maindoc/UBL-FulfilmentCancellation-2.1.xsd +471 -0
  47. data/xsd/maindoc/UBL-GoodsItemItinerary-2.1.xsd +431 -0
  48. data/xsd/maindoc/UBL-GuaranteeCertificate-2.1.xsd +481 -0
  49. data/xsd/maindoc/UBL-InstructionForReturns-2.1.xsd +383 -0
  50. data/xsd/maindoc/UBL-InventoryReport-2.1.xsd +401 -0
  51. data/xsd/maindoc/UBL-Invoice-2.1.xsd +1002 -0
  52. data/xsd/maindoc/UBL-ItemInformationRequest-2.1.xsd +402 -0
  53. data/xsd/maindoc/UBL-Order-2.1.xsd +891 -0
  54. data/xsd/maindoc/UBL-OrderCancellation-2.1.xsd +416 -0
  55. data/xsd/maindoc/UBL-OrderChange-2.1.xsd +869 -0
  56. data/xsd/maindoc/UBL-OrderResponse-2.1.xsd +956 -0
  57. data/xsd/maindoc/UBL-OrderResponseSimple-2.1.xsd +486 -0
  58. data/xsd/maindoc/UBL-PackingList-2.1.xsd +432 -0
  59. data/xsd/maindoc/UBL-PriorInformationNotice-2.1.xsd +441 -0
  60. data/xsd/maindoc/UBL-ProductActivity-2.1.xsd +387 -0
  61. data/xsd/maindoc/UBL-Quotation-2.1.xsd +583 -0
  62. data/xsd/maindoc/UBL-ReceiptAdvice-2.1.xsd +485 -0
  63. data/xsd/maindoc/UBL-Reminder-2.1.xsd +759 -0
  64. data/xsd/maindoc/UBL-RemittanceAdvice-2.1.xsd +567 -0
  65. data/xsd/maindoc/UBL-RequestForQuotation-2.1.xsd +519 -0
  66. data/xsd/maindoc/UBL-RetailEvent-2.1.xsd +515 -0
  67. data/xsd/maindoc/UBL-SelfBilledCreditNote-2.1.xsd +918 -0
  68. data/xsd/maindoc/UBL-SelfBilledInvoice-2.1.xsd +933 -0
  69. data/xsd/maindoc/UBL-Statement-2.1.xsd +600 -0
  70. data/xsd/maindoc/UBL-StockAvailabilityReport-2.1.xsd +403 -0
  71. data/xsd/maindoc/UBL-Tender-2.1.xsd +464 -0
  72. data/xsd/maindoc/UBL-TenderReceipt-2.1.xsd +398 -0
  73. data/xsd/maindoc/UBL-TendererQualification-2.1.xsd +401 -0
  74. data/xsd/maindoc/UBL-TendererQualificationResponse-2.1.xsd +399 -0
  75. data/xsd/maindoc/UBL-TradeItemLocationProfile-2.1.xsd +415 -0
  76. data/xsd/maindoc/UBL-TransportExecutionPlan-2.1.xsd +769 -0
  77. data/xsd/maindoc/UBL-TransportExecutionPlanRequest-2.1.xsd +696 -0
  78. data/xsd/maindoc/UBL-TransportProgressStatus-2.1.xsd +396 -0
  79. data/xsd/maindoc/UBL-TransportProgressStatusRequest-2.1.xsd +345 -0
  80. data/xsd/maindoc/UBL-TransportServiceDescription-2.1.xsd +430 -0
  81. data/xsd/maindoc/UBL-TransportServiceDescriptionRequest-2.1.xsd +363 -0
  82. data/xsd/maindoc/UBL-TransportationStatus-2.1.xsd +566 -0
  83. data/xsd/maindoc/UBL-TransportationStatusRequest-2.1.xsd +484 -0
  84. data/xsd/maindoc/UBL-UnawardedNotification-2.1.xsd +415 -0
  85. data/xsd/maindoc/UBL-UtilityStatement-2.1.xsd +490 -0
  86. data/xsd/maindoc/UBL-Waybill-2.1.xsd +501 -0
  87. metadata +96 -1
@@ -0,0 +1,869 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ Library: OASIS Universal Business Language (UBL) 2.1 OS
4
+ http://docs.oasis-open.org/ubl/os-UBL-2.1/
5
+ Release Date: 04 November 2013
6
+ Module: xsd/maindoc/UBL-OrderChange-2.1.xsd
7
+ Generated on: 2013-10-31 17:17z
8
+ Copyright (c) OASIS Open 2013. All Rights Reserved.
9
+ -->
10
+ <xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2"
11
+ xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
12
+ xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
13
+ xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
14
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
15
+ xmlns:ccts="urn:un:unece:uncefact:documentation:2"
16
+ targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2"
17
+ elementFormDefault="qualified"
18
+ attributeFormDefault="unqualified"
19
+ version="2.1">
20
+ <!-- ===== Imports ===== -->
21
+ <xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
22
+ schemaLocation="../common/UBL-CommonAggregateComponents-2.1.xsd"/>
23
+ <xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
24
+ schemaLocation="../common/UBL-CommonBasicComponents-2.1.xsd"/>
25
+ <xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
26
+ schemaLocation="../common/UBL-CommonExtensionComponents-2.1.xsd"/>
27
+ <!-- ===== Element Declarations ===== -->
28
+ <xsd:element name="OrderChange" type="OrderChangeType">
29
+ <xsd:annotation>
30
+ <xsd:documentation>This element MUST be conveyed as the root element in any instance document based on this Schema expression</xsd:documentation>
31
+ </xsd:annotation>
32
+ </xsd:element>
33
+ <!-- ===== Type Definitions ===== -->
34
+ <!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
35
+ <xsd:complexType name="OrderChangeType">
36
+ <xsd:annotation>
37
+ <xsd:documentation>
38
+ <ccts:Component>
39
+ <ccts:ComponentType>ABIE</ccts:ComponentType>
40
+ <ccts:DictionaryEntryName>Order Change. Details</ccts:DictionaryEntryName>
41
+ <ccts:Definition>A document used to specify changes to an existing Order.</ccts:Definition>
42
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
43
+ <ccts:AlternativeBusinessTerms>Purchase Order Change</ccts:AlternativeBusinessTerms>
44
+ </ccts:Component>
45
+ </xsd:documentation>
46
+ </xsd:annotation>
47
+ <xsd:sequence>
48
+ <xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
49
+ <xsd:annotation>
50
+ <xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
51
+ </xsd:annotation>
52
+ </xsd:element>
53
+ <xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
54
+ <xsd:annotation>
55
+ <xsd:documentation>
56
+ <ccts:Component>
57
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
58
+ <ccts:DictionaryEntryName>Order Change. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
59
+ <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>
60
+ <ccts:Cardinality>0..1</ccts:Cardinality>
61
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
62
+ <ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
63
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
64
+ <ccts:DataType>Identifier. Type</ccts:DataType>
65
+ <ccts:Examples>2.0.5</ccts:Examples>
66
+ </ccts:Component>
67
+ </xsd:documentation>
68
+ </xsd:annotation>
69
+ </xsd:element>
70
+ <xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
71
+ <xsd:annotation>
72
+ <xsd:documentation>
73
+ <ccts:Component>
74
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
75
+ <ccts:DictionaryEntryName>Order Change. Customization Identifier. Identifier</ccts:DictionaryEntryName>
76
+ <ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
77
+ <ccts:Cardinality>0..1</ccts:Cardinality>
78
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
79
+ <ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
80
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
81
+ <ccts:DataType>Identifier. Type</ccts:DataType>
82
+ <ccts:Examples>NES</ccts:Examples>
83
+ </ccts:Component>
84
+ </xsd:documentation>
85
+ </xsd:annotation>
86
+ </xsd:element>
87
+ <xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
88
+ <xsd:annotation>
89
+ <xsd:documentation>
90
+ <ccts:Component>
91
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
92
+ <ccts:DictionaryEntryName>Order Change. Profile Identifier. Identifier</ccts:DictionaryEntryName>
93
+ <ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
94
+ <ccts:Cardinality>0..1</ccts:Cardinality>
95
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
96
+ <ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
97
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
98
+ <ccts:DataType>Identifier. Type</ccts:DataType>
99
+ <ccts:Examples>BasicProcurementProcess</ccts:Examples>
100
+ </ccts:Component>
101
+ </xsd:documentation>
102
+ </xsd:annotation>
103
+ </xsd:element>
104
+ <xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
105
+ <xsd:annotation>
106
+ <xsd:documentation>
107
+ <ccts:Component>
108
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
109
+ <ccts:DictionaryEntryName>Order Change. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
110
+ <ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
111
+ <ccts:Cardinality>0..1</ccts:Cardinality>
112
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
113
+ <ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
114
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
115
+ <ccts:DataType>Identifier. Type</ccts:DataType>
116
+ <ccts:Examples>BPP-1001</ccts:Examples>
117
+ </ccts:Component>
118
+ </xsd:documentation>
119
+ </xsd:annotation>
120
+ </xsd:element>
121
+ <xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
122
+ <xsd:annotation>
123
+ <xsd:documentation>
124
+ <ccts:Component>
125
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
126
+ <ccts:DictionaryEntryName>Order Change. Identifier</ccts:DictionaryEntryName>
127
+ <ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
128
+ <ccts:Cardinality>0..1</ccts:Cardinality>
129
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
130
+ <ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
131
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
132
+ <ccts:DataType>Identifier. Type</ccts:DataType>
133
+ </ccts:Component>
134
+ </xsd:documentation>
135
+ </xsd:annotation>
136
+ </xsd:element>
137
+ <xsd:element ref="cbc:SalesOrderID" minOccurs="0" maxOccurs="1">
138
+ <xsd:annotation>
139
+ <xsd:documentation>
140
+ <ccts:Component>
141
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
142
+ <ccts:DictionaryEntryName>Order Change. Sales_ Order Identifier. Identifier</ccts:DictionaryEntryName>
143
+ <ccts:Definition>An identifier for the Order Change, assigned by the seller.</ccts:Definition>
144
+ <ccts:Cardinality>0..1</ccts:Cardinality>
145
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
146
+ <ccts:PropertyTermQualifier>Sales</ccts:PropertyTermQualifier>
147
+ <ccts:PropertyTerm>Order Identifier</ccts:PropertyTerm>
148
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
149
+ <ccts:DataType>Identifier. Type</ccts:DataType>
150
+ </ccts:Component>
151
+ </xsd:documentation>
152
+ </xsd:annotation>
153
+ </xsd:element>
154
+ <xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
155
+ <xsd:annotation>
156
+ <xsd:documentation>
157
+ <ccts:Component>
158
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
159
+ <ccts:DictionaryEntryName>Order Change. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
160
+ <ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
161
+ <ccts:Cardinality>0..1</ccts:Cardinality>
162
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
163
+ <ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
164
+ <ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
165
+ <ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
166
+ <ccts:DataType>Indicator. Type</ccts:DataType>
167
+ </ccts:Component>
168
+ </xsd:documentation>
169
+ </xsd:annotation>
170
+ </xsd:element>
171
+ <xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
172
+ <xsd:annotation>
173
+ <xsd:documentation>
174
+ <ccts:Component>
175
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
176
+ <ccts:DictionaryEntryName>Order Change. UUID. Identifier</ccts:DictionaryEntryName>
177
+ <ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
178
+ <ccts:Cardinality>0..1</ccts:Cardinality>
179
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
180
+ <ccts:PropertyTerm>UUID</ccts:PropertyTerm>
181
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
182
+ <ccts:DataType>Identifier. Type</ccts:DataType>
183
+ </ccts:Component>
184
+ </xsd:documentation>
185
+ </xsd:annotation>
186
+ </xsd:element>
187
+ <xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
188
+ <xsd:annotation>
189
+ <xsd:documentation>
190
+ <ccts:Component>
191
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
192
+ <ccts:DictionaryEntryName>Order Change. Issue Date. Date</ccts:DictionaryEntryName>
193
+ <ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
194
+ <ccts:Cardinality>1</ccts:Cardinality>
195
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
196
+ <ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
197
+ <ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
198
+ <ccts:DataType>Date. Type</ccts:DataType>
199
+ </ccts:Component>
200
+ </xsd:documentation>
201
+ </xsd:annotation>
202
+ </xsd:element>
203
+ <xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
204
+ <xsd:annotation>
205
+ <xsd:documentation>
206
+ <ccts:Component>
207
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
208
+ <ccts:DictionaryEntryName>Order Change. Issue Time. Time</ccts:DictionaryEntryName>
209
+ <ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
210
+ <ccts:Cardinality>0..1</ccts:Cardinality>
211
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
212
+ <ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
213
+ <ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
214
+ <ccts:DataType>Time. Type</ccts:DataType>
215
+ </ccts:Component>
216
+ </xsd:documentation>
217
+ </xsd:annotation>
218
+ </xsd:element>
219
+ <xsd:element ref="cbc:SequenceNumberID" minOccurs="1" maxOccurs="1">
220
+ <xsd:annotation>
221
+ <xsd:documentation>
222
+ <ccts:Component>
223
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
224
+ <ccts:DictionaryEntryName>Order Change. Sequence Number. Identifier</ccts:DictionaryEntryName>
225
+ <ccts:Definition>The Order Change Sequence Number assigned by the Buyer to ensure the proper sequencing of changes.</ccts:Definition>
226
+ <ccts:Cardinality>1</ccts:Cardinality>
227
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
228
+ <ccts:PropertyTerm>Sequence Number</ccts:PropertyTerm>
229
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
230
+ <ccts:DataType>Identifier. Type</ccts:DataType>
231
+ </ccts:Component>
232
+ </xsd:documentation>
233
+ </xsd:annotation>
234
+ </xsd:element>
235
+ <xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
236
+ <xsd:annotation>
237
+ <xsd:documentation>
238
+ <ccts:Component>
239
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
240
+ <ccts:DictionaryEntryName>Order Change. Note. Text</ccts:DictionaryEntryName>
241
+ <ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
242
+ <ccts:Cardinality>0..n</ccts:Cardinality>
243
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
244
+ <ccts:PropertyTerm>Note</ccts:PropertyTerm>
245
+ <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
246
+ <ccts:DataType>Text. Type</ccts:DataType>
247
+ </ccts:Component>
248
+ </xsd:documentation>
249
+ </xsd:annotation>
250
+ </xsd:element>
251
+ <xsd:element ref="cbc:RequestedInvoiceCurrencyCode" minOccurs="0" maxOccurs="1">
252
+ <xsd:annotation>
253
+ <xsd:documentation>
254
+ <ccts:Component>
255
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
256
+ <ccts:DictionaryEntryName>Order Change. Requested Invoice_ Currency Code. Code</ccts:DictionaryEntryName>
257
+ <ccts:Definition>A code signifying he currency requested for amount totals in Invoices related to this Order Change.</ccts:Definition>
258
+ <ccts:Cardinality>0..1</ccts:Cardinality>
259
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
260
+ <ccts:PropertyTermQualifier>Requested Invoice</ccts:PropertyTermQualifier>
261
+ <ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
262
+ <ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
263
+ <ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
264
+ <ccts:DataType>Currency_ Code. Type</ccts:DataType>
265
+ </ccts:Component>
266
+ </xsd:documentation>
267
+ </xsd:annotation>
268
+ </xsd:element>
269
+ <xsd:element ref="cbc:DocumentCurrencyCode" minOccurs="0" maxOccurs="1">
270
+ <xsd:annotation>
271
+ <xsd:documentation>
272
+ <ccts:Component>
273
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
274
+ <ccts:DictionaryEntryName>Order Change. Document_ Currency Code. Code</ccts:DictionaryEntryName>
275
+ <ccts:Definition>A code signifying the default currency for this document.</ccts:Definition>
276
+ <ccts:Cardinality>0..1</ccts:Cardinality>
277
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
278
+ <ccts:PropertyTermQualifier>Document</ccts:PropertyTermQualifier>
279
+ <ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
280
+ <ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
281
+ <ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
282
+ <ccts:DataType>Currency_ Code. Type</ccts:DataType>
283
+ </ccts:Component>
284
+ </xsd:documentation>
285
+ </xsd:annotation>
286
+ </xsd:element>
287
+ <xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
288
+ <xsd:annotation>
289
+ <xsd:documentation>
290
+ <ccts:Component>
291
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
292
+ <ccts:DictionaryEntryName>Order Change. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
293
+ <ccts:Definition>A code signifying the currency that is used for all prices in the Order Change.</ccts:Definition>
294
+ <ccts:Cardinality>0..1</ccts:Cardinality>
295
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
296
+ <ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
297
+ <ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
298
+ <ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
299
+ <ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
300
+ <ccts:DataType>Currency_ Code. Type</ccts:DataType>
301
+ </ccts:Component>
302
+ </xsd:documentation>
303
+ </xsd:annotation>
304
+ </xsd:element>
305
+ <xsd:element ref="cbc:TaxCurrencyCode" minOccurs="0" maxOccurs="1">
306
+ <xsd:annotation>
307
+ <xsd:documentation>
308
+ <ccts:Component>
309
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
310
+ <ccts:DictionaryEntryName>Order Change. Tax_ Currency Code. Code</ccts:DictionaryEntryName>
311
+ <ccts:Definition>A code signifying the currency requested for tax amounts in Invoices related to this Order Change.</ccts:Definition>
312
+ <ccts:Cardinality>0..1</ccts:Cardinality>
313
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
314
+ <ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
315
+ <ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
316
+ <ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
317
+ <ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
318
+ <ccts:DataType>Currency_ Code. Type</ccts:DataType>
319
+ </ccts:Component>
320
+ </xsd:documentation>
321
+ </xsd:annotation>
322
+ </xsd:element>
323
+ <xsd:element ref="cbc:CustomerReference" minOccurs="0" maxOccurs="1">
324
+ <xsd:annotation>
325
+ <xsd:documentation>
326
+ <ccts:Component>
327
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
328
+ <ccts:DictionaryEntryName>Order Change. Customer_ Reference. Text</ccts:DictionaryEntryName>
329
+ <ccts:Definition>A supplementary reference for the transaction (e.g., CRI when using purchasing card).</ccts:Definition>
330
+ <ccts:Cardinality>0..1</ccts:Cardinality>
331
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
332
+ <ccts:PropertyTermQualifier>Customer</ccts:PropertyTermQualifier>
333
+ <ccts:PropertyTerm>Reference</ccts:PropertyTerm>
334
+ <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
335
+ <ccts:DataType>Text. Type</ccts:DataType>
336
+ </ccts:Component>
337
+ </xsd:documentation>
338
+ </xsd:annotation>
339
+ </xsd:element>
340
+ <xsd:element ref="cbc:AccountingCostCode" minOccurs="0" maxOccurs="1">
341
+ <xsd:annotation>
342
+ <xsd:documentation>
343
+ <ccts:Component>
344
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
345
+ <ccts:DictionaryEntryName>Order Change. Accounting Cost Code. Code</ccts:DictionaryEntryName>
346
+ <ccts:Definition>The buyer's accounting code, applied to the Order Change as a whole.</ccts:Definition>
347
+ <ccts:Cardinality>0..1</ccts:Cardinality>
348
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
349
+ <ccts:PropertyTerm>Accounting Cost Code</ccts:PropertyTerm>
350
+ <ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
351
+ <ccts:DataType>Code. Type</ccts:DataType>
352
+ </ccts:Component>
353
+ </xsd:documentation>
354
+ </xsd:annotation>
355
+ </xsd:element>
356
+ <xsd:element ref="cbc:AccountingCost" minOccurs="0" maxOccurs="1">
357
+ <xsd:annotation>
358
+ <xsd:documentation>
359
+ <ccts:Component>
360
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
361
+ <ccts:DictionaryEntryName>Order Change. Accounting Cost. Text</ccts:DictionaryEntryName>
362
+ <ccts:Definition>The buyer's accounting code, applied to the Order Change as a whole, expressed as text.</ccts:Definition>
363
+ <ccts:Cardinality>0..1</ccts:Cardinality>
364
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
365
+ <ccts:PropertyTerm>Accounting Cost</ccts:PropertyTerm>
366
+ <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
367
+ <ccts:DataType>Text. Type</ccts:DataType>
368
+ </ccts:Component>
369
+ </xsd:documentation>
370
+ </xsd:annotation>
371
+ </xsd:element>
372
+ <xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
373
+ <xsd:annotation>
374
+ <xsd:documentation>
375
+ <ccts:Component>
376
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
377
+ <ccts:DictionaryEntryName>Order Change. Line Count. Numeric</ccts:DictionaryEntryName>
378
+ <ccts:Definition>The number of Order Change lines in the document.</ccts:Definition>
379
+ <ccts:Cardinality>0..1</ccts:Cardinality>
380
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
381
+ <ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
382
+ <ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
383
+ <ccts:DataType>Numeric. Type</ccts:DataType>
384
+ </ccts:Component>
385
+ </xsd:documentation>
386
+ </xsd:annotation>
387
+ </xsd:element>
388
+ <xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="unbounded">
389
+ <xsd:annotation>
390
+ <xsd:documentation>
391
+ <ccts:Component>
392
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
393
+ <ccts:DictionaryEntryName>Order Change. Validity_ Period. Period</ccts:DictionaryEntryName>
394
+ <ccts:Definition>A period during which the Order Change is valid.</ccts:Definition>
395
+ <ccts:Cardinality>0..n</ccts:Cardinality>
396
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
397
+ <ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
398
+ <ccts:PropertyTerm>Period</ccts:PropertyTerm>
399
+ <ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
400
+ <ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
401
+ </ccts:Component>
402
+ </xsd:documentation>
403
+ </xsd:annotation>
404
+ </xsd:element>
405
+ <xsd:element ref="cac:OrderReference" minOccurs="1" maxOccurs="1">
406
+ <xsd:annotation>
407
+ <xsd:documentation>
408
+ <ccts:Component>
409
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
410
+ <ccts:DictionaryEntryName>Order Change. Order Reference</ccts:DictionaryEntryName>
411
+ <ccts:Definition>A reference to the Order being changed.</ccts:Definition>
412
+ <ccts:Cardinality>1</ccts:Cardinality>
413
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
414
+ <ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
415
+ <ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
416
+ <ccts:RepresentationTerm>Order Reference</ccts:RepresentationTerm>
417
+ </ccts:Component>
418
+ </xsd:documentation>
419
+ </xsd:annotation>
420
+ </xsd:element>
421
+ <xsd:element ref="cac:QuotationDocumentReference" minOccurs="0" maxOccurs="1">
422
+ <xsd:annotation>
423
+ <xsd:documentation>
424
+ <ccts:Component>
425
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
426
+ <ccts:DictionaryEntryName>Order Change. Quotation_ Document Reference. Document Reference</ccts:DictionaryEntryName>
427
+ <ccts:Definition>A reference to a Quotation.</ccts:Definition>
428
+ <ccts:Cardinality>0..1</ccts:Cardinality>
429
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
430
+ <ccts:PropertyTermQualifier>Quotation</ccts:PropertyTermQualifier>
431
+ <ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
432
+ <ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
433
+ <ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
434
+ </ccts:Component>
435
+ </xsd:documentation>
436
+ </xsd:annotation>
437
+ </xsd:element>
438
+ <xsd:element ref="cac:OriginatorDocumentReference" minOccurs="0" maxOccurs="1">
439
+ <xsd:annotation>
440
+ <xsd:documentation>
441
+ <ccts:Component>
442
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
443
+ <ccts:DictionaryEntryName>Order Change. Originator_ Document Reference. Document Reference</ccts:DictionaryEntryName>
444
+ <ccts:Definition>A reference to an originator document associated with this document.</ccts:Definition>
445
+ <ccts:Cardinality>0..1</ccts:Cardinality>
446
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
447
+ <ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
448
+ <ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
449
+ <ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
450
+ <ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
451
+ </ccts:Component>
452
+ </xsd:documentation>
453
+ </xsd:annotation>
454
+ </xsd:element>
455
+ <xsd:element ref="cac:AdditionalDocumentReference"
456
+ minOccurs="0"
457
+ maxOccurs="unbounded">
458
+ <xsd:annotation>
459
+ <xsd:documentation>
460
+ <ccts:Component>
461
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
462
+ <ccts:DictionaryEntryName>Order Change. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
463
+ <ccts:Definition>A reference to an additional document associated with this document.</ccts:Definition>
464
+ <ccts:Cardinality>0..n</ccts:Cardinality>
465
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
466
+ <ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
467
+ <ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
468
+ <ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
469
+ <ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
470
+ </ccts:Component>
471
+ </xsd:documentation>
472
+ </xsd:annotation>
473
+ </xsd:element>
474
+ <xsd:element ref="cac:Contract" minOccurs="0" maxOccurs="unbounded">
475
+ <xsd:annotation>
476
+ <xsd:documentation>
477
+ <ccts:Component>
478
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
479
+ <ccts:DictionaryEntryName>Order Change. Contract</ccts:DictionaryEntryName>
480
+ <ccts:Definition>A contract associated with the Order being changed.</ccts:Definition>
481
+ <ccts:Cardinality>0..n</ccts:Cardinality>
482
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
483
+ <ccts:PropertyTerm>Contract</ccts:PropertyTerm>
484
+ <ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
485
+ <ccts:RepresentationTerm>Contract</ccts:RepresentationTerm>
486
+ </ccts:Component>
487
+ </xsd:documentation>
488
+ </xsd:annotation>
489
+ </xsd:element>
490
+ <xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
491
+ <xsd:annotation>
492
+ <xsd:documentation>
493
+ <ccts:Component>
494
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
495
+ <ccts:DictionaryEntryName>Order Change. Signature</ccts:DictionaryEntryName>
496
+ <ccts:Definition>A signature applied to this document.</ccts:Definition>
497
+ <ccts:Cardinality>0..n</ccts:Cardinality>
498
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
499
+ <ccts:PropertyTerm>Signature</ccts:PropertyTerm>
500
+ <ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
501
+ <ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
502
+ </ccts:Component>
503
+ </xsd:documentation>
504
+ </xsd:annotation>
505
+ </xsd:element>
506
+ <xsd:element ref="cac:BuyerCustomerParty" minOccurs="1" maxOccurs="1">
507
+ <xsd:annotation>
508
+ <xsd:documentation>
509
+ <ccts:Component>
510
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
511
+ <ccts:DictionaryEntryName>Order Change. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
512
+ <ccts:Definition>The buyer.</ccts:Definition>
513
+ <ccts:Cardinality>1</ccts:Cardinality>
514
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
515
+ <ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
516
+ <ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
517
+ <ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
518
+ <ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
519
+ </ccts:Component>
520
+ </xsd:documentation>
521
+ </xsd:annotation>
522
+ </xsd:element>
523
+ <xsd:element ref="cac:SellerSupplierParty" minOccurs="1" maxOccurs="1">
524
+ <xsd:annotation>
525
+ <xsd:documentation>
526
+ <ccts:Component>
527
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
528
+ <ccts:DictionaryEntryName>Order Change. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
529
+ <ccts:Definition>The seller.</ccts:Definition>
530
+ <ccts:Cardinality>1</ccts:Cardinality>
531
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
532
+ <ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
533
+ <ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
534
+ <ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
535
+ <ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
536
+ </ccts:Component>
537
+ </xsd:documentation>
538
+ </xsd:annotation>
539
+ </xsd:element>
540
+ <xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
541
+ <xsd:annotation>
542
+ <xsd:documentation>
543
+ <ccts:Component>
544
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
545
+ <ccts:DictionaryEntryName>Order Change. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
546
+ <ccts:Definition>The originator.</ccts:Definition>
547
+ <ccts:Cardinality>0..1</ccts:Cardinality>
548
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
549
+ <ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
550
+ <ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
551
+ <ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
552
+ <ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
553
+ </ccts:Component>
554
+ </xsd:documentation>
555
+ </xsd:annotation>
556
+ </xsd:element>
557
+ <xsd:element ref="cac:FreightForwarderParty" minOccurs="0" maxOccurs="1">
558
+ <xsd:annotation>
559
+ <xsd:documentation>
560
+ <ccts:Component>
561
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
562
+ <ccts:DictionaryEntryName>Order Change. Freight Forwarder_ Party. Party</ccts:DictionaryEntryName>
563
+ <ccts:Definition>A freight forwarder or carrier.</ccts:Definition>
564
+ <ccts:Cardinality>0..1</ccts:Cardinality>
565
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
566
+ <ccts:PropertyTermQualifier>Freight Forwarder</ccts:PropertyTermQualifier>
567
+ <ccts:PropertyTerm>Party</ccts:PropertyTerm>
568
+ <ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
569
+ <ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
570
+ </ccts:Component>
571
+ </xsd:documentation>
572
+ </xsd:annotation>
573
+ </xsd:element>
574
+ <xsd:element ref="cac:AccountingCustomerParty" minOccurs="0" maxOccurs="1">
575
+ <xsd:annotation>
576
+ <xsd:documentation>
577
+ <ccts:Component>
578
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
579
+ <ccts:DictionaryEntryName>Order Change. Accounting_ Customer Party. Customer Party</ccts:DictionaryEntryName>
580
+ <ccts:Definition>The accounting customer party.</ccts:Definition>
581
+ <ccts:Cardinality>0..1</ccts:Cardinality>
582
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
583
+ <ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
584
+ <ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
585
+ <ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
586
+ <ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
587
+ </ccts:Component>
588
+ </xsd:documentation>
589
+ </xsd:annotation>
590
+ </xsd:element>
591
+ <xsd:element ref="cac:AccountingSupplierParty" minOccurs="0" maxOccurs="1">
592
+ <xsd:annotation>
593
+ <xsd:documentation>
594
+ <ccts:Component>
595
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
596
+ <ccts:DictionaryEntryName>Order Change. Accounting_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
597
+ <ccts:Definition>The accounting supplier party.</ccts:Definition>
598
+ <ccts:Cardinality>0..1</ccts:Cardinality>
599
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
600
+ <ccts:PropertyTermQualifier>Accounting</ccts:PropertyTermQualifier>
601
+ <ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
602
+ <ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
603
+ <ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
604
+ </ccts:Component>
605
+ </xsd:documentation>
606
+ </xsd:annotation>
607
+ </xsd:element>
608
+ <xsd:element ref="cac:Delivery" minOccurs="0" maxOccurs="unbounded">
609
+ <xsd:annotation>
610
+ <xsd:documentation>
611
+ <ccts:Component>
612
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
613
+ <ccts:DictionaryEntryName>Order Change. Delivery</ccts:DictionaryEntryName>
614
+ <ccts:Definition>A delivery associated with this document.</ccts:Definition>
615
+ <ccts:Cardinality>0..n</ccts:Cardinality>
616
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
617
+ <ccts:PropertyTerm>Delivery</ccts:PropertyTerm>
618
+ <ccts:AssociatedObjectClass>Delivery</ccts:AssociatedObjectClass>
619
+ <ccts:RepresentationTerm>Delivery</ccts:RepresentationTerm>
620
+ </ccts:Component>
621
+ </xsd:documentation>
622
+ </xsd:annotation>
623
+ </xsd:element>
624
+ <xsd:element ref="cac:DeliveryTerms" minOccurs="0" maxOccurs="1">
625
+ <xsd:annotation>
626
+ <xsd:documentation>
627
+ <ccts:Component>
628
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
629
+ <ccts:DictionaryEntryName>Order Change. Delivery Terms</ccts:DictionaryEntryName>
630
+ <ccts:Definition>A set of delivery terms associated with this document.</ccts:Definition>
631
+ <ccts:Cardinality>0..1</ccts:Cardinality>
632
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
633
+ <ccts:PropertyTerm>Delivery Terms</ccts:PropertyTerm>
634
+ <ccts:AssociatedObjectClass>Delivery Terms</ccts:AssociatedObjectClass>
635
+ <ccts:RepresentationTerm>Delivery Terms</ccts:RepresentationTerm>
636
+ </ccts:Component>
637
+ </xsd:documentation>
638
+ </xsd:annotation>
639
+ </xsd:element>
640
+ <xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="unbounded">
641
+ <xsd:annotation>
642
+ <xsd:documentation>
643
+ <ccts:Component>
644
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
645
+ <ccts:DictionaryEntryName>Order Change. Payment Means</ccts:DictionaryEntryName>
646
+ <ccts:Definition>Expected means of payment.</ccts:Definition>
647
+ <ccts:Cardinality>0..n</ccts:Cardinality>
648
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
649
+ <ccts:PropertyTerm>Payment Means</ccts:PropertyTerm>
650
+ <ccts:AssociatedObjectClass>Payment Means</ccts:AssociatedObjectClass>
651
+ <ccts:RepresentationTerm>Payment Means</ccts:RepresentationTerm>
652
+ </ccts:Component>
653
+ </xsd:documentation>
654
+ </xsd:annotation>
655
+ </xsd:element>
656
+ <xsd:element ref="cac:PaymentTerms" minOccurs="0" maxOccurs="unbounded">
657
+ <xsd:annotation>
658
+ <xsd:documentation>
659
+ <ccts:Component>
660
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
661
+ <ccts:DictionaryEntryName>Order Change. Payment Terms</ccts:DictionaryEntryName>
662
+ <ccts:Definition>A set of payment terms associated with this document.</ccts:Definition>
663
+ <ccts:Cardinality>0..n</ccts:Cardinality>
664
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
665
+ <ccts:PropertyTerm>Payment Terms</ccts:PropertyTerm>
666
+ <ccts:AssociatedObjectClass>Payment Terms</ccts:AssociatedObjectClass>
667
+ <ccts:RepresentationTerm>Payment Terms</ccts:RepresentationTerm>
668
+ </ccts:Component>
669
+ </xsd:documentation>
670
+ </xsd:annotation>
671
+ </xsd:element>
672
+ <xsd:element ref="cac:TransactionConditions" minOccurs="0" maxOccurs="1">
673
+ <xsd:annotation>
674
+ <xsd:documentation>
675
+ <ccts:Component>
676
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
677
+ <ccts:DictionaryEntryName>Order Change. Transaction Conditions</ccts:DictionaryEntryName>
678
+ <ccts:Definition>Purchasing, sales, or payment conditions applying to the whole Order being changed.</ccts:Definition>
679
+ <ccts:Cardinality>0..1</ccts:Cardinality>
680
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
681
+ <ccts:PropertyTerm>Transaction Conditions</ccts:PropertyTerm>
682
+ <ccts:AssociatedObjectClass>Transaction Conditions</ccts:AssociatedObjectClass>
683
+ <ccts:RepresentationTerm>Transaction Conditions</ccts:RepresentationTerm>
684
+ </ccts:Component>
685
+ </xsd:documentation>
686
+ </xsd:annotation>
687
+ </xsd:element>
688
+ <xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
689
+ <xsd:annotation>
690
+ <xsd:documentation>
691
+ <ccts:Component>
692
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
693
+ <ccts:DictionaryEntryName>Order Change. Allowance Charge</ccts:DictionaryEntryName>
694
+ <ccts:Definition>A discount or charge that applies to a price component.</ccts:Definition>
695
+ <ccts:Cardinality>0..n</ccts:Cardinality>
696
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
697
+ <ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
698
+ <ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
699
+ <ccts:RepresentationTerm>Allowance Charge</ccts:RepresentationTerm>
700
+ </ccts:Component>
701
+ </xsd:documentation>
702
+ </xsd:annotation>
703
+ </xsd:element>
704
+ <xsd:element ref="cac:TaxExchangeRate" minOccurs="0" maxOccurs="1">
705
+ <xsd:annotation>
706
+ <xsd:documentation>
707
+ <ccts:Component>
708
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
709
+ <ccts:DictionaryEntryName>Order Change. Tax_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
710
+ <ccts:Definition>The exchange rate between the document currency and the tax currency.</ccts:Definition>
711
+ <ccts:Cardinality>0..1</ccts:Cardinality>
712
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
713
+ <ccts:PropertyTermQualifier>Tax</ccts:PropertyTermQualifier>
714
+ <ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
715
+ <ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
716
+ <ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
717
+ </ccts:Component>
718
+ </xsd:documentation>
719
+ </xsd:annotation>
720
+ </xsd:element>
721
+ <xsd:element ref="cac:PricingExchangeRate" minOccurs="0" maxOccurs="1">
722
+ <xsd:annotation>
723
+ <xsd:documentation>
724
+ <ccts:Component>
725
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
726
+ <ccts:DictionaryEntryName>Order Change. Pricing_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
727
+ <ccts:Definition>The exchange rate between the document currency and the pricing currency.</ccts:Definition>
728
+ <ccts:Cardinality>0..1</ccts:Cardinality>
729
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
730
+ <ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
731
+ <ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
732
+ <ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
733
+ <ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
734
+ </ccts:Component>
735
+ </xsd:documentation>
736
+ </xsd:annotation>
737
+ </xsd:element>
738
+ <xsd:element ref="cac:PaymentExchangeRate" minOccurs="0" maxOccurs="1">
739
+ <xsd:annotation>
740
+ <xsd:documentation>
741
+ <ccts:Component>
742
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
743
+ <ccts:DictionaryEntryName>Order Change. Payment_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
744
+ <ccts:Definition>The exchange rate between the document currency and the payment currency.</ccts:Definition>
745
+ <ccts:Cardinality>0..1</ccts:Cardinality>
746
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
747
+ <ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
748
+ <ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
749
+ <ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
750
+ <ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
751
+ </ccts:Component>
752
+ </xsd:documentation>
753
+ </xsd:annotation>
754
+ </xsd:element>
755
+ <xsd:element ref="cac:DestinationCountry" minOccurs="0" maxOccurs="1">
756
+ <xsd:annotation>
757
+ <xsd:documentation>
758
+ <ccts:Component>
759
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
760
+ <ccts:DictionaryEntryName>Order Change. Destination_ Country. Country</ccts:DictionaryEntryName>
761
+ <ccts:Definition>The country of destination (for customs purposes).</ccts:Definition>
762
+ <ccts:Cardinality>0..1</ccts:Cardinality>
763
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
764
+ <ccts:PropertyTermQualifier>Destination</ccts:PropertyTermQualifier>
765
+ <ccts:PropertyTerm>Country</ccts:PropertyTerm>
766
+ <ccts:AssociatedObjectClass>Country</ccts:AssociatedObjectClass>
767
+ <ccts:RepresentationTerm>Country</ccts:RepresentationTerm>
768
+ </ccts:Component>
769
+ </xsd:documentation>
770
+ </xsd:annotation>
771
+ </xsd:element>
772
+ <xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
773
+ <xsd:annotation>
774
+ <xsd:documentation>
775
+ <ccts:Component>
776
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
777
+ <ccts:DictionaryEntryName>Order Change. Tax Total</ccts:DictionaryEntryName>
778
+ <ccts:Definition>The total amount of a specific type of tax.</ccts:Definition>
779
+ <ccts:Cardinality>0..n</ccts:Cardinality>
780
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
781
+ <ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
782
+ <ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
783
+ <ccts:RepresentationTerm>Tax Total</ccts:RepresentationTerm>
784
+ </ccts:Component>
785
+ </xsd:documentation>
786
+ </xsd:annotation>
787
+ </xsd:element>
788
+ <xsd:element ref="cac:AnticipatedMonetaryTotal" minOccurs="0" maxOccurs="1">
789
+ <xsd:annotation>
790
+ <xsd:documentation>
791
+ <ccts:Component>
792
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
793
+ <ccts:DictionaryEntryName>Order Change. Anticipated_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
794
+ <ccts:Definition>The amount of change to the total cost of the order anticipated by the buyer.</ccts:Definition>
795
+ <ccts:Cardinality>0..1</ccts:Cardinality>
796
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
797
+ <ccts:PropertyTermQualifier>Anticipated</ccts:PropertyTermQualifier>
798
+ <ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
799
+ <ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
800
+ <ccts:RepresentationTerm>Monetary Total</ccts:RepresentationTerm>
801
+ </ccts:Component>
802
+ </xsd:documentation>
803
+ </xsd:annotation>
804
+ </xsd:element>
805
+ <xsd:element ref="cac:OrderLine" minOccurs="1" maxOccurs="unbounded">
806
+ <xsd:annotation>
807
+ <xsd:documentation>
808
+ <ccts:Component>
809
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
810
+ <ccts:DictionaryEntryName>Order Change. Order Line</ccts:DictionaryEntryName>
811
+ <ccts:Definition>An association to one or more (changed) Order Lines.</ccts:Definition>
812
+ <ccts:Cardinality>1..n</ccts:Cardinality>
813
+ <ccts:ObjectClass>Order Change</ccts:ObjectClass>
814
+ <ccts:PropertyTerm>Order Line</ccts:PropertyTerm>
815
+ <ccts:AssociatedObjectClass>Order Line</ccts:AssociatedObjectClass>
816
+ <ccts:RepresentationTerm>Order Line</ccts:RepresentationTerm>
817
+ </ccts:Component>
818
+ </xsd:documentation>
819
+ </xsd:annotation>
820
+ </xsd:element>
821
+ </xsd:sequence>
822
+ </xsd:complexType>
823
+ </xsd:schema>
824
+ <!-- ===== Copyright Notice ===== --><!--
825
+ OASIS takes no position regarding the validity or scope of any
826
+ intellectual property or other rights that might be claimed to pertain
827
+ to the implementation or use of the technology described in this
828
+ document or the extent to which any license under such rights
829
+ might or might not be available; neither does it represent that it has
830
+ made any effort to identify any such rights. Information on OASIS's
831
+ procedures with respect to rights in OASIS specifications can be
832
+ found at the OASIS website. Copies of claims of rights made
833
+ available for publication and any assurances of licenses to be made
834
+ available, or the result of an attempt made to obtain a general
835
+ license or permission for the use of such proprietary rights by
836
+ implementors or users of this specification, can be obtained from
837
+ the OASIS Executive Director.
838
+
839
+ OASIS invites any interested party to bring to its attention any
840
+ copyrights, patents or patent applications, or other proprietary
841
+ rights which may cover technology that may be required to
842
+ implement this specification. Please address the information to the
843
+ OASIS Executive Director.
844
+
845
+ This document and translations of it may be copied and furnished to
846
+ others, and derivative works that comment on or otherwise explain
847
+ it or assist in its implementation may be prepared, copied,
848
+ published and distributed, in whole or in part, without restriction of
849
+ any kind, provided that the above copyright notice and this
850
+ paragraph are included on all such copies and derivative works.
851
+ However, this document itself may not be modified in any way,
852
+ such as by removing the copyright notice or references to OASIS,
853
+ except as needed for the purpose of developing OASIS
854
+ specifications, in which case the procedures for copyrights defined
855
+ in the OASIS Intellectual Property Rights document must be
856
+ followed, or as required to translate it into languages other than
857
+ English.
858
+
859
+ The limited permissions granted above are perpetual and will not be
860
+ revoked by OASIS or its successors or assigns.
861
+
862
+ This document and the information contained herein is provided on
863
+ an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES,
864
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
865
+ WARRANTY THAT THE USE OF THE INFORMATION HEREIN
866
+ WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
867
+ WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
868
+ PARTICULAR PURPOSE.
869
+ -->