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,513 @@
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-CallForTenders-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:CallForTenders-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:CallForTenders-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="CallForTenders" type="CallForTendersType">
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="CallForTendersType">
36
+ <xsd:annotation>
37
+ <xsd:documentation>
38
+ <ccts:Component>
39
+ <ccts:ComponentType>ABIE</ccts:ComponentType>
40
+ <ccts:DictionaryEntryName>Call For Tenders. Details</ccts:DictionaryEntryName>
41
+ <ccts:Definition>A document used by a Contracting Party to define a procurement project to buy goods, services, or works during a specified period.</ccts:Definition>
42
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
43
+ </ccts:Component>
44
+ </xsd:documentation>
45
+ </xsd:annotation>
46
+ <xsd:sequence>
47
+ <xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
48
+ <xsd:annotation>
49
+ <xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
50
+ </xsd:annotation>
51
+ </xsd:element>
52
+ <xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
53
+ <xsd:annotation>
54
+ <xsd:documentation>
55
+ <ccts:Component>
56
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
57
+ <ccts:DictionaryEntryName>Call For Tenders. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
58
+ <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>
59
+ <ccts:Cardinality>0..1</ccts:Cardinality>
60
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
61
+ <ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
62
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
63
+ <ccts:DataType>Identifier. Type</ccts:DataType>
64
+ </ccts:Component>
65
+ </xsd:documentation>
66
+ </xsd:annotation>
67
+ </xsd:element>
68
+ <xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
69
+ <xsd:annotation>
70
+ <xsd:documentation>
71
+ <ccts:Component>
72
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
73
+ <ccts:DictionaryEntryName>Call For Tenders. Customization Identifier. Identifier</ccts:DictionaryEntryName>
74
+ <ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
75
+ <ccts:Cardinality>0..1</ccts:Cardinality>
76
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
77
+ <ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
78
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
79
+ <ccts:DataType>Identifier. Type</ccts:DataType>
80
+ </ccts:Component>
81
+ </xsd:documentation>
82
+ </xsd:annotation>
83
+ </xsd:element>
84
+ <xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
85
+ <xsd:annotation>
86
+ <xsd:documentation>
87
+ <ccts:Component>
88
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
89
+ <ccts:DictionaryEntryName>Call For Tenders. Profile Identifier. Identifier</ccts:DictionaryEntryName>
90
+ <ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
91
+ <ccts:Cardinality>0..1</ccts:Cardinality>
92
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
93
+ <ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
94
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
95
+ <ccts:DataType>Identifier. Type</ccts:DataType>
96
+ </ccts:Component>
97
+ </xsd:documentation>
98
+ </xsd:annotation>
99
+ </xsd:element>
100
+ <xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
101
+ <xsd:annotation>
102
+ <xsd:documentation>
103
+ <ccts:Component>
104
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
105
+ <ccts:DictionaryEntryName>Call For Tenders. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
106
+ <ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
107
+ <ccts:Cardinality>0..1</ccts:Cardinality>
108
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
109
+ <ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
110
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
111
+ <ccts:DataType>Identifier. Type</ccts:DataType>
112
+ </ccts:Component>
113
+ </xsd:documentation>
114
+ </xsd:annotation>
115
+ </xsd:element>
116
+ <xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
117
+ <xsd:annotation>
118
+ <xsd:documentation>
119
+ <ccts:Component>
120
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
121
+ <ccts:DictionaryEntryName>Call For Tenders. Identifier</ccts:DictionaryEntryName>
122
+ <ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
123
+ <ccts:Cardinality>0..1</ccts:Cardinality>
124
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
125
+ <ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
126
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
127
+ <ccts:DataType>Identifier. Type</ccts:DataType>
128
+ </ccts:Component>
129
+ </xsd:documentation>
130
+ </xsd:annotation>
131
+ </xsd:element>
132
+ <xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
133
+ <xsd:annotation>
134
+ <xsd:documentation>
135
+ <ccts:Component>
136
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
137
+ <ccts:DictionaryEntryName>Call For Tenders. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
138
+ <ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
139
+ <ccts:Cardinality>0..1</ccts:Cardinality>
140
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
141
+ <ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
142
+ <ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
143
+ <ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
144
+ <ccts:DataType>Indicator. Type</ccts:DataType>
145
+ </ccts:Component>
146
+ </xsd:documentation>
147
+ </xsd:annotation>
148
+ </xsd:element>
149
+ <xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
150
+ <xsd:annotation>
151
+ <xsd:documentation>
152
+ <ccts:Component>
153
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
154
+ <ccts:DictionaryEntryName>Call For Tenders. UUID. Identifier</ccts:DictionaryEntryName>
155
+ <ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
156
+ <ccts:Cardinality>0..1</ccts:Cardinality>
157
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
158
+ <ccts:PropertyTerm>UUID</ccts:PropertyTerm>
159
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
160
+ <ccts:DataType>Identifier. Type</ccts:DataType>
161
+ </ccts:Component>
162
+ </xsd:documentation>
163
+ </xsd:annotation>
164
+ </xsd:element>
165
+ <xsd:element ref="cbc:ContractFolderID" minOccurs="1" maxOccurs="1">
166
+ <xsd:annotation>
167
+ <xsd:documentation>
168
+ <ccts:Component>
169
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
170
+ <ccts:DictionaryEntryName>Call For Tenders. Contract Folder Identifier. Identifier</ccts:DictionaryEntryName>
171
+ <ccts:Definition>An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs.</ccts:Definition>
172
+ <ccts:Cardinality>1</ccts:Cardinality>
173
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
174
+ <ccts:PropertyTerm>Contract Folder Identifier</ccts:PropertyTerm>
175
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
176
+ <ccts:DataType>Identifier. Type</ccts:DataType>
177
+ </ccts:Component>
178
+ </xsd:documentation>
179
+ </xsd:annotation>
180
+ </xsd:element>
181
+ <xsd:element ref="cbc:ApprovalDate" minOccurs="0" maxOccurs="1">
182
+ <xsd:annotation>
183
+ <xsd:documentation>
184
+ <ccts:Component>
185
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
186
+ <ccts:DictionaryEntryName>Call For Tenders. Approval Date. Date</ccts:DictionaryEntryName>
187
+ <ccts:Definition>The date, assigned by the contracting party, on which the Call For Tenders was approved.</ccts:Definition>
188
+ <ccts:Cardinality>0..1</ccts:Cardinality>
189
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
190
+ <ccts:PropertyTerm>Approval Date</ccts:PropertyTerm>
191
+ <ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
192
+ <ccts:DataType>Date. Type</ccts:DataType>
193
+ </ccts:Component>
194
+ </xsd:documentation>
195
+ </xsd:annotation>
196
+ </xsd:element>
197
+ <xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
198
+ <xsd:annotation>
199
+ <xsd:documentation>
200
+ <ccts:Component>
201
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
202
+ <ccts:DictionaryEntryName>Call For Tenders. Issue Date. Date</ccts:DictionaryEntryName>
203
+ <ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
204
+ <ccts:Cardinality>1</ccts:Cardinality>
205
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
206
+ <ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
207
+ <ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
208
+ <ccts:DataType>Date. Type</ccts:DataType>
209
+ </ccts:Component>
210
+ </xsd:documentation>
211
+ </xsd:annotation>
212
+ </xsd:element>
213
+ <xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
214
+ <xsd:annotation>
215
+ <xsd:documentation>
216
+ <ccts:Component>
217
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
218
+ <ccts:DictionaryEntryName>Call For Tenders. Issue Time. Time</ccts:DictionaryEntryName>
219
+ <ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
220
+ <ccts:Cardinality>0..1</ccts:Cardinality>
221
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
222
+ <ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
223
+ <ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
224
+ <ccts:DataType>Time. Type</ccts:DataType>
225
+ </ccts:Component>
226
+ </xsd:documentation>
227
+ </xsd:annotation>
228
+ </xsd:element>
229
+ <xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
230
+ <xsd:annotation>
231
+ <xsd:documentation>
232
+ <ccts:Component>
233
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
234
+ <ccts:DictionaryEntryName>Call For Tenders. Note. Text</ccts:DictionaryEntryName>
235
+ <ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
236
+ <ccts:Cardinality>0..n</ccts:Cardinality>
237
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
238
+ <ccts:PropertyTerm>Note</ccts:PropertyTerm>
239
+ <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
240
+ <ccts:DataType>Text. Type</ccts:DataType>
241
+ </ccts:Component>
242
+ </xsd:documentation>
243
+ </xsd:annotation>
244
+ </xsd:element>
245
+ <xsd:element ref="cbc:VersionID" minOccurs="0" maxOccurs="1">
246
+ <xsd:annotation>
247
+ <xsd:documentation>
248
+ <ccts:Component>
249
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
250
+ <ccts:DictionaryEntryName>Call For Tenders. Version. Identifier</ccts:DictionaryEntryName>
251
+ <ccts:Definition>Indicates the current version of the Call for Tenders.</ccts:Definition>
252
+ <ccts:Cardinality>0..1</ccts:Cardinality>
253
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
254
+ <ccts:PropertyTerm>Version</ccts:PropertyTerm>
255
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
256
+ <ccts:DataType>Identifier. Type</ccts:DataType>
257
+ <ccts:Examples>1.1 </ccts:Examples>
258
+ </ccts:Component>
259
+ </xsd:documentation>
260
+ </xsd:annotation>
261
+ </xsd:element>
262
+ <xsd:element ref="cbc:PreviousVersionID" minOccurs="0" maxOccurs="1">
263
+ <xsd:annotation>
264
+ <xsd:documentation>
265
+ <ccts:Component>
266
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
267
+ <ccts:DictionaryEntryName>Call For Tenders. Previous_ Version. Identifier</ccts:DictionaryEntryName>
268
+ <ccts:Definition>Identifies the previous version of the Call for Tenders which is superceded by this version.</ccts:Definition>
269
+ <ccts:Cardinality>0..1</ccts:Cardinality>
270
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
271
+ <ccts:PropertyTermQualifier>Previous</ccts:PropertyTermQualifier>
272
+ <ccts:PropertyTerm>Version</ccts:PropertyTerm>
273
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
274
+ <ccts:DataType>Identifier. Type</ccts:DataType>
275
+ <ccts:Examples>1.0 </ccts:Examples>
276
+ </ccts:Component>
277
+ </xsd:documentation>
278
+ </xsd:annotation>
279
+ </xsd:element>
280
+ <xsd:element ref="cac:LegalDocumentReference" minOccurs="0" maxOccurs="1">
281
+ <xsd:annotation>
282
+ <xsd:documentation>
283
+ <ccts:Component>
284
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
285
+ <ccts:DictionaryEntryName>Call For Tenders. Legal_ Document Reference. Document Reference</ccts:DictionaryEntryName>
286
+ <ccts:Definition>A reference to a legal document.</ccts:Definition>
287
+ <ccts:Cardinality>0..1</ccts:Cardinality>
288
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
289
+ <ccts:PropertyTermQualifier>Legal</ccts:PropertyTermQualifier>
290
+ <ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
291
+ <ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
292
+ <ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
293
+ </ccts:Component>
294
+ </xsd:documentation>
295
+ </xsd:annotation>
296
+ </xsd:element>
297
+ <xsd:element ref="cac:TechnicalDocumentReference" minOccurs="0" maxOccurs="1">
298
+ <xsd:annotation>
299
+ <xsd:documentation>
300
+ <ccts:Component>
301
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
302
+ <ccts:DictionaryEntryName>Call For Tenders. Technical_ Document Reference. Document Reference</ccts:DictionaryEntryName>
303
+ <ccts:Definition>A reference to a technical document.</ccts:Definition>
304
+ <ccts:Cardinality>0..1</ccts:Cardinality>
305
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
306
+ <ccts:PropertyTermQualifier>Technical</ccts:PropertyTermQualifier>
307
+ <ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
308
+ <ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
309
+ <ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
310
+ </ccts:Component>
311
+ </xsd:documentation>
312
+ </xsd:annotation>
313
+ </xsd:element>
314
+ <xsd:element ref="cac:AdditionalDocumentReference"
315
+ minOccurs="0"
316
+ maxOccurs="unbounded">
317
+ <xsd:annotation>
318
+ <xsd:documentation>
319
+ <ccts:Component>
320
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
321
+ <ccts:DictionaryEntryName>Call For Tenders. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName>
322
+ <ccts:Definition>A reference to an additional document associated with this document.</ccts:Definition>
323
+ <ccts:Cardinality>0..n</ccts:Cardinality>
324
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
325
+ <ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier>
326
+ <ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
327
+ <ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
328
+ <ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
329
+ </ccts:Component>
330
+ </xsd:documentation>
331
+ </xsd:annotation>
332
+ </xsd:element>
333
+ <xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
334
+ <xsd:annotation>
335
+ <xsd:documentation>
336
+ <ccts:Component>
337
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
338
+ <ccts:DictionaryEntryName>Call For Tenders. Signature</ccts:DictionaryEntryName>
339
+ <ccts:Definition>A signature applied to this document.</ccts:Definition>
340
+ <ccts:Cardinality>0..n</ccts:Cardinality>
341
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
342
+ <ccts:PropertyTerm>Signature</ccts:PropertyTerm>
343
+ <ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
344
+ <ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
345
+ </ccts:Component>
346
+ </xsd:documentation>
347
+ </xsd:annotation>
348
+ </xsd:element>
349
+ <xsd:element ref="cac:ContractingParty" minOccurs="1" maxOccurs="1">
350
+ <xsd:annotation>
351
+ <xsd:documentation>
352
+ <ccts:Component>
353
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
354
+ <ccts:DictionaryEntryName>Call For Tenders. Contracting Party</ccts:DictionaryEntryName>
355
+ <ccts:Definition>The contracting party.</ccts:Definition>
356
+ <ccts:Cardinality>1</ccts:Cardinality>
357
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
358
+ <ccts:PropertyTerm>Contracting Party</ccts:PropertyTerm>
359
+ <ccts:AssociatedObjectClass>Contracting Party</ccts:AssociatedObjectClass>
360
+ <ccts:RepresentationTerm>Contracting Party</ccts:RepresentationTerm>
361
+ </ccts:Component>
362
+ </xsd:documentation>
363
+ </xsd:annotation>
364
+ </xsd:element>
365
+ <xsd:element ref="cac:OriginatorCustomerParty"
366
+ minOccurs="0"
367
+ maxOccurs="unbounded">
368
+ <xsd:annotation>
369
+ <xsd:documentation>
370
+ <ccts:Component>
371
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
372
+ <ccts:DictionaryEntryName>Call For Tenders. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
373
+ <ccts:Definition>The party who originated Order.</ccts:Definition>
374
+ <ccts:Cardinality>0..n</ccts:Cardinality>
375
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
376
+ <ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
377
+ <ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
378
+ <ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
379
+ <ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
380
+ </ccts:Component>
381
+ </xsd:documentation>
382
+ </xsd:annotation>
383
+ </xsd:element>
384
+ <xsd:element ref="cac:ReceiverParty" minOccurs="0" maxOccurs="1">
385
+ <xsd:annotation>
386
+ <xsd:documentation>
387
+ <ccts:Component>
388
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
389
+ <ccts:DictionaryEntryName>Call For Tenders. Receiver_ Party. Party</ccts:DictionaryEntryName>
390
+ <ccts:Definition>The party receiving this document.</ccts:Definition>
391
+ <ccts:Cardinality>0..1</ccts:Cardinality>
392
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
393
+ <ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
394
+ <ccts:PropertyTerm>Party</ccts:PropertyTerm>
395
+ <ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
396
+ <ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
397
+ </ccts:Component>
398
+ </xsd:documentation>
399
+ </xsd:annotation>
400
+ </xsd:element>
401
+ <xsd:element ref="cac:TenderingTerms" minOccurs="0" maxOccurs="1">
402
+ <xsd:annotation>
403
+ <xsd:documentation>
404
+ <ccts:Component>
405
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
406
+ <ccts:DictionaryEntryName>Call For Tenders. Tendering Terms</ccts:DictionaryEntryName>
407
+ <ccts:Definition>The tendering terms associated with this tendering process.</ccts:Definition>
408
+ <ccts:Cardinality>0..1</ccts:Cardinality>
409
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
410
+ <ccts:PropertyTerm>Tendering Terms</ccts:PropertyTerm>
411
+ <ccts:AssociatedObjectClass>Tendering Terms</ccts:AssociatedObjectClass>
412
+ <ccts:RepresentationTerm>Tendering Terms</ccts:RepresentationTerm>
413
+ </ccts:Component>
414
+ </xsd:documentation>
415
+ </xsd:annotation>
416
+ </xsd:element>
417
+ <xsd:element ref="cac:TenderingProcess" minOccurs="0" maxOccurs="1">
418
+ <xsd:annotation>
419
+ <xsd:documentation>
420
+ <ccts:Component>
421
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
422
+ <ccts:DictionaryEntryName>Call For Tenders. Tendering Process</ccts:DictionaryEntryName>
423
+ <ccts:Definition>A description of the tendering process itself.</ccts:Definition>
424
+ <ccts:Cardinality>0..1</ccts:Cardinality>
425
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
426
+ <ccts:PropertyTerm>Tendering Process</ccts:PropertyTerm>
427
+ <ccts:AssociatedObjectClass>Tendering Process</ccts:AssociatedObjectClass>
428
+ <ccts:RepresentationTerm>Tendering Process</ccts:RepresentationTerm>
429
+ </ccts:Component>
430
+ </xsd:documentation>
431
+ </xsd:annotation>
432
+ </xsd:element>
433
+ <xsd:element ref="cac:ProcurementProject" minOccurs="1" maxOccurs="1">
434
+ <xsd:annotation>
435
+ <xsd:documentation>
436
+ <ccts:Component>
437
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
438
+ <ccts:DictionaryEntryName>Call For Tenders. Procurement Project</ccts:DictionaryEntryName>
439
+ <ccts:Definition>An overall definition of this procurement project.</ccts:Definition>
440
+ <ccts:Cardinality>1</ccts:Cardinality>
441
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
442
+ <ccts:PropertyTerm>Procurement Project</ccts:PropertyTerm>
443
+ <ccts:AssociatedObjectClass>Procurement Project</ccts:AssociatedObjectClass>
444
+ <ccts:RepresentationTerm>Procurement Project</ccts:RepresentationTerm>
445
+ </ccts:Component>
446
+ </xsd:documentation>
447
+ </xsd:annotation>
448
+ </xsd:element>
449
+ <xsd:element ref="cac:ProcurementProjectLot" minOccurs="0" maxOccurs="unbounded">
450
+ <xsd:annotation>
451
+ <xsd:documentation>
452
+ <ccts:Component>
453
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
454
+ <ccts:DictionaryEntryName>Call For Tenders. Procurement Project Lot</ccts:DictionaryEntryName>
455
+ <ccts:Definition>One of the procurement project lots into which this contract can be split.</ccts:Definition>
456
+ <ccts:Cardinality>0..n</ccts:Cardinality>
457
+ <ccts:ObjectClass>Call For Tenders</ccts:ObjectClass>
458
+ <ccts:PropertyTerm>Procurement Project Lot</ccts:PropertyTerm>
459
+ <ccts:AssociatedObjectClass>Procurement Project Lot</ccts:AssociatedObjectClass>
460
+ <ccts:RepresentationTerm>Procurement Project Lot</ccts:RepresentationTerm>
461
+ </ccts:Component>
462
+ </xsd:documentation>
463
+ </xsd:annotation>
464
+ </xsd:element>
465
+ </xsd:sequence>
466
+ </xsd:complexType>
467
+ </xsd:schema>
468
+ <!-- ===== Copyright Notice ===== --><!--
469
+ OASIS takes no position regarding the validity or scope of any
470
+ intellectual property or other rights that might be claimed to pertain
471
+ to the implementation or use of the technology described in this
472
+ document or the extent to which any license under such rights
473
+ might or might not be available; neither does it represent that it has
474
+ made any effort to identify any such rights. Information on OASIS's
475
+ procedures with respect to rights in OASIS specifications can be
476
+ found at the OASIS website. Copies of claims of rights made
477
+ available for publication and any assurances of licenses to be made
478
+ available, or the result of an attempt made to obtain a general
479
+ license or permission for the use of such proprietary rights by
480
+ implementors or users of this specification, can be obtained from
481
+ the OASIS Executive Director.
482
+
483
+ OASIS invites any interested party to bring to its attention any
484
+ copyrights, patents or patent applications, or other proprietary
485
+ rights which may cover technology that may be required to
486
+ implement this specification. Please address the information to the
487
+ OASIS Executive Director.
488
+
489
+ This document and translations of it may be copied and furnished to
490
+ others, and derivative works that comment on or otherwise explain
491
+ it or assist in its implementation may be prepared, copied,
492
+ published and distributed, in whole or in part, without restriction of
493
+ any kind, provided that the above copyright notice and this
494
+ paragraph are included on all such copies and derivative works.
495
+ However, this document itself may not be modified in any way,
496
+ such as by removing the copyright notice or references to OASIS,
497
+ except as needed for the purpose of developing OASIS
498
+ specifications, in which case the procedures for copyrights defined
499
+ in the OASIS Intellectual Property Rights document must be
500
+ followed, or as required to translate it into languages other than
501
+ English.
502
+
503
+ The limited permissions granted above are perpetual and will not be
504
+ revoked by OASIS or its successors or assigns.
505
+
506
+ This document and the information contained herein is provided on
507
+ an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES,
508
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
509
+ WARRANTY THAT THE USE OF THE INFORMATION HEREIN
510
+ WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
511
+ WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
512
+ PARTICULAR PURPOSE.
513
+ -->