zatca 0.1.2 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (207) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -2
  3. data/bin/console +0 -0
  4. data/bin/setup +0 -0
  5. data/einvoicing-sdk/Apps/fatoora +12 -0
  6. data/einvoicing-sdk/Apps/fatoora.bat +16 -0
  7. data/einvoicing-sdk/Apps/global.json +1 -0
  8. data/einvoicing-sdk/Apps/jq.exe +0 -0
  9. data/einvoicing-sdk/Apps/zatca-einvoicing-sdk-238-R3.2.7.jar +0 -0
  10. data/einvoicing-sdk/Configuration/config.json +11 -0
  11. data/einvoicing-sdk/Configuration/defaults.json +11 -0
  12. data/einvoicing-sdk/Configuration/jq.exe +0 -0
  13. data/einvoicing-sdk/Configuration/usage.txt +16 -0
  14. data/einvoicing-sdk/Data/Certificates/cert.pem +1 -0
  15. data/einvoicing-sdk/Data/Certificates/ec-secp256k1-priv-key.pem +1 -0
  16. data/einvoicing-sdk/Data/Input/csr-config-example-AR-VAT-Group.properties +9 -0
  17. data/einvoicing-sdk/Data/Input/csr-config-example-AR.properties +9 -0
  18. data/einvoicing-sdk/Data/Input/csr-config-example-EN-VAT-group.properties +9 -0
  19. data/einvoicing-sdk/Data/Input/csr-config-example-EN.properties +9 -0
  20. data/einvoicing-sdk/Data/Input/csr-config-template.properties +9 -0
  21. data/einvoicing-sdk/Data/PIH/pih.txt +1 -0
  22. data/einvoicing-sdk/Data/Rules/schematrons/20210819_ZATCA_E-invoice_Validation_Rules.xsl +2844 -0
  23. data/einvoicing-sdk/Data/Rules/schematrons/CEN-EN16931-UBL.xsl +1973 -0
  24. data/einvoicing-sdk/Data/Samples/PDF-A3/Simplified Debit Note.pdf +0 -0
  25. data/einvoicing-sdk/Data/Samples/PDF-A3/Standard Credit Note.pdf +0 -0
  26. data/einvoicing-sdk/Data/Samples/PDF-A3/Standard Debit Note.pdf +0 -0
  27. data/einvoicing-sdk/Data/Samples/PDF-A3/Standard Invoice.pdf +0 -0
  28. data/einvoicing-sdk/Data/Samples/PDF-A3/Tax_Invoice_USD.pdf +0 -0
  29. data/einvoicing-sdk/Data/Samples/Simplified/Credit/Simplified_Credit_Note.xml +300 -0
  30. data/einvoicing-sdk/Data/Samples/Simplified/Credit/Simplified_Credit_Note_Error.xml +225 -0
  31. data/einvoicing-sdk/Data/Samples/Simplified/Debit/Simplified_Debit_Note.xml +211 -0
  32. data/einvoicing-sdk/Data/Samples/Simplified/Debit/Simplified_Debit_Note_Error.xml +226 -0
  33. data/einvoicing-sdk/Data/Samples/Simplified/Invoice/Additional_Simplified_Invoices/Out_Of_Scope_Simplified_Invoice.xml +207 -0
  34. data/einvoicing-sdk/Data/Samples/Simplified/Invoice/Additional_Simplified_Invoices/Simplified_Invoice_USD.xml +246 -0
  35. data/einvoicing-sdk/Data/Samples/Simplified/Invoice/Simplified_Invoice.xml +246 -0
  36. data/einvoicing-sdk/Data/Samples/Simplified/Invoice/Simplified_Invoice_Error.xml +228 -0
  37. data/einvoicing-sdk/Data/Samples/Standard/Credit/Standard_Credit_Note.xml +227 -0
  38. data/einvoicing-sdk/Data/Samples/Standard/Credit/Standard_Credit_Note_Error.xml +224 -0
  39. data/einvoicing-sdk/Data/Samples/Standard/Debit/Standard_Debit_Note.xml +227 -0
  40. data/einvoicing-sdk/Data/Samples/Standard/Debit/Standard_Debit_Note_Error.xml +226 -0
  41. data/einvoicing-sdk/Data/Samples/Standard/Invoice/Additional_Standard_Invoices/Exempt_Standard_Invoice.xml +227 -0
  42. data/einvoicing-sdk/Data/Samples/Standard/Invoice/Additional_Standard_Invoices/Standard_Invoice_USD.xml +227 -0
  43. data/einvoicing-sdk/Data/Samples/Standard/Invoice/Additional_Standard_Invoices/Zero_Rate_Standard_Invoice.xml +227 -0
  44. data/einvoicing-sdk/Data/Samples/Standard/Invoice/Sample Invoice[Advance Payements] - 1.xml +294 -0
  45. data/einvoicing-sdk/Data/Samples/Standard/Invoice/Sample Invoice[Advance Payements] - 2.xml +432 -0
  46. data/einvoicing-sdk/Data/Samples/Standard/Invoice/Standard_Invoice.xml +222 -0
  47. data/einvoicing-sdk/Data/Samples/Standard/Invoice/Standard_Invoice_Error.xml +228 -0
  48. data/einvoicing-sdk/Data/Schemas/xsds/UBL2.1/xsd/common/CCTS_CCT_SchemaModule-2.1.xsd +731 -0
  49. data/einvoicing-sdk/Data/Schemas/xsds/UBL2.1/xsd/common/UBL-CommonAggregateComponents-2.1.xsd +44365 -0
  50. data/einvoicing-sdk/Data/Schemas/xsds/UBL2.1/xsd/common/UBL-CommonBasicComponents-2.1.xsd +5389 -0
  51. data/einvoicing-sdk/Data/Schemas/xsds/UBL2.1/xsd/common/UBL-CommonExtensionComponents-2.1.xsd +223 -0
  52. data/einvoicing-sdk/Data/Schemas/xsds/UBL2.1/xsd/common/UBL-CommonSignatureComponents-2.1.xsd +101 -0
  53. data/einvoicing-sdk/Data/Schemas/xsds/UBL2.1/xsd/common/UBL-CoreComponentParameters-2.1.xsd +63 -0
  54. data/einvoicing-sdk/Data/Schemas/xsds/UBL2.1/xsd/common/UBL-ExtensionContentDataType-2.1.xsd +89 -0
  55. data/einvoicing-sdk/Data/Schemas/xsds/UBL2.1/xsd/common/UBL-QualifiedDataTypes-2.1.xsd +69 -0
  56. data/einvoicing-sdk/Data/Schemas/xsds/UBL2.1/xsd/common/UBL-SignatureAggregateComponents-2.1.xsd +138 -0
  57. data/einvoicing-sdk/Data/Schemas/xsds/UBL2.1/xsd/common/UBL-SignatureBasicComponents-2.1.xsd +78 -0
  58. data/einvoicing-sdk/Data/Schemas/xsds/UBL2.1/xsd/common/UBL-UnqualifiedDataTypes-2.1.xsd +553 -0
  59. data/einvoicing-sdk/Data/Schemas/xsds/UBL2.1/xsd/common/UBL-XAdESv132-2.1.xsd +476 -0
  60. data/einvoicing-sdk/Data/Schemas/xsds/UBL2.1/xsd/common/UBL-XAdESv141-2.1.xsd +25 -0
  61. data/einvoicing-sdk/Data/Schemas/xsds/UBL2.1/xsd/common/UBL-xmldsig-core-schema-2.1.xsd +330 -0
  62. data/einvoicing-sdk/Data/Schemas/xsds/UBL2.1/xsd/maindoc/UBL-Invoice-2.1.xsd +1002 -0
  63. data/einvoicing-sdk/Dockerfile +26 -0
  64. data/einvoicing-sdk/LICENSE.txt +56 -0
  65. data/einvoicing-sdk/Lib/.Net/DLL/BouncyCastle.Crypto.dll +0 -0
  66. data/einvoicing-sdk/Lib/.Net/DLL/IKVM.OpenJDK.Core.dll +0 -0
  67. data/einvoicing-sdk/Lib/.Net/DLL/IKVM.OpenJDK.Text.dll +0 -0
  68. data/einvoicing-sdk/Lib/.Net/DLL/IKVM.OpenJDK.Util.dll +0 -0
  69. data/einvoicing-sdk/Lib/.Net/DLL/IKVM.OpenJDK.XML.API.dll +0 -0
  70. data/einvoicing-sdk/Lib/.Net/DLL/IKVM.Runtime.dll +0 -0
  71. data/einvoicing-sdk/Lib/.Net/DLL/SDKNETFrameWorkLib.dll +0 -0
  72. data/einvoicing-sdk/Lib/.Net/DLL/SDKNETFrameWorkLib.dll.config +43 -0
  73. data/einvoicing-sdk/Lib/.Net/DLL/SDKNETFrameWorkLib.pdb +0 -0
  74. data/einvoicing-sdk/Lib/.Net/DLL/System.Net.Http.dll +0 -0
  75. data/einvoicing-sdk/Lib/.Net/DLL/saxon-he-10.8.dll +0 -0
  76. data/einvoicing-sdk/Lib/.Net/DLL/saxon-he-api-10.8.dll +0 -0
  77. data/einvoicing-sdk/Lib/.Net/DLL/saxon-he-api-10.8.xml +11759 -0
  78. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/.vs/SDKNETFrameworkTest/FileContentIndex/3f204b7a-faba-42d8-8288-8b6fe516555c.vsidx +0 -0
  79. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/.vs/SDKNETFrameworkTest/FileContentIndex/f95b6f91-c110-4b7a-bb49-3fc6bde85b13.vsidx +0 -0
  80. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/.vs/SDKNETFrameworkTest/FileContentIndex/read.lock +0 -0
  81. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/.vs/SDKNETFrameworkTest/v17/.suo +0 -0
  82. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/App.config +14 -0
  83. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/BouncyCastle.Crypto.dll +0 -0
  84. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/CSRGeneratorOpenSSL.cs +58 -0
  85. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/IKVM.OpenJDK.Core.dll +0 -0
  86. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/IKVM.OpenJDK.Text.dll +0 -0
  87. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/IKVM.OpenJDK.Util.dll +0 -0
  88. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/IKVM.OpenJDK.XML.API.dll +0 -0
  89. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/IKVM.Runtime.dll +0 -0
  90. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/Program.cs +194 -0
  91. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/Properties/AssemblyInfo.cs +36 -0
  92. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/Readme.txt +8 -0
  93. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/SDKNETFrameWorkLib.dll +0 -0
  94. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/SDKNETFrameWorkLib.dll.config +43 -0
  95. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/SDKNETFrameWorkLib.pdb +0 -0
  96. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/SDKNETFrameworkTest.csproj +120 -0
  97. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/SDKNETFrameworkTest.exe +0 -0
  98. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/SDKNETFrameworkTest.exe.config +20 -0
  99. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/SDKNETFrameworkTest.pdb +0 -0
  100. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/SDKNETFrameworkTest.sln +25 -0
  101. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/bin/Debug/BouncyCastle.Crypto.dll +0 -0
  102. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/bin/Debug/Data/certificate.txt +1 -0
  103. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/bin/Debug/Data/pih.txt +1 -0
  104. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/bin/Debug/Data/privateKey.txt +1 -0
  105. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/bin/Debug/IKVM.OpenJDK.Core.dll +0 -0
  106. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/bin/Debug/IKVM.OpenJDK.Text.dll +0 -0
  107. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/bin/Debug/IKVM.OpenJDK.Util.dll +0 -0
  108. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/bin/Debug/IKVM.OpenJDK.XML.API.dll +0 -0
  109. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/bin/Debug/IKVM.Runtime.dll +0 -0
  110. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/bin/Debug/SDKNETFrameWorkLib.dll +0 -0
  111. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/bin/Debug/SDKNETFrameWorkLib.dll.config +43 -0
  112. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/bin/Debug/SDKNETFrameWorkLib.pdb +0 -0
  113. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/bin/Debug/SDKNETFrameworkTest.exe +0 -0
  114. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/bin/Debug/SDKNETFrameworkTest.exe.config +20 -0
  115. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/bin/Debug/SDKNETFrameworkTest.pdb +0 -0
  116. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/bin/Debug/System.Net.Http.dll +0 -0
  117. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/bin/Debug/saxon-he-10.8.dll +0 -0
  118. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/bin/Debug/saxon-he-api-10.8.dll +0 -0
  119. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/bin/Debug/saxon-he-api-10.8.xml +11759 -0
  120. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs +4 -0
  121. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/obj/Debug/DesignTimeResolveAssemblyReferences.cache +0 -0
  122. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache +0 -0
  123. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/obj/Debug/SDKNETFrameworkTest.csproj.AssemblyReference.cache +0 -0
  124. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/obj/Debug/SDKNETFrameworkTest.csproj.CopyComplete +0 -0
  125. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/obj/Debug/SDKNETFrameworkTest.csproj.CoreCompileInputs.cache +1 -0
  126. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/obj/Debug/SDKNETFrameworkTest.csproj.FileListAbsolute.txt +22 -0
  127. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/obj/Debug/SDKNETFrameworkTest.csproj.SuggestedBindingRedirects.cache +0 -0
  128. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/obj/Debug/SDKNETFrameworkTest.exe +0 -0
  129. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/obj/Debug/SDKNETFrameworkTest.pdb +0 -0
  130. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/saxon-he-10.8.dll +0 -0
  131. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/saxon-he-api-10.8.dll +0 -0
  132. data/einvoicing-sdk/Lib/.Net/SDKNETFrameworkTest/saxon-he-api-10.8.xml +11759 -0
  133. data/einvoicing-sdk/Lib/.Net/Test/BouncyCastle.Crypto.dll +0 -0
  134. data/einvoicing-sdk/Lib/.Net/Test/IKVM.OpenJDK.Core.dll +0 -0
  135. data/einvoicing-sdk/Lib/.Net/Test/IKVM.OpenJDK.Text.dll +0 -0
  136. data/einvoicing-sdk/Lib/.Net/Test/IKVM.OpenJDK.Util.dll +0 -0
  137. data/einvoicing-sdk/Lib/.Net/Test/IKVM.OpenJDK.XML.API.dll +0 -0
  138. data/einvoicing-sdk/Lib/.Net/Test/IKVM.Runtime.dll +0 -0
  139. data/einvoicing-sdk/Lib/.Net/Test/SDKNETFrameWorkLib.dll +0 -0
  140. data/einvoicing-sdk/Lib/.Net/Test/SDKNETFrameWorkLib.dll.config +43 -0
  141. data/einvoicing-sdk/Lib/.Net/Test/SDKNETFrameWorkLib.pdb +0 -0
  142. data/einvoicing-sdk/Lib/.Net/Test/SDKNETFrameworkTest.exe +0 -0
  143. data/einvoicing-sdk/Lib/.Net/Test/SDKNETFrameworkTest.exe.config +20 -0
  144. data/einvoicing-sdk/Lib/.Net/Test/SDKNETFrameworkTest.pdb +0 -0
  145. data/einvoicing-sdk/Lib/.Net/Test/saxon-he-10.8.dll +0 -0
  146. data/einvoicing-sdk/Lib/.Net/Test/saxon-he-api-10.8.dll +0 -0
  147. data/einvoicing-sdk/Lib/.Net/Test/saxon-he-api-10.8.xml +11759 -0
  148. data/einvoicing-sdk/README.md +15 -0
  149. data/einvoicing-sdk/Readme/readme.docx +0 -0
  150. data/einvoicing-sdk/Readme/readme.md +674 -0
  151. data/einvoicing-sdk/Readme/readme.pdf +0 -0
  152. data/einvoicing-sdk/Readme/~$readme.docx +0 -0
  153. data/einvoicing-sdk/docker-compose.yml +12 -0
  154. data/einvoicing-sdk/install.bat +74 -0
  155. data/einvoicing-sdk/install.sh +74 -0
  156. data/lib/zatca/client.rb +173 -0
  157. data/lib/zatca/hacks.rb +45 -0
  158. data/lib/zatca/hashing.rb +18 -0
  159. data/lib/zatca/qr_code_extractor.rb +31 -0
  160. data/lib/zatca/qr_code_generator.rb +9 -2
  161. data/lib/zatca/signing/certificate.rb +78 -0
  162. data/lib/zatca/signing/csr.rb +220 -0
  163. data/lib/zatca/signing/ecdsa.rb +59 -0
  164. data/lib/zatca/tag.rb +18 -8
  165. data/lib/zatca/tags.rb +5 -1
  166. data/lib/zatca/tags_schema.rb +5 -5
  167. data/lib/zatca/types.rb +7 -0
  168. data/lib/zatca/ubl/base_component.rb +142 -0
  169. data/lib/zatca/ubl/builder.rb +166 -0
  170. data/lib/zatca/ubl/common_aggregate_components/allowance_charge.rb +64 -0
  171. data/lib/zatca/ubl/common_aggregate_components/classified_tax_category.rb +25 -0
  172. data/lib/zatca/ubl/common_aggregate_components/delivery.rb +27 -0
  173. data/lib/zatca/ubl/common_aggregate_components/invoice_line.rb +63 -0
  174. data/lib/zatca/ubl/common_aggregate_components/item.rb +21 -0
  175. data/lib/zatca/ubl/common_aggregate_components/legal_monetary_total.rb +59 -0
  176. data/lib/zatca/ubl/common_aggregate_components/party.rb +28 -0
  177. data/lib/zatca/ubl/common_aggregate_components/party_identification.rb +25 -0
  178. data/lib/zatca/ubl/common_aggregate_components/party_legal_entity.rb +19 -0
  179. data/lib/zatca/ubl/common_aggregate_components/party_tax_scheme.rb +30 -0
  180. data/lib/zatca/ubl/common_aggregate_components/postal_address.rb +59 -0
  181. data/lib/zatca/ubl/common_aggregate_components/price.rb +20 -0
  182. data/lib/zatca/ubl/common_aggregate_components/tax_category.rb +56 -0
  183. data/lib/zatca/ubl/common_aggregate_components/tax_total.rb +58 -0
  184. data/lib/zatca/ubl/common_aggregate_components.rb +2 -0
  185. data/lib/zatca/ubl/invoice.rb +481 -0
  186. data/lib/zatca/ubl/invoice_subtype_builder.rb +50 -0
  187. data/lib/zatca/ubl/signing/cert.rb +48 -0
  188. data/lib/zatca/ubl/signing/invoice_signed_data_reference.rb +44 -0
  189. data/lib/zatca/ubl/signing/key_info.rb +25 -0
  190. data/lib/zatca/ubl/signing/object.rb +20 -0
  191. data/lib/zatca/ubl/signing/qualifying_properties.rb +27 -0
  192. data/lib/zatca/ubl/signing/signature.rb +50 -0
  193. data/lib/zatca/ubl/signing/signature_information.rb +19 -0
  194. data/lib/zatca/ubl/signing/signature_properties_reference.rb +26 -0
  195. data/lib/zatca/ubl/signing/signed_info.rb +21 -0
  196. data/lib/zatca/ubl/signing/signed_properties.rb +81 -0
  197. data/lib/zatca/ubl/signing/signed_signature_properties.rb +23 -0
  198. data/lib/zatca/ubl/signing/ubl_document_signatures.rb +25 -0
  199. data/lib/zatca/ubl/signing/ubl_extension.rb +22 -0
  200. data/lib/zatca/ubl/signing/ubl_extensions.rb +17 -0
  201. data/lib/zatca/ubl/signing.rb +2 -0
  202. data/lib/zatca/ubl.rb +2 -0
  203. data/lib/zatca/version.rb +1 -1
  204. data/lib/zatca.rb +27 -3
  205. data/zatca.gemspec +52 -0
  206. metadata +318 -10
  207. data/Gemfile.lock +0 -100
@@ -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
+ -->