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,583 @@
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-Quotation-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:Quotation-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:Quotation-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="Quotation" type="QuotationType">
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="QuotationType">
36
+ <xsd:annotation>
37
+ <xsd:documentation>
38
+ <ccts:Component>
39
+ <ccts:ComponentType>ABIE</ccts:ComponentType>
40
+ <ccts:DictionaryEntryName>Quotation. Details</ccts:DictionaryEntryName>
41
+ <ccts:Definition>A document used to quote for the provision of goods and services.</ccts:Definition>
42
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
43
+ <ccts:AlternativeBusinessTerms>Purchase Order</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>Quotation. 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>Quotation</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>Quotation. 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>Quotation</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>Quotation. Profile Identifier. Identifier</ccts:DictionaryEntryName>
93
+ <ccts:Definition>Identifies a user-defined profile of the subset of UBL being used.</ccts:Definition>
94
+ <ccts:Cardinality>0..1</ccts:Cardinality>
95
+ <ccts:ObjectClass>Quotation</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>Quotation. 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>Quotation</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:Component>
117
+ </xsd:documentation>
118
+ </xsd:annotation>
119
+ </xsd:element>
120
+ <xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
121
+ <xsd:annotation>
122
+ <xsd:documentation>
123
+ <ccts:Component>
124
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
125
+ <ccts:DictionaryEntryName>Quotation. Identifier</ccts:DictionaryEntryName>
126
+ <ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
127
+ <ccts:Cardinality>0..1</ccts:Cardinality>
128
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
129
+ <ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
130
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
131
+ <ccts:DataType>Identifier. Type</ccts:DataType>
132
+ </ccts:Component>
133
+ </xsd:documentation>
134
+ </xsd:annotation>
135
+ </xsd:element>
136
+ <xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
137
+ <xsd:annotation>
138
+ <xsd:documentation>
139
+ <ccts:Component>
140
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
141
+ <ccts:DictionaryEntryName>Quotation. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
142
+ <ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
143
+ <ccts:Cardinality>0..1</ccts:Cardinality>
144
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
145
+ <ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
146
+ <ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
147
+ <ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
148
+ <ccts:DataType>Indicator. Type</ccts:DataType>
149
+ </ccts:Component>
150
+ </xsd:documentation>
151
+ </xsd:annotation>
152
+ </xsd:element>
153
+ <xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
154
+ <xsd:annotation>
155
+ <xsd:documentation>
156
+ <ccts:Component>
157
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
158
+ <ccts:DictionaryEntryName>Quotation. UUID. Identifier</ccts:DictionaryEntryName>
159
+ <ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
160
+ <ccts:Cardinality>0..1</ccts:Cardinality>
161
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
162
+ <ccts:PropertyTerm>UUID</ccts:PropertyTerm>
163
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
164
+ <ccts:DataType>Identifier. Type</ccts:DataType>
165
+ </ccts:Component>
166
+ </xsd:documentation>
167
+ </xsd:annotation>
168
+ </xsd:element>
169
+ <xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
170
+ <xsd:annotation>
171
+ <xsd:documentation>
172
+ <ccts:Component>
173
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
174
+ <ccts:DictionaryEntryName>Quotation. Issue Date. Date</ccts:DictionaryEntryName>
175
+ <ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
176
+ <ccts:Cardinality>1</ccts:Cardinality>
177
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
178
+ <ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
179
+ <ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
180
+ <ccts:DataType>Date. Type</ccts:DataType>
181
+ </ccts:Component>
182
+ </xsd:documentation>
183
+ </xsd:annotation>
184
+ </xsd:element>
185
+ <xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
186
+ <xsd:annotation>
187
+ <xsd:documentation>
188
+ <ccts:Component>
189
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
190
+ <ccts:DictionaryEntryName>Quotation. Issue Time. Time</ccts:DictionaryEntryName>
191
+ <ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
192
+ <ccts:Cardinality>0..1</ccts:Cardinality>
193
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
194
+ <ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
195
+ <ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
196
+ <ccts:DataType>Time. Type</ccts:DataType>
197
+ </ccts:Component>
198
+ </xsd:documentation>
199
+ </xsd:annotation>
200
+ </xsd:element>
201
+ <xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
202
+ <xsd:annotation>
203
+ <xsd:documentation>
204
+ <ccts:Component>
205
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
206
+ <ccts:DictionaryEntryName>Quotation. Note. Text</ccts:DictionaryEntryName>
207
+ <ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
208
+ <ccts:Cardinality>0..n</ccts:Cardinality>
209
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
210
+ <ccts:PropertyTerm>Note</ccts:PropertyTerm>
211
+ <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
212
+ <ccts:DataType>Text. Type</ccts:DataType>
213
+ </ccts:Component>
214
+ </xsd:documentation>
215
+ </xsd:annotation>
216
+ </xsd:element>
217
+ <xsd:element ref="cbc:PricingCurrencyCode" minOccurs="0" maxOccurs="1">
218
+ <xsd:annotation>
219
+ <xsd:documentation>
220
+ <ccts:Component>
221
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
222
+ <ccts:DictionaryEntryName>Quotation. Pricing_ Currency Code. Code</ccts:DictionaryEntryName>
223
+ <ccts:Definition>A code signifying the currency used for all prices in the Quotation.</ccts:Definition>
224
+ <ccts:Cardinality>0..1</ccts:Cardinality>
225
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
226
+ <ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
227
+ <ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
228
+ <ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
229
+ <ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
230
+ <ccts:DataType>Currency_ Code. Type</ccts:DataType>
231
+ </ccts:Component>
232
+ </xsd:documentation>
233
+ </xsd:annotation>
234
+ </xsd:element>
235
+ <xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
236
+ <xsd:annotation>
237
+ <xsd:documentation>
238
+ <ccts:Component>
239
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
240
+ <ccts:DictionaryEntryName>Quotation. Line Count. Numeric</ccts:DictionaryEntryName>
241
+ <ccts:Definition>The number of Quotation Lines in this document.</ccts:Definition>
242
+ <ccts:Cardinality>0..1</ccts:Cardinality>
243
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
244
+ <ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
245
+ <ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
246
+ <ccts:DataType>Numeric. Type</ccts:DataType>
247
+ </ccts:Component>
248
+ </xsd:documentation>
249
+ </xsd:annotation>
250
+ </xsd:element>
251
+ <xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="1">
252
+ <xsd:annotation>
253
+ <xsd:documentation>
254
+ <ccts:Component>
255
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
256
+ <ccts:DictionaryEntryName>Quotation. Validity_ Period. Period</ccts:DictionaryEntryName>
257
+ <ccts:Definition>The period for which the Quotation is valid.</ccts:Definition>
258
+ <ccts:Cardinality>0..1</ccts:Cardinality>
259
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
260
+ <ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
261
+ <ccts:PropertyTerm>Period</ccts:PropertyTerm>
262
+ <ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
263
+ <ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
264
+ </ccts:Component>
265
+ </xsd:documentation>
266
+ </xsd:annotation>
267
+ </xsd:element>
268
+ <xsd:element ref="cac:RequestForQuotationDocumentReference"
269
+ minOccurs="0"
270
+ maxOccurs="1">
271
+ <xsd:annotation>
272
+ <xsd:documentation>
273
+ <ccts:Component>
274
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
275
+ <ccts:DictionaryEntryName>Quotation. Request For Quotation_ Document Reference. Document Reference</ccts:DictionaryEntryName>
276
+ <ccts:Definition>A reference to the Request for Quotation associated with this Quotation.</ccts:Definition>
277
+ <ccts:Cardinality>0..1</ccts:Cardinality>
278
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
279
+ <ccts:PropertyTermQualifier>Request For Quotation</ccts:PropertyTermQualifier>
280
+ <ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
281
+ <ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
282
+ <ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
283
+ </ccts:Component>
284
+ </xsd:documentation>
285
+ </xsd:annotation>
286
+ </xsd:element>
287
+ <xsd:element ref="cac:AdditionalDocumentReference"
288
+ minOccurs="0"
289
+ maxOccurs="unbounded">
290
+ <xsd:annotation>
291
+ <xsd:documentation>
292
+ <ccts:Component>
293
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
294
+ <ccts:DictionaryEntryName>Quotation. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
295
+ <ccts:Definition>A reference to an additional document associated with this document.</ccts:Definition>
296
+ <ccts:Cardinality>0..n</ccts:Cardinality>
297
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
298
+ <ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
299
+ <ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
300
+ <ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
301
+ <ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
302
+ </ccts:Component>
303
+ </xsd:documentation>
304
+ </xsd:annotation>
305
+ </xsd:element>
306
+ <xsd:element ref="cac:Contract" minOccurs="0" maxOccurs="unbounded">
307
+ <xsd:annotation>
308
+ <xsd:documentation>
309
+ <ccts:Component>
310
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
311
+ <ccts:DictionaryEntryName>Quotation. Contract</ccts:DictionaryEntryName>
312
+ <ccts:Definition>A contract associated with this Quotation.</ccts:Definition>
313
+ <ccts:Cardinality>0..n</ccts:Cardinality>
314
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
315
+ <ccts:PropertyTerm>Contract</ccts:PropertyTerm>
316
+ <ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
317
+ <ccts:RepresentationTerm>Contract</ccts:RepresentationTerm>
318
+ </ccts:Component>
319
+ </xsd:documentation>
320
+ </xsd:annotation>
321
+ </xsd:element>
322
+ <xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
323
+ <xsd:annotation>
324
+ <xsd:documentation>
325
+ <ccts:Component>
326
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
327
+ <ccts:DictionaryEntryName>Quotation. Signature</ccts:DictionaryEntryName>
328
+ <ccts:Definition>A signature applied to this document.</ccts:Definition>
329
+ <ccts:Cardinality>0..n</ccts:Cardinality>
330
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
331
+ <ccts:PropertyTerm>Signature</ccts:PropertyTerm>
332
+ <ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
333
+ <ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
334
+ </ccts:Component>
335
+ </xsd:documentation>
336
+ </xsd:annotation>
337
+ </xsd:element>
338
+ <xsd:element ref="cac:SellerSupplierParty" minOccurs="1" maxOccurs="1">
339
+ <xsd:annotation>
340
+ <xsd:documentation>
341
+ <ccts:Component>
342
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
343
+ <ccts:DictionaryEntryName>Quotation. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
344
+ <ccts:Definition>The seller.</ccts:Definition>
345
+ <ccts:Cardinality>1</ccts:Cardinality>
346
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
347
+ <ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
348
+ <ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
349
+ <ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
350
+ <ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
351
+ </ccts:Component>
352
+ </xsd:documentation>
353
+ </xsd:annotation>
354
+ </xsd:element>
355
+ <xsd:element ref="cac:BuyerCustomerParty" minOccurs="0" maxOccurs="1">
356
+ <xsd:annotation>
357
+ <xsd:documentation>
358
+ <ccts:Component>
359
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
360
+ <ccts:DictionaryEntryName>Quotation. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
361
+ <ccts:Definition>Association to the Buyer.</ccts:Definition>
362
+ <ccts:Cardinality>0..1</ccts:Cardinality>
363
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
364
+ <ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
365
+ <ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
366
+ <ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
367
+ <ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
368
+ </ccts:Component>
369
+ </xsd:documentation>
370
+ </xsd:annotation>
371
+ </xsd:element>
372
+ <xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
373
+ <xsd:annotation>
374
+ <xsd:documentation>
375
+ <ccts:Component>
376
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
377
+ <ccts:DictionaryEntryName>Quotation. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
378
+ <ccts:Definition>The originator.</ccts:Definition>
379
+ <ccts:Cardinality>0..1</ccts:Cardinality>
380
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
381
+ <ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
382
+ <ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
383
+ <ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
384
+ <ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
385
+ </ccts:Component>
386
+ </xsd:documentation>
387
+ </xsd:annotation>
388
+ </xsd:element>
389
+ <xsd:element ref="cac:Delivery" minOccurs="0" maxOccurs="unbounded">
390
+ <xsd:annotation>
391
+ <xsd:documentation>
392
+ <ccts:Component>
393
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
394
+ <ccts:DictionaryEntryName>Quotation. Delivery</ccts:DictionaryEntryName>
395
+ <ccts:Definition>A delivery associated with this document.</ccts:Definition>
396
+ <ccts:Cardinality>0..n</ccts:Cardinality>
397
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
398
+ <ccts:PropertyTerm>Delivery</ccts:PropertyTerm>
399
+ <ccts:AssociatedObjectClass>Delivery</ccts:AssociatedObjectClass>
400
+ <ccts:RepresentationTerm>Delivery</ccts:RepresentationTerm>
401
+ </ccts:Component>
402
+ </xsd:documentation>
403
+ </xsd:annotation>
404
+ </xsd:element>
405
+ <xsd:element ref="cac:DeliveryTerms" minOccurs="0" maxOccurs="1">
406
+ <xsd:annotation>
407
+ <xsd:documentation>
408
+ <ccts:Component>
409
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
410
+ <ccts:DictionaryEntryName>Quotation. Delivery Terms</ccts:DictionaryEntryName>
411
+ <ccts:Definition>A set of delivery terms associated with this document.</ccts:Definition>
412
+ <ccts:Cardinality>0..1</ccts:Cardinality>
413
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
414
+ <ccts:PropertyTerm>Delivery Terms</ccts:PropertyTerm>
415
+ <ccts:AssociatedObjectClass>Delivery Terms</ccts:AssociatedObjectClass>
416
+ <ccts:RepresentationTerm>Delivery Terms</ccts:RepresentationTerm>
417
+ </ccts:Component>
418
+ </xsd:documentation>
419
+ </xsd:annotation>
420
+ </xsd:element>
421
+ <xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="1">
422
+ <xsd:annotation>
423
+ <xsd:documentation>
424
+ <ccts:Component>
425
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
426
+ <ccts:DictionaryEntryName>Quotation. Payment Means</ccts:DictionaryEntryName>
427
+ <ccts:Definition>Expected means of payment.</ccts:Definition>
428
+ <ccts:Cardinality>0..1</ccts:Cardinality>
429
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
430
+ <ccts:PropertyTerm>Payment Means</ccts:PropertyTerm>
431
+ <ccts:AssociatedObjectClass>Payment Means</ccts:AssociatedObjectClass>
432
+ <ccts:RepresentationTerm>Payment Means</ccts:RepresentationTerm>
433
+ </ccts:Component>
434
+ </xsd:documentation>
435
+ </xsd:annotation>
436
+ </xsd:element>
437
+ <xsd:element ref="cac:TransactionConditions" minOccurs="0" maxOccurs="1">
438
+ <xsd:annotation>
439
+ <xsd:documentation>
440
+ <ccts:Component>
441
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
442
+ <ccts:DictionaryEntryName>Quotation. Transaction Conditions</ccts:DictionaryEntryName>
443
+ <ccts:Definition>A specification of purchasing, sales, or payment conditions applying to Orders related to this Quotation.</ccts:Definition>
444
+ <ccts:Cardinality>0..1</ccts:Cardinality>
445
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
446
+ <ccts:PropertyTerm>Transaction Conditions</ccts:PropertyTerm>
447
+ <ccts:AssociatedObjectClass>Transaction Conditions</ccts:AssociatedObjectClass>
448
+ <ccts:RepresentationTerm>Transaction Conditions</ccts:RepresentationTerm>
449
+ </ccts:Component>
450
+ </xsd:documentation>
451
+ </xsd:annotation>
452
+ </xsd:element>
453
+ <xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
454
+ <xsd:annotation>
455
+ <xsd:documentation>
456
+ <ccts:Component>
457
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
458
+ <ccts:DictionaryEntryName>Quotation. Allowance Charge</ccts:DictionaryEntryName>
459
+ <ccts:Definition>A discount or charge that applies to a price component.</ccts:Definition>
460
+ <ccts:Cardinality>0..n</ccts:Cardinality>
461
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
462
+ <ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
463
+ <ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
464
+ <ccts:RepresentationTerm>Allowance Charge</ccts:RepresentationTerm>
465
+ </ccts:Component>
466
+ </xsd:documentation>
467
+ </xsd:annotation>
468
+ </xsd:element>
469
+ <xsd:element ref="cac:DestinationCountry" minOccurs="0" maxOccurs="1">
470
+ <xsd:annotation>
471
+ <xsd:documentation>
472
+ <ccts:Component>
473
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
474
+ <ccts:DictionaryEntryName>Quotation. Destination_ Country. Country</ccts:DictionaryEntryName>
475
+ <ccts:Definition>The country of destination of potential orders (for customs purposes).</ccts:Definition>
476
+ <ccts:Cardinality>0..1</ccts:Cardinality>
477
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
478
+ <ccts:PropertyTermQualifier>Destination</ccts:PropertyTermQualifier>
479
+ <ccts:PropertyTerm>Country</ccts:PropertyTerm>
480
+ <ccts:AssociatedObjectClass>Country</ccts:AssociatedObjectClass>
481
+ <ccts:RepresentationTerm>Country</ccts:RepresentationTerm>
482
+ </ccts:Component>
483
+ </xsd:documentation>
484
+ </xsd:annotation>
485
+ </xsd:element>
486
+ <xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
487
+ <xsd:annotation>
488
+ <xsd:documentation>
489
+ <ccts:Component>
490
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
491
+ <ccts:DictionaryEntryName>Quotation. Tax Total</ccts:DictionaryEntryName>
492
+ <ccts:Definition>The total amount of a specific type of tax.</ccts:Definition>
493
+ <ccts:Cardinality>0..n</ccts:Cardinality>
494
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
495
+ <ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
496
+ <ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
497
+ <ccts:RepresentationTerm>Tax Total</ccts:RepresentationTerm>
498
+ </ccts:Component>
499
+ </xsd:documentation>
500
+ </xsd:annotation>
501
+ </xsd:element>
502
+ <xsd:element ref="cac:QuotedMonetaryTotal" minOccurs="1" maxOccurs="1">
503
+ <xsd:annotation>
504
+ <xsd:documentation>
505
+ <ccts:Component>
506
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
507
+ <ccts:DictionaryEntryName>Quotation. Quoted_ Monetary Total. Monetary Total</ccts:DictionaryEntryName>
508
+ <ccts:Definition>The total amount of the Quotation.</ccts:Definition>
509
+ <ccts:Cardinality>1</ccts:Cardinality>
510
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
511
+ <ccts:PropertyTermQualifier>Quoted</ccts:PropertyTermQualifier>
512
+ <ccts:PropertyTerm>Monetary Total</ccts:PropertyTerm>
513
+ <ccts:AssociatedObjectClass>Monetary Total</ccts:AssociatedObjectClass>
514
+ <ccts:RepresentationTerm>Monetary Total</ccts:RepresentationTerm>
515
+ </ccts:Component>
516
+ </xsd:documentation>
517
+ </xsd:annotation>
518
+ </xsd:element>
519
+ <xsd:element ref="cac:QuotationLine" minOccurs="1" maxOccurs="unbounded">
520
+ <xsd:annotation>
521
+ <xsd:documentation>
522
+ <ccts:Component>
523
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
524
+ <ccts:DictionaryEntryName>Quotation. Quotation Line</ccts:DictionaryEntryName>
525
+ <ccts:Definition>A line quoting a cost for one kind of item.</ccts:Definition>
526
+ <ccts:Cardinality>1..n</ccts:Cardinality>
527
+ <ccts:ObjectClass>Quotation</ccts:ObjectClass>
528
+ <ccts:PropertyTerm>Quotation Line</ccts:PropertyTerm>
529
+ <ccts:AssociatedObjectClass>Quotation Line</ccts:AssociatedObjectClass>
530
+ <ccts:RepresentationTerm>Quotation Line</ccts:RepresentationTerm>
531
+ </ccts:Component>
532
+ </xsd:documentation>
533
+ </xsd:annotation>
534
+ </xsd:element>
535
+ </xsd:sequence>
536
+ </xsd:complexType>
537
+ </xsd:schema>
538
+ <!-- ===== Copyright Notice ===== --><!--
539
+ OASIS takes no position regarding the validity or scope of any
540
+ intellectual property or other rights that might be claimed to pertain
541
+ to the implementation or use of the technology described in this
542
+ document or the extent to which any license under such rights
543
+ might or might not be available; neither does it represent that it has
544
+ made any effort to identify any such rights. Information on OASIS's
545
+ procedures with respect to rights in OASIS specifications can be
546
+ found at the OASIS website. Copies of claims of rights made
547
+ available for publication and any assurances of licenses to be made
548
+ available, or the result of an attempt made to obtain a general
549
+ license or permission for the use of such proprietary rights by
550
+ implementors or users of this specification, can be obtained from
551
+ the OASIS Executive Director.
552
+
553
+ OASIS invites any interested party to bring to its attention any
554
+ copyrights, patents or patent applications, or other proprietary
555
+ rights which may cover technology that may be required to
556
+ implement this specification. Please address the information to the
557
+ OASIS Executive Director.
558
+
559
+ This document and translations of it may be copied and furnished to
560
+ others, and derivative works that comment on or otherwise explain
561
+ it or assist in its implementation may be prepared, copied,
562
+ published and distributed, in whole or in part, without restriction of
563
+ any kind, provided that the above copyright notice and this
564
+ paragraph are included on all such copies and derivative works.
565
+ However, this document itself may not be modified in any way,
566
+ such as by removing the copyright notice or references to OASIS,
567
+ except as needed for the purpose of developing OASIS
568
+ specifications, in which case the procedures for copyrights defined
569
+ in the OASIS Intellectual Property Rights document must be
570
+ followed, or as required to translate it into languages other than
571
+ English.
572
+
573
+ The limited permissions granted above are perpetual and will not be
574
+ revoked by OASIS or its successors or assigns.
575
+
576
+ This document and the information contained herein is provided on
577
+ an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES,
578
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
579
+ WARRANTY THAT THE USE OF THE INFORMATION HEREIN
580
+ WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
581
+ WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
582
+ PARTICULAR PURPOSE.
583
+ -->