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