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,481 @@
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-GuaranteeCertificate-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:GuaranteeCertificate-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:GuaranteeCertificate-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="GuaranteeCertificate" type="GuaranteeCertificateType">
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="GuaranteeCertificateType">
36
+ <xsd:annotation>
37
+ <xsd:documentation>
38
+ <ccts:Component>
39
+ <ccts:ComponentType>ABIE</ccts:ComponentType>
40
+ <ccts:DictionaryEntryName>Guarantee Certificate. Details</ccts:DictionaryEntryName>
41
+ <ccts:Definition>A document to notify the deposit of a bid bond guarantee.</ccts:Definition>
42
+ <ccts:ObjectClass>Guarantee Certificate</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>Guarantee Certificate. 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>Guarantee Certificate</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:Examples>2.0.5</ccts:Examples>
65
+ </ccts:Component>
66
+ </xsd:documentation>
67
+ </xsd:annotation>
68
+ </xsd:element>
69
+ <xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
70
+ <xsd:annotation>
71
+ <xsd:documentation>
72
+ <ccts:Component>
73
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
74
+ <ccts:DictionaryEntryName>Guarantee Certificate. Customization Identifier. Identifier</ccts:DictionaryEntryName>
75
+ <ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
76
+ <ccts:Cardinality>0..1</ccts:Cardinality>
77
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
78
+ <ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
79
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
80
+ <ccts:DataType>Identifier. Type</ccts:DataType>
81
+ <ccts:Examples>NES</ccts:Examples>
82
+ </ccts:Component>
83
+ </xsd:documentation>
84
+ </xsd:annotation>
85
+ </xsd:element>
86
+ <xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
87
+ <xsd:annotation>
88
+ <xsd:documentation>
89
+ <ccts:Component>
90
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
91
+ <ccts:DictionaryEntryName>Guarantee Certificate. Profile Identifier. Identifier</ccts:DictionaryEntryName>
92
+ <ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
93
+ <ccts:Cardinality>0..1</ccts:Cardinality>
94
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
95
+ <ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
96
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
97
+ <ccts:DataType>Identifier. Type</ccts:DataType>
98
+ <ccts:Examples>BasicProcurementProcess</ccts:Examples>
99
+ </ccts:Component>
100
+ </xsd:documentation>
101
+ </xsd:annotation>
102
+ </xsd:element>
103
+ <xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
104
+ <xsd:annotation>
105
+ <xsd:documentation>
106
+ <ccts:Component>
107
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
108
+ <ccts:DictionaryEntryName>Guarantee Certificate. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
109
+ <ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
110
+ <ccts:Cardinality>0..1</ccts:Cardinality>
111
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
112
+ <ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
113
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
114
+ <ccts:DataType>Identifier. Type</ccts:DataType>
115
+ <ccts:Examples>BPP-1001</ccts:Examples>
116
+ </ccts:Component>
117
+ </xsd:documentation>
118
+ </xsd:annotation>
119
+ </xsd:element>
120
+ <xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
121
+ <xsd:annotation>
122
+ <xsd:documentation>
123
+ <ccts:Component>
124
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
125
+ <ccts:DictionaryEntryName>Guarantee Certificate. Identifier</ccts:DictionaryEntryName>
126
+ <ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
127
+ <ccts:Cardinality>0..1</ccts:Cardinality>
128
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
129
+ <ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
130
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
131
+ <ccts:DataType>Identifier. Type</ccts:DataType>
132
+ </ccts:Component>
133
+ </xsd:documentation>
134
+ </xsd:annotation>
135
+ </xsd:element>
136
+ <xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1">
137
+ <xsd:annotation>
138
+ <xsd:documentation>
139
+ <ccts:Component>
140
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
141
+ <ccts:DictionaryEntryName>Guarantee Certificate. Copy_ Indicator. Indicator</ccts:DictionaryEntryName>
142
+ <ccts:Definition>Indicates whether this document is a copy (true) or not (false).</ccts:Definition>
143
+ <ccts:Cardinality>0..1</ccts:Cardinality>
144
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
145
+ <ccts:PropertyTermQualifier>Copy</ccts:PropertyTermQualifier>
146
+ <ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
147
+ <ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
148
+ <ccts:DataType>Indicator. Type</ccts:DataType>
149
+ </ccts:Component>
150
+ </xsd:documentation>
151
+ </xsd:annotation>
152
+ </xsd:element>
153
+ <xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
154
+ <xsd:annotation>
155
+ <xsd:documentation>
156
+ <ccts:Component>
157
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
158
+ <ccts:DictionaryEntryName>Guarantee Certificate. UUID. Identifier</ccts:DictionaryEntryName>
159
+ <ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
160
+ <ccts:Cardinality>0..1</ccts:Cardinality>
161
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
162
+ <ccts:PropertyTerm>UUID</ccts:PropertyTerm>
163
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
164
+ <ccts:DataType>Identifier. Type</ccts:DataType>
165
+ </ccts:Component>
166
+ </xsd:documentation>
167
+ </xsd:annotation>
168
+ </xsd:element>
169
+ <xsd:element ref="cbc:ContractFolderID" minOccurs="1" maxOccurs="1">
170
+ <xsd:annotation>
171
+ <xsd:documentation>
172
+ <ccts:Component>
173
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
174
+ <ccts:DictionaryEntryName>Guarantee Certificate. Contract Folder Identifier. Identifier</ccts:DictionaryEntryName>
175
+ <ccts:Definition>An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs.</ccts:Definition>
176
+ <ccts:Cardinality>1</ccts:Cardinality>
177
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
178
+ <ccts:PropertyTerm>Contract Folder Identifier</ccts:PropertyTerm>
179
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
180
+ <ccts:DataType>Identifier. Type</ccts:DataType>
181
+ </ccts:Component>
182
+ </xsd:documentation>
183
+ </xsd:annotation>
184
+ </xsd:element>
185
+ <xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
186
+ <xsd:annotation>
187
+ <xsd:documentation>
188
+ <ccts:Component>
189
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
190
+ <ccts:DictionaryEntryName>Guarantee Certificate. Issue Date. Date</ccts:DictionaryEntryName>
191
+ <ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
192
+ <ccts:Cardinality>1</ccts:Cardinality>
193
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
194
+ <ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
195
+ <ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
196
+ <ccts:DataType>Date. Type</ccts:DataType>
197
+ </ccts:Component>
198
+ </xsd:documentation>
199
+ </xsd:annotation>
200
+ </xsd:element>
201
+ <xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
202
+ <xsd:annotation>
203
+ <xsd:documentation>
204
+ <ccts:Component>
205
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
206
+ <ccts:DictionaryEntryName>Guarantee Certificate. Issue Time. Time</ccts:DictionaryEntryName>
207
+ <ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
208
+ <ccts:Cardinality>0..1</ccts:Cardinality>
209
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
210
+ <ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
211
+ <ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
212
+ <ccts:DataType>Time. Type</ccts:DataType>
213
+ </ccts:Component>
214
+ </xsd:documentation>
215
+ </xsd:annotation>
216
+ </xsd:element>
217
+ <xsd:element ref="cbc:GuaranteeTypeCode" minOccurs="0" maxOccurs="1">
218
+ <xsd:annotation>
219
+ <xsd:documentation>
220
+ <ccts:Component>
221
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
222
+ <ccts:DictionaryEntryName>Guarantee Certificate. Guarantee Type Code. Code</ccts:DictionaryEntryName>
223
+ <ccts:Definition>A code signifying the type of the guarantee.</ccts:Definition>
224
+ <ccts:Cardinality>0..1</ccts:Cardinality>
225
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
226
+ <ccts:PropertyTerm>Guarantee Type Code</ccts:PropertyTerm>
227
+ <ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
228
+ <ccts:DataType>Code. Type</ccts:DataType>
229
+ </ccts:Component>
230
+ </xsd:documentation>
231
+ </xsd:annotation>
232
+ </xsd:element>
233
+ <xsd:element ref="cbc:Purpose" minOccurs="0" maxOccurs="unbounded">
234
+ <xsd:annotation>
235
+ <xsd:documentation>
236
+ <ccts:Component>
237
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
238
+ <ccts:DictionaryEntryName>Guarantee Certificate. Purpose. Text</ccts:DictionaryEntryName>
239
+ <ccts:Definition>A textual description of the purpose of the bid bond guarantee.</ccts:Definition>
240
+ <ccts:Cardinality>0..n</ccts:Cardinality>
241
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
242
+ <ccts:PropertyTerm>Purpose</ccts:PropertyTerm>
243
+ <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
244
+ <ccts:DataType>Text. Type</ccts:DataType>
245
+ </ccts:Component>
246
+ </xsd:documentation>
247
+ </xsd:annotation>
248
+ </xsd:element>
249
+ <xsd:element ref="cbc:LiabilityAmount" minOccurs="1" maxOccurs="1">
250
+ <xsd:annotation>
251
+ <xsd:documentation>
252
+ <ccts:Component>
253
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
254
+ <ccts:DictionaryEntryName>Guarantee Certificate. Liability. Amount</ccts:DictionaryEntryName>
255
+ <ccts:Definition>The liability amount (a monetary value) in the bid bond guarantee.</ccts:Definition>
256
+ <ccts:Cardinality>1</ccts:Cardinality>
257
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
258
+ <ccts:PropertyTerm>Liability</ccts:PropertyTerm>
259
+ <ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
260
+ <ccts:DataType>Amount. Type</ccts:DataType>
261
+ </ccts:Component>
262
+ </xsd:documentation>
263
+ </xsd:annotation>
264
+ </xsd:element>
265
+ <xsd:element ref="cbc:ConstitutionCode" minOccurs="0" maxOccurs="1">
266
+ <xsd:annotation>
267
+ <xsd:documentation>
268
+ <ccts:Component>
269
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
270
+ <ccts:DictionaryEntryName>Guarantee Certificate. Constitution Code. Code</ccts:DictionaryEntryName>
271
+ <ccts:Definition>The code stating the constitution means of the guarantee.</ccts:Definition>
272
+ <ccts:Cardinality>0..1</ccts:Cardinality>
273
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
274
+ <ccts:PropertyTerm>Constitution Code</ccts:PropertyTerm>
275
+ <ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
276
+ <ccts:DataType>Code. Type</ccts:DataType>
277
+ </ccts:Component>
278
+ </xsd:documentation>
279
+ </xsd:annotation>
280
+ </xsd:element>
281
+ <xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
282
+ <xsd:annotation>
283
+ <xsd:documentation>
284
+ <ccts:Component>
285
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
286
+ <ccts:DictionaryEntryName>Guarantee Certificate. Note. Text</ccts:DictionaryEntryName>
287
+ <ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
288
+ <ccts:Cardinality>0..n</ccts:Cardinality>
289
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
290
+ <ccts:PropertyTerm>Note</ccts:PropertyTerm>
291
+ <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
292
+ <ccts:DataType>Text. Type</ccts:DataType>
293
+ </ccts:Component>
294
+ </xsd:documentation>
295
+ </xsd:annotation>
296
+ </xsd:element>
297
+ <xsd:element ref="cac:ApplicablePeriod" minOccurs="0" maxOccurs="1">
298
+ <xsd:annotation>
299
+ <xsd:documentation>
300
+ <ccts:Component>
301
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
302
+ <ccts:DictionaryEntryName>Guarantee Certificate. Applicable_ Period. Period</ccts:DictionaryEntryName>
303
+ <ccts:Definition>The specified period in the tendering process for which this bid bond guarantee is effective</ccts:Definition>
304
+ <ccts:Cardinality>0..1</ccts:Cardinality>
305
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
306
+ <ccts:PropertyTermQualifier>Applicable</ccts:PropertyTermQualifier>
307
+ <ccts:PropertyTerm>Period</ccts:PropertyTerm>
308
+ <ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
309
+ <ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
310
+ </ccts:Component>
311
+ </xsd:documentation>
312
+ </xsd:annotation>
313
+ </xsd:element>
314
+ <xsd:element ref="cac:ApplicableRegulation" minOccurs="0" maxOccurs="unbounded">
315
+ <xsd:annotation>
316
+ <xsd:documentation>
317
+ <ccts:Component>
318
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
319
+ <ccts:DictionaryEntryName>Guarantee Certificate. Applicable_ Regulation. Regulation</ccts:DictionaryEntryName>
320
+ <ccts:Definition>A reference to an applicable regulation.</ccts:Definition>
321
+ <ccts:Cardinality>0..n</ccts:Cardinality>
322
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
323
+ <ccts:PropertyTermQualifier>Applicable</ccts:PropertyTermQualifier>
324
+ <ccts:PropertyTerm>Regulation</ccts:PropertyTerm>
325
+ <ccts:AssociatedObjectClass>Regulation</ccts:AssociatedObjectClass>
326
+ <ccts:RepresentationTerm>Regulation</ccts:RepresentationTerm>
327
+ </ccts:Component>
328
+ </xsd:documentation>
329
+ </xsd:annotation>
330
+ </xsd:element>
331
+ <xsd:element ref="cac:GuaranteeDocumentReference"
332
+ minOccurs="0"
333
+ maxOccurs="unbounded">
334
+ <xsd:annotation>
335
+ <xsd:documentation>
336
+ <ccts:Component>
337
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
338
+ <ccts:DictionaryEntryName>Guarantee Certificate. Guarantee_ Document Reference. Document Reference</ccts:DictionaryEntryName>
339
+ <ccts:Definition>A reference to a legal document.</ccts:Definition>
340
+ <ccts:Cardinality>0..n</ccts:Cardinality>
341
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
342
+ <ccts:PropertyTermQualifier>Guarantee</ccts:PropertyTermQualifier>
343
+ <ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
344
+ <ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
345
+ <ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
346
+ </ccts:Component>
347
+ </xsd:documentation>
348
+ </xsd:annotation>
349
+ </xsd:element>
350
+ <xsd:element ref="cac:ImmobilizedSecurity" minOccurs="0" maxOccurs="unbounded">
351
+ <xsd:annotation>
352
+ <xsd:documentation>
353
+ <ccts:Component>
354
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
355
+ <ccts:DictionaryEntryName>Guarantee Certificate. Immobilized Security</ccts:DictionaryEntryName>
356
+ <ccts:Definition>Details of an immobilized security.</ccts:Definition>
357
+ <ccts:Cardinality>0..n</ccts:Cardinality>
358
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
359
+ <ccts:PropertyTerm>Immobilized Security</ccts:PropertyTerm>
360
+ <ccts:AssociatedObjectClass>Immobilized Security</ccts:AssociatedObjectClass>
361
+ <ccts:RepresentationTerm>Immobilized Security</ccts:RepresentationTerm>
362
+ </ccts:Component>
363
+ </xsd:documentation>
364
+ </xsd:annotation>
365
+ </xsd:element>
366
+ <xsd:element ref="cac:Signature" minOccurs="1" maxOccurs="unbounded">
367
+ <xsd:annotation>
368
+ <xsd:documentation>
369
+ <ccts:Component>
370
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
371
+ <ccts:DictionaryEntryName>Guarantee Certificate. Signature</ccts:DictionaryEntryName>
372
+ <ccts:Definition>A signature applied to this document.</ccts:Definition>
373
+ <ccts:Cardinality>1..n</ccts:Cardinality>
374
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
375
+ <ccts:PropertyTerm>Signature</ccts:PropertyTerm>
376
+ <ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
377
+ <ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
378
+ </ccts:Component>
379
+ </xsd:documentation>
380
+ </xsd:annotation>
381
+ </xsd:element>
382
+ <xsd:element ref="cac:GuarantorParty" minOccurs="1" maxOccurs="1">
383
+ <xsd:annotation>
384
+ <xsd:documentation>
385
+ <ccts:Component>
386
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
387
+ <ccts:DictionaryEntryName>Guarantee Certificate. Guarantor_ Party. Party</ccts:DictionaryEntryName>
388
+ <ccts:Definition>The guarantee creditor organization that has the authority to charge bid bond guarantee credit.</ccts:Definition>
389
+ <ccts:Cardinality>1</ccts:Cardinality>
390
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
391
+ <ccts:PropertyTermQualifier>Guarantor</ccts:PropertyTermQualifier>
392
+ <ccts:PropertyTerm>Party</ccts:PropertyTerm>
393
+ <ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
394
+ <ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
395
+ </ccts:Component>
396
+ </xsd:documentation>
397
+ </xsd:annotation>
398
+ </xsd:element>
399
+ <xsd:element ref="cac:InterestedParty" minOccurs="1" maxOccurs="1">
400
+ <xsd:annotation>
401
+ <xsd:documentation>
402
+ <ccts:Component>
403
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
404
+ <ccts:DictionaryEntryName>Guarantee Certificate. Interested_ Party. Party</ccts:DictionaryEntryName>
405
+ <ccts:Definition>The party depositing the bid bond guarantee.</ccts:Definition>
406
+ <ccts:Cardinality>1</ccts:Cardinality>
407
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
408
+ <ccts:PropertyTermQualifier>Interested</ccts:PropertyTermQualifier>
409
+ <ccts:PropertyTerm>Party</ccts:PropertyTerm>
410
+ <ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
411
+ <ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
412
+ </ccts:Component>
413
+ </xsd:documentation>
414
+ </xsd:annotation>
415
+ </xsd:element>
416
+ <xsd:element ref="cac:BeneficiaryParty" minOccurs="0" maxOccurs="1">
417
+ <xsd:annotation>
418
+ <xsd:documentation>
419
+ <ccts:Component>
420
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
421
+ <ccts:DictionaryEntryName>Guarantee Certificate. Beneficiary_ Party. Party</ccts:DictionaryEntryName>
422
+ <ccts:Definition>The beneficiary of the bid bond guarantee.</ccts:Definition>
423
+ <ccts:Cardinality>0..1</ccts:Cardinality>
424
+ <ccts:ObjectClass>Guarantee Certificate</ccts:ObjectClass>
425
+ <ccts:PropertyTermQualifier>Beneficiary</ccts:PropertyTermQualifier>
426
+ <ccts:PropertyTerm>Party</ccts:PropertyTerm>
427
+ <ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
428
+ <ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
429
+ </ccts:Component>
430
+ </xsd:documentation>
431
+ </xsd:annotation>
432
+ </xsd:element>
433
+ </xsd:sequence>
434
+ </xsd:complexType>
435
+ </xsd:schema>
436
+ <!-- ===== Copyright Notice ===== --><!--
437
+ OASIS takes no position regarding the validity or scope of any
438
+ intellectual property or other rights that might be claimed to pertain
439
+ to the implementation or use of the technology described in this
440
+ document or the extent to which any license under such rights
441
+ might or might not be available; neither does it represent that it has
442
+ made any effort to identify any such rights. Information on OASIS's
443
+ procedures with respect to rights in OASIS specifications can be
444
+ found at the OASIS website. Copies of claims of rights made
445
+ available for publication and any assurances of licenses to be made
446
+ available, or the result of an attempt made to obtain a general
447
+ license or permission for the use of such proprietary rights by
448
+ implementors or users of this specification, can be obtained from
449
+ the OASIS Executive Director.
450
+
451
+ OASIS invites any interested party to bring to its attention any
452
+ copyrights, patents or patent applications, or other proprietary
453
+ rights which may cover technology that may be required to
454
+ implement this specification. Please address the information to the
455
+ OASIS Executive Director.
456
+
457
+ This document and translations of it may be copied and furnished to
458
+ others, and derivative works that comment on or otherwise explain
459
+ it or assist in its implementation may be prepared, copied,
460
+ published and distributed, in whole or in part, without restriction of
461
+ any kind, provided that the above copyright notice and this
462
+ paragraph are included on all such copies and derivative works.
463
+ However, this document itself may not be modified in any way,
464
+ such as by removing the copyright notice or references to OASIS,
465
+ except as needed for the purpose of developing OASIS
466
+ specifications, in which case the procedures for copyrights defined
467
+ in the OASIS Intellectual Property Rights document must be
468
+ followed, or as required to translate it into languages other than
469
+ English.
470
+
471
+ The limited permissions granted above are perpetual and will not be
472
+ revoked by OASIS or its successors or assigns.
473
+
474
+ This document and the information contained herein is provided on
475
+ an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES,
476
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
477
+ WARRANTY THAT THE USE OF THE INFORMATION HEREIN
478
+ WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
479
+ WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
480
+ PARTICULAR PURPOSE.
481
+ -->