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,493 @@
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-ContractAwardNotice-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:ContractAwardNotice-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:ContractAwardNotice-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="ContractAwardNotice" type="ContractAwardNoticeType">
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="ContractAwardNoticeType">
36
+ <xsd:annotation>
37
+ <xsd:documentation>
38
+ <ccts:Component>
39
+ <ccts:ComponentType>ABIE</ccts:ComponentType>
40
+ <ccts:DictionaryEntryName>Contract Award Notice. Details</ccts:DictionaryEntryName>
41
+ <ccts:Definition>A document published by a Contracting Party to announce the awarding of a procurement project.</ccts:Definition>
42
+ <ccts:ObjectClass>Contract Award Notice</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>Contract Award Notice. 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>Contract Award Notice</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>Contract Award Notice. 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>Contract Award Notice</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>Contract Award Notice. 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>Contract Award Notice</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>Contract Award Notice. 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>Contract Award Notice</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>Contract Award Notice. 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>Contract Award Notice</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>Contract Award Notice. 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>Contract Award Notice</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>Contract Award Notice. 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>Contract Award Notice</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>Contract Award Notice. 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>Contract Award Notice</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:IssueDate" minOccurs="1" maxOccurs="1">
182
+ <xsd:annotation>
183
+ <xsd:documentation>
184
+ <ccts:Component>
185
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
186
+ <ccts:DictionaryEntryName>Contract Award Notice. Issue Date. Date</ccts:DictionaryEntryName>
187
+ <ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
188
+ <ccts:Cardinality>1</ccts:Cardinality>
189
+ <ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
190
+ <ccts:PropertyTerm>Issue 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:IssueTime" minOccurs="0" maxOccurs="1">
198
+ <xsd:annotation>
199
+ <xsd:documentation>
200
+ <ccts:Component>
201
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
202
+ <ccts:DictionaryEntryName>Contract Award Notice. Issue Time. Time</ccts:DictionaryEntryName>
203
+ <ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
204
+ <ccts:Cardinality>0..1</ccts:Cardinality>
205
+ <ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
206
+ <ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
207
+ <ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
208
+ <ccts:DataType>Time. Type</ccts:DataType>
209
+ </ccts:Component>
210
+ </xsd:documentation>
211
+ </xsd:annotation>
212
+ </xsd:element>
213
+ <xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
214
+ <xsd:annotation>
215
+ <xsd:documentation>
216
+ <ccts:Component>
217
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
218
+ <ccts:DictionaryEntryName>Contract Award Notice. Note. Text</ccts:DictionaryEntryName>
219
+ <ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
220
+ <ccts:Cardinality>0..n</ccts:Cardinality>
221
+ <ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
222
+ <ccts:PropertyTerm>Note</ccts:PropertyTerm>
223
+ <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
224
+ <ccts:DataType>Text. Type</ccts:DataType>
225
+ </ccts:Component>
226
+ </xsd:documentation>
227
+ </xsd:annotation>
228
+ </xsd:element>
229
+ <xsd:element ref="cbc:RegulatoryDomain" minOccurs="0" maxOccurs="unbounded">
230
+ <xsd:annotation>
231
+ <xsd:documentation>
232
+ <ccts:Component>
233
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
234
+ <ccts:DictionaryEntryName>Contract Award Notice. Regulatory Domain. Text</ccts:DictionaryEntryName>
235
+ <ccts:Definition>Information about the law that defines the regulatory domain.</ccts:Definition>
236
+ <ccts:Cardinality>0..n</ccts:Cardinality>
237
+ <ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
238
+ <ccts:PropertyTerm>Regulatory Domain</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:PublishAwardIndicator" minOccurs="0" maxOccurs="1">
246
+ <xsd:annotation>
247
+ <xsd:documentation>
248
+ <ccts:Component>
249
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
250
+ <ccts:DictionaryEntryName>Contract Award Notice. Publish Award Indicator. Indicator</ccts:DictionaryEntryName>
251
+ <ccts:Definition>An indicator specifying if the notice is published for service contracts within certain service categories (true) or not (false).</ccts:Definition>
252
+ <ccts:Cardinality>0..1</ccts:Cardinality>
253
+ <ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
254
+ <ccts:PropertyTerm>Publish Award Indicator</ccts:PropertyTerm>
255
+ <ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
256
+ <ccts:DataType>Indicator. Type</ccts:DataType>
257
+ </ccts:Component>
258
+ </xsd:documentation>
259
+ </xsd:annotation>
260
+ </xsd:element>
261
+ <xsd:element ref="cac:PreviousDocumentReference"
262
+ minOccurs="0"
263
+ maxOccurs="unbounded">
264
+ <xsd:annotation>
265
+ <xsd:documentation>
266
+ <ccts:Component>
267
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
268
+ <ccts:DictionaryEntryName>Contract Award Notice. Previous_ Document Reference. Document Reference</ccts:DictionaryEntryName>
269
+ <ccts:Definition>A reference to a previously sent document.</ccts:Definition>
270
+ <ccts:Cardinality>0..n</ccts:Cardinality>
271
+ <ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
272
+ <ccts:PropertyTermQualifier>Previous</ccts:PropertyTermQualifier>
273
+ <ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
274
+ <ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
275
+ <ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
276
+ </ccts:Component>
277
+ </xsd:documentation>
278
+ </xsd:annotation>
279
+ </xsd:element>
280
+ <xsd:element ref="cac:MinutesDocumentReference"
281
+ minOccurs="0"
282
+ maxOccurs="unbounded">
283
+ <xsd:annotation>
284
+ <xsd:documentation>
285
+ <ccts:Component>
286
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
287
+ <ccts:DictionaryEntryName>Contract Award Notice. Minutes_ Document Reference. Document Reference</ccts:DictionaryEntryName>
288
+ <ccts:Definition>A reference to a set of minutes.</ccts:Definition>
289
+ <ccts:Cardinality>0..n</ccts:Cardinality>
290
+ <ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
291
+ <ccts:PropertyTermQualifier>Minutes</ccts:PropertyTermQualifier>
292
+ <ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
293
+ <ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
294
+ <ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
295
+ </ccts:Component>
296
+ </xsd:documentation>
297
+ </xsd:annotation>
298
+ </xsd:element>
299
+ <xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
300
+ <xsd:annotation>
301
+ <xsd:documentation>
302
+ <ccts:Component>
303
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
304
+ <ccts:DictionaryEntryName>Contract Award Notice. Signature</ccts:DictionaryEntryName>
305
+ <ccts:Definition>A signature applied to this document.</ccts:Definition>
306
+ <ccts:Cardinality>0..n</ccts:Cardinality>
307
+ <ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
308
+ <ccts:PropertyTerm>Signature</ccts:PropertyTerm>
309
+ <ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
310
+ <ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
311
+ </ccts:Component>
312
+ </xsd:documentation>
313
+ </xsd:annotation>
314
+ </xsd:element>
315
+ <xsd:element ref="cac:ContractingParty" minOccurs="1" maxOccurs="1">
316
+ <xsd:annotation>
317
+ <xsd:documentation>
318
+ <ccts:Component>
319
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
320
+ <ccts:DictionaryEntryName>Contract Award Notice. Contracting Party</ccts:DictionaryEntryName>
321
+ <ccts:Definition>The contracting party.</ccts:Definition>
322
+ <ccts:Cardinality>1</ccts:Cardinality>
323
+ <ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
324
+ <ccts:PropertyTerm>Contracting Party</ccts:PropertyTerm>
325
+ <ccts:AssociatedObjectClass>Contracting Party</ccts:AssociatedObjectClass>
326
+ <ccts:RepresentationTerm>Contracting Party</ccts:RepresentationTerm>
327
+ </ccts:Component>
328
+ </xsd:documentation>
329
+ </xsd:annotation>
330
+ </xsd:element>
331
+ <xsd:element ref="cac:OriginatorCustomerParty" minOccurs="0" maxOccurs="1">
332
+ <xsd:annotation>
333
+ <xsd:documentation>
334
+ <ccts:Component>
335
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
336
+ <ccts:DictionaryEntryName>Contract Award Notice. Originator_ Customer Party. Customer Party</ccts:DictionaryEntryName>
337
+ <ccts:Definition>The party who originated Order.</ccts:Definition>
338
+ <ccts:Cardinality>0..1</ccts:Cardinality>
339
+ <ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
340
+ <ccts:PropertyTermQualifier>Originator</ccts:PropertyTermQualifier>
341
+ <ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
342
+ <ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
343
+ <ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
344
+ </ccts:Component>
345
+ </xsd:documentation>
346
+ </xsd:annotation>
347
+ </xsd:element>
348
+ <xsd:element ref="cac:ReceiverParty" minOccurs="0" maxOccurs="1">
349
+ <xsd:annotation>
350
+ <xsd:documentation>
351
+ <ccts:Component>
352
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
353
+ <ccts:DictionaryEntryName>Contract Award Notice. Receiver_ Party. Party</ccts:DictionaryEntryName>
354
+ <ccts:Definition>The party receiving this document.</ccts:Definition>
355
+ <ccts:Cardinality>0..1</ccts:Cardinality>
356
+ <ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
357
+ <ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
358
+ <ccts:PropertyTerm>Party</ccts:PropertyTerm>
359
+ <ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
360
+ <ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
361
+ </ccts:Component>
362
+ </xsd:documentation>
363
+ </xsd:annotation>
364
+ </xsd:element>
365
+ <xsd:element ref="cac:TenderingTerms" minOccurs="0" maxOccurs="1">
366
+ <xsd:annotation>
367
+ <xsd:documentation>
368
+ <ccts:Component>
369
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
370
+ <ccts:DictionaryEntryName>Contract Award Notice. Tendering Terms</ccts:DictionaryEntryName>
371
+ <ccts:Definition>The tendering terms associated with this tendering process.</ccts:Definition>
372
+ <ccts:Cardinality>0..1</ccts:Cardinality>
373
+ <ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
374
+ <ccts:PropertyTerm>Tendering Terms</ccts:PropertyTerm>
375
+ <ccts:AssociatedObjectClass>Tendering Terms</ccts:AssociatedObjectClass>
376
+ <ccts:RepresentationTerm>Tendering Terms</ccts:RepresentationTerm>
377
+ </ccts:Component>
378
+ </xsd:documentation>
379
+ </xsd:annotation>
380
+ </xsd:element>
381
+ <xsd:element ref="cac:TenderingProcess" minOccurs="0" maxOccurs="1">
382
+ <xsd:annotation>
383
+ <xsd:documentation>
384
+ <ccts:Component>
385
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
386
+ <ccts:DictionaryEntryName>Contract Award Notice. Tendering Process</ccts:DictionaryEntryName>
387
+ <ccts:Definition>A description of the tendering process itself.</ccts:Definition>
388
+ <ccts:Cardinality>0..1</ccts:Cardinality>
389
+ <ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
390
+ <ccts:PropertyTerm>Tendering Process</ccts:PropertyTerm>
391
+ <ccts:AssociatedObjectClass>Tendering Process</ccts:AssociatedObjectClass>
392
+ <ccts:RepresentationTerm>Tendering Process</ccts:RepresentationTerm>
393
+ </ccts:Component>
394
+ </xsd:documentation>
395
+ </xsd:annotation>
396
+ </xsd:element>
397
+ <xsd:element ref="cac:ProcurementProject" minOccurs="0" maxOccurs="1">
398
+ <xsd:annotation>
399
+ <xsd:documentation>
400
+ <ccts:Component>
401
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
402
+ <ccts:DictionaryEntryName>Contract Award Notice. Procurement Project</ccts:DictionaryEntryName>
403
+ <ccts:Definition>An overall definition of this procurement project.</ccts:Definition>
404
+ <ccts:Cardinality>0..1</ccts:Cardinality>
405
+ <ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
406
+ <ccts:PropertyTerm>Procurement Project</ccts:PropertyTerm>
407
+ <ccts:AssociatedObjectClass>Procurement Project</ccts:AssociatedObjectClass>
408
+ <ccts:RepresentationTerm>Procurement Project</ccts:RepresentationTerm>
409
+ </ccts:Component>
410
+ </xsd:documentation>
411
+ </xsd:annotation>
412
+ </xsd:element>
413
+ <xsd:element ref="cac:ProcurementProjectLot" minOccurs="0" maxOccurs="unbounded">
414
+ <xsd:annotation>
415
+ <xsd:documentation>
416
+ <ccts:Component>
417
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
418
+ <ccts:DictionaryEntryName>Contract Award Notice. Procurement Project Lot</ccts:DictionaryEntryName>
419
+ <ccts:Definition>One of the procurement project lots into which this contract can be split.</ccts:Definition>
420
+ <ccts:Cardinality>0..n</ccts:Cardinality>
421
+ <ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
422
+ <ccts:PropertyTerm>Procurement Project Lot</ccts:PropertyTerm>
423
+ <ccts:AssociatedObjectClass>Procurement Project Lot</ccts:AssociatedObjectClass>
424
+ <ccts:RepresentationTerm>Procurement Project Lot</ccts:RepresentationTerm>
425
+ </ccts:Component>
426
+ </xsd:documentation>
427
+ </xsd:annotation>
428
+ </xsd:element>
429
+ <xsd:element ref="cac:TenderResult" minOccurs="1" maxOccurs="unbounded">
430
+ <xsd:annotation>
431
+ <xsd:documentation>
432
+ <ccts:Component>
433
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
434
+ <ccts:DictionaryEntryName>Contract Award Notice. Tender Result</ccts:DictionaryEntryName>
435
+ <ccts:Definition>A result of the bid opening in the tendering process.</ccts:Definition>
436
+ <ccts:Cardinality>1..n</ccts:Cardinality>
437
+ <ccts:ObjectClass>Contract Award Notice</ccts:ObjectClass>
438
+ <ccts:PropertyTerm>Tender Result</ccts:PropertyTerm>
439
+ <ccts:AssociatedObjectClass>Tender Result</ccts:AssociatedObjectClass>
440
+ <ccts:RepresentationTerm>Tender Result</ccts:RepresentationTerm>
441
+ </ccts:Component>
442
+ </xsd:documentation>
443
+ </xsd:annotation>
444
+ </xsd:element>
445
+ </xsd:sequence>
446
+ </xsd:complexType>
447
+ </xsd:schema>
448
+ <!-- ===== Copyright Notice ===== --><!--
449
+ OASIS takes no position regarding the validity or scope of any
450
+ intellectual property or other rights that might be claimed to pertain
451
+ to the implementation or use of the technology described in this
452
+ document or the extent to which any license under such rights
453
+ might or might not be available; neither does it represent that it has
454
+ made any effort to identify any such rights. Information on OASIS's
455
+ procedures with respect to rights in OASIS specifications can be
456
+ found at the OASIS website. Copies of claims of rights made
457
+ available for publication and any assurances of licenses to be made
458
+ available, or the result of an attempt made to obtain a general
459
+ license or permission for the use of such proprietary rights by
460
+ implementors or users of this specification, can be obtained from
461
+ the OASIS Executive Director.
462
+
463
+ OASIS invites any interested party to bring to its attention any
464
+ copyrights, patents or patent applications, or other proprietary
465
+ rights which may cover technology that may be required to
466
+ implement this specification. Please address the information to the
467
+ OASIS Executive Director.
468
+
469
+ This document and translations of it may be copied and furnished to
470
+ others, and derivative works that comment on or otherwise explain
471
+ it or assist in its implementation may be prepared, copied,
472
+ published and distributed, in whole or in part, without restriction of
473
+ any kind, provided that the above copyright notice and this
474
+ paragraph are included on all such copies and derivative works.
475
+ However, this document itself may not be modified in any way,
476
+ such as by removing the copyright notice or references to OASIS,
477
+ except as needed for the purpose of developing OASIS
478
+ specifications, in which case the procedures for copyrights defined
479
+ in the OASIS Intellectual Property Rights document must be
480
+ followed, or as required to translate it into languages other than
481
+ English.
482
+
483
+ The limited permissions granted above are perpetual and will not be
484
+ revoked by OASIS or its successors or assigns.
485
+
486
+ This document and the information contained herein is provided on
487
+ an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES,
488
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
489
+ WARRANTY THAT THE USE OF THE INFORMATION HEREIN
490
+ WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
491
+ WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
492
+ PARTICULAR PURPOSE.
493
+ -->