ubl 0.1.0 → 0.1.2

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 +15 -1
  3. data/lib/ubl/builder.rb +32 -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 +32 -17
  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 -4
@@ -0,0 +1,223 @@
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: UBL-CommonExtensionComponents-2.1.xsd
7
+ Generated on: 2013-04-20 18:40(UTC)
8
+ Copyright (c) OASIS Open 2013. All Rights Reserved.
9
+ -->
10
+ <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
11
+ xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
12
+ xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"
13
+ xmlns:udt="urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2"
14
+ targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
15
+ elementFormDefault="qualified" attributeFormDefault="unqualified"
16
+ version="2.1">
17
+ <!-- ===== Imports ===== -->
18
+ <xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2" schemaLocation="UBL-UnqualifiedDataTypes-2.1.xsd"/>
19
+ <xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" schemaLocation="UBL-CommonBasicComponents-2.1.xsd"/>
20
+ <!-- ===== Includes ===== -->
21
+ <xsd:include schemaLocation="UBL-ExtensionContentDataType-2.1.xsd"/>
22
+ <!-- ===== Aggregate Element and Type Declarations ===== -->
23
+ <xsd:element name="UBLExtensions" type="UBLExtensionsType">
24
+ <xsd:annotation>
25
+ <xsd:documentation>
26
+ A container for all extensions present in the document.
27
+ </xsd:documentation>
28
+ </xsd:annotation>
29
+ </xsd:element>
30
+ <xsd:complexType name="UBLExtensionsType">
31
+ <xsd:annotation>
32
+ <xsd:documentation>
33
+ A container for all extensions present in the document.
34
+ </xsd:documentation>
35
+ </xsd:annotation>
36
+ <xsd:sequence>
37
+ <xsd:element ref="UBLExtension" minOccurs="1" maxOccurs="unbounded">
38
+ <xsd:annotation>
39
+ <xsd:documentation>
40
+ A single extension for private use.
41
+ </xsd:documentation>
42
+ </xsd:annotation>
43
+ </xsd:element>
44
+ </xsd:sequence>
45
+ </xsd:complexType>
46
+ <xsd:element name="UBLExtension" type="UBLExtensionType">
47
+ <xsd:annotation>
48
+ <xsd:documentation>
49
+ A single extension for private use.
50
+ </xsd:documentation>
51
+ </xsd:annotation>
52
+ </xsd:element>
53
+ <xsd:complexType name="UBLExtensionType">
54
+ <xsd:annotation>
55
+ <xsd:documentation>
56
+ A single extension for private use.
57
+ </xsd:documentation>
58
+ </xsd:annotation>
59
+ <xsd:sequence>
60
+ <xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
61
+ <xsd:annotation>
62
+ <xsd:documentation>
63
+ An identifier for the Extension assigned by the creator of the extension.
64
+ </xsd:documentation>
65
+ </xsd:annotation>
66
+ </xsd:element>
67
+ <xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="1">
68
+ <xsd:annotation>
69
+ <xsd:documentation>
70
+ A name for the Extension assigned by the creator of the extension.
71
+ </xsd:documentation>
72
+ </xsd:annotation>
73
+ </xsd:element>
74
+ <xsd:element ref="ExtensionAgencyID" minOccurs="0" maxOccurs="1">
75
+ <xsd:annotation>
76
+ <xsd:documentation>
77
+ An agency that maintains one or more Extensions.
78
+ </xsd:documentation>
79
+ </xsd:annotation>
80
+ </xsd:element>
81
+ <xsd:element ref="ExtensionAgencyName" minOccurs="0" maxOccurs="1">
82
+ <xsd:annotation>
83
+ <xsd:documentation>
84
+ The name of the agency that maintains the Extension.
85
+ </xsd:documentation>
86
+ </xsd:annotation>
87
+ </xsd:element>
88
+ <xsd:element ref="ExtensionVersionID" minOccurs="0" maxOccurs="1">
89
+ <xsd:annotation>
90
+ <xsd:documentation>
91
+ The version of the Extension.
92
+ </xsd:documentation>
93
+ </xsd:annotation>
94
+ </xsd:element>
95
+ <xsd:element ref="ExtensionAgencyURI" minOccurs="0" maxOccurs="1">
96
+ <xsd:annotation>
97
+ <xsd:documentation>
98
+ A URI for the Agency that maintains the Extension.
99
+ </xsd:documentation>
100
+ </xsd:annotation>
101
+ </xsd:element>
102
+ <xsd:element ref="ExtensionURI" minOccurs="0" maxOccurs="1">
103
+ <xsd:annotation>
104
+ <xsd:documentation>
105
+ A URI for the Extension.
106
+ </xsd:documentation>
107
+ </xsd:annotation>
108
+ </xsd:element>
109
+ <xsd:element ref="ExtensionReasonCode" minOccurs="0" maxOccurs="1">
110
+ <xsd:annotation>
111
+ <xsd:documentation>
112
+ A code for reason the Extension is being included.
113
+ </xsd:documentation>
114
+ </xsd:annotation>
115
+ </xsd:element>
116
+ <xsd:element ref="ExtensionReason" minOccurs="0" maxOccurs="1">
117
+ <xsd:annotation>
118
+ <xsd:documentation>
119
+ A description of the reason for the Extension.
120
+ </xsd:documentation>
121
+ </xsd:annotation>
122
+ </xsd:element>
123
+ <xsd:element ref="ExtensionContent" minOccurs="1" maxOccurs="1">
124
+ <xsd:annotation>
125
+ <xsd:documentation>
126
+ The definition of the extension content.
127
+ </xsd:documentation>
128
+ </xsd:annotation>
129
+ </xsd:element>
130
+ </xsd:sequence>
131
+ </xsd:complexType>
132
+ <!-- ===== Basic Element and Type Declarations ===== -->
133
+ <xsd:element name="ExtensionAgencyID" type="ExtensionAgencyIDType"/>
134
+ <xsd:element name="ExtensionAgencyName" type="ExtensionAgencyNameType"/>
135
+ <xsd:element name="ExtensionAgencyURI" type="ExtensionAgencyURIType"/>
136
+ <xsd:element name="ExtensionContent" type="ExtensionContentType"/>
137
+ <xsd:element name="ExtensionReason" type="ExtensionReasonType"/>
138
+ <xsd:element name="ExtensionReasonCode" type="ExtensionReasonCodeType"/>
139
+ <xsd:element name="ExtensionURI" type="ExtensionURIType"/>
140
+ <xsd:element name="ExtensionVersionID" type="ExtensionVersionIDType"/>
141
+ <xsd:complexType name="ExtensionAgencyIDType">
142
+ <xsd:simpleContent>
143
+ <xsd:extension base="udt:IdentifierType"/>
144
+ </xsd:simpleContent>
145
+ </xsd:complexType>
146
+ <xsd:complexType name="ExtensionAgencyNameType">
147
+ <xsd:simpleContent>
148
+ <xsd:extension base="udt:TextType"/>
149
+ </xsd:simpleContent>
150
+ </xsd:complexType>
151
+ <xsd:complexType name="ExtensionAgencyURIType">
152
+ <xsd:simpleContent>
153
+ <xsd:extension base="udt:IdentifierType"/>
154
+ </xsd:simpleContent>
155
+ </xsd:complexType>
156
+ <xsd:complexType name="ExtensionReasonType">
157
+ <xsd:simpleContent>
158
+ <xsd:extension base="udt:TextType"/>
159
+ </xsd:simpleContent>
160
+ </xsd:complexType>
161
+ <xsd:complexType name="ExtensionReasonCodeType">
162
+ <xsd:simpleContent>
163
+ <xsd:extension base="udt:CodeType"/>
164
+ </xsd:simpleContent>
165
+ </xsd:complexType>
166
+ <xsd:complexType name="ExtensionURIType">
167
+ <xsd:simpleContent>
168
+ <xsd:extension base="udt:IdentifierType"/>
169
+ </xsd:simpleContent>
170
+ </xsd:complexType>
171
+ <xsd:complexType name="ExtensionVersionIDType">
172
+ <xsd:simpleContent>
173
+ <xsd:extension base="udt:IdentifierType"/>
174
+ </xsd:simpleContent>
175
+ </xsd:complexType>
176
+ </xsd:schema>
177
+ <!-- ===== Copyright Notice ===== -->
178
+ <!--
179
+ OASIS takes no position regarding the validity or scope of any
180
+ intellectual property or other rights that might be claimed to pertain
181
+ to the implementation or use of the technology described in this
182
+ document or the extent to which any license under such rights
183
+ might or might not be available; neither does it represent that it has
184
+ made any effort to identify any such rights. Information on OASIS's
185
+ procedures with respect to rights in OASIS specifications can be
186
+ found at the OASIS website. Copies of claims of rights made
187
+ available for publication and any assurances of licenses to be made
188
+ available, or the result of an attempt made to obtain a general
189
+ license or permission for the use of such proprietary rights by
190
+ implementors or users of this specification, can be obtained from
191
+ the OASIS Executive Director.
192
+
193
+ OASIS invites any interested party to bring to its attention any
194
+ copyrights, patents or patent applications, or other proprietary
195
+ rights which may cover technology that may be required to
196
+ implement this specification. Please address the information to the
197
+ OASIS Executive Director.
198
+
199
+ This document and translations of it may be copied and furnished to
200
+ others, and derivative works that comment on or otherwise explain
201
+ it or assist in its implementation may be prepared, copied,
202
+ published and distributed, in whole or in part, without restriction of
203
+ any kind, provided that the above copyright notice and this
204
+ paragraph are included on all such copies and derivative works.
205
+ However, this document itself may not be modified in any way,
206
+ such as by removing the copyright notice or references to OASIS,
207
+ except as needed for the purpose of developing OASIS
208
+ specifications, in which case the procedures for copyrights defined
209
+ in the OASIS Intellectual Property Rights document must be
210
+ followed, or as required to translate it into languages other than
211
+ English.
212
+
213
+ The limited permissions granted above are perpetual and will not be
214
+ revoked by OASIS or its successors or assigns.
215
+
216
+ This document and the information contained herein is provided on
217
+ an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES,
218
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
219
+ WARRANTY THAT THE USE OF THE INFORMATION HEREIN
220
+ WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
221
+ WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
222
+ PARTICULAR PURPOSE.
223
+ -->
@@ -0,0 +1,101 @@
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/common/UBL-CommonSignatureComponents-2.1.xsd
7
+ Generated on: 2013-10-31 17:18z
8
+ Copyright (c) OASIS Open 2013. All Rights Reserved.
9
+ -->
10
+ <xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonSignatureComponents-2"
11
+ xmlns:sac="urn:oasis:names:specification:ubl:schema:xsd:SignatureAggregateComponents-2"
12
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
13
+ xmlns:ccts="urn:un:unece:uncefact:documentation:2"
14
+ targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:CommonSignatureComponents-2"
15
+ elementFormDefault="qualified"
16
+ attributeFormDefault="unqualified"
17
+ version="2.1">
18
+ <!-- ===== Imports ===== -->
19
+ <xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:SignatureAggregateComponents-2"
20
+ schemaLocation="UBL-SignatureAggregateComponents-2.1.xsd"/>
21
+ <!-- ===== Element Declarations ===== -->
22
+ <xsd:element name="UBLDocumentSignatures" type="UBLDocumentSignaturesType"/>
23
+ <!-- ===== Type Definitions ===== -->
24
+ <!-- ===== Aggregate Business Information Entity Type Definitions ===== -->
25
+ <xsd:complexType name="UBLDocumentSignaturesType">
26
+ <xsd:annotation>
27
+ <xsd:documentation>
28
+ <ccts:Component>
29
+ <ccts:ComponentType>ABIE</ccts:ComponentType>
30
+ <ccts:DictionaryEntryName>UBL Document Signatures. Details</ccts:DictionaryEntryName>
31
+ <ccts:Definition>This class collects all signature information for a document.</ccts:Definition>
32
+ <ccts:ObjectClass>UBL Document Signatures</ccts:ObjectClass>
33
+ </ccts:Component>
34
+ </xsd:documentation>
35
+ </xsd:annotation>
36
+ <xsd:sequence>
37
+ <xsd:element ref="sac:SignatureInformation" minOccurs="1" maxOccurs="unbounded">
38
+ <xsd:annotation>
39
+ <xsd:documentation>
40
+ <ccts:Component>
41
+ <ccts:ComponentType>ASBIE</ccts:ComponentType>
42
+ <ccts:DictionaryEntryName>UBL Document Signatures. Signature Information</ccts:DictionaryEntryName>
43
+ <ccts:Definition>Each of these is scaffolding for a single digital signature.</ccts:Definition>
44
+ <ccts:Cardinality>1..n</ccts:Cardinality>
45
+ <ccts:ObjectClass>UBL Document Signatures</ccts:ObjectClass>
46
+ <ccts:PropertyTerm>Signature Information</ccts:PropertyTerm>
47
+ <ccts:AssociatedObjectClass>Signature Information</ccts:AssociatedObjectClass>
48
+ <ccts:RepresentationTerm>Signature Information</ccts:RepresentationTerm>
49
+ </ccts:Component>
50
+ </xsd:documentation>
51
+ </xsd:annotation>
52
+ </xsd:element>
53
+ </xsd:sequence>
54
+ </xsd:complexType>
55
+ </xsd:schema>
56
+ <!-- ===== Copyright Notice ===== --><!--
57
+ OASIS takes no position regarding the validity or scope of any
58
+ intellectual property or other rights that might be claimed to pertain
59
+ to the implementation or use of the technology described in this
60
+ document or the extent to which any license under such rights
61
+ might or might not be available; neither does it represent that it has
62
+ made any effort to identify any such rights. Information on OASIS's
63
+ procedures with respect to rights in OASIS specifications can be
64
+ found at the OASIS website. Copies of claims of rights made
65
+ available for publication and any assurances of licenses to be made
66
+ available, or the result of an attempt made to obtain a general
67
+ license or permission for the use of such proprietary rights by
68
+ implementors or users of this specification, can be obtained from
69
+ the OASIS Executive Director.
70
+
71
+ OASIS invites any interested party to bring to its attention any
72
+ copyrights, patents or patent applications, or other proprietary
73
+ rights which may cover technology that may be required to
74
+ implement this specification. Please address the information to the
75
+ OASIS Executive Director.
76
+
77
+ This document and translations of it may be copied and furnished to
78
+ others, and derivative works that comment on or otherwise explain
79
+ it or assist in its implementation may be prepared, copied,
80
+ published and distributed, in whole or in part, without restriction of
81
+ any kind, provided that the above copyright notice and this
82
+ paragraph are included on all such copies and derivative works.
83
+ However, this document itself may not be modified in any way,
84
+ such as by removing the copyright notice or references to OASIS,
85
+ except as needed for the purpose of developing OASIS
86
+ specifications, in which case the procedures for copyrights defined
87
+ in the OASIS Intellectual Property Rights document must be
88
+ followed, or as required to translate it into languages other than
89
+ English.
90
+
91
+ The limited permissions granted above are perpetual and will not be
92
+ revoked by OASIS or its successors or assigns.
93
+
94
+ This document and the information contained herein is provided on
95
+ an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES,
96
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
97
+ WARRANTY THAT THE USE OF THE INFORMATION HEREIN
98
+ WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
99
+ WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
100
+ PARTICULAR PURPOSE.
101
+ -->
@@ -0,0 +1,63 @@
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: UBL-CoreComponentParameters-2.1.xsd
7
+ Generated on: 2013-04-20 18:40(UTC)
8
+ Copyright (c) OASIS Open 2013. All Rights Reserved.
9
+ -->
10
+ <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
11
+ targetNamespace="urn:un:unece:uncefact:documentation:2"
12
+ xmlns="urn:un:unece:uncefact:documentation:2"
13
+ elementFormDefault="qualified"
14
+ attributeFormDefault="unqualified"
15
+ version="2.1">
16
+ </xsd:schema>
17
+ <!-- ===== Copyright Notice ===== -->
18
+ <!--
19
+ OASIS takes no position regarding the validity or scope of any
20
+ intellectual property or other rights that might be claimed to pertain
21
+ to the implementation or use of the technology described in this
22
+ document or the extent to which any license under such rights
23
+ might or might not be available; neither does it represent that it has
24
+ made any effort to identify any such rights. Information on OASIS's
25
+ procedures with respect to rights in OASIS specifications can be
26
+ found at the OASIS website. Copies of claims of rights made
27
+ available for publication and any assurances of licenses to be made
28
+ available, or the result of an attempt made to obtain a general
29
+ license or permission for the use of such proprietary rights by
30
+ implementors or users of this specification, can be obtained from
31
+ the OASIS Executive Director.
32
+
33
+ OASIS invites any interested party to bring to its attention any
34
+ copyrights, patents or patent applications, or other proprietary
35
+ rights which may cover technology that may be required to
36
+ implement this specification. Please address the information to the
37
+ OASIS Executive Director.
38
+
39
+ This document and translations of it may be copied and furnished to
40
+ others, and derivative works that comment on or otherwise explain
41
+ it or assist in its implementation may be prepared, copied,
42
+ published and distributed, in whole or in part, without restriction of
43
+ any kind, provided that the above copyright notice and this
44
+ paragraph are included on all such copies and derivative works.
45
+ However, this document itself may not be modified in any way,
46
+ such as by removing the copyright notice or references to OASIS,
47
+ except as needed for the purpose of developing OASIS
48
+ specifications, in which case the procedures for copyrights defined
49
+ in the OASIS Intellectual Property Rights document must be
50
+ followed, or as required to translate it into languages other than
51
+ English.
52
+
53
+ The limited permissions granted above are perpetual and will not be
54
+ revoked by OASIS or its successors or assigns.
55
+
56
+ This document and the information contained herein is provided on
57
+ an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES,
58
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
59
+ WARRANTY THAT THE USE OF THE INFORMATION HEREIN
60
+ WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
61
+ WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
62
+ PARTICULAR PURPOSE.
63
+ -->
@@ -0,0 +1,89 @@
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: UBL-ExtensionContentDataType-2.1.xsd
7
+ Generated on: 2013-04-20 18:40(UTC)
8
+ Copyright (c) OASIS Open 2013. All Rights Reserved.
9
+ -->
10
+ <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns=
11
+ "urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
12
+ targetNamespace=
13
+ "urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"
14
+ elementFormDefault="qualified"
15
+ attributeFormDefault="unqualified"
16
+ version="2.1">
17
+
18
+ <!--import here all extension schemas-->
19
+ <xsd:import namespace=
20
+ "urn:oasis:names:specification:ubl:schema:xsd:CommonSignatureComponents-2"
21
+ schemaLocation="UBL-CommonSignatureComponents-2.1.xsd"/>
22
+
23
+ <!-- ===== Type Declaration ===== -->
24
+ <xsd:complexType name="ExtensionContentType">
25
+ <xsd:sequence>
26
+ <xsd:any namespace="##other" processContents="lax"
27
+ minOccurs="1" maxOccurs="1">
28
+ <xsd:annotation>
29
+ <xsd:documentation>
30
+ Any element in any namespace other than the UBL extension
31
+ namespace is allowed to be the apex element of an extension.
32
+ Only those elements found in the UBL schemas and in the
33
+ trees of schemas imported in this module are validated.
34
+ Any element for which there is no schema declaration in any
35
+ of the trees of schemas passes validation and is not
36
+ treated as a schema constraint violation.
37
+ </xsd:documentation>
38
+ </xsd:annotation>
39
+ </xsd:any>
40
+ </xsd:sequence>
41
+ </xsd:complexType>
42
+ </xsd:schema>
43
+ <!-- ===== Copyright Notice ===== -->
44
+ <!--
45
+ OASIS takes no position regarding the validity or scope of any
46
+ intellectual property or other rights that might be claimed to pertain
47
+ to the implementation or use of the technology described in this
48
+ document or the extent to which any license under such rights
49
+ might or might not be available; neither does it represent that it has
50
+ made any effort to identify any such rights. Information on OASIS's
51
+ procedures with respect to rights in OASIS specifications can be
52
+ found at the OASIS website. Copies of claims of rights made
53
+ available for publication and any assurances of licenses to be made
54
+ available, or the result of an attempt made to obtain a general
55
+ license or permission for the use of such proprietary rights by
56
+ implementors or users of this specification, can be obtained from
57
+ the OASIS Executive Director.
58
+
59
+ OASIS invites any interested party to bring to its attention any
60
+ copyrights, patents or patent applications, or other proprietary
61
+ rights which may cover technology that may be required to
62
+ implement this specification. Please address the information to the
63
+ OASIS Executive Director.
64
+
65
+ This document and translations of it may be copied and furnished to
66
+ others, and derivative works that comment on or otherwise explain
67
+ it or assist in its implementation may be prepared, copied,
68
+ published and distributed, in whole or in part, without restriction of
69
+ any kind, provided that the above copyright notice and this
70
+ paragraph are included on all such copies and derivative works.
71
+ However, this document itself may not be modified in any way,
72
+ such as by removing the copyright notice or references to OASIS,
73
+ except as needed for the purpose of developing OASIS
74
+ specifications, in which case the procedures for copyrights defined
75
+ in the OASIS Intellectual Property Rights document must be
76
+ followed, or as required to translate it into languages other than
77
+ English.
78
+
79
+ The limited permissions granted above are perpetual and will not be
80
+ revoked by OASIS or its successors or assigns.
81
+
82
+ This document and the information contained herein is provided on
83
+ an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES,
84
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
85
+ WARRANTY THAT THE USE OF THE INFORMATION HEREIN
86
+ WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
87
+ WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
88
+ PARTICULAR PURPOSE.
89
+ -->
@@ -0,0 +1,69 @@
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: UBL-QualifiedDataTypes-2.1.xsd
7
+ Generated on: 2013-04-20 18:40(UTC)
8
+ Copyright (c) OASIS Open 2013. All Rights Reserved.
9
+ -->
10
+ <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
11
+ targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDataTypes-2"
12
+ xmlns="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDataTypes-2"
13
+ xmlns:udt="urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2"
14
+ xmlns:ccts="urn:un:unece:uncefact:documentation:2"
15
+ elementFormDefault="qualified"
16
+ attributeFormDefault="unqualified"
17
+ version="2.1">
18
+ <!-- ===== Imports ===== -->
19
+ <xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2" schemaLocation="UBL-UnqualifiedDataTypes-2.1.xsd"/>
20
+ <!-- ===== Type Definitions ===== -->
21
+ <!--no qualified data types defined at this time-->
22
+ </xsd:schema>
23
+ <!-- ===== Copyright Notice ===== -->
24
+ <!--
25
+ OASIS takes no position regarding the validity or scope of any
26
+ intellectual property or other rights that might be claimed to pertain
27
+ to the implementation or use of the technology described in this
28
+ document or the extent to which any license under such rights
29
+ might or might not be available; neither does it represent that it has
30
+ made any effort to identify any such rights. Information on OASIS's
31
+ procedures with respect to rights in OASIS specifications can be
32
+ found at the OASIS website. Copies of claims of rights made
33
+ available for publication and any assurances of licenses to be made
34
+ available, or the result of an attempt made to obtain a general
35
+ license or permission for the use of such proprietary rights by
36
+ implementors or users of this specification, can be obtained from
37
+ the OASIS Executive Director.
38
+
39
+ OASIS invites any interested party to bring to its attention any
40
+ copyrights, patents or patent applications, or other proprietary
41
+ rights which may cover technology that may be required to
42
+ implement this specification. Please address the information to the
43
+ OASIS Executive Director.
44
+
45
+ This document and translations of it may be copied and furnished to
46
+ others, and derivative works that comment on or otherwise explain
47
+ it or assist in its implementation may be prepared, copied,
48
+ published and distributed, in whole or in part, without restriction of
49
+ any kind, provided that the above copyright notice and this
50
+ paragraph are included on all such copies and derivative works.
51
+ However, this document itself may not be modified in any way,
52
+ such as by removing the copyright notice or references to OASIS,
53
+ except as needed for the purpose of developing OASIS
54
+ specifications, in which case the procedures for copyrights defined
55
+ in the OASIS Intellectual Property Rights document must be
56
+ followed, or as required to translate it into languages other than
57
+ English.
58
+
59
+ The limited permissions granted above are perpetual and will not be
60
+ revoked by OASIS or its successors or assigns.
61
+
62
+ This document and the information contained herein is provided on
63
+ an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES,
64
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
65
+ WARRANTY THAT THE USE OF THE INFORMATION HEREIN
66
+ WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
67
+ WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
68
+ PARTICULAR PURPOSE.
69
+ -->