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,565 @@
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-Catalogue-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:Catalogue-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:Catalogue-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="Catalogue" type="CatalogueType">
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="CatalogueType">
36
+ <xsd:annotation>
37
+ <xsd:documentation>
38
+ <ccts:Component>
39
+ <ccts:ComponentType>ABIE</ccts:ComponentType>
40
+ <ccts:DictionaryEntryName>Catalogue. Details</ccts:DictionaryEntryName>
41
+ <ccts:Definition>A document that describes items, prices, and price validity.</ccts:Definition>
42
+ <ccts:ObjectClass>Catalogue</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>Catalogue. 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>Catalogue</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>Catalogue. 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>Catalogue</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>Catalogue. 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>Catalogue</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>Catalogue. 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>Catalogue</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="1" maxOccurs="1">
121
+ <xsd:annotation>
122
+ <xsd:documentation>
123
+ <ccts:Component>
124
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
125
+ <ccts:DictionaryEntryName>Catalogue. Identifier</ccts:DictionaryEntryName>
126
+ <ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
127
+ <ccts:Cardinality>1</ccts:Cardinality>
128
+ <ccts:ObjectClass>Catalogue</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:UUID" minOccurs="0" maxOccurs="1">
137
+ <xsd:annotation>
138
+ <xsd:documentation>
139
+ <ccts:Component>
140
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
141
+ <ccts:DictionaryEntryName>Catalogue. UUID. Identifier</ccts:DictionaryEntryName>
142
+ <ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
143
+ <ccts:Cardinality>0..1</ccts:Cardinality>
144
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
145
+ <ccts:PropertyTerm>UUID</ccts:PropertyTerm>
146
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
147
+ <ccts:DataType>Identifier. Type</ccts:DataType>
148
+ </ccts:Component>
149
+ </xsd:documentation>
150
+ </xsd:annotation>
151
+ </xsd:element>
152
+ <xsd:element ref="cbc:ActionCode" minOccurs="0" maxOccurs="1">
153
+ <xsd:annotation>
154
+ <xsd:documentation>
155
+ <ccts:Component>
156
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
157
+ <ccts:DictionaryEntryName>Catalogue. Action Code. Code</ccts:DictionaryEntryName>
158
+ <ccts:Definition>A code signifying whether the transaction is a replacement or an update.</ccts:Definition>
159
+ <ccts:Cardinality>0..1</ccts:Cardinality>
160
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
161
+ <ccts:PropertyTerm>Action Code</ccts:PropertyTerm>
162
+ <ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
163
+ <ccts:DataType>Code. Type</ccts:DataType>
164
+ <ccts:Examples>Replace , Update .</ccts:Examples>
165
+ </ccts:Component>
166
+ </xsd:documentation>
167
+ </xsd:annotation>
168
+ </xsd:element>
169
+ <xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
170
+ <xsd:annotation>
171
+ <xsd:documentation>
172
+ <ccts:Component>
173
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
174
+ <ccts:DictionaryEntryName>Catalogue. Name</ccts:DictionaryEntryName>
175
+ <ccts:Definition>Text, assigned by the sender, that identifies this document to business users.</ccts:Definition>
176
+ <ccts:Cardinality>0..1</ccts:Cardinality>
177
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
178
+ <ccts:PropertyTerm>Name</ccts:PropertyTerm>
179
+ <ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
180
+ <ccts:DataType>Name. Type</ccts:DataType>
181
+ <ccts:Examples>winter 2005 collection </ccts:Examples>
182
+ </ccts:Component>
183
+ </xsd:documentation>
184
+ </xsd:annotation>
185
+ </xsd:element>
186
+ <xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1">
187
+ <xsd:annotation>
188
+ <xsd:documentation>
189
+ <ccts:Component>
190
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
191
+ <ccts:DictionaryEntryName>Catalogue. Issue Date. Date</ccts:DictionaryEntryName>
192
+ <ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
193
+ <ccts:Cardinality>1</ccts:Cardinality>
194
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
195
+ <ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
196
+ <ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
197
+ <ccts:DataType>Date. Type</ccts:DataType>
198
+ </ccts:Component>
199
+ </xsd:documentation>
200
+ </xsd:annotation>
201
+ </xsd:element>
202
+ <xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
203
+ <xsd:annotation>
204
+ <xsd:documentation>
205
+ <ccts:Component>
206
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
207
+ <ccts:DictionaryEntryName>Catalogue. Issue Time. Time</ccts:DictionaryEntryName>
208
+ <ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
209
+ <ccts:Cardinality>0..1</ccts:Cardinality>
210
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
211
+ <ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
212
+ <ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
213
+ <ccts:DataType>Time. Type</ccts:DataType>
214
+ </ccts:Component>
215
+ </xsd:documentation>
216
+ </xsd:annotation>
217
+ </xsd:element>
218
+ <xsd:element ref="cbc:RevisionDate" minOccurs="0" maxOccurs="1">
219
+ <xsd:annotation>
220
+ <xsd:documentation>
221
+ <ccts:Component>
222
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
223
+ <ccts:DictionaryEntryName>Catalogue. Revision Date. Date</ccts:DictionaryEntryName>
224
+ <ccts:Definition>The date, assigned by the seller party, on which the information in the Catalogue was last revised.</ccts:Definition>
225
+ <ccts:Cardinality>0..1</ccts:Cardinality>
226
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
227
+ <ccts:PropertyTerm>Revision Date</ccts:PropertyTerm>
228
+ <ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
229
+ <ccts:DataType>Date. Type</ccts:DataType>
230
+ </ccts:Component>
231
+ </xsd:documentation>
232
+ </xsd:annotation>
233
+ </xsd:element>
234
+ <xsd:element ref="cbc:RevisionTime" minOccurs="0" maxOccurs="1">
235
+ <xsd:annotation>
236
+ <xsd:documentation>
237
+ <ccts:Component>
238
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
239
+ <ccts:DictionaryEntryName>Catalogue. Revision Time. Time</ccts:DictionaryEntryName>
240
+ <ccts:Definition>The time, assigned by the Seller party, at which the information in the Catalogue was last revised.</ccts:Definition>
241
+ <ccts:Cardinality>0..1</ccts:Cardinality>
242
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
243
+ <ccts:PropertyTerm>Revision Time</ccts:PropertyTerm>
244
+ <ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
245
+ <ccts:DataType>Time. Type</ccts:DataType>
246
+ </ccts:Component>
247
+ </xsd:documentation>
248
+ </xsd:annotation>
249
+ </xsd:element>
250
+ <xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
251
+ <xsd:annotation>
252
+ <xsd:documentation>
253
+ <ccts:Component>
254
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
255
+ <ccts:DictionaryEntryName>Catalogue. Note. Text</ccts:DictionaryEntryName>
256
+ <ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
257
+ <ccts:Cardinality>0..n</ccts:Cardinality>
258
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
259
+ <ccts:PropertyTerm>Note</ccts:PropertyTerm>
260
+ <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
261
+ <ccts:DataType>Text. Type</ccts:DataType>
262
+ </ccts:Component>
263
+ </xsd:documentation>
264
+ </xsd:annotation>
265
+ </xsd:element>
266
+ <xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
267
+ <xsd:annotation>
268
+ <xsd:documentation>
269
+ <ccts:Component>
270
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
271
+ <ccts:DictionaryEntryName>Catalogue. Description. Text</ccts:DictionaryEntryName>
272
+ <ccts:Definition>Textual description of the document instance.</ccts:Definition>
273
+ <ccts:Cardinality>0..n</ccts:Cardinality>
274
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
275
+ <ccts:PropertyTerm>Description</ccts:PropertyTerm>
276
+ <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
277
+ <ccts:DataType>Text. Type</ccts:DataType>
278
+ <ccts:Examples>computer accessories for laptops </ccts:Examples>
279
+ </ccts:Component>
280
+ </xsd:documentation>
281
+ </xsd:annotation>
282
+ </xsd:element>
283
+ <xsd:element ref="cbc:VersionID" minOccurs="0" maxOccurs="1">
284
+ <xsd:annotation>
285
+ <xsd:documentation>
286
+ <ccts:Component>
287
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
288
+ <ccts:DictionaryEntryName>Catalogue. Version. Identifier</ccts:DictionaryEntryName>
289
+ <ccts:Definition>An identifier for the current version of the Catalogue.</ccts:Definition>
290
+ <ccts:Cardinality>0..1</ccts:Cardinality>
291
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
292
+ <ccts:PropertyTerm>Version</ccts:PropertyTerm>
293
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
294
+ <ccts:DataType>Identifier. Type</ccts:DataType>
295
+ <ccts:Examples>1.1 </ccts:Examples>
296
+ </ccts:Component>
297
+ </xsd:documentation>
298
+ </xsd:annotation>
299
+ </xsd:element>
300
+ <xsd:element ref="cbc:PreviousVersionID" minOccurs="0" maxOccurs="1">
301
+ <xsd:annotation>
302
+ <xsd:documentation>
303
+ <ccts:Component>
304
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
305
+ <ccts:DictionaryEntryName>Catalogue. Previous_ Version. Identifier</ccts:DictionaryEntryName>
306
+ <ccts:Definition>An identifier for the previous version of the Catalogue that is superseded by this version.</ccts:Definition>
307
+ <ccts:Cardinality>0..1</ccts:Cardinality>
308
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
309
+ <ccts:PropertyTermQualifier>Previous</ccts:PropertyTermQualifier>
310
+ <ccts:PropertyTerm>Version</ccts:PropertyTerm>
311
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
312
+ <ccts:DataType>Identifier. Type</ccts:DataType>
313
+ <ccts:Examples>1.0 </ccts:Examples>
314
+ </ccts:Component>
315
+ </xsd:documentation>
316
+ </xsd:annotation>
317
+ </xsd:element>
318
+ <xsd:element ref="cbc:LineCountNumeric" minOccurs="0" maxOccurs="1">
319
+ <xsd:annotation>
320
+ <xsd:documentation>
321
+ <ccts:Component>
322
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
323
+ <ccts:DictionaryEntryName>Catalogue. Line Count. Numeric</ccts:DictionaryEntryName>
324
+ <ccts:Definition>The number of Catalogue Lines in the document.</ccts:Definition>
325
+ <ccts:Cardinality>0..1</ccts:Cardinality>
326
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
327
+ <ccts:PropertyTerm>Line Count</ccts:PropertyTerm>
328
+ <ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
329
+ <ccts:DataType>Numeric. Type</ccts:DataType>
330
+ </ccts:Component>
331
+ </xsd:documentation>
332
+ </xsd:annotation>
333
+ </xsd:element>
334
+ <xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="unbounded">
335
+ <xsd:annotation>
336
+ <xsd:documentation>
337
+ <ccts:Component>
338
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
339
+ <ccts:DictionaryEntryName>Catalogue. Validity_ Period. Period</ccts:DictionaryEntryName>
340
+ <ccts:Definition>A period, assigned by the seller, during which the information in the Catalogue is effective. This may be given as start and end dates or as a duration.</ccts:Definition>
341
+ <ccts:Cardinality>0..n</ccts:Cardinality>
342
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
343
+ <ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
344
+ <ccts:PropertyTerm>Period</ccts:PropertyTerm>
345
+ <ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
346
+ <ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
347
+ </ccts:Component>
348
+ </xsd:documentation>
349
+ </xsd:annotation>
350
+ </xsd:element>
351
+ <xsd:element ref="cac:ReferencedContract" minOccurs="0" maxOccurs="unbounded">
352
+ <xsd:annotation>
353
+ <xsd:documentation>
354
+ <ccts:Component>
355
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
356
+ <ccts:DictionaryEntryName>Catalogue. Referenced_ Contract. Contract</ccts:DictionaryEntryName>
357
+ <ccts:Definition>A contract or framework agreement with which this Catalogue is associated.</ccts:Definition>
358
+ <ccts:Cardinality>0..n</ccts:Cardinality>
359
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
360
+ <ccts:PropertyTermQualifier>Referenced</ccts:PropertyTermQualifier>
361
+ <ccts:PropertyTerm>Contract</ccts:PropertyTerm>
362
+ <ccts:AssociatedObjectClass>Contract</ccts:AssociatedObjectClass>
363
+ <ccts:RepresentationTerm>Contract</ccts:RepresentationTerm>
364
+ </ccts:Component>
365
+ </xsd:documentation>
366
+ </xsd:annotation>
367
+ </xsd:element>
368
+ <xsd:element ref="cac:SourceCatalogueReference" minOccurs="0" maxOccurs="1">
369
+ <xsd:annotation>
370
+ <xsd:documentation>
371
+ <ccts:Component>
372
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
373
+ <ccts:DictionaryEntryName>Catalogue. Source_ Catalogue Reference. Catalogue Reference</ccts:DictionaryEntryName>
374
+ <ccts:Definition>A reference to the source catalogue.</ccts:Definition>
375
+ <ccts:Cardinality>0..1</ccts:Cardinality>
376
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
377
+ <ccts:PropertyTermQualifier>Source</ccts:PropertyTermQualifier>
378
+ <ccts:PropertyTerm>Catalogue Reference</ccts:PropertyTerm>
379
+ <ccts:AssociatedObjectClass>Catalogue Reference</ccts:AssociatedObjectClass>
380
+ <ccts:RepresentationTerm>Catalogue Reference</ccts:RepresentationTerm>
381
+ </ccts:Component>
382
+ </xsd:documentation>
383
+ </xsd:annotation>
384
+ </xsd:element>
385
+ <xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
386
+ <xsd:annotation>
387
+ <xsd:documentation>
388
+ <ccts:Component>
389
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
390
+ <ccts:DictionaryEntryName>Catalogue. Document Reference</ccts:DictionaryEntryName>
391
+ <ccts:Definition>A reference to another document associated with this document.</ccts:Definition>
392
+ <ccts:Cardinality>0..n</ccts:Cardinality>
393
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
394
+ <ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
395
+ <ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
396
+ <ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
397
+ </ccts:Component>
398
+ </xsd:documentation>
399
+ </xsd:annotation>
400
+ </xsd:element>
401
+ <xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
402
+ <xsd:annotation>
403
+ <xsd:documentation>
404
+ <ccts:Component>
405
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
406
+ <ccts:DictionaryEntryName>Catalogue. Signature</ccts:DictionaryEntryName>
407
+ <ccts:Definition>A signature applied to this document.</ccts:Definition>
408
+ <ccts:Cardinality>0..n</ccts:Cardinality>
409
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
410
+ <ccts:PropertyTerm>Signature</ccts:PropertyTerm>
411
+ <ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
412
+ <ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
413
+ </ccts:Component>
414
+ </xsd:documentation>
415
+ </xsd:annotation>
416
+ </xsd:element>
417
+ <xsd:element ref="cac:ProviderParty" minOccurs="1" maxOccurs="1">
418
+ <xsd:annotation>
419
+ <xsd:documentation>
420
+ <ccts:Component>
421
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
422
+ <ccts:DictionaryEntryName>Catalogue. Provider_ Party. Party</ccts:DictionaryEntryName>
423
+ <ccts:Definition>The party providing the Catalogue.</ccts:Definition>
424
+ <ccts:Cardinality>1</ccts:Cardinality>
425
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
426
+ <ccts:PropertyTermQualifier>Provider</ccts:PropertyTermQualifier>
427
+ <ccts:PropertyTerm>Party</ccts:PropertyTerm>
428
+ <ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
429
+ <ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
430
+ </ccts:Component>
431
+ </xsd:documentation>
432
+ </xsd:annotation>
433
+ </xsd:element>
434
+ <xsd:element ref="cac:ReceiverParty" minOccurs="1" maxOccurs="1">
435
+ <xsd:annotation>
436
+ <xsd:documentation>
437
+ <ccts:Component>
438
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
439
+ <ccts:DictionaryEntryName>Catalogue. Receiver_ Party. Party</ccts:DictionaryEntryName>
440
+ <ccts:Definition>The party receiving the Catalogue.</ccts:Definition>
441
+ <ccts:Cardinality>1</ccts:Cardinality>
442
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
443
+ <ccts:PropertyTermQualifier>Receiver</ccts:PropertyTermQualifier>
444
+ <ccts:PropertyTerm>Party</ccts:PropertyTerm>
445
+ <ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
446
+ <ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
447
+ </ccts:Component>
448
+ </xsd:documentation>
449
+ </xsd:annotation>
450
+ </xsd:element>
451
+ <xsd:element ref="cac:SellerSupplierParty" minOccurs="0" maxOccurs="1">
452
+ <xsd:annotation>
453
+ <xsd:documentation>
454
+ <ccts:Component>
455
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
456
+ <ccts:DictionaryEntryName>Catalogue. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
457
+ <ccts:Definition>The seller.</ccts:Definition>
458
+ <ccts:Cardinality>0..1</ccts:Cardinality>
459
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
460
+ <ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
461
+ <ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
462
+ <ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
463
+ <ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
464
+ </ccts:Component>
465
+ </xsd:documentation>
466
+ </xsd:annotation>
467
+ </xsd:element>
468
+ <xsd:element ref="cac:ContractorCustomerParty" minOccurs="0" maxOccurs="1">
469
+ <xsd:annotation>
470
+ <xsd:documentation>
471
+ <ccts:Component>
472
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
473
+ <ccts:DictionaryEntryName>Catalogue. Contractor_ Customer Party. Customer Party</ccts:DictionaryEntryName>
474
+ <ccts:Definition>The customer party responsible for the contracts with which the Catalogue is associated.</ccts:Definition>
475
+ <ccts:Cardinality>0..1</ccts:Cardinality>
476
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
477
+ <ccts:PropertyTermQualifier>Contractor</ccts:PropertyTermQualifier>
478
+ <ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
479
+ <ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
480
+ <ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
481
+ </ccts:Component>
482
+ </xsd:documentation>
483
+ </xsd:annotation>
484
+ </xsd:element>
485
+ <xsd:element ref="cac:TradingTerms" minOccurs="0" maxOccurs="unbounded">
486
+ <xsd:annotation>
487
+ <xsd:documentation>
488
+ <ccts:Component>
489
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
490
+ <ccts:DictionaryEntryName>Catalogue. Trading Terms</ccts:DictionaryEntryName>
491
+ <ccts:Definition>The trading terms associated with this Catalogue.</ccts:Definition>
492
+ <ccts:Cardinality>0..n</ccts:Cardinality>
493
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
494
+ <ccts:PropertyTerm>Trading Terms</ccts:PropertyTerm>
495
+ <ccts:AssociatedObjectClass>Trading Terms</ccts:AssociatedObjectClass>
496
+ <ccts:RepresentationTerm>Trading Terms</ccts:RepresentationTerm>
497
+ </ccts:Component>
498
+ </xsd:documentation>
499
+ </xsd:annotation>
500
+ </xsd:element>
501
+ <xsd:element ref="cac:CatalogueLine" minOccurs="1" maxOccurs="unbounded">
502
+ <xsd:annotation>
503
+ <xsd:documentation>
504
+ <ccts:Component>
505
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
506
+ <ccts:DictionaryEntryName>Catalogue. Catalogue Line</ccts:DictionaryEntryName>
507
+ <ccts:Definition>A line in a Catalogue describing an item of sale.</ccts:Definition>
508
+ <ccts:Cardinality>1..n</ccts:Cardinality>
509
+ <ccts:ObjectClass>Catalogue</ccts:ObjectClass>
510
+ <ccts:PropertyTerm>Catalogue Line</ccts:PropertyTerm>
511
+ <ccts:AssociatedObjectClass>Catalogue Line</ccts:AssociatedObjectClass>
512
+ <ccts:RepresentationTerm>Catalogue Line</ccts:RepresentationTerm>
513
+ </ccts:Component>
514
+ </xsd:documentation>
515
+ </xsd:annotation>
516
+ </xsd:element>
517
+ </xsd:sequence>
518
+ </xsd:complexType>
519
+ </xsd:schema>
520
+ <!-- ===== Copyright Notice ===== --><!--
521
+ OASIS takes no position regarding the validity or scope of any
522
+ intellectual property or other rights that might be claimed to pertain
523
+ to the implementation or use of the technology described in this
524
+ document or the extent to which any license under such rights
525
+ might or might not be available; neither does it represent that it has
526
+ made any effort to identify any such rights. Information on OASIS's
527
+ procedures with respect to rights in OASIS specifications can be
528
+ found at the OASIS website. Copies of claims of rights made
529
+ available for publication and any assurances of licenses to be made
530
+ available, or the result of an attempt made to obtain a general
531
+ license or permission for the use of such proprietary rights by
532
+ implementors or users of this specification, can be obtained from
533
+ the OASIS Executive Director.
534
+
535
+ OASIS invites any interested party to bring to its attention any
536
+ copyrights, patents or patent applications, or other proprietary
537
+ rights which may cover technology that may be required to
538
+ implement this specification. Please address the information to the
539
+ OASIS Executive Director.
540
+
541
+ This document and translations of it may be copied and furnished to
542
+ others, and derivative works that comment on or otherwise explain
543
+ it or assist in its implementation may be prepared, copied,
544
+ published and distributed, in whole or in part, without restriction of
545
+ any kind, provided that the above copyright notice and this
546
+ paragraph are included on all such copies and derivative works.
547
+ However, this document itself may not be modified in any way,
548
+ such as by removing the copyright notice or references to OASIS,
549
+ except as needed for the purpose of developing OASIS
550
+ specifications, in which case the procedures for copyrights defined
551
+ in the OASIS Intellectual Property Rights document must be
552
+ followed, or as required to translate it into languages other than
553
+ English.
554
+
555
+ The limited permissions granted above are perpetual and will not be
556
+ revoked by OASIS or its successors or assigns.
557
+
558
+ This document and the information contained herein is provided on
559
+ an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES,
560
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
561
+ WARRANTY THAT THE USE OF THE INFORMATION HEREIN
562
+ WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
563
+ WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
564
+ PARTICULAR PURPOSE.
565
+ -->