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,501 @@
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-Waybill-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:Waybill-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:Waybill-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="Waybill" type="WaybillType">
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="WaybillType">
36
+ <xsd:annotation>
37
+ <xsd:documentation>
38
+ <ccts:Component>
39
+ <ccts:ComponentType>ABIE</ccts:ComponentType>
40
+ <ccts:DictionaryEntryName>Waybill. Details</ccts:DictionaryEntryName>
41
+ <ccts:Definition>A transport document describing a shipment It is issued by the party who undertakes to provide transportation services, or undertakes to arrange for their provision, to the party who gives instructions for the transportation services (shipper, consignor, etc.). It states the instructions for the beneficiary and may contain the details of the transportation, charges, and terms and conditions under which the transportation service is provided.</ccts:Definition>
42
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
43
+ <ccts:AlternativeBusinessTerms>Consignment Note</ccts:AlternativeBusinessTerms>
44
+ </ccts:Component>
45
+ </xsd:documentation>
46
+ </xsd:annotation>
47
+ <xsd:sequence>
48
+ <xsd:element ref="ext:UBLExtensions" minOccurs="0" maxOccurs="1">
49
+ <xsd:annotation>
50
+ <xsd:documentation>A container for all extensions present in the document.</xsd:documentation>
51
+ </xsd:annotation>
52
+ </xsd:element>
53
+ <xsd:element ref="cbc:UBLVersionID" minOccurs="0" maxOccurs="1">
54
+ <xsd:annotation>
55
+ <xsd:documentation>
56
+ <ccts:Component>
57
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
58
+ <ccts:DictionaryEntryName>Waybill. UBL Version Identifier. Identifier</ccts:DictionaryEntryName>
59
+ <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>
60
+ <ccts:Cardinality>0..1</ccts:Cardinality>
61
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
62
+ <ccts:PropertyTerm>UBL Version Identifier</ccts:PropertyTerm>
63
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
64
+ <ccts:DataType>Identifier. Type</ccts:DataType>
65
+ <ccts:Examples>2.0.5</ccts:Examples>
66
+ </ccts:Component>
67
+ </xsd:documentation>
68
+ </xsd:annotation>
69
+ </xsd:element>
70
+ <xsd:element ref="cbc:CustomizationID" minOccurs="0" maxOccurs="1">
71
+ <xsd:annotation>
72
+ <xsd:documentation>
73
+ <ccts:Component>
74
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
75
+ <ccts:DictionaryEntryName>Waybill. Customization Identifier. Identifier</ccts:DictionaryEntryName>
76
+ <ccts:Definition>Identifies a user-defined customization of UBL for a specific use.</ccts:Definition>
77
+ <ccts:Cardinality>0..1</ccts:Cardinality>
78
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
79
+ <ccts:PropertyTerm>Customization Identifier</ccts:PropertyTerm>
80
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
81
+ <ccts:DataType>Identifier. Type</ccts:DataType>
82
+ <ccts:Examples>NES</ccts:Examples>
83
+ </ccts:Component>
84
+ </xsd:documentation>
85
+ </xsd:annotation>
86
+ </xsd:element>
87
+ <xsd:element ref="cbc:ProfileID" minOccurs="0" maxOccurs="1">
88
+ <xsd:annotation>
89
+ <xsd:documentation>
90
+ <ccts:Component>
91
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
92
+ <ccts:DictionaryEntryName>Waybill. Profile Identifier. Identifier</ccts:DictionaryEntryName>
93
+ <ccts:Definition>Identifies a user-defined profile of the customization of UBL being used.</ccts:Definition>
94
+ <ccts:Cardinality>0..1</ccts:Cardinality>
95
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
96
+ <ccts:PropertyTerm>Profile Identifier</ccts:PropertyTerm>
97
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
98
+ <ccts:DataType>Identifier. Type</ccts:DataType>
99
+ <ccts:Examples>BasicProcurementProcess</ccts:Examples>
100
+ </ccts:Component>
101
+ </xsd:documentation>
102
+ </xsd:annotation>
103
+ </xsd:element>
104
+ <xsd:element ref="cbc:ProfileExecutionID" minOccurs="0" maxOccurs="1">
105
+ <xsd:annotation>
106
+ <xsd:documentation>
107
+ <ccts:Component>
108
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
109
+ <ccts:DictionaryEntryName>Waybill. Profile Execution Identifier. Identifier</ccts:DictionaryEntryName>
110
+ <ccts:Definition>Identifies an instance of executing a profile, to associate all transactions in a collaboration.</ccts:Definition>
111
+ <ccts:Cardinality>0..1</ccts:Cardinality>
112
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
113
+ <ccts:PropertyTerm>Profile Execution Identifier</ccts:PropertyTerm>
114
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
115
+ <ccts:DataType>Identifier. Type</ccts:DataType>
116
+ <ccts:Examples>BPP-1001</ccts:Examples>
117
+ </ccts:Component>
118
+ </xsd:documentation>
119
+ </xsd:annotation>
120
+ </xsd:element>
121
+ <xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
122
+ <xsd:annotation>
123
+ <xsd:documentation>
124
+ <ccts:Component>
125
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
126
+ <ccts:DictionaryEntryName>Waybill. Identifier</ccts:DictionaryEntryName>
127
+ <ccts:Definition>An identifier for this document, assigned by the sender.</ccts:Definition>
128
+ <ccts:Cardinality>1</ccts:Cardinality>
129
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
130
+ <ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
131
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
132
+ <ccts:DataType>Identifier. Type</ccts:DataType>
133
+ <ccts:AlternativeBusinessTerms>Master Waybill Number</ccts:AlternativeBusinessTerms>
134
+ </ccts:Component>
135
+ </xsd:documentation>
136
+ </xsd:annotation>
137
+ </xsd:element>
138
+ <xsd:element ref="cbc:CarrierAssignedID" minOccurs="0" maxOccurs="1">
139
+ <xsd:annotation>
140
+ <xsd:documentation>
141
+ <ccts:Component>
142
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
143
+ <ccts:DictionaryEntryName>Waybill. Carrier Assigned_ Identifier. Identifier</ccts:DictionaryEntryName>
144
+ <ccts:Definition>An identifier (in the form of a reference number) assigned by a carrier or its agent to identify a specific shipment.</ccts:Definition>
145
+ <ccts:Cardinality>0..1</ccts:Cardinality>
146
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
147
+ <ccts:PropertyTermQualifier>Carrier Assigned</ccts:PropertyTermQualifier>
148
+ <ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
149
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
150
+ <ccts:DataType>Identifier. Type</ccts:DataType>
151
+ </ccts:Component>
152
+ </xsd:documentation>
153
+ </xsd:annotation>
154
+ </xsd:element>
155
+ <xsd:element ref="cbc:UUID" minOccurs="0" maxOccurs="1">
156
+ <xsd:annotation>
157
+ <xsd:documentation>
158
+ <ccts:Component>
159
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
160
+ <ccts:DictionaryEntryName>Waybill. UUID. Identifier</ccts:DictionaryEntryName>
161
+ <ccts:Definition>A universally unique identifier for an instance of this document.</ccts:Definition>
162
+ <ccts:Cardinality>0..1</ccts:Cardinality>
163
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
164
+ <ccts:PropertyTerm>UUID</ccts:PropertyTerm>
165
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
166
+ <ccts:DataType>Identifier. Type</ccts:DataType>
167
+ </ccts:Component>
168
+ </xsd:documentation>
169
+ </xsd:annotation>
170
+ </xsd:element>
171
+ <xsd:element ref="cbc:IssueDate" minOccurs="0" maxOccurs="1">
172
+ <xsd:annotation>
173
+ <xsd:documentation>
174
+ <ccts:Component>
175
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
176
+ <ccts:DictionaryEntryName>Waybill. Issue Date. Date</ccts:DictionaryEntryName>
177
+ <ccts:Definition>The date, assigned by the sender, on which this document was issued.</ccts:Definition>
178
+ <ccts:Cardinality>0..1</ccts:Cardinality>
179
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
180
+ <ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
181
+ <ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
182
+ <ccts:DataType>Date. Type</ccts:DataType>
183
+ </ccts:Component>
184
+ </xsd:documentation>
185
+ </xsd:annotation>
186
+ </xsd:element>
187
+ <xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
188
+ <xsd:annotation>
189
+ <xsd:documentation>
190
+ <ccts:Component>
191
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
192
+ <ccts:DictionaryEntryName>Waybill. Issue Time. Time</ccts:DictionaryEntryName>
193
+ <ccts:Definition>The time, assigned by the sender, at which this document was issued.</ccts:Definition>
194
+ <ccts:Cardinality>0..1</ccts:Cardinality>
195
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
196
+ <ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
197
+ <ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
198
+ <ccts:DataType>Time. Type</ccts:DataType>
199
+ </ccts:Component>
200
+ </xsd:documentation>
201
+ </xsd:annotation>
202
+ </xsd:element>
203
+ <xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
204
+ <xsd:annotation>
205
+ <xsd:documentation>
206
+ <ccts:Component>
207
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
208
+ <ccts:DictionaryEntryName>Waybill. Name</ccts:DictionaryEntryName>
209
+ <ccts:Definition>Text, assigned by the sender, that identifies this document to business users.</ccts:Definition>
210
+ <ccts:Cardinality>0..1</ccts:Cardinality>
211
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
212
+ <ccts:PropertyTerm>Name</ccts:PropertyTerm>
213
+ <ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
214
+ <ccts:DataType>Name. Type</ccts:DataType>
215
+ <ccts:Examples>Air Waybill , House Waybill </ccts:Examples>
216
+ </ccts:Component>
217
+ </xsd:documentation>
218
+ </xsd:annotation>
219
+ </xsd:element>
220
+ <xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
221
+ <xsd:annotation>
222
+ <xsd:documentation>
223
+ <ccts:Component>
224
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
225
+ <ccts:DictionaryEntryName>Waybill. Description. Text</ccts:DictionaryEntryName>
226
+ <ccts:Definition>Text describing the contents of the Waybill.</ccts:Definition>
227
+ <ccts:Cardinality>0..n</ccts:Cardinality>
228
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
229
+ <ccts:PropertyTerm>Description</ccts:PropertyTerm>
230
+ <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
231
+ <ccts:DataType>Text. Type</ccts:DataType>
232
+ </ccts:Component>
233
+ </xsd:documentation>
234
+ </xsd:annotation>
235
+ </xsd:element>
236
+ <xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="unbounded">
237
+ <xsd:annotation>
238
+ <xsd:documentation>
239
+ <ccts:Component>
240
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
241
+ <ccts:DictionaryEntryName>Waybill. Note. Text</ccts:DictionaryEntryName>
242
+ <ccts:Definition>Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures.</ccts:Definition>
243
+ <ccts:Cardinality>0..n</ccts:Cardinality>
244
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
245
+ <ccts:PropertyTerm>Note</ccts:PropertyTerm>
246
+ <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
247
+ <ccts:DataType>Text. Type</ccts:DataType>
248
+ </ccts:Component>
249
+ </xsd:documentation>
250
+ </xsd:annotation>
251
+ </xsd:element>
252
+ <xsd:element ref="cbc:ShippingOrderID" minOccurs="0" maxOccurs="1">
253
+ <xsd:annotation>
254
+ <xsd:documentation>
255
+ <ccts:Component>
256
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
257
+ <ccts:DictionaryEntryName>Waybill. Shipping Order Identifier. Identifier</ccts:DictionaryEntryName>
258
+ <ccts:Definition>An identifier (in the form of a reference number) of the Shipping Order or Forwarding Instruction associated with this shipment.</ccts:Definition>
259
+ <ccts:Cardinality>0..1</ccts:Cardinality>
260
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
261
+ <ccts:PropertyTerm>Shipping Order Identifier</ccts:PropertyTerm>
262
+ <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
263
+ <ccts:DataType>Identifier. Type</ccts:DataType>
264
+ </ccts:Component>
265
+ </xsd:documentation>
266
+ </xsd:annotation>
267
+ </xsd:element>
268
+ <xsd:element ref="cbc:AdValoremIndicator" minOccurs="0" maxOccurs="1">
269
+ <xsd:annotation>
270
+ <xsd:documentation>
271
+ <ccts:Component>
272
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
273
+ <ccts:DictionaryEntryName>Waybill. Ad Valorem_ Indicator. Indicator</ccts:DictionaryEntryName>
274
+ <ccts:Definition>A term used in commerce in reference to certain duties, called ad valorem duties, which are levied on commodities at certain rates per centum on their value.</ccts:Definition>
275
+ <ccts:Cardinality>0..1</ccts:Cardinality>
276
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
277
+ <ccts:PropertyTermQualifier>Ad Valorem</ccts:PropertyTermQualifier>
278
+ <ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
279
+ <ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
280
+ <ccts:DataType>Indicator. Type</ccts:DataType>
281
+ </ccts:Component>
282
+ </xsd:documentation>
283
+ </xsd:annotation>
284
+ </xsd:element>
285
+ <xsd:element ref="cbc:DeclaredCarriageValueAmount" minOccurs="0" maxOccurs="1">
286
+ <xsd:annotation>
287
+ <xsd:documentation>
288
+ <ccts:Component>
289
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
290
+ <ccts:DictionaryEntryName>Waybill. Declared Carriage_ Value. Amount</ccts:DictionaryEntryName>
291
+ <ccts:Definition>Value declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage in case of loss or damage to goods or delayed delivery.</ccts:Definition>
292
+ <ccts:Cardinality>0..1</ccts:Cardinality>
293
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
294
+ <ccts:PropertyTermQualifier>Declared Carriage</ccts:PropertyTermQualifier>
295
+ <ccts:PropertyTerm>Value</ccts:PropertyTerm>
296
+ <ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
297
+ <ccts:DataType>Amount. Type</ccts:DataType>
298
+ </ccts:Component>
299
+ </xsd:documentation>
300
+ </xsd:annotation>
301
+ </xsd:element>
302
+ <xsd:element ref="cbc:OtherInstruction" minOccurs="0" maxOccurs="unbounded">
303
+ <xsd:annotation>
304
+ <xsd:documentation>
305
+ <ccts:Component>
306
+ <ccts:ComponentType>BBIE</ccts:ComponentType>
307
+ <ccts:DictionaryEntryName>Waybill. Other_ Instruction. Text</ccts:DictionaryEntryName>
308
+ <ccts:Definition>Other free-text instructions related to the shipment to the forwarders or carriers. This should only be used where such information cannot be represented in other structured information entities within the document.</ccts:Definition>
309
+ <ccts:Cardinality>0..n</ccts:Cardinality>
310
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
311
+ <ccts:PropertyTermQualifier>Other</ccts:PropertyTermQualifier>
312
+ <ccts:PropertyTerm>Instruction</ccts:PropertyTerm>
313
+ <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
314
+ <ccts:DataType>Text. Type</ccts:DataType>
315
+ </ccts:Component>
316
+ </xsd:documentation>
317
+ </xsd:annotation>
318
+ </xsd:element>
319
+ <xsd:element ref="cac:ConsignorParty" minOccurs="0" maxOccurs="1">
320
+ <xsd:annotation>
321
+ <xsd:documentation>
322
+ <ccts:Component>
323
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
324
+ <ccts:DictionaryEntryName>Waybill. Consignor_ Party. Party</ccts:DictionaryEntryName>
325
+ <ccts:Definition>The party consigning goods, as stipulated in the transport contract by the party ordering transport.</ccts:Definition>
326
+ <ccts:Cardinality>0..1</ccts:Cardinality>
327
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
328
+ <ccts:PropertyTermQualifier>Consignor</ccts:PropertyTermQualifier>
329
+ <ccts:PropertyTerm>Party</ccts:PropertyTerm>
330
+ <ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
331
+ <ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
332
+ <ccts:AlternativeBusinessTerms>Consignor (WCO ID 71 and 72)</ccts:AlternativeBusinessTerms>
333
+ </ccts:Component>
334
+ </xsd:documentation>
335
+ </xsd:annotation>
336
+ </xsd:element>
337
+ <xsd:element ref="cac:CarrierParty" minOccurs="0" maxOccurs="1">
338
+ <xsd:annotation>
339
+ <xsd:documentation>
340
+ <ccts:Component>
341
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
342
+ <ccts:DictionaryEntryName>Waybill. Carrier_ Party. Party</ccts:DictionaryEntryName>
343
+ <ccts:Definition>The party providing the transport of goods between named points.</ccts:Definition>
344
+ <ccts:Cardinality>0..1</ccts:Cardinality>
345
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
346
+ <ccts:PropertyTermQualifier>Carrier</ccts:PropertyTermQualifier>
347
+ <ccts:PropertyTerm>Party</ccts:PropertyTerm>
348
+ <ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
349
+ <ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
350
+ <ccts:AlternativeBusinessTerms>Transport Company, Shipping Line, NVOCC, Airline, Haulier, Courier, Carrier (WCO ID 49 and 50)</ccts:AlternativeBusinessTerms>
351
+ </ccts:Component>
352
+ </xsd:documentation>
353
+ </xsd:annotation>
354
+ </xsd:element>
355
+ <xsd:element ref="cac:FreightForwarderParty" minOccurs="0" maxOccurs="1">
356
+ <xsd:annotation>
357
+ <xsd:documentation>
358
+ <ccts:Component>
359
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
360
+ <ccts:DictionaryEntryName>Waybill. Freight Forwarder_ Party. Party</ccts:DictionaryEntryName>
361
+ <ccts:Definition>A party combining individual smaller consignments into a single larger shipment (a so-called consolidated consignment or shipment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components.</ccts:Definition>
362
+ <ccts:Cardinality>0..1</ccts:Cardinality>
363
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
364
+ <ccts:PropertyTermQualifier>Freight Forwarder</ccts:PropertyTermQualifier>
365
+ <ccts:PropertyTerm>Party</ccts:PropertyTerm>
366
+ <ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass>
367
+ <ccts:RepresentationTerm>Party</ccts:RepresentationTerm>
368
+ <ccts:AlternativeBusinessTerms>Consolidator (WCO ID 192 AND 193)</ccts:AlternativeBusinessTerms>
369
+ </ccts:Component>
370
+ </xsd:documentation>
371
+ </xsd:annotation>
372
+ </xsd:element>
373
+ <xsd:element ref="cac:Shipment" minOccurs="1" maxOccurs="1">
374
+ <xsd:annotation>
375
+ <xsd:documentation>
376
+ <ccts:Component>
377
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
378
+ <ccts:DictionaryEntryName>Waybill. Shipment</ccts:DictionaryEntryName>
379
+ <ccts:Definition>A description of the shipment.</ccts:Definition>
380
+ <ccts:Cardinality>1</ccts:Cardinality>
381
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
382
+ <ccts:PropertyTerm>Shipment</ccts:PropertyTerm>
383
+ <ccts:AssociatedObjectClass>Shipment</ccts:AssociatedObjectClass>
384
+ <ccts:RepresentationTerm>Shipment</ccts:RepresentationTerm>
385
+ </ccts:Component>
386
+ </xsd:documentation>
387
+ </xsd:annotation>
388
+ </xsd:element>
389
+ <xsd:element ref="cac:DocumentReference" minOccurs="0" maxOccurs="unbounded">
390
+ <xsd:annotation>
391
+ <xsd:documentation>
392
+ <ccts:Component>
393
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
394
+ <ccts:DictionaryEntryName>Waybill. Document Reference</ccts:DictionaryEntryName>
395
+ <ccts:Definition>A reference to another document associated with this document.</ccts:Definition>
396
+ <ccts:Cardinality>0..n</ccts:Cardinality>
397
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
398
+ <ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
399
+ <ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
400
+ <ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
401
+ </ccts:Component>
402
+ </xsd:documentation>
403
+ </xsd:annotation>
404
+ </xsd:element>
405
+ <xsd:element ref="cac:ExchangeRate" minOccurs="0" maxOccurs="unbounded">
406
+ <xsd:annotation>
407
+ <xsd:documentation>
408
+ <ccts:Component>
409
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
410
+ <ccts:DictionaryEntryName>Waybill. Exchange Rate</ccts:DictionaryEntryName>
411
+ <ccts:Definition>Information about the rate of exchange (conversion) between two currencies.</ccts:Definition>
412
+ <ccts:Cardinality>0..n</ccts:Cardinality>
413
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
414
+ <ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
415
+ <ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
416
+ <ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
417
+ </ccts:Component>
418
+ </xsd:documentation>
419
+ </xsd:annotation>
420
+ </xsd:element>
421
+ <xsd:element ref="cac:DocumentDistribution" minOccurs="0" maxOccurs="unbounded">
422
+ <xsd:annotation>
423
+ <xsd:documentation>
424
+ <ccts:Component>
425
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
426
+ <ccts:DictionaryEntryName>Waybill. Document Distribution</ccts:DictionaryEntryName>
427
+ <ccts:Definition>A list of interested parties to whom this document is distributed.</ccts:Definition>
428
+ <ccts:Cardinality>0..n</ccts:Cardinality>
429
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
430
+ <ccts:PropertyTerm>Document Distribution</ccts:PropertyTerm>
431
+ <ccts:AssociatedObjectClass>Document Distribution</ccts:AssociatedObjectClass>
432
+ <ccts:RepresentationTerm>Document Distribution</ccts:RepresentationTerm>
433
+ </ccts:Component>
434
+ </xsd:documentation>
435
+ </xsd:annotation>
436
+ </xsd:element>
437
+ <xsd:element ref="cac:Signature" minOccurs="0" maxOccurs="unbounded">
438
+ <xsd:annotation>
439
+ <xsd:documentation>
440
+ <ccts:Component>
441
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
442
+ <ccts:DictionaryEntryName>Waybill. Signature</ccts:DictionaryEntryName>
443
+ <ccts:Definition>A signature applied to this document.</ccts:Definition>
444
+ <ccts:Cardinality>0..n</ccts:Cardinality>
445
+ <ccts:ObjectClass>Waybill</ccts:ObjectClass>
446
+ <ccts:PropertyTerm>Signature</ccts:PropertyTerm>
447
+ <ccts:AssociatedObjectClass>Signature</ccts:AssociatedObjectClass>
448
+ <ccts:RepresentationTerm>Signature</ccts:RepresentationTerm>
449
+ </ccts:Component>
450
+ </xsd:documentation>
451
+ </xsd:annotation>
452
+ </xsd:element>
453
+ </xsd:sequence>
454
+ </xsd:complexType>
455
+ </xsd:schema>
456
+ <!-- ===== Copyright Notice ===== --><!--
457
+ OASIS takes no position regarding the validity or scope of any
458
+ intellectual property or other rights that might be claimed to pertain
459
+ to the implementation or use of the technology described in this
460
+ document or the extent to which any license under such rights
461
+ might or might not be available; neither does it represent that it has
462
+ made any effort to identify any such rights. Information on OASIS's
463
+ procedures with respect to rights in OASIS specifications can be
464
+ found at the OASIS website. Copies of claims of rights made
465
+ available for publication and any assurances of licenses to be made
466
+ available, or the result of an attempt made to obtain a general
467
+ license or permission for the use of such proprietary rights by
468
+ implementors or users of this specification, can be obtained from
469
+ the OASIS Executive Director.
470
+
471
+ OASIS invites any interested party to bring to its attention any
472
+ copyrights, patents or patent applications, or other proprietary
473
+ rights which may cover technology that may be required to
474
+ implement this specification. Please address the information to the
475
+ OASIS Executive Director.
476
+
477
+ This document and translations of it may be copied and furnished to
478
+ others, and derivative works that comment on or otherwise explain
479
+ it or assist in its implementation may be prepared, copied,
480
+ published and distributed, in whole or in part, without restriction of
481
+ any kind, provided that the above copyright notice and this
482
+ paragraph are included on all such copies and derivative works.
483
+ However, this document itself may not be modified in any way,
484
+ such as by removing the copyright notice or references to OASIS,
485
+ except as needed for the purpose of developing OASIS
486
+ specifications, in which case the procedures for copyrights defined
487
+ in the OASIS Intellectual Property Rights document must be
488
+ followed, or as required to translate it into languages other than
489
+ English.
490
+
491
+ The limited permissions granted above are perpetual and will not be
492
+ revoked by OASIS or its successors or assigns.
493
+
494
+ This document and the information contained herein is provided on
495
+ an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES,
496
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
497
+ WARRANTY THAT THE USE OF THE INFORMATION HEREIN
498
+ WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
499
+ WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
500
+ PARTICULAR PURPOSE.
501
+ -->
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ubl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - roel4d
@@ -37,6 +37,20 @@ dependencies:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
39
  version: 0.3.0
40
+ - !ruby/object:Gem::Dependency
41
+ name: colorize
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '1.1'
47
+ type: :runtime
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '1.1'
40
54
  description: Generate UBL (Universal Business Language) documents, such as invoices
41
55
  and credit notes, compliant with the Peppol network.
42
56
  email:
@@ -51,8 +65,89 @@ files:
51
65
  - Rakefile
52
66
  - lib/ubl.rb
53
67
  - lib/ubl/builder.rb
68
+ - lib/ubl/constants.rb
69
+ - lib/ubl/validate.rb
54
70
  - lib/ubl/version.rb
55
71
  - sig/ubl.rbs
72
+ - xsd/common/CCTS_CCT_SchemaModule-2.1.xsd
73
+ - xsd/common/UBL-CommonAggregateComponents-2.1.xsd
74
+ - xsd/common/UBL-CommonBasicComponents-2.1.xsd
75
+ - xsd/common/UBL-CommonExtensionComponents-2.1.xsd
76
+ - xsd/common/UBL-CommonSignatureComponents-2.1.xsd
77
+ - xsd/common/UBL-CoreComponentParameters-2.1.xsd
78
+ - xsd/common/UBL-ExtensionContentDataType-2.1.xsd
79
+ - xsd/common/UBL-QualifiedDataTypes-2.1.xsd
80
+ - xsd/common/UBL-SignatureAggregateComponents-2.1.xsd
81
+ - xsd/common/UBL-SignatureBasicComponents-2.1.xsd
82
+ - xsd/common/UBL-UnqualifiedDataTypes-2.1.xsd
83
+ - xsd/common/UBL-XAdESv132-2.1.xsd
84
+ - xsd/common/UBL-XAdESv141-2.1.xsd
85
+ - xsd/common/UBL-xmldsig-core-schema-2.1.xsd
86
+ - xsd/maindoc/UBL-ApplicationResponse-2.1.xsd
87
+ - xsd/maindoc/UBL-AttachedDocument-2.1.xsd
88
+ - xsd/maindoc/UBL-AwardedNotification-2.1.xsd
89
+ - xsd/maindoc/UBL-BillOfLading-2.1.xsd
90
+ - xsd/maindoc/UBL-CallForTenders-2.1.xsd
91
+ - xsd/maindoc/UBL-Catalogue-2.1.xsd
92
+ - xsd/maindoc/UBL-CatalogueDeletion-2.1.xsd
93
+ - xsd/maindoc/UBL-CatalogueItemSpecificationUpdate-2.1.xsd
94
+ - xsd/maindoc/UBL-CataloguePricingUpdate-2.1.xsd
95
+ - xsd/maindoc/UBL-CatalogueRequest-2.1.xsd
96
+ - xsd/maindoc/UBL-CertificateOfOrigin-2.1.xsd
97
+ - xsd/maindoc/UBL-ContractAwardNotice-2.1.xsd
98
+ - xsd/maindoc/UBL-ContractNotice-2.1.xsd
99
+ - xsd/maindoc/UBL-CreditNote-2.1.xsd
100
+ - xsd/maindoc/UBL-DebitNote-2.1.xsd
101
+ - xsd/maindoc/UBL-DespatchAdvice-2.1.xsd
102
+ - xsd/maindoc/UBL-DocumentStatus-2.1.xsd
103
+ - xsd/maindoc/UBL-DocumentStatusRequest-2.1.xsd
104
+ - xsd/maindoc/UBL-ExceptionCriteria-2.1.xsd
105
+ - xsd/maindoc/UBL-ExceptionNotification-2.1.xsd
106
+ - xsd/maindoc/UBL-Forecast-2.1.xsd
107
+ - xsd/maindoc/UBL-ForecastRevision-2.1.xsd
108
+ - xsd/maindoc/UBL-ForwardingInstructions-2.1.xsd
109
+ - xsd/maindoc/UBL-FreightInvoice-2.1.xsd
110
+ - xsd/maindoc/UBL-FulfilmentCancellation-2.1.xsd
111
+ - xsd/maindoc/UBL-GoodsItemItinerary-2.1.xsd
112
+ - xsd/maindoc/UBL-GuaranteeCertificate-2.1.xsd
113
+ - xsd/maindoc/UBL-InstructionForReturns-2.1.xsd
114
+ - xsd/maindoc/UBL-InventoryReport-2.1.xsd
115
+ - xsd/maindoc/UBL-Invoice-2.1.xsd
116
+ - xsd/maindoc/UBL-ItemInformationRequest-2.1.xsd
117
+ - xsd/maindoc/UBL-Order-2.1.xsd
118
+ - xsd/maindoc/UBL-OrderCancellation-2.1.xsd
119
+ - xsd/maindoc/UBL-OrderChange-2.1.xsd
120
+ - xsd/maindoc/UBL-OrderResponse-2.1.xsd
121
+ - xsd/maindoc/UBL-OrderResponseSimple-2.1.xsd
122
+ - xsd/maindoc/UBL-PackingList-2.1.xsd
123
+ - xsd/maindoc/UBL-PriorInformationNotice-2.1.xsd
124
+ - xsd/maindoc/UBL-ProductActivity-2.1.xsd
125
+ - xsd/maindoc/UBL-Quotation-2.1.xsd
126
+ - xsd/maindoc/UBL-ReceiptAdvice-2.1.xsd
127
+ - xsd/maindoc/UBL-Reminder-2.1.xsd
128
+ - xsd/maindoc/UBL-RemittanceAdvice-2.1.xsd
129
+ - xsd/maindoc/UBL-RequestForQuotation-2.1.xsd
130
+ - xsd/maindoc/UBL-RetailEvent-2.1.xsd
131
+ - xsd/maindoc/UBL-SelfBilledCreditNote-2.1.xsd
132
+ - xsd/maindoc/UBL-SelfBilledInvoice-2.1.xsd
133
+ - xsd/maindoc/UBL-Statement-2.1.xsd
134
+ - xsd/maindoc/UBL-StockAvailabilityReport-2.1.xsd
135
+ - xsd/maindoc/UBL-Tender-2.1.xsd
136
+ - xsd/maindoc/UBL-TenderReceipt-2.1.xsd
137
+ - xsd/maindoc/UBL-TendererQualification-2.1.xsd
138
+ - xsd/maindoc/UBL-TendererQualificationResponse-2.1.xsd
139
+ - xsd/maindoc/UBL-TradeItemLocationProfile-2.1.xsd
140
+ - xsd/maindoc/UBL-TransportExecutionPlan-2.1.xsd
141
+ - xsd/maindoc/UBL-TransportExecutionPlanRequest-2.1.xsd
142
+ - xsd/maindoc/UBL-TransportProgressStatus-2.1.xsd
143
+ - xsd/maindoc/UBL-TransportProgressStatusRequest-2.1.xsd
144
+ - xsd/maindoc/UBL-TransportServiceDescription-2.1.xsd
145
+ - xsd/maindoc/UBL-TransportServiceDescriptionRequest-2.1.xsd
146
+ - xsd/maindoc/UBL-TransportationStatus-2.1.xsd
147
+ - xsd/maindoc/UBL-TransportationStatusRequest-2.1.xsd
148
+ - xsd/maindoc/UBL-UnawardedNotification-2.1.xsd
149
+ - xsd/maindoc/UBL-UtilityStatement-2.1.xsd
150
+ - xsd/maindoc/UBL-Waybill-2.1.xsd
56
151
  homepage: https://github.com/roel4d/ubl
57
152
  licenses:
58
153
  - MIT