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