@nfewizard/shared 1.0.0

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 (711) hide show
  1. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/adapters/SchemaLoader.d.ts +4 -0
  2. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/adapters/SchemaLoader.js +44 -0
  3. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/adapters/SchemaLoader.js.map +1 -0
  4. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/adapters/XmlBuilder.d.ts +31 -0
  5. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/adapters/XmlBuilder.js +119 -0
  6. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/adapters/XmlBuilder.js.map +1 -0
  7. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/adapters/index.d.ts +7 -0
  8. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/adapters/index.js +8 -0
  9. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/adapters/index.js.map +1 -0
  10. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/BaseNFe.d.ts +35 -0
  11. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/BaseNFe.js +95 -0
  12. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/BaseNFe.js.map +1 -0
  13. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/GerarConsulta.d.ts +18 -0
  14. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/GerarConsulta.js +61 -0
  15. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/GerarConsulta.js.map +1 -0
  16. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/SaveFiles.d.ts +12 -0
  17. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/SaveFiles.js +59 -0
  18. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/SaveFiles.js.map +1 -0
  19. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/index.d.ts +8 -0
  20. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/index.js +9 -0
  21. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/index.js.map +1 -0
  22. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/config/CTeServicosUrl.json +8 -0
  23. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/config/NFeServicosUrl.json +1383 -0
  24. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/config/cStatError.json +678 -0
  25. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/config/soapMethod.json +46 -0
  26. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/AxiosHttpClient.d.ts +6 -0
  27. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/AxiosHttpClient.js +12 -0
  28. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/AxiosHttpClient.js.map +1 -0
  29. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/Environment.d.ts +21 -0
  30. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/Environment.js +81 -0
  31. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/Environment.js.map +1 -0
  32. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/HttpClientBuilder.d.ts +11 -0
  33. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/HttpClientBuilder.js +29 -0
  34. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/HttpClientBuilder.js.map +1 -0
  35. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/LoadCertificate.d.ts +11 -0
  36. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/LoadCertificate.js +176 -0
  37. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/LoadCertificate.js.map +1 -0
  38. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/ValidateEnvironment.d.ts +9 -0
  39. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/ValidateEnvironment.js +77 -0
  40. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/ValidateEnvironment.js.map +1 -0
  41. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/index.d.ts +10 -0
  42. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/index.js +11 -0
  43. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/index.js.map +1 -0
  44. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/ErrorContext.d.ts +39 -0
  45. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/ErrorContext.js +98 -0
  46. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/ErrorContext.js.map +1 -0
  47. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/JsonArrayTransporter.d.ts +21 -0
  48. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/JsonArrayTransporter.js +84 -0
  49. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/JsonArrayTransporter.js.map +1 -0
  50. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/index.d.ts +8 -0
  51. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/index.js +8 -0
  52. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/index.js.map +1 -0
  53. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/logger.d.ts +22 -0
  54. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/logger.js +139 -0
  55. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/logger.js.map +1 -0
  56. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/index.d.ts +10 -0
  57. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/index.js +16 -0
  58. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/index.js.map +1 -0
  59. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/adapters/SchemaLoader.d.ts +4 -0
  60. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/adapters/SchemaLoader.js +44 -0
  61. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/adapters/SchemaLoader.js.map +1 -0
  62. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/adapters/XmlBuilder.d.ts +31 -0
  63. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/adapters/XmlBuilder.js +119 -0
  64. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/adapters/XmlBuilder.js.map +1 -0
  65. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/adapters/index.d.ts +7 -0
  66. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/adapters/index.js +8 -0
  67. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/adapters/index.js.map +1 -0
  68. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/base/BaseNFe.d.ts +35 -0
  69. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/base/BaseNFe.js +95 -0
  70. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/base/BaseNFe.js.map +1 -0
  71. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/base/GerarConsulta.d.ts +18 -0
  72. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/base/GerarConsulta.js +61 -0
  73. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/base/GerarConsulta.js.map +1 -0
  74. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/base/SaveFiles.d.ts +12 -0
  75. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/base/SaveFiles.js +59 -0
  76. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/base/SaveFiles.js.map +1 -0
  77. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/base/index.d.ts +8 -0
  78. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/base/index.js +9 -0
  79. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/base/index.js.map +1 -0
  80. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/config/CTeServicosUrl.json +8 -0
  81. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/config/NFeServicosUrl.json +1383 -0
  82. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/config/cStatError.json +678 -0
  83. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/config/soapMethod.json +46 -0
  84. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/AxiosHttpClient.d.ts +6 -0
  85. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/AxiosHttpClient.js +12 -0
  86. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/AxiosHttpClient.js.map +1 -0
  87. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/Environment.d.ts +21 -0
  88. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/Environment.js +81 -0
  89. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/Environment.js.map +1 -0
  90. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/HttpClientBuilder.d.ts +11 -0
  91. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/HttpClientBuilder.js +29 -0
  92. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/HttpClientBuilder.js.map +1 -0
  93. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/LoadCertificate.d.ts +11 -0
  94. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/LoadCertificate.js +176 -0
  95. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/LoadCertificate.js.map +1 -0
  96. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/ValidateEnvironment.d.ts +9 -0
  97. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/ValidateEnvironment.js +77 -0
  98. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/ValidateEnvironment.js.map +1 -0
  99. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/index.d.ts +10 -0
  100. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/index.js +11 -0
  101. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/index.js.map +1 -0
  102. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/exceptions/ErrorContext.d.ts +39 -0
  103. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/exceptions/ErrorContext.js +98 -0
  104. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/exceptions/ErrorContext.js.map +1 -0
  105. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/exceptions/JsonArrayTransporter.d.ts +21 -0
  106. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/exceptions/JsonArrayTransporter.js +84 -0
  107. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/exceptions/JsonArrayTransporter.js.map +1 -0
  108. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/exceptions/index.d.ts +8 -0
  109. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/exceptions/index.js +8 -0
  110. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/exceptions/index.js.map +1 -0
  111. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/exceptions/logger.d.ts +22 -0
  112. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/exceptions/logger.js +139 -0
  113. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/exceptions/logger.js.map +1 -0
  114. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/index.d.ts +10 -0
  115. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/index.js +16 -0
  116. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/index.js.map +1 -0
  117. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/NFEImposto.d.ts +4 -0
  118. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/NFEImposto.js +212 -0
  119. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/NFEImposto.js.map +1 -0
  120. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/Utility.d.ts +91 -0
  121. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/Utility.js +516 -0
  122. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/Utility.js.map +1 -0
  123. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/ValidaCPFCNPJ.d.ts +11 -0
  124. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/ValidaCPFCNPJ.js +125 -0
  125. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/ValidaCPFCNPJ.js.map +1 -0
  126. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/XmlParser.d.ts +18 -0
  127. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/XmlParser.js +174 -0
  128. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/XmlParser.js.map +1 -0
  129. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/getCodIBGE.d.ts +1 -0
  130. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/getCodIBGE.js +50 -0
  131. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/getCodIBGE.js.map +1 -0
  132. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/getDesTipoPag.d.ts +1 -0
  133. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/getDesTipoPag.js +42 -0
  134. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/getDesTipoPag.js.map +1 -0
  135. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/index.d.ts +11 -0
  136. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/index.js +12 -0
  137. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/index.js.map +1 -0
  138. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/tsconfig.tsbuildinfo +1 -0
  139. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/NFEImposto.d.ts +4 -0
  140. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/NFEImposto.js +212 -0
  141. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/NFEImposto.js.map +1 -0
  142. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/Utility.d.ts +91 -0
  143. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/Utility.js +516 -0
  144. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/Utility.js.map +1 -0
  145. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/ValidaCPFCNPJ.d.ts +11 -0
  146. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/ValidaCPFCNPJ.js +125 -0
  147. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/ValidaCPFCNPJ.js.map +1 -0
  148. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/XmlParser.d.ts +18 -0
  149. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/XmlParser.js +174 -0
  150. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/XmlParser.js.map +1 -0
  151. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/getCodIBGE.d.ts +1 -0
  152. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/getCodIBGE.js +50 -0
  153. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/getCodIBGE.js.map +1 -0
  154. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/getDesTipoPag.d.ts +1 -0
  155. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/getDesTipoPag.js +42 -0
  156. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/getDesTipoPag.js.map +1 -0
  157. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/index.d.ts +11 -0
  158. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/index.js +12 -0
  159. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/index.js.map +1 -0
  160. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/tsconfig.tsbuildinfo +1 -0
  161. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/cte/CTEDistribuicaoDFe.d.ts +47 -0
  162. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/cte/CTEDistribuicaoDFe.js +18 -0
  163. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/cte/CTEDistribuicaoDFe.js.map +1 -0
  164. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/EmailConfig.d.ts +65 -0
  165. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/EmailConfig.js +18 -0
  166. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/EmailConfig.js.map +1 -0
  167. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFEAutorizacao.d.ts +5866 -0
  168. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFEAutorizacao.js +30 -0
  169. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFEAutorizacao.js.map +1 -0
  170. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFEDistribuicaoDFe.d.ts +70 -0
  171. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFEDistribuicaoDFe.js +18 -0
  172. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFEDistribuicaoDFe.js.map +1 -0
  173. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFEInutilizacao.d.ts +10 -0
  174. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFEInutilizacao.js +18 -0
  175. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFEInutilizacao.js.map +1 -0
  176. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFERecepcaoEvento.d.ts +575 -0
  177. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFERecepcaoEvento.js +18 -0
  178. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFERecepcaoEvento.js.map +1 -0
  179. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFeWizard.d.ts +174 -0
  180. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFeWizard.js +2 -0
  181. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFeWizard.js.map +1 -0
  182. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/index.d.ts +8 -0
  183. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/index.js +25 -0
  184. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/index.js.map +1 -0
  185. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/LoadCertificate.d.ts +11 -0
  186. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/LoadCertificate.js +2 -0
  187. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/LoadCertificate.js.map +1 -0
  188. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/NFEDanfeGenerator.d.ts +32 -0
  189. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/NFEDanfeGenerator.js +18 -0
  190. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/NFEDanfeGenerator.js.map +1 -0
  191. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/Utils.d.ts +29 -0
  192. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/Utils.js +18 -0
  193. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/Utils.js.map +1 -0
  194. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/index.d.ts +49 -0
  195. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/index.js +20 -0
  196. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/index.js.map +1 -0
  197. package/LICENSE.txt +221 -0
  198. package/README.md +23 -0
  199. package/dist/index.cjs +3672 -0
  200. package/dist/index.cjs.map +1 -0
  201. package/dist/index.mjs +3631 -0
  202. package/dist/index.mjs.map +1 -0
  203. package/dist/src/adapters/SchemaLoader.d.ts +4 -0
  204. package/dist/src/adapters/XmlBuilder.d.ts +31 -0
  205. package/dist/src/adapters/index.d.ts +7 -0
  206. package/dist/src/base/BaseNFe.d.ts +35 -0
  207. package/dist/src/base/GerarConsulta.d.ts +18 -0
  208. package/dist/src/base/SaveFiles.d.ts +12 -0
  209. package/dist/src/base/index.d.ts +8 -0
  210. package/dist/src/environment/AxiosHttpClient.d.ts +6 -0
  211. package/dist/src/environment/Environment.d.ts +21 -0
  212. package/dist/src/environment/HttpClientBuilder.d.ts +11 -0
  213. package/dist/src/environment/LoadCertificate.d.ts +11 -0
  214. package/dist/src/environment/ValidateEnvironment.d.ts +9 -0
  215. package/dist/src/environment/index.d.ts +10 -0
  216. package/dist/src/exceptions/ErrorContext.d.ts +39 -0
  217. package/dist/src/exceptions/JsonArrayTransporter.d.ts +21 -0
  218. package/dist/src/exceptions/index.d.ts +8 -0
  219. package/dist/src/exceptions/logger.d.ts +22 -0
  220. package/dist/src/index.d.ts +10 -0
  221. package/dist/src/utils/NFEImposto.d.ts +4 -0
  222. package/dist/src/utils/Utility.d.ts +91 -0
  223. package/dist/src/utils/ValidaCPFCNPJ.d.ts +11 -0
  224. package/dist/src/utils/XmlParser.d.ts +18 -0
  225. package/dist/src/utils/getCodIBGE.d.ts +1 -0
  226. package/dist/src/utils/getDesTipoPag.d.ts +1 -0
  227. package/dist/src/utils/index.d.ts +11 -0
  228. package/dist/tsconfig.tsbuildinfo +1 -0
  229. package/package.json +68 -0
  230. package/resources/certs/AC CertiSign.crt +22 -0
  231. package/resources/certs/AC-A-DIGIFORTE-RFB.crt +39 -0
  232. package/resources/certs/AC-ACD-v5.crt +40 -0
  233. package/resources/certs/AC-CERTISIGN-ICP-BRASIL-CODE.crt +45 -0
  234. package/resources/certs/AC-CERTISIGN-ICP-BRASIL-SSL-G2.crt +47 -0
  235. package/resources/certs/AC-Certisign-ICP-Brasil-SSL-EV-G3.crt +49 -0
  236. package/resources/certs/AC-Certisign-ICP-Brasil-SSL-EV-G4.crt +49 -0
  237. package/resources/certs/AC-DIGITAL-MAIS.crt +36 -0
  238. package/resources/certs/AC-INFOCO-DIGITAL-v5.crt +40 -0
  239. package/resources/certs/AC-PRIME-v5.crt +40 -0
  240. package/resources/certs/AC-PRODESP-RFB-v1.crt +41 -0
  241. package/resources/certs/AC-PRODESP-SP-SSL.crt +47 -0
  242. package/resources/certs/AC-PRODESP-SP.crt +36 -0
  243. package/resources/certs/AC-QUALITYCERT-v5.crt +40 -0
  244. package/resources/certs/AC-REDEBRASIL-v5.crt +40 -0
  245. package/resources/certs/AC-REDEBRASILv5.crt +40 -0
  246. package/resources/certs/AC-SERASA-SSL-EV-V2.crt +45 -0
  247. package/resources/certs/AC-SERASA-SSL-EV-V3.crt +45 -0
  248. package/resources/certs/AC-SERASA-SSL-EV-V4.crt +45 -0
  249. package/resources/certs/AC-SERPRO-SSLv1-v10.crt +40 -0
  250. package/resources/certs/AC-SOLUTI-CS-EV.crt +43 -0
  251. package/resources/certs/AC-SOLUTI-SSL-EV-G2.crt +43 -0
  252. package/resources/certs/AC-SOLUTI-SSL-EV-G3.crt +44 -0
  253. package/resources/certs/AC-SOLUTI-SSL-EV-G4.crt +44 -0
  254. package/resources/certs/AC-SOLUTI-SSL-EV.crt +41 -0
  255. package/resources/certs/AC-SOLUTI-v5-G2.crt +36 -0
  256. package/resources/certs/AC-SyngularID.crt +36 -0
  257. package/resources/certs/AC-VALID-CODE-SIGNING.crt +43 -0
  258. package/resources/certs/AC-VALID-SSL-EV.crt +44 -0
  259. package/resources/certs/ACIMESP1n.crt +26 -0
  260. package/resources/certs/ACIMPRENSAOFICIALRFBSSL.crt +41 -0
  261. package/resources/certs/ACImprensaOficial_18072011.crt +0 -0
  262. package/resources/certs/ACSyngularIDMultipla0.crt +42 -0
  263. package/resources/certs/AC_A_R_A_CERTIFICACAO_DIGITAL_v5.crt +41 -0
  264. package/resources/certs/AC_BR_RFB_G2.crt +27 -0
  265. package/resources/certs/AC_BR_RFB_G3.crt +39 -0
  266. package/resources/certs/AC_BR_RFB_G4.crt +39 -0
  267. package/resources/certs/AC_BoaVista.crt +36 -0
  268. package/resources/certs/AC_BoaVista_Certificadora.crt +44 -0
  269. package/resources/certs/AC_Boa_Vista_RFB.crt +39 -0
  270. package/resources/certs/AC_CACB_CD.crt +40 -0
  271. package/resources/certs/AC_CACB_RFB.crt +41 -0
  272. package/resources/certs/AC_CACB_RFB_G2.crt +41 -0
  273. package/resources/certs/AC_CAIXA_PF_1v2.crt +37 -0
  274. package/resources/certs/AC_CAIXA_PJ-SSL_v2.crt +38 -0
  275. package/resources/certs/AC_CAIXA_PJ_1v2.crt +37 -0
  276. package/resources/certs/AC_CAIXA_v2.crt +36 -0
  277. package/resources/certs/AC_CCN_COMPANHIA_CERTIFICADORA_NACIONAL_v5.crt +41 -0
  278. package/resources/certs/AC_CERTBANK_v5.crt +41 -0
  279. package/resources/certs/AC_CERTDATA_BRASIL.crt +41 -0
  280. package/resources/certs/AC_CERTIFICA_ANAPOLIS_v5_G2.crt +41 -0
  281. package/resources/certs/AC_CERTIFICA_MINAS_v5.crt +40 -0
  282. package/resources/certs/AC_CERTIPE_CD.crt +40 -0
  283. package/resources/certs/AC_CERTISIGN-JUS_CODESIGNING_G6.crt +39 -0
  284. package/resources/certs/AC_CERTISIGN-JUS_G5.crt +38 -0
  285. package/resources/certs/AC_CERTISIGN-JUS_SSL_G6.crt +38 -0
  286. package/resources/certs/AC_CERTMAIS_CD.crt +40 -0
  287. package/resources/certs/AC_CNDL_RFB.crt +39 -0
  288. package/resources/certs/AC_CNDL_RFB_v2.crt +39 -0
  289. package/resources/certs/AC_CNDL_RFB_v3.crt +39 -0
  290. package/resources/certs/AC_CONSULTI_BRASIL_RFB.crt +39 -0
  291. package/resources/certs/AC_CONSULTI_RFB.crt +39 -0
  292. package/resources/certs/AC_Caixa.crt +23 -0
  293. package/resources/certs/AC_Caixa_JUS_v1.crt +29 -0
  294. package/resources/certs/AC_Caixa_JUS_v2.crt +39 -0
  295. package/resources/certs/AC_Caixa_PF-1_v1.crt +30 -0
  296. package/resources/certs/AC_Caixa_PF_v1.crt +32 -0
  297. package/resources/certs/AC_Caixa_PF_v2.crt +41 -0
  298. package/resources/certs/AC_Caixa_PJ-1_v1.crt +30 -0
  299. package/resources/certs/AC_Caixa_PJ_v1.crt +32 -0
  300. package/resources/certs/AC_Caixa_PJ_v2.crt +45 -0
  301. package/resources/certs/AC_Caixa_SPB.crt +39 -0
  302. package/resources/certs/AC_Caixa_v1.crt +25 -0
  303. package/resources/certs/AC_CertiSign_JUS.crt +0 -0
  304. package/resources/certs/AC_CertiSign_V3.crt +25 -0
  305. package/resources/certs/AC_Certifica_Anapolis_v5.crt +43 -0
  306. package/resources/certs/AC_Certisign_G3.crt +25 -0
  307. package/resources/certs/AC_Certisign_G6.crt +36 -0
  308. package/resources/certs/AC_Certisign_G7.crt +36 -0
  309. package/resources/certs/AC_Certisign_G8.crt +36 -0
  310. package/resources/certs/AC_Certisign_JUS_G2.crt +38 -0
  311. package/resources/certs/AC_Certisign_JUS_G3.crt +39 -0
  312. package/resources/certs/AC_Certisign_JUS_G6.crt +38 -0
  313. package/resources/certs/AC_Certisign_Multipla_CodeSigning.crt +41 -0
  314. package/resources/certs/AC_Certisign_Multipla_G3.crt +38 -0
  315. package/resources/certs/AC_Certisign_Multipla_G5.crt +49 -0
  316. package/resources/certs/AC_Certisign_Multipla_G6.crt +49 -0
  317. package/resources/certs/AC_Certisign_Multipla_G7.crt +50 -0
  318. package/resources/certs/AC_Certisign_Multipla_SSL.crt +41 -0
  319. package/resources/certs/AC_Certisign_OM-BR.crt +21 -0
  320. package/resources/certs/AC_Certisign_RFB_G3.crt +29 -0
  321. package/resources/certs/AC_Certisign_RFB_G4.crt +41 -0
  322. package/resources/certs/AC_Certisign_RFB_G5.crt +41 -0
  323. package/resources/certs/AC_Certisign_SPB_G3.crt +27 -0
  324. package/resources/certs/AC_Certisign_SPB_G5.crt +38 -0
  325. package/resources/certs/AC_Certisign_SPB_G6.crt +39 -0
  326. package/resources/certs/AC_Certisign_Tempo_G1.crt +39 -0
  327. package/resources/certs/AC_Certisign_Tempo_G2.crt +41 -0
  328. package/resources/certs/AC_DIGISEC_v5.crt +40 -0
  329. package/resources/certs/AC_DIGITALSIGN_ACP_G2.crt +36 -0
  330. package/resources/certs/AC_DIGITALSIGN_G2.crt +50 -0
  331. package/resources/certs/AC_DIGITALSIGN_RFB_G2.crt +42 -0
  332. package/resources/certs/AC_DIGITALSIGN_RFB_G3.crt +41 -0
  333. package/resources/certs/AC_DIGITALSIGN_SSL.crt +41 -0
  334. package/resources/certs/AC_DIGITAL_MULTIPLA_G1.crt +40 -0
  335. package/resources/certs/AC_DIGITAL_v5.crt +40 -0
  336. package/resources/certs/AC_DOCCLOUD.crt +36 -0
  337. package/resources/certs/AC_DOCCLOUD_RFB.crt +39 -0
  338. package/resources/certs/AC_DOCCLOUD_RFB_v2.crt +39 -0
  339. package/resources/certs/AC_Defesa_v5.crt +49 -0
  340. package/resources/certs/AC_Digital.crt +46 -0
  341. package/resources/certs/AC_Digitalsign.crt +50 -0
  342. package/resources/certs/AC_Digitalsign_ACP.crt +36 -0
  343. package/resources/certs/AC_Digitalsign_RFB.crt +41 -0
  344. package/resources/certs/AC_EGBA_MULTIPLA.crt +45 -0
  345. package/resources/certs/AC_EGBA_Multipla_G2.crt +47 -0
  346. package/resources/certs/AC_EGBA_RFB.crt +41 -0
  347. package/resources/certs/AC_FCDL_SC_v5.crt +40 -0
  348. package/resources/certs/AC_FCDL_SC_v5_G2.crt +41 -0
  349. package/resources/certs/AC_FENACOR_RFB.crt +42 -0
  350. package/resources/certs/AC_Fenacon_Certisign_RFB_G2.crt +27 -0
  351. package/resources/certs/AC_Fenacon_Certisign_RFB_G3.crt +39 -0
  352. package/resources/certs/AC_IMESP_RFB_G2.crt +29 -0
  353. package/resources/certs/AC_IMESP_RFB_G3_retirar_repositorio.crt +41 -0
  354. package/resources/certs/AC_INTERCERT_v5.crt +40 -0
  355. package/resources/certs/AC_Imprensa_Oficial.crt +36 -0
  356. package/resources/certs/AC_Imprensa_Oficial_G2.crt +38 -0
  357. package/resources/certs/AC_Imprensa_Oficial_G3.crt +57 -0
  358. package/resources/certs/AC_Imprensa_Oficial_G4.crt +51 -0
  359. package/resources/certs/AC_Imprensa_Oficial_SP.crt +0 -0
  360. package/resources/certs/AC_Imprensa_Oficial_SP_G2.crt +24 -0
  361. package/resources/certs/AC_Imprensa_Oficial_SP_G3.crt +36 -0
  362. package/resources/certs/AC_Imprensa_Oficial_SP_G4.crt +36 -0
  363. package/resources/certs/AC_Imprensa_Oficial_SP_RFB_G3.crt +41 -0
  364. package/resources/certs/AC_Imprensa_Oficial_SP_RFB_G4.crt +41 -0
  365. package/resources/certs/AC_Imprensa_Oficial_SP_RFB_G5.crt +41 -0
  366. package/resources/certs/AC_Imprensa_Oficial_SSL.crt +42 -0
  367. package/resources/certs/AC_Instituto_Fenacom_RFB.crt +30 -0
  368. package/resources/certs/AC_Instituto_Fenacon.crt +38 -0
  369. package/resources/certs/AC_Instituto_Fenacon_G2.crt +49 -0
  370. package/resources/certs/AC_Instituto_Fenacon_G3.crt +50 -0
  371. package/resources/certs/AC_Instituto_Fenacon_G4.crt +51 -0
  372. package/resources/certs/AC_Instituto_Fenacon_RFB_G2.crt +41 -0
  373. package/resources/certs/AC_Instituto_Fenacon_RFB_G3.crt +41 -0
  374. package/resources/certs/AC_JUS_v6.crt +37 -0
  375. package/resources/certs/AC_LINK_CD.crt +40 -0
  376. package/resources/certs/AC_LINK_RFB.crt +39 -0
  377. package/resources/certs/AC_LINK_RFB_v2.crt +39 -0
  378. package/resources/certs/AC_MAXIMUS_TECNOLOGIA_E_EVENTOS_v5.crt +41 -0
  379. package/resources/certs/AC_MAXIMUS_TECNOLOGIA_E_EVENTOS_v5_G2.crt +41 -0
  380. package/resources/certs/AC_META_CERTIFICADO_DIGITAL_CD.crt +40 -0
  381. package/resources/certs/AC_Notarial_RFB_G2.crt +27 -0
  382. package/resources/certs/AC_Notarial_RFB_G3.crt +39 -0
  383. package/resources/certs/AC_Notarial_RFB_G4.crt +39 -0
  384. package/resources/certs/AC_OAB_G3.crt +39 -0
  385. package/resources/certs/AC_ONLINEBRASIL_v5.crt +41 -0
  386. package/resources/certs/AC_ONLINE_RFB_v5.crt +40 -0
  387. package/resources/certs/AC_Oab.crt +27 -0
  388. package/resources/certs/AC_Oab_G2.crt +38 -0
  389. package/resources/certs/AC_Online_Brasil.crt +43 -0
  390. package/resources/certs/AC_Online_RFB.crt +39 -0
  391. package/resources/certs/AC_PETROBRAS_G4.crt +44 -0
  392. package/resources/certs/AC_PLANO_DIGITAL_CD.crt +40 -0
  393. package/resources/certs/AC_PREMIUM_CERTIFICADORA_DIGITAL_CD.crt +40 -0
  394. package/resources/certs/AC_PRODEMGE_G4.crt +44 -0
  395. package/resources/certs/AC_PRODESP_v1.crt +49 -0
  396. package/resources/certs/AC_Petrobras_G2.crt +30 -0
  397. package/resources/certs/AC_Petrobras_G3.crt +41 -0
  398. package/resources/certs/AC_Prodemge_G2.crt +32 -0
  399. package/resources/certs/AC_Prodemge_G3.crt +43 -0
  400. package/resources/certs/AC_Prodemge_RFB.crt +41 -0
  401. package/resources/certs/AC_Prodemge_RFB_G2.crt +29 -0
  402. package/resources/certs/AC_Prodemge_RFB_G3.crt +41 -0
  403. package/resources/certs/AC_Prodemge_RFB_G4.crt +41 -0
  404. package/resources/certs/AC_Prodest_RFB.crt +27 -0
  405. package/resources/certs/AC_Prodest_RFB_v2.crt +39 -0
  406. package/resources/certs/AC_REDE_BRASIL_v5_G2.crt +41 -0
  407. package/resources/certs/AC_REDE_IDEIA_CD.crt +40 -0
  408. package/resources/certs/AC_REDE_IDEIA_RFB.crt +39 -0
  409. package/resources/certs/AC_SAFEIDBRASIL.crt +41 -0
  410. package/resources/certs/AC_SAFETECH_CD.crt +40 -0
  411. package/resources/certs/AC_SAFEWEB_CD.crt +40 -0
  412. package/resources/certs/AC_SAFEWEB_RFB_v5.crt +39 -0
  413. package/resources/certs/AC_SAFEWEB_TIMESTAMPING.crt +40 -0
  414. package/resources/certs/AC_SEGURA_ID_v5.crt +41 -0
  415. package/resources/certs/AC_SEMPRE_CD.crt +40 -0
  416. package/resources/certs/AC_SEMPRE_RFB_v2.crt +39 -0
  417. package/resources/certs/AC_SENHA_DIGITAL_BRASIL.crt +41 -0
  418. package/resources/certs/AC_SERPRO_JUS_v5.crt +37 -0
  419. package/resources/certs/AC_SIC_BRASIL.crt +41 -0
  420. package/resources/certs/AC_SIC_RFB.crt +40 -0
  421. package/resources/certs/AC_SIG_BRASIL.crt +41 -0
  422. package/resources/certs/AC_SINCOR_G4.crt +46 -0
  423. package/resources/certs/AC_SINCOR_RIO_RFB_G2.crt +41 -0
  424. package/resources/certs/AC_SOLUTI-JUS_CODESIGNING_v5.crt +40 -0
  425. package/resources/certs/AC_SOLUTI-JUS_SSL_v5.crt +40 -0
  426. package/resources/certs/AC_SOLUTI-JUS_v5.crt +40 -0
  427. package/resources/certs/AC_SOLUTI_Multipla_CODESIGNING.crt +43 -0
  428. package/resources/certs/AC_SOLUTI_Multipla_SSL.crt +43 -0
  429. package/resources/certs/AC_SOLUTI_Multipla_TIMESTAMPING.crt +42 -0
  430. package/resources/certs/AC_SOLUTI_Multipla_TIMESTAMPING_v5.crt +39 -0
  431. package/resources/certs/AC_SOLUTI_Multipla_v5.crt +40 -0
  432. package/resources/certs/AC_SOLUTI_Multipla_v5_G2.crt +41 -0
  433. package/resources/certs/AC_SOLUTI_RFB_V5.crt +41 -0
  434. package/resources/certs/AC_Safeweb_RFB.crt +39 -0
  435. package/resources/certs/AC_Safeweb_v12.crt +36 -0
  436. package/resources/certs/AC_Safeweb_v5.crt +36 -0
  437. package/resources/certs/AC_Secretaria_da_Receita_Federal_do_Brasil_v3.crt +37 -0
  438. package/resources/certs/AC_Secretaria_da_Receita_Federal_do_Brasil_v4.crt +37 -0
  439. package/resources/certs/AC_Serasa_ACP.crt +0 -0
  440. package/resources/certs/AC_Serasa_Autoridade_Certificadora_Principal.crt +0 -0
  441. package/resources/certs/AC_Serasa_JUS.crt +0 -0
  442. package/resources/certs/AC_Serasa_JUS_v1.crt +37 -0
  443. package/resources/certs/AC_Serasa_JUS_v2.crt +42 -0
  444. package/resources/certs/AC_Serasa_JUS_v5.crt +38 -0
  445. package/resources/certs/AC_Serasa_RFB.crt +31 -0
  446. package/resources/certs/AC_Serasa_RFB_v2.crt +42 -0
  447. package/resources/certs/AC_Serasa_RFB_v5.crt +42 -0
  448. package/resources/certs/AC_Serpro_JUS_v3.crt +29 -0
  449. package/resources/certs/AC_Serpro_JUS_v4.crt +39 -0
  450. package/resources/certs/AC_Serpro_JUS_v5_erro_retirado_repositorio.crt +37 -0
  451. package/resources/certs/AC_Serpro_RFB.crt +28 -0
  452. package/resources/certs/AC_Serpro_RFB_v3.crt +40 -0
  453. package/resources/certs/AC_Serpro_RFB_v4.crt +40 -0
  454. package/resources/certs/AC_Sincor_G2.crt +34 -0
  455. package/resources/certs/AC_Sincor_G3.crt +44 -0
  456. package/resources/certs/AC_Sincor_RFB_G2.crt +29 -0
  457. package/resources/certs/AC_Sincor_RFB_G4.crt +41 -0
  458. package/resources/certs/AC_Sincor_RFB_G5.crt +41 -0
  459. package/resources/certs/AC_Sincor_Rio_RFB_G1.crt +41 -0
  460. package/resources/certs/AC_Solucao_Digital_Multipla.crt +42 -0
  461. package/resources/certs/AC_Soluti.crt +36 -0
  462. package/resources/certs/AC_Soluti_JUS_v1.crt +46 -0
  463. package/resources/certs/AC_Soluti_Multipla_v1.crt +46 -0
  464. package/resources/certs/AC_Soluti_OM-BR.crt +21 -0
  465. package/resources/certs/AC_Soluti_RFB.crt +41 -0
  466. package/resources/certs/AC_Soluti_v5.crt +36 -0
  467. package/resources/certs/AC_SyngularID_Multipla.crt +42 -0
  468. package/resources/certs/AC_VALID-JUS_CODESIGNING_v5.crt +39 -0
  469. package/resources/certs/AC_VALID-JUS_SSL_v5.crt +38 -0
  470. package/resources/certs/AC_VALID-JUS_v5.crt +38 -0
  471. package/resources/certs/AC_VALID_BRASIL_CODESIGNING.crt +42 -0
  472. package/resources/certs/AC_VALID_BRASIL_SSL.crt +41 -0
  473. package/resources/certs/AC_VALID_BRASIL_v5.crt +41 -0
  474. package/resources/certs/AC_VALID_PLUS_CODESIGNING.crt +42 -0
  475. package/resources/certs/AC_VALID_PLUS_SSL.crt +41 -0
  476. package/resources/certs/AC_VALID_PLUS_TIMESTAMPING.crt +42 -0
  477. package/resources/certs/AC_VALID_PLUS_v5.crt +49 -0
  478. package/resources/certs/AC_VALID_RFB_v5.crt +39 -0
  479. package/resources/certs/AC_VALID_SPB_v5.crt +38 -0
  480. package/resources/certs/AC_VALID_V12.crt +36 -0
  481. package/resources/certs/AC_VALID_v5.crt +36 -0
  482. package/resources/certs/AC_Valid_Brasil.crt +43 -0
  483. package/resources/certs/AC_Valid_JUS_v4.crt +41 -0
  484. package/resources/certs/AC_Valid_PLUS.crt +55 -0
  485. package/resources/certs/AC_Valid_RFB.crt +39 -0
  486. package/resources/certs/AC_Valid_SPB.crt +40 -0
  487. package/resources/certs/AC_Validar_Multipla.crt +42 -0
  488. package/resources/certs/AUTORIDADE_CERTIFICADORA_PROCERTI.crt +39 -0
  489. package/resources/certs/Autoridade Certificadora da Presidencia da Republica v1.crt +0 -0
  490. package/resources/certs/Autoridade Certificadora da Presidencia da Republica v2.crt +25 -0
  491. package/resources/certs/Autoridade_Certificadora_ALTERNATIVE.crt +41 -0
  492. package/resources/certs/Autoridade_Certificadora_BRASIL_CERTEC.crt +41 -0
  493. package/resources/certs/Autoridade_Certificadora_DIGITAL_CERTY.crt +41 -0
  494. package/resources/certs/Autoridade_Certificadora_IDFEDERAL.crt +41 -0
  495. package/resources/certs/Autoridade_Certificadora_INFOCOMEX.crt +39 -0
  496. package/resources/certs/Autoridade_Certificadora_INVIA.crt +41 -0
  497. package/resources/certs/Autoridade_Certificadora_NACIONAL.crt +41 -0
  498. package/resources/certs/Autoridade_Certificadora_PRIMECERT.crt +41 -0
  499. package/resources/certs/Autoridade_Certificadora_SDI.crt +41 -0
  500. package/resources/certs/Autoridade_Certificadora_SEFAZCE.crt +38 -0
  501. package/resources/certs/Autoridade_Certificadora_SERPRORFBv5.crt +40 -0
  502. package/resources/certs/Autoridade_Certificadora_Serpro_v2.crt +25 -0
  503. package/resources/certs/Autoridade_Certificadora_Serpro_v3.crt +36 -0
  504. package/resources/certs/Autoridade_Certificadora_Serpro_v4.crt +36 -0
  505. package/resources/certs/Autoridade_Certificadora_da_Casa_da_Moeda_do_Brasil.crt +29 -0
  506. package/resources/certs/Autoridade_Certificadora_da_Casa_da_Moeda_do_Brasil_v2.crt +37 -0
  507. package/resources/certs/Autoridade_Certificadora_da_Casa_da_Moeda_do_Brasil_v3.crt +41 -0
  508. package/resources/certs/Autoridade_Certificadora_da_Justica.crt +25 -0
  509. package/resources/certs/Autoridade_Certificadora_da_Justica_v3.crt +26 -0
  510. package/resources/certs/Autoridade_Certificadora_da_Justica_v4.crt +36 -0
  511. package/resources/certs/Autoridade_Certificadora_da_Justica_v5.crt +36 -0
  512. package/resources/certs/Autoridade_Certificadora_da_Presidencia_da_Republica.crt +25 -0
  513. package/resources/certs/Autoridade_Certificadora_da_Presidencia_da_Republica_2005.crt +0 -0
  514. package/resources/certs/Autoridade_Certificadora_da_Presidencia_da_Republica_v1.crt +0 -0
  515. package/resources/certs/Autoridade_Certificadora_da_Presidencia_da_Republica_v2.crt +25 -0
  516. package/resources/certs/Autoridade_Certificadora_da_Presidencia_da_Republica_v3.crt +37 -0
  517. package/resources/certs/Autoridade_Certificadora_da_Presidencia_da_Republica_v4.crt +40 -0
  518. package/resources/certs/Autoridade_Certificadora_da_Presidencia_da_Republica_v5.crt +38 -0
  519. package/resources/certs/Autoridade_Certificadora_da_Presidencia_da_Republica_v6.crt +38 -0
  520. package/resources/certs/Autoridade_Certificadora_da_Secretaria_da_Receita_Federal.crt +23 -0
  521. package/resources/certs/Autoridade_Certificadora_da_Secretaria_da_Receita_Federal_v1.crt +23 -0
  522. package/resources/certs/Autoridade_Certificadora_do_Proderj.crt +26 -0
  523. package/resources/certs/Autoridade_Certificadora_do_Proderj_v2.crt +38 -0
  524. package/resources/certs/Autoridade_Certificadora_do_SERPRO_RFB_SSL.crt +38 -0
  525. package/resources/certs/Autoridade_Certificadora_do_Serpro.crt +0 -0
  526. package/resources/certs/Autoridade_Certificadora_do_Serpro_Final_SSL.crt +38 -0
  527. package/resources/certs/Autoridade_Certificadora_do_Serpro_Final_v1.crt +32 -0
  528. package/resources/certs/Autoridade_Certificadora_do_Serpro_Final_v2.crt +30 -0
  529. package/resources/certs/Autoridade_Certificadora_do_Serpro_Final_v3.crt +48 -0
  530. package/resources/certs/Autoridade_Certificadora_do_Serpro_Final_v4.crt +48 -0
  531. package/resources/certs/Autoridade_Certificadora_do_Serpro_Final_v5.crt +40 -0
  532. package/resources/certs/Autoridade_Certificadora_do_Serpro_v1.crt +0 -0
  533. package/resources/certs/Autoridade__Certificadora_do_Serpro_v1.crt +0 -0
  534. package/resources/certs/Certificado_AC_Raiz.crt +28 -0
  535. package/resources/certs/DigiCert_Global_Root_G2.crt +22 -0
  536. package/resources/certs/GeoTrust_TLS_RSA_CA_G1.crt +27 -0
  537. package/resources/certs/GlobalSign.crt +21 -0
  538. package/resources/certs/ICP-Brasil.crt +27 -0
  539. package/resources/certs/ICP-Brasilv10.crt +38 -0
  540. package/resources/certs/ICP-Brasilv11.crt +38 -0
  541. package/resources/certs/ICP-Brasilv12.crt +38 -0
  542. package/resources/certs/ICP-Brasilv2.crt +38 -0
  543. package/resources/certs/ICP-Brasilv5.crt +38 -0
  544. package/resources/certs/ICP-Brasilv6.crt +19 -0
  545. package/resources/certs/ICP-Brasilv7.crt +20 -0
  546. package/resources/certs/ISRG Root X1.crt +31 -0
  547. package/resources/certs/Instituto_Nacional_de_Metrologia_Qualidade_e_Tecnologia_INMETRO.crt +18 -0
  548. package/resources/certs/Secretaria_da_Receita_Federal_do_Brasil.crt +24 -0
  549. package/resources/certs/Sectigo Public Server Authentication Root R46.crt +32 -0
  550. package/resources/certs/Serasa_AC_v5.crt +41 -0
  551. package/resources/certs/Serasa_Autoridade_Certificadora_Principal.crt +27 -0
  552. package/resources/certs/Serasa_Autoridade_Certificadora_Principal_v1.crt +26 -0
  553. package/resources/certs/Serasa_Autoridade_Certificadora_Principal_v2.crt +37 -0
  554. package/resources/certs/Serasa_Autoridade_Certificadora_Principal_v5.crt +37 -0
  555. package/resources/certs/Serasa_Autoridade_Certificadora_v2.crt +43 -0
  556. package/resources/certs/Serasa_CD_SSL_v5.crt +47 -0
  557. package/resources/certs/Serasa_CD_v5.crt +56 -0
  558. package/resources/certs/Serasa_Certificadora_Digital_v2.crt +62 -0
  559. package/resources/certs/USERTrust_RSA_Certification_Authority.crt +34 -0
  560. package/resources/certs/ac_certfacil_v5.crt +40 -0
  561. package/resources/certs/ac_certifica_anapolis_v5.crt +40 -0
  562. package/resources/certs/ac_mult_v5.crt +40 -0
  563. package/resources/certs/ac_soluti_spb_v5.crt +37 -0
  564. package/resources/certs/fazenda.mg.gov.br.crt +38 -0
  565. package/resources/schemas/110150_v1.00.xsd +88 -0
  566. package/resources/schemas/Averb_v1.00.xsd +11 -0
  567. package/resources/schemas/CCe_v1.00.xsd +11 -0
  568. package/resources/schemas/DFeTiposBasicos_v1.00.xsd +1097 -0
  569. package/resources/schemas/EPEC_v1.00.xsd +9 -0
  570. package/resources/schemas/EPP1.xml +13 -0
  571. package/resources/schemas/ERP1.xml +19 -0
  572. package/resources/schemas/EventoCancEntregaNFe_v1.00.xsd +9 -0
  573. package/resources/schemas/EventoEntregaNFe_v1.00.xsd +9 -0
  574. package/resources/schemas/SuframaInternaliza_v1.00.xsd +9 -0
  575. package/resources/schemas/SuframaVistoria_v1.00.xsd +9 -0
  576. package/resources/schemas/confRecebto_v1.00.xsd +9 -0
  577. package/resources/schemas/consCad_v2.00.xsd +9 -0
  578. package/resources/schemas/consGTIN_v1.00.xsd +10 -0
  579. package/resources/schemas/consReciNFe_v4.00.xsd +9 -0
  580. package/resources/schemas/consSitNFe_v2.01.xsd +10 -0
  581. package/resources/schemas/consSitNFe_v4.00.xsd +9 -0
  582. package/resources/schemas/consStatServ_v4.00.xsd +9 -0
  583. package/resources/schemas/cte/distDFeInt_v1.00.xsd +71 -0
  584. package/resources/schemas/cte/retDistDFeInt_v1.00.xsd +89 -0
  585. package/resources/schemas/cte/tiposDistDFe_v1.00.xsd +243 -0
  586. package/resources/schemas/cte/xmldsig-core-schema_v1.01.xsd +98 -0
  587. package/resources/schemas/distDFeInt_v1.01.xsd +94 -0
  588. package/resources/schemas/e110001_v1.00.xsd +73 -0
  589. package/resources/schemas/e110110_v1.00.xsd +58 -0
  590. package/resources/schemas/e110111_v1.00.xsd +42 -0
  591. package/resources/schemas/e110112_v1.00.xsd +69 -0
  592. package/resources/schemas/e110130_v1.00.xsd +102 -0
  593. package/resources/schemas/e110131_v1.00.xsd +51 -0
  594. package/resources/schemas/e110140_v1.00.xsd +124 -0
  595. package/resources/schemas/e111500_v1.00.xsd +69 -0
  596. package/resources/schemas/e111501_v1.00.xsd +69 -0
  597. package/resources/schemas/e111502_v1.00.xsd +50 -0
  598. package/resources/schemas/e111503_v1.00.xsd +50 -0
  599. package/resources/schemas/e112110_v1.00.xsd +69 -0
  600. package/resources/schemas/e112120_v1.00 .xsd +107 -0
  601. package/resources/schemas/e112130_v1.00.xsd +119 -0
  602. package/resources/schemas/e112140_v1.00.xsd +107 -0
  603. package/resources/schemas/e210200_v1.00.xsd +32 -0
  604. package/resources/schemas/e210210_v1.00.xsd +32 -0
  605. package/resources/schemas/e210220_v1.00.xsd +45 -0
  606. package/resources/schemas/e210240_v1.00.xsd +44 -0
  607. package/resources/schemas/e211110_v1.00.xsd +134 -0
  608. package/resources/schemas/e211120_v1.00.xsd +124 -0
  609. package/resources/schemas/e211124_v1.00.xsd +107 -0
  610. package/resources/schemas/e211128_v1.00.xsd +69 -0
  611. package/resources/schemas/e211130_v1.00.xsd +107 -0
  612. package/resources/schemas/e211140_v1.00.xsd +107 -0
  613. package/resources/schemas/e211150_v1.00.xsd +85 -0
  614. package/resources/schemas/e212110_v1.00.xsd +70 -0
  615. package/resources/schemas/e212120_v1.00.xsd +69 -0
  616. package/resources/schemas/e411500_v1.00.xsd +134 -0
  617. package/resources/schemas/e411501_v1.00.xsd +134 -0
  618. package/resources/schemas/e411502_v1.00.xsd +95 -0
  619. package/resources/schemas/e411503_v1.00.xsd +95 -0
  620. package/resources/schemas/e412120_v1.00.xsd +88 -0
  621. package/resources/schemas/e412130_v1.00.xsd +88 -0
  622. package/resources/schemas/e790700_v1.00.xsd +148 -0
  623. package/resources/schemas/e990900_v1.00.xsd +87 -0
  624. package/resources/schemas/e990910_v1.00.xsd +81 -0
  625. package/resources/schemas/envAverb_v1.00.xsd +9 -0
  626. package/resources/schemas/envCCe_v1.00.xsd +10 -0
  627. package/resources/schemas/envConfRecebto_v1.00.xsd +9 -0
  628. package/resources/schemas/envEPEC_v1.00.xsd +9 -0
  629. package/resources/schemas/envEventoAtorInteressado_v1.00.xsd +9 -0
  630. package/resources/schemas/envEventoCancEntregaNFe_v1.00.xsd +10 -0
  631. package/resources/schemas/envEventoCancNFe_v1.00.xsd +9 -0
  632. package/resources/schemas/envEventoCancSubst_v1.00.xsd +9 -0
  633. package/resources/schemas/envEventoEntregaNFe_v1.00.xsd +10 -0
  634. package/resources/schemas/envEvento_v1.00.xsd +9 -0
  635. package/resources/schemas/envRemIndus_v1.00.xsd +9 -0
  636. package/resources/schemas/envSuframaInternaliza_v1.00.xsd +10 -0
  637. package/resources/schemas/envSuframaVistoria_v1.00.xsd +10 -0
  638. package/resources/schemas/enviNFe_v4.00.xsd +9 -0
  639. package/resources/schemas/eventoAtorInteressado_v1.00.xsd +9 -0
  640. package/resources/schemas/eventoCancNFe_v1.00.xsd +9 -0
  641. package/resources/schemas/eventoCancSubst_v1.00.xsd +9 -0
  642. package/resources/schemas/eventoEPEC_v0.01.xsd +267 -0
  643. package/resources/schemas/eventoRemIndus_v1.00.xsd +9 -0
  644. package/resources/schemas/inutNFe_v4.00.xsd +9 -0
  645. package/resources/schemas/leiauteAverb_v1.00.xsd +468 -0
  646. package/resources/schemas/leiauteCCe_v1.00.xsd +418 -0
  647. package/resources/schemas/leiauteCcgConsGTIN_v1.00.xsd +94 -0
  648. package/resources/schemas/leiauteConfRecebto_v1.00.xsd +406 -0
  649. package/resources/schemas/leiauteConsSitNFe_v2.01.xsd +548 -0
  650. package/resources/schemas/leiauteConsSitNFe_v4.00.xsd +502 -0
  651. package/resources/schemas/leiauteConsStatServ_v4.00.xsd +98 -0
  652. package/resources/schemas/leiauteConsultaCadastro_v2.00.xsd +404 -0
  653. package/resources/schemas/leiauteEPEC_v1.00.xsd +459 -0
  654. package/resources/schemas/leiauteEPEC_v1.00.xsd.bak +465 -0
  655. package/resources/schemas/leiauteEventoAtorInteressado_v1.00.xsd +384 -0
  656. package/resources/schemas/leiauteEventoCancEntregaNFe_v1.00.xsd +307 -0
  657. package/resources/schemas/leiauteEventoCancNFe_v1.00.xsd +394 -0
  658. package/resources/schemas/leiauteEventoCancSubst_v1.00.xsd +366 -0
  659. package/resources/schemas/leiauteEventoEntregaNFe_v1.00.xsd +321 -0
  660. package/resources/schemas/leiauteEvento_v1.00.xsd +373 -0
  661. package/resources/schemas/leiauteInutNFe_v4.00.xsd +193 -0
  662. package/resources/schemas/leiauteNFe_v4.00.xsd +7558 -0
  663. package/resources/schemas/leiauteRemIndus_v1.00.xsd +382 -0
  664. package/resources/schemas/leiauteSuframaInternaliza_v1.00.xsd +642 -0
  665. package/resources/schemas/leiauteSuframaVistoria_v1.00.xsd +648 -0
  666. package/resources/schemas/nfe_v4.00.xsd +10 -0
  667. package/resources/schemas/procAverbNFe_v1.00.xsd +10 -0
  668. package/resources/schemas/procCCeNFe_v1.00.xsd +10 -0
  669. package/resources/schemas/procConfRecebtoNFe_v1.00.xsd +9 -0
  670. package/resources/schemas/procEPEC_v1.00.xsd +9 -0
  671. package/resources/schemas/procEventoAtorInteressado_v1.00.xsd +9 -0
  672. package/resources/schemas/procEventoCancEntregaNFe_v1.00.xsd +9 -0
  673. package/resources/schemas/procEventoCancNFe_v1.00.xsd +9 -0
  674. package/resources/schemas/procEventoCancSubst_v1.00.xsd +9 -0
  675. package/resources/schemas/procEventoEntregaNFe_v1.00.xsd +9 -0
  676. package/resources/schemas/procEventoNFe_v1.00.xsd +9 -0
  677. package/resources/schemas/procInutNFe_v4.00.xsd +9 -0
  678. package/resources/schemas/procNFe_v4.00.xsd +9 -0
  679. package/resources/schemas/procRemIndus_v1.00.xsd +9 -0
  680. package/resources/schemas/resEvento_v1.01.xsd +1 -0
  681. package/resources/schemas/resNFe_v1.01.xsd +5 -0
  682. package/resources/schemas/retConsCad_v2.00.xsd +9 -0
  683. package/resources/schemas/retConsGTIN_v1.00.xsd +9 -0
  684. package/resources/schemas/retConsReciNFe_v4.00.xsd +9 -0
  685. package/resources/schemas/retConsSitNFe_v2.01.xsd +10 -0
  686. package/resources/schemas/retConsSitNFe_v4.00.xsd +9 -0
  687. package/resources/schemas/retConsStatServ_v4.00.xsd +9 -0
  688. package/resources/schemas/retDistDFeInt_v1.01.xsd +5 -0
  689. package/resources/schemas/retEnvAverb_v1.00.xsd +9 -0
  690. package/resources/schemas/retEnvCCe_v1.00.xsd +10 -0
  691. package/resources/schemas/retEnvConfRecebto_v1.00.xsd +9 -0
  692. package/resources/schemas/retEnvEPEC_v1.00.xsd +9 -0
  693. package/resources/schemas/retEnvEventoAtorInteressado_v1.00.xsd +9 -0
  694. package/resources/schemas/retEnvEventoCancNFe_v1.00.xsd +9 -0
  695. package/resources/schemas/retEnvEventoCancSubst_v1.00.xsd +9 -0
  696. package/resources/schemas/retEnvEvento_v1.00.xsd +9 -0
  697. package/resources/schemas/retEnvRemIndus_v1.00.xsd +9 -0
  698. package/resources/schemas/retEnvSuframaInternaliza_v1.00.xsd +9 -0
  699. package/resources/schemas/retEnvSuframaVistoria_v1.00.xsd +9 -0
  700. package/resources/schemas/retEnviNFe_v4.00.xsd +9 -0
  701. package/resources/schemas/retEventoCancEntregaNFe_v1.00.xsd +9 -0
  702. package/resources/schemas/retEventoEPEC_v0.01.xsd +207 -0
  703. package/resources/schemas/retEventoEntregaNFe_v1.00.xsd +9 -0
  704. package/resources/schemas/retInutNFe_v4.00.xsd +9 -0
  705. package/resources/schemas/tiposBasico_v1.03.xsd +834 -0
  706. package/resources/schemas/tiposBasico_v3.10.xsd +833 -0
  707. package/resources/schemas/tiposBasico_v4.00.xsd +598 -0
  708. package/resources/schemas/tiposBasicosCcgConsGTIN_v1.00.xsd +84 -0
  709. package/resources/schemas/tiposDistDFe_v1.01.xsd +1 -0
  710. package/resources/schemas/xmldsig-core-schema_v1.01.xsd +98 -0
  711. package/tsconfig.tsbuildinfo +1 -0
@@ -0,0 +1,1097 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- edited with XMLSpy v2008 (http://www.altova.com) by sas-softwares@procergs.rs.gov.br (PROCERGS) -->
3
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
4
+ <xs:simpleType name="TStringRTC">
5
+ <xs:annotation>
6
+ <xs:documentation> Tipo string genérico</xs:documentation>
7
+ </xs:annotation>
8
+ <xs:restriction base="xs:string">
9
+ <xs:whiteSpace value="preserve"/>
10
+ <xs:pattern value="[!-ÿ]{1}[ -ÿ]{0,}[!-ÿ]{1}|[!-ÿ]{1}"/>
11
+ </xs:restriction>
12
+ </xs:simpleType>
13
+ <xs:simpleType name="TCST">
14
+ <xs:annotation>
15
+ <xs:documentation>Código Situação Tributária do IBS/CBS</xs:documentation>
16
+ </xs:annotation>
17
+ <xs:restriction base="xs:string">
18
+ <xs:whiteSpace value="preserve"/>
19
+ <xs:pattern value="\d{3}"/>
20
+ </xs:restriction>
21
+ </xs:simpleType>
22
+ <xs:simpleType name="TcClassTrib">
23
+ <xs:annotation>
24
+ <xs:documentation>Código de Classificação Tributária do IBS e da CBS</xs:documentation>
25
+ </xs:annotation>
26
+ <xs:restriction base="xs:string">
27
+ <xs:whiteSpace value="preserve"/>
28
+ <xs:pattern value="\d{6}"/>
29
+ </xs:restriction>
30
+ </xs:simpleType>
31
+ <xs:simpleType name="TcCredPres">
32
+ <xs:annotation>
33
+ <xs:documentation>Código de Classificação do Crédito Presumido do IBS e da CBS, conforme tabela cCredPres</xs:documentation>
34
+ </xs:annotation>
35
+ <xs:restriction base="xs:string">
36
+ <xs:whiteSpace value="preserve"/>
37
+ <xs:pattern value="\d{2}"/>
38
+ </xs:restriction>
39
+ </xs:simpleType>
40
+ <xs:simpleType name="TDec1104">
41
+ <xs:annotation>
42
+ <xs:documentation>Tipo Decimal com 15 dígitos, sendo 11 de corpo e 4 decimais</xs:documentation>
43
+ </xs:annotation>
44
+ <xs:restriction base="xs:string">
45
+ <xs:whiteSpace value="preserve"/>
46
+ <xs:pattern value="0|0\.[0-9]{4}|[1-9]{1}[0-9]{0,10}(\.[0-9]{4})?"/>
47
+ </xs:restriction>
48
+ </xs:simpleType>
49
+ <xs:simpleType name="TDec_1104Op">
50
+ <xs:annotation>
51
+ <xs:documentation>Tipo Decimal com 11 inteiros, podendo ter 4 decimais (utilizado em tags opcionais)</xs:documentation>
52
+ </xs:annotation>
53
+ <xs:restriction base="xs:string">
54
+ <xs:whiteSpace value="preserve"/>
55
+ <xs:pattern value="0\.[1-9]{1}[0-9]{3}|0\.[0-9]{3}[1-9]{1}|0\.[0-9]{2}[1-9]{1}[0-9]{1}|0\.[0-9]{1}[1-9]{1}[0-9]{2}|[1-9]{1}[0-9]{0,10}(\.[0-9]{4})?"/>
56
+ </xs:restriction>
57
+ </xs:simpleType>
58
+ <xs:simpleType name="TDec1302">
59
+ <xs:annotation>
60
+ <xs:documentation>Tipo Decimal com 15 dígitos, sendo 13 de corpo e 2 decimais</xs:documentation>
61
+ </xs:annotation>
62
+ <xs:restriction base="xs:string">
63
+ <xs:whiteSpace value="preserve"/>
64
+ <xs:pattern value="0|0\.[0-9]{2}|[1-9]{1}[0-9]{0,12}(\.[0-9]{2})?"/>
65
+ </xs:restriction>
66
+ </xs:simpleType>
67
+ <xs:simpleType name="TDec_0302_04">
68
+ <xs:annotation>
69
+ <xs:documentation>Tipo Decimal com até 3 dígitos inteiros, podendo ter de 2 até 4 decimais</xs:documentation>
70
+ </xs:annotation>
71
+ <xs:restriction base="xs:string">
72
+ <xs:whiteSpace value="preserve"/>
73
+ <xs:pattern value="0|0\.[0-9]{2,4}|[1-9]{1}[0-9]{0,2}(\.[0-9]{2,4})?"/>
74
+ </xs:restriction>
75
+ </xs:simpleType>
76
+ <xs:simpleType name="TOperCompraGov">
77
+ <xs:annotation>
78
+ <xs:documentation>Tipo da Operação com Ente Governamental</xs:documentation>
79
+ </xs:annotation>
80
+ <xs:restriction base="xs:string">
81
+ <xs:whiteSpace value="preserve"/>
82
+ <xs:enumeration value="1"/>
83
+ <xs:enumeration value="2"/>
84
+ </xs:restriction>
85
+ </xs:simpleType>
86
+ <xs:simpleType name="TEnteGov">
87
+ <xs:annotation>
88
+ <xs:documentation>Tipo de Ente Governamental</xs:documentation>
89
+ </xs:annotation>
90
+ <xs:restriction base="xs:string">
91
+ <xs:whiteSpace value="preserve"/>
92
+ <xs:enumeration value="1"/>
93
+ <xs:enumeration value="2"/>
94
+ <xs:enumeration value="3"/>
95
+ <xs:enumeration value="4"/>
96
+ </xs:restriction>
97
+ </xs:simpleType>
98
+ <xs:simpleType name="TTpCredPresIBSZFM">
99
+ <xs:annotation>
100
+ <xs:documentation>Tipo de classificação do Crédito Presumido IBS ZFM</xs:documentation>
101
+ </xs:annotation>
102
+ <xs:restriction base="xs:string">
103
+ <xs:enumeration value="0"/>
104
+ <xs:enumeration value="1"/>
105
+ <xs:enumeration value="2"/>
106
+ <xs:enumeration value="3"/>
107
+ <xs:enumeration value="4"/>
108
+ </xs:restriction>
109
+ </xs:simpleType>
110
+ <xs:complexType name="TTribNFCom">
111
+ <xs:annotation>
112
+ <xs:documentation>Grupo de informações da Tributação da NFCom</xs:documentation>
113
+ </xs:annotation>
114
+ <xs:sequence>
115
+ <xs:element name="CST" type="TCST">
116
+ <xs:annotation>
117
+ <xs:documentation>Código Situação Tributária do IBS/CBS</xs:documentation>
118
+ </xs:annotation>
119
+ </xs:element>
120
+ <xs:element name="cClassTrib" type="TcClassTrib"/>
121
+ <xs:element name="gIBSCBS" type="TCIBS" minOccurs="0"/>
122
+ </xs:sequence>
123
+ </xs:complexType>
124
+ <xs:complexType name="TTribNF3e">
125
+ <xs:annotation>
126
+ <xs:documentation>Grupo de informações da Tributação da NF3e</xs:documentation>
127
+ </xs:annotation>
128
+ <xs:sequence>
129
+ <xs:element name="CST" type="TCST">
130
+ <xs:annotation>
131
+ <xs:documentation>Código Situação Tributária do IBS/CBS</xs:documentation>
132
+ </xs:annotation>
133
+ </xs:element>
134
+ <xs:element name="cClassTrib" type="TcClassTrib"/>
135
+ <xs:element name="gIBSCBS" type="TCIBS" minOccurs="0"/>
136
+ </xs:sequence>
137
+ </xs:complexType>
138
+ <xs:complexType name="TTribCTe">
139
+ <xs:annotation>
140
+ <xs:documentation>Grupo de informações da Tributação do CTe</xs:documentation>
141
+ </xs:annotation>
142
+ <xs:sequence>
143
+ <xs:element name="CST" type="TCST">
144
+ <xs:annotation>
145
+ <xs:documentation>Código Situação Tributária do IBS/CBS</xs:documentation>
146
+ </xs:annotation>
147
+ </xs:element>
148
+ <xs:element name="cClassTrib" type="TcClassTrib"/>
149
+ <xs:element name="gIBSCBS" type="TCIBS" minOccurs="0"/>
150
+ </xs:sequence>
151
+ </xs:complexType>
152
+ <xs:complexType name="TTribBPe">
153
+ <xs:annotation>
154
+ <xs:documentation>Grupo de informações da Tributação do BPe</xs:documentation>
155
+ </xs:annotation>
156
+ <xs:sequence>
157
+ <xs:element name="CST" type="TCST">
158
+ <xs:annotation>
159
+ <xs:documentation>Código Situação Tributária do IBS/CBS</xs:documentation>
160
+ </xs:annotation>
161
+ </xs:element>
162
+ <xs:element name="cClassTrib" type="TcClassTrib"/>
163
+ <xs:element name="gIBSCBS" type="TCIBS" minOccurs="0"/>
164
+ </xs:sequence>
165
+ </xs:complexType>
166
+ <xs:complexType name="TTribNFCe">
167
+ <xs:annotation>
168
+ <xs:documentation>Grupo de informações da Tributação da NFCe</xs:documentation>
169
+ </xs:annotation>
170
+ <xs:sequence>
171
+ <xs:element name="CST" type="TCST">
172
+ <xs:annotation>
173
+ <xs:documentation>Código Situação Tributária do IBS/CBS</xs:documentation>
174
+ </xs:annotation>
175
+ </xs:element>
176
+ <xs:element name="cClassTrib" type="TcClassTrib"/>
177
+ <xs:choice minOccurs="0">
178
+ <xs:element name="gIBSCBS" type="TCIBS"/>
179
+ <xs:element name="gIBSCBSMono" type="TMonofasia"/>
180
+ </xs:choice>
181
+ </xs:sequence>
182
+ </xs:complexType>
183
+ <xs:complexType name="TTribNFe">
184
+ <xs:annotation>
185
+ <xs:documentation>Grupo de informações da Tributação da NFe</xs:documentation>
186
+ </xs:annotation>
187
+ <xs:sequence>
188
+ <xs:element name="CST" type="TCST">
189
+ <xs:annotation>
190
+ <xs:documentation>Código Situação Tributária do IBS/CBS</xs:documentation>
191
+ </xs:annotation>
192
+ </xs:element>
193
+ <xs:element name="cClassTrib" type="TcClassTrib"/>
194
+ <xs:choice minOccurs="0">
195
+ <xs:element name="gIBSCBS" type="TCIBS"/>
196
+ <xs:element name="gIBSCBSMono" type="TMonofasia">
197
+ <xs:annotation>
198
+ <xs:documentation>Informar essa opção da Choice para Monofasia</xs:documentation>
199
+ </xs:annotation>
200
+ </xs:element>
201
+ <xs:element name="gTransfCred" type="TTransfCred">
202
+ <xs:annotation>
203
+ <xs:documentation>Informar essa opção da Choice para o CST 800</xs:documentation>
204
+ </xs:annotation>
205
+ </xs:element>
206
+ </xs:choice>
207
+ <xs:element name="gCredPresIBSZFM" type="TCredPresIBSZFM" minOccurs="0">
208
+ <xs:annotation>
209
+ <xs:documentation>Classificação de acordo com o art. 450, § 1º, da LC 214/25 para o cálculo do crédito presumido na ZFM</xs:documentation>
210
+ </xs:annotation>
211
+ </xs:element>
212
+ </xs:sequence>
213
+ </xs:complexType>
214
+ <xs:complexType name="TIS">
215
+ <xs:annotation>
216
+ <xs:documentation>Grupo de informações do Imposto Seletivo</xs:documentation>
217
+ </xs:annotation>
218
+ <xs:sequence>
219
+ <xs:element name="CSTIS" type="TCST">
220
+ <xs:annotation>
221
+ <xs:documentation>Código Situação Tributária do Imposto Seletivo</xs:documentation>
222
+ </xs:annotation>
223
+ </xs:element>
224
+ <xs:element name="cClassTribIS" type="TcClassTrib"/>
225
+ <xs:sequence minOccurs="0">
226
+ <xs:element name="vBCIS" type="TDec1302">
227
+ <xs:annotation>
228
+ <xs:documentation>Valor do BC</xs:documentation>
229
+ </xs:annotation>
230
+ </xs:element>
231
+ <xs:element name="pIS" type="TDec_0302_04">
232
+ <xs:annotation>
233
+ <xs:documentation>Alíquota do Imposto Seletivo (percentual)</xs:documentation>
234
+ </xs:annotation>
235
+ </xs:element>
236
+ <xs:element name="pISEspec" type="TDec_0302_04" minOccurs="0">
237
+ <xs:annotation>
238
+ <xs:documentation>Alíquota do Imposto Seletivo (por valor)</xs:documentation>
239
+ </xs:annotation>
240
+ </xs:element>
241
+ <xs:sequence minOccurs="0">
242
+ <xs:element name="uTrib">
243
+ <xs:annotation>
244
+ <xs:documentation>Unidade de medida apropriada especificada em Lei Ordinaria para fins de apuração do Imposto Seletivo</xs:documentation>
245
+ </xs:annotation>
246
+ <xs:simpleType>
247
+ <xs:restriction base="TStringRTC">
248
+ <xs:minLength value="1"/>
249
+ <xs:maxLength value="6"/>
250
+ </xs:restriction>
251
+ </xs:simpleType>
252
+ </xs:element>
253
+ <xs:element name="qTrib" type="TDec_1104Op">
254
+ <xs:annotation>
255
+ <xs:documentation>Quantidade com abse no campo uTrib informado</xs:documentation>
256
+ </xs:annotation>
257
+ </xs:element>
258
+ </xs:sequence>
259
+ <xs:element name="vIS" type="TDec1302">
260
+ <xs:annotation>
261
+ <xs:documentation>Valor do Imposto Seletivo calculado</xs:documentation>
262
+ </xs:annotation>
263
+ </xs:element>
264
+ </xs:sequence>
265
+ </xs:sequence>
266
+ </xs:complexType>
267
+ <xs:complexType name="TISTot">
268
+ <xs:annotation>
269
+ <xs:documentation>Grupo de informações de totais do Imposto Seletivo</xs:documentation>
270
+ </xs:annotation>
271
+ <xs:sequence>
272
+ <xs:element name="vIS" type="TDec1302">
273
+ <xs:annotation>
274
+ <xs:documentation>Valor Total do Imposto Seletivo</xs:documentation>
275
+ </xs:annotation>
276
+ </xs:element>
277
+ </xs:sequence>
278
+ </xs:complexType>
279
+ <xs:complexType name="TIBSCBSTot">
280
+ <xs:annotation>
281
+ <xs:documentation>Grupo de informações de totais da CBS/IBS</xs:documentation>
282
+ </xs:annotation>
283
+ <xs:sequence>
284
+ <xs:element name="vBCIBSCBS" type="TDec1302">
285
+ <xs:annotation>
286
+ <xs:documentation>Total Base de Calculo</xs:documentation>
287
+ </xs:annotation>
288
+ </xs:element>
289
+ <xs:element name="gIBS">
290
+ <xs:annotation>
291
+ <xs:documentation>Totalização do IBS</xs:documentation>
292
+ </xs:annotation>
293
+ <xs:complexType>
294
+ <xs:sequence>
295
+ <xs:element name="gIBSUF">
296
+ <xs:annotation>
297
+ <xs:documentation>Totalização do IBS de competência da UF</xs:documentation>
298
+ </xs:annotation>
299
+ <xs:complexType>
300
+ <xs:sequence>
301
+ <xs:element name="vDif" type="TDec1302">
302
+ <xs:annotation>
303
+ <xs:documentation>Total do Diferimento</xs:documentation>
304
+ </xs:annotation>
305
+ </xs:element>
306
+ <xs:element name="vDevTrib" type="TDec1302">
307
+ <xs:annotation>
308
+ <xs:documentation>Total de devoluções de tributos</xs:documentation>
309
+ </xs:annotation>
310
+ </xs:element>
311
+ <xs:element name="vIBSUF" type="TDec1302">
312
+ <xs:annotation>
313
+ <xs:documentation>Valor total do IBS Estadual</xs:documentation>
314
+ </xs:annotation>
315
+ </xs:element>
316
+ </xs:sequence>
317
+ </xs:complexType>
318
+ </xs:element>
319
+ <xs:element name="gIBSMun">
320
+ <xs:annotation>
321
+ <xs:documentation>Totalização do IBS de competência Municipal</xs:documentation>
322
+ </xs:annotation>
323
+ <xs:complexType>
324
+ <xs:sequence>
325
+ <xs:element name="vDif" type="TDec1302">
326
+ <xs:annotation>
327
+ <xs:documentation>Total do Diferimento</xs:documentation>
328
+ </xs:annotation>
329
+ </xs:element>
330
+ <xs:element name="vDevTrib" type="TDec1302">
331
+ <xs:annotation>
332
+ <xs:documentation>Total de devoluções de tributos</xs:documentation>
333
+ </xs:annotation>
334
+ </xs:element>
335
+ <xs:element name="vIBSMun" type="TDec1302">
336
+ <xs:annotation>
337
+ <xs:documentation>Valor total do IBS Municipal</xs:documentation>
338
+ </xs:annotation>
339
+ </xs:element>
340
+ </xs:sequence>
341
+ </xs:complexType>
342
+ </xs:element>
343
+ <xs:element name="vIBS" type="TDec1302">
344
+ <xs:annotation>
345
+ <xs:documentation>Valor total do IBS</xs:documentation>
346
+ </xs:annotation>
347
+ </xs:element>
348
+ <xs:element name="vCredPres" type="TDec1302">
349
+ <xs:annotation>
350
+ <xs:documentation>Total do Crédito Presumido</xs:documentation>
351
+ </xs:annotation>
352
+ </xs:element>
353
+ <xs:element name="vCredPresCondSus" type="TDec1302">
354
+ <xs:annotation>
355
+ <xs:documentation>Total do Crédito Presumido Condição Suspensiva</xs:documentation>
356
+ </xs:annotation>
357
+ </xs:element>
358
+ </xs:sequence>
359
+ </xs:complexType>
360
+ </xs:element>
361
+ <xs:element name="gCBS">
362
+ <xs:annotation>
363
+ <xs:documentation>Totalização da CBS</xs:documentation>
364
+ </xs:annotation>
365
+ <xs:complexType>
366
+ <xs:sequence>
367
+ <xs:element name="vDif" type="TDec1302">
368
+ <xs:annotation>
369
+ <xs:documentation>Total do Diferimento</xs:documentation>
370
+ </xs:annotation>
371
+ </xs:element>
372
+ <xs:element name="vDevTrib" type="TDec1302">
373
+ <xs:annotation>
374
+ <xs:documentation>Total de devoluções de tributos</xs:documentation>
375
+ </xs:annotation>
376
+ </xs:element>
377
+ <xs:element name="vCBS" type="TDec1302">
378
+ <xs:annotation>
379
+ <xs:documentation>Valor total da CBS</xs:documentation>
380
+ </xs:annotation>
381
+ </xs:element>
382
+ <xs:element name="vCredPres" type="TDec1302">
383
+ <xs:annotation>
384
+ <xs:documentation>Total do Crédito Presumido</xs:documentation>
385
+ </xs:annotation>
386
+ </xs:element>
387
+ <xs:element name="vCredPresCondSus" type="TDec1302">
388
+ <xs:annotation>
389
+ <xs:documentation>Total do Crédito Presumido Condição Suspensiva</xs:documentation>
390
+ </xs:annotation>
391
+ </xs:element>
392
+ </xs:sequence>
393
+ </xs:complexType>
394
+ </xs:element>
395
+ </xs:sequence>
396
+ </xs:complexType>
397
+ <xs:complexType name="TIBSCBSMonoTot">
398
+ <xs:annotation>
399
+ <xs:documentation>Grupo de informações de totais da CBS/IBS com monofasia</xs:documentation>
400
+ </xs:annotation>
401
+ <xs:sequence>
402
+ <xs:element name="vBCIBSCBS" type="TDec1302">
403
+ <xs:annotation>
404
+ <xs:documentation>Total Base de Calculo</xs:documentation>
405
+ </xs:annotation>
406
+ </xs:element>
407
+ <xs:element name="gIBS" minOccurs="0">
408
+ <xs:annotation>
409
+ <xs:documentation>Totalização do IBS</xs:documentation>
410
+ </xs:annotation>
411
+ <xs:complexType>
412
+ <xs:sequence>
413
+ <xs:element name="gIBSUF">
414
+ <xs:annotation>
415
+ <xs:documentation>Totalização do IBS de competência da UF</xs:documentation>
416
+ </xs:annotation>
417
+ <xs:complexType>
418
+ <xs:sequence>
419
+ <xs:element name="vDif" type="TDec1302">
420
+ <xs:annotation>
421
+ <xs:documentation>Total do Diferimento</xs:documentation>
422
+ </xs:annotation>
423
+ </xs:element>
424
+ <xs:element name="vDevTrib" type="TDec1302">
425
+ <xs:annotation>
426
+ <xs:documentation>Total de devoluções de tributos</xs:documentation>
427
+ </xs:annotation>
428
+ </xs:element>
429
+ <xs:element name="vIBSUF" type="TDec1302">
430
+ <xs:annotation>
431
+ <xs:documentation>Valor total do IBS Estadual</xs:documentation>
432
+ </xs:annotation>
433
+ </xs:element>
434
+ </xs:sequence>
435
+ </xs:complexType>
436
+ </xs:element>
437
+ <xs:element name="gIBSMun">
438
+ <xs:annotation>
439
+ <xs:documentation>Totalização do IBS de competência Municipal</xs:documentation>
440
+ </xs:annotation>
441
+ <xs:complexType>
442
+ <xs:sequence>
443
+ <xs:element name="vDif" type="TDec1302">
444
+ <xs:annotation>
445
+ <xs:documentation>Total do Diferimento</xs:documentation>
446
+ </xs:annotation>
447
+ </xs:element>
448
+ <xs:element name="vDevTrib" type="TDec1302">
449
+ <xs:annotation>
450
+ <xs:documentation>Total de devoluções de tributos</xs:documentation>
451
+ </xs:annotation>
452
+ </xs:element>
453
+ <xs:element name="vIBSMun" type="TDec1302">
454
+ <xs:annotation>
455
+ <xs:documentation>Valor total do IBS Municipal</xs:documentation>
456
+ </xs:annotation>
457
+ </xs:element>
458
+ </xs:sequence>
459
+ </xs:complexType>
460
+ </xs:element>
461
+ <xs:element name="vIBS" type="TDec1302">
462
+ <xs:annotation>
463
+ <xs:documentation>Valor total do IBS</xs:documentation>
464
+ </xs:annotation>
465
+ </xs:element>
466
+ <xs:element name="vCredPres" type="TDec1302">
467
+ <xs:annotation>
468
+ <xs:documentation>Total do Crédito Presumido</xs:documentation>
469
+ </xs:annotation>
470
+ </xs:element>
471
+ <xs:element name="vCredPresCondSus" type="TDec1302">
472
+ <xs:annotation>
473
+ <xs:documentation>Total do Crédito Presumido Condição Suspensiva</xs:documentation>
474
+ </xs:annotation>
475
+ </xs:element>
476
+ </xs:sequence>
477
+ </xs:complexType>
478
+ </xs:element>
479
+ <xs:element name="gCBS" minOccurs="0">
480
+ <xs:annotation>
481
+ <xs:documentation>Totalização da CBS</xs:documentation>
482
+ </xs:annotation>
483
+ <xs:complexType>
484
+ <xs:sequence>
485
+ <xs:element name="vDif" type="TDec1302">
486
+ <xs:annotation>
487
+ <xs:documentation>Total do Diferimento</xs:documentation>
488
+ </xs:annotation>
489
+ </xs:element>
490
+ <xs:element name="vDevTrib" type="TDec1302">
491
+ <xs:annotation>
492
+ <xs:documentation>Total de devoluções de tributos</xs:documentation>
493
+ </xs:annotation>
494
+ </xs:element>
495
+ <xs:element name="vCBS" type="TDec1302">
496
+ <xs:annotation>
497
+ <xs:documentation>Valor total da CBS</xs:documentation>
498
+ </xs:annotation>
499
+ </xs:element>
500
+ <xs:element name="vCredPres" type="TDec1302">
501
+ <xs:annotation>
502
+ <xs:documentation>Total do Crédito Presumido</xs:documentation>
503
+ </xs:annotation>
504
+ </xs:element>
505
+ <xs:element name="vCredPresCondSus" type="TDec1302">
506
+ <xs:annotation>
507
+ <xs:documentation>Total do Crédito Presumido Condição Suspensiva</xs:documentation>
508
+ </xs:annotation>
509
+ </xs:element>
510
+ </xs:sequence>
511
+ </xs:complexType>
512
+ </xs:element>
513
+ <xs:element name="gMono" minOccurs="0">
514
+ <xs:annotation>
515
+ <xs:documentation>Totais da Monofasia</xs:documentation>
516
+ <xs:documentation>Só deverá ser utilizado para DFe modelos 55 e 65</xs:documentation>
517
+ </xs:annotation>
518
+ <xs:complexType>
519
+ <xs:sequence>
520
+ <xs:element name="vIBSMono" type="TDec1302">
521
+ <xs:annotation>
522
+ <xs:documentation>Valor total do IBS monofásico</xs:documentation>
523
+ </xs:annotation>
524
+ </xs:element>
525
+ <xs:element name="vCBSMono" type="TDec1302">
526
+ <xs:annotation>
527
+ <xs:documentation>Valor total da CBS monofásica</xs:documentation>
528
+ </xs:annotation>
529
+ </xs:element>
530
+ <xs:element name="vIBSMonoReten" type="TDec1302">
531
+ <xs:annotation>
532
+ <xs:documentation>Valor total do IBS monofásico sujeito a retenção</xs:documentation>
533
+ </xs:annotation>
534
+ </xs:element>
535
+ <xs:element name="vCBSMonoReten" type="TDec1302">
536
+ <xs:annotation>
537
+ <xs:documentation>Valor total da CBS monofásica sujeita a retenção</xs:documentation>
538
+ </xs:annotation>
539
+ </xs:element>
540
+ <xs:element name="vIBSMonoRet" type="TDec1302">
541
+ <xs:annotation>
542
+ <xs:documentation>Valor do IBS monofásico retido anteriormente</xs:documentation>
543
+ </xs:annotation>
544
+ </xs:element>
545
+ <xs:element name="vCBSMonoRet" type="TDec1302">
546
+ <xs:annotation>
547
+ <xs:documentation>Valor da CBS monofásica retida anteriormente</xs:documentation>
548
+ </xs:annotation>
549
+ </xs:element>
550
+ </xs:sequence>
551
+ </xs:complexType>
552
+ </xs:element>
553
+ </xs:sequence>
554
+ </xs:complexType>
555
+ <xs:complexType name="TMonofasia">
556
+ <xs:annotation>
557
+ <xs:documentation>Tipo Monofasia</xs:documentation>
558
+ </xs:annotation>
559
+ <xs:sequence>
560
+ <xs:annotation>
561
+ <xs:documentation>Monofasia</xs:documentation>
562
+ </xs:annotation>
563
+ <xs:element name="gMonoPadrao" minOccurs="0">
564
+ <xs:annotation>
565
+ <xs:documentation>Grupo de informações da Tributação Monofásica padrão</xs:documentation>
566
+ </xs:annotation>
567
+ <xs:complexType>
568
+ <xs:sequence>
569
+ <xs:element name="qBCMono" type="TDec_1104Op">
570
+ <xs:annotation>
571
+ <xs:documentation>Quantidade tributada na monofasia</xs:documentation>
572
+ </xs:annotation>
573
+ </xs:element>
574
+ <xs:element name="adRemIBS" type="TDec_0302_04">
575
+ <xs:annotation>
576
+ <xs:documentation>Alíquota ad rem do IBS</xs:documentation>
577
+ </xs:annotation>
578
+ </xs:element>
579
+ <xs:element name="adRemCBS" type="TDec_0302_04">
580
+ <xs:annotation>
581
+ <xs:documentation>Alíquota ad rem da CBS</xs:documentation>
582
+ </xs:annotation>
583
+ </xs:element>
584
+ <xs:element name="vIBSMono" type="TDec1302">
585
+ <xs:annotation>
586
+ <xs:documentation>Valor do IBS monofásico</xs:documentation>
587
+ </xs:annotation>
588
+ </xs:element>
589
+ <xs:element name="vCBSMono" type="TDec1302">
590
+ <xs:annotation>
591
+ <xs:documentation>Valor da CBS monofásica</xs:documentation>
592
+ </xs:annotation>
593
+ </xs:element>
594
+ </xs:sequence>
595
+ </xs:complexType>
596
+ </xs:element>
597
+ <xs:element name="gMonoReten" minOccurs="0">
598
+ <xs:annotation>
599
+ <xs:documentation>Grupo de informações da Tributação Monofásica sujeita a retenção</xs:documentation>
600
+ </xs:annotation>
601
+ <xs:complexType>
602
+ <xs:sequence>
603
+ <xs:element name="qBCMonoReten" type="TDec_1104Op">
604
+ <xs:annotation>
605
+ <xs:documentation>Quantidade tributada sujeita a retenção.</xs:documentation>
606
+ </xs:annotation>
607
+ </xs:element>
608
+ <xs:element name="adRemIBSReten" type="TDec_0302_04">
609
+ <xs:annotation>
610
+ <xs:documentation>Alíquota ad rem do IBS sujeito a retenção</xs:documentation>
611
+ </xs:annotation>
612
+ </xs:element>
613
+ <xs:element name="vIBSMonoReten" type="TDec1302">
614
+ <xs:annotation>
615
+ <xs:documentation>Valor do IBS monofásico sujeito a retenção</xs:documentation>
616
+ </xs:annotation>
617
+ </xs:element>
618
+ <xs:element name="adRemCBSReten" type="TDec_0302_04">
619
+ <xs:annotation>
620
+ <xs:documentation>Alíquota ad rem da CBS sujeita a retenção</xs:documentation>
621
+ </xs:annotation>
622
+ </xs:element>
623
+ <xs:element name="vCBSMonoReten" type="TDec1302">
624
+ <xs:annotation>
625
+ <xs:documentation>Valor da CBS monofásica sujeita a retenção</xs:documentation>
626
+ </xs:annotation>
627
+ </xs:element>
628
+ </xs:sequence>
629
+ </xs:complexType>
630
+ </xs:element>
631
+ <xs:element name="gMonoRet" minOccurs="0">
632
+ <xs:annotation>
633
+ <xs:documentation>Grupo de informações da Tributação Monofásica retida anteriormente</xs:documentation>
634
+ </xs:annotation>
635
+ <xs:complexType>
636
+ <xs:sequence>
637
+ <xs:element name="qBCMonoRet" type="TDec_1104Op">
638
+ <xs:annotation>
639
+ <xs:documentation>Quantidade tributada retida anteriormente</xs:documentation>
640
+ </xs:annotation>
641
+ </xs:element>
642
+ <xs:element name="adRemIBSRet" type="TDec_0302_04">
643
+ <xs:annotation>
644
+ <xs:documentation>Alíquota ad rem do IBS retido anteriormente</xs:documentation>
645
+ </xs:annotation>
646
+ </xs:element>
647
+ <xs:element name="vIBSMonoRet" type="TDec1302">
648
+ <xs:annotation>
649
+ <xs:documentation>Valor do IBS retido anteriormente</xs:documentation>
650
+ </xs:annotation>
651
+ </xs:element>
652
+ <xs:element name="adRemCBSRet" type="TDec_0302_04">
653
+ <xs:annotation>
654
+ <xs:documentation>Alíquota ad rem da CBS retida anteriormente</xs:documentation>
655
+ </xs:annotation>
656
+ </xs:element>
657
+ <xs:element name="vCBSMonoRet" type="TDec1302">
658
+ <xs:annotation>
659
+ <xs:documentation>Valor da CBS retida anteriormente</xs:documentation>
660
+ </xs:annotation>
661
+ </xs:element>
662
+ </xs:sequence>
663
+ </xs:complexType>
664
+ </xs:element>
665
+ <xs:element name="gMonoDif" minOccurs="0">
666
+ <xs:annotation>
667
+ <xs:documentation>Grupo de informações do diferimento da Tributação Monofásica</xs:documentation>
668
+ </xs:annotation>
669
+ <xs:complexType>
670
+ <xs:sequence>
671
+ <xs:element name="pDifIBS" type="TDec_0302_04">
672
+ <xs:annotation>
673
+ <xs:documentation>Percentual do diferimento do imposto monofásico</xs:documentation>
674
+ </xs:annotation>
675
+ </xs:element>
676
+ <xs:element name="vIBSMonoDif" type="TDec1302">
677
+ <xs:annotation>
678
+ <xs:documentation>Valor do IBS monofásico diferido</xs:documentation>
679
+ </xs:annotation>
680
+ </xs:element>
681
+ <xs:element name="pDifCBS" type="TDec1302">
682
+ <xs:annotation>
683
+ <xs:documentation>Percentual do diferimento do imposto monofásico</xs:documentation>
684
+ </xs:annotation>
685
+ </xs:element>
686
+ <xs:element name="vCBSMonoDif" type="TDec1302">
687
+ <xs:annotation>
688
+ <xs:documentation>Valor da CBS monofásica diferida</xs:documentation>
689
+ </xs:annotation>
690
+ </xs:element>
691
+ </xs:sequence>
692
+ </xs:complexType>
693
+ </xs:element>
694
+ <xs:element name="vTotIBSMonoItem" type="TDec1302">
695
+ <xs:annotation>
696
+ <xs:documentation>Total de IBS monofásico do item</xs:documentation>
697
+ </xs:annotation>
698
+ </xs:element>
699
+ <xs:element name="vTotCBSMonoItem" type="TDec1302">
700
+ <xs:annotation>
701
+ <xs:documentation>Total da CBS monofásica do item</xs:documentation>
702
+ </xs:annotation>
703
+ </xs:element>
704
+ </xs:sequence>
705
+ </xs:complexType>
706
+ <xs:complexType name="TCIBS">
707
+ <xs:annotation>
708
+ <xs:documentation>Tipo CBS IBS Completo</xs:documentation>
709
+ </xs:annotation>
710
+ <xs:sequence>
711
+ <xs:annotation>
712
+ <xs:documentation>IBS / CBS</xs:documentation>
713
+ </xs:annotation>
714
+ <xs:element name="vBC" type="TDec1302">
715
+ <xs:annotation>
716
+ <xs:documentation>Valor do BC</xs:documentation>
717
+ </xs:annotation>
718
+ </xs:element>
719
+ <xs:sequence>
720
+ <xs:element name="gIBSUF">
721
+ <xs:annotation>
722
+ <xs:documentation>Grupo de informações do IBS na UF</xs:documentation>
723
+ </xs:annotation>
724
+ <xs:complexType>
725
+ <xs:sequence>
726
+ <xs:element name="pIBSUF" type="TDec_0302_04">
727
+ <xs:annotation>
728
+ <xs:documentation>Aliquota do IBS de competência das UF</xs:documentation>
729
+ </xs:annotation>
730
+ </xs:element>
731
+ <xs:element name="gDif" type="TDif" minOccurs="0">
732
+ <xs:annotation>
733
+ <xs:documentation>Grupo de campos do Diferimento</xs:documentation>
734
+ </xs:annotation>
735
+ </xs:element>
736
+ <xs:element name="gDevTrib" type="TDevTrib" minOccurs="0">
737
+ <xs:annotation>
738
+ <xs:documentation>Grupo de Informações da devolução de tributos</xs:documentation>
739
+ </xs:annotation>
740
+ </xs:element>
741
+ <xs:element name="gRed" type="TRed" minOccurs="0">
742
+ <xs:annotation>
743
+ <xs:documentation>Grupo de campos da redução de aliquota</xs:documentation>
744
+ </xs:annotation>
745
+ </xs:element>
746
+ <xs:element name="vIBSUF" type="TDec1302">
747
+ <xs:annotation>
748
+ <xs:documentation>Valor do IBS de competência das UF</xs:documentation>
749
+ </xs:annotation>
750
+ </xs:element>
751
+ </xs:sequence>
752
+ </xs:complexType>
753
+ </xs:element>
754
+ <xs:element name="gIBSMun">
755
+ <xs:annotation>
756
+ <xs:documentation>Grupo de Informações do IBS no Município</xs:documentation>
757
+ </xs:annotation>
758
+ <xs:complexType>
759
+ <xs:sequence>
760
+ <xs:element name="pIBSMun" type="TDec_0302_04">
761
+ <xs:annotation>
762
+ <xs:documentation>Aliquota do IBS Municipal</xs:documentation>
763
+ </xs:annotation>
764
+ </xs:element>
765
+ <xs:element name="gDif" type="TDif" minOccurs="0">
766
+ <xs:annotation>
767
+ <xs:documentation>Grupo de campos do Diferimento</xs:documentation>
768
+ </xs:annotation>
769
+ </xs:element>
770
+ <xs:element name="gDevTrib" type="TDevTrib" minOccurs="0">
771
+ <xs:annotation>
772
+ <xs:documentation>Grupo de Informações da devolução de tributos</xs:documentation>
773
+ </xs:annotation>
774
+ </xs:element>
775
+ <xs:element name="gRed" type="TRed" minOccurs="0">
776
+ <xs:annotation>
777
+ <xs:documentation>Grupo de campos da redução de aliquota</xs:documentation>
778
+ </xs:annotation>
779
+ </xs:element>
780
+ <xs:element name="vIBSMun" type="TDec1302">
781
+ <xs:annotation>
782
+ <xs:documentation>Valor do IBS Municipal</xs:documentation>
783
+ </xs:annotation>
784
+ </xs:element>
785
+ </xs:sequence>
786
+ </xs:complexType>
787
+ </xs:element>
788
+ <xs:element name="vIBS" type="TDec1302">
789
+ <xs:annotation>
790
+ <xs:documentation>Valor do IBS</xs:documentation>
791
+ </xs:annotation>
792
+ </xs:element>
793
+ </xs:sequence>
794
+ <xs:element name="gCBS">
795
+ <xs:annotation>
796
+ <xs:documentation>Grupo de Tributação da CBS</xs:documentation>
797
+ </xs:annotation>
798
+ <xs:complexType>
799
+ <xs:sequence>
800
+ <xs:element name="pCBS" type="TDec_0302_04">
801
+ <xs:annotation>
802
+ <xs:documentation>Aliquota da CBS</xs:documentation>
803
+ </xs:annotation>
804
+ </xs:element>
805
+ <xs:element name="gDif" type="TDif" minOccurs="0">
806
+ <xs:annotation>
807
+ <xs:documentation>Grupo de campos do Diferimento</xs:documentation>
808
+ </xs:annotation>
809
+ </xs:element>
810
+ <xs:element name="gDevTrib" type="TDevTrib" minOccurs="0">
811
+ <xs:annotation>
812
+ <xs:documentation>Grupo de Informações da devolução de tributos</xs:documentation>
813
+ </xs:annotation>
814
+ </xs:element>
815
+ <xs:element name="gRed" type="TRed" minOccurs="0">
816
+ <xs:annotation>
817
+ <xs:documentation>Grupo de campos da redução de aliquota</xs:documentation>
818
+ </xs:annotation>
819
+ </xs:element>
820
+ <xs:element name="vCBS" type="TDec1302">
821
+ <xs:annotation>
822
+ <xs:documentation>Valor da CBS</xs:documentation>
823
+ </xs:annotation>
824
+ </xs:element>
825
+ </xs:sequence>
826
+ </xs:complexType>
827
+ </xs:element>
828
+ <xs:element name="gTribRegular" type="TTribRegular" minOccurs="0">
829
+ <xs:annotation>
830
+ <xs:documentation>Grupo de informações da Tributação Regular. Informar como seria a tributação caso não cumprida a condição resolutória/suspensiva. Exemplo 1: Art. 442, §4. Operações com ZFM e ALC. Exemplo 2: Operações com suspensão do tributo.</xs:documentation>
831
+ </xs:annotation>
832
+ </xs:element>
833
+ <xs:element name="gIBSCredPres" type="TCredPres" minOccurs="0">
834
+ <xs:annotation>
835
+ <xs:documentation>Grupo de Informações do Crédito Presumido referente ao IBS, quando aproveitado pelo emitente do documento. </xs:documentation>
836
+ </xs:annotation>
837
+ </xs:element>
838
+ <xs:element name="gCBSCredPres" type="TCredPres" minOccurs="0">
839
+ <xs:annotation>
840
+ <xs:documentation>Grupo de Informações do Crédito Presumido referente a CBS, quando aproveitado pelo emitente do documento. </xs:documentation>
841
+ </xs:annotation>
842
+ </xs:element>
843
+ <xs:element name="gTribCompraGov" type="TTribCompraGov" minOccurs="0">
844
+ <xs:annotation>
845
+ <xs:documentation>Grupo de informações da composição do valor do IBS e da CBS em compras governamental</xs:documentation>
846
+ </xs:annotation>
847
+ </xs:element>
848
+ </xs:sequence>
849
+ </xs:complexType>
850
+ <xs:complexType name="TRed">
851
+ <xs:annotation>
852
+ <xs:documentation>Tipo Redução Base de Cálculo</xs:documentation>
853
+ </xs:annotation>
854
+ <xs:sequence>
855
+ <xs:element name="pRedAliq" type="TDec_0302_04">
856
+ <xs:annotation>
857
+ <xs:documentation>Percentual de redução de aliquota do cClassTrib</xs:documentation>
858
+ </xs:annotation>
859
+ </xs:element>
860
+ <xs:element name="pAliqEfet" type="TDec_0302_04">
861
+ <xs:annotation>
862
+ <xs:documentation>Aliquota Efetiva que será aplicada a Base de Calculo</xs:documentation>
863
+ </xs:annotation>
864
+ </xs:element>
865
+ </xs:sequence>
866
+ </xs:complexType>
867
+ <xs:complexType name="TCredPres">
868
+ <xs:annotation>
869
+ <xs:documentation>Tipo Crédito Presumido</xs:documentation>
870
+ </xs:annotation>
871
+ <xs:sequence>
872
+ <xs:element name="cCredPres" type="TcCredPres">
873
+ <xs:annotation>
874
+ <xs:documentation>Código de Classificação do Crédito Presumido do IBS e da CBS</xs:documentation>
875
+ </xs:annotation>
876
+ </xs:element>
877
+ <xs:element name="pCredPres" type="TDec_0302_04">
878
+ <xs:annotation>
879
+ <xs:documentation>Percentual do Crédito Presumido</xs:documentation>
880
+ </xs:annotation>
881
+ </xs:element>
882
+ <xs:choice>
883
+ <xs:element name="vCredPres" type="TDec1302">
884
+ <xs:annotation>
885
+ <xs:documentation>Valor do Crédito Presumido</xs:documentation>
886
+ </xs:annotation>
887
+ </xs:element>
888
+ <xs:element name="vCredPresCondSus" type="TDec1302">
889
+ <xs:annotation>
890
+ <xs:documentation>Valor do Crédito Presumido Condição Suspensiva, preencher apenas para cCredPres que possui indicação de Condição Suspensiva</xs:documentation>
891
+ </xs:annotation>
892
+ </xs:element>
893
+ </xs:choice>
894
+ </xs:sequence>
895
+ </xs:complexType>
896
+ <xs:complexType name="TDif">
897
+ <xs:annotation>
898
+ <xs:documentation>Tipo Diferimento</xs:documentation>
899
+ </xs:annotation>
900
+ <xs:sequence>
901
+ <xs:element name="pDif" type="TDec_0302_04">
902
+ <xs:annotation>
903
+ <xs:documentation>Percentual do diferimento</xs:documentation>
904
+ </xs:annotation>
905
+ </xs:element>
906
+ <xs:element name="vDif" type="TDec1302">
907
+ <xs:annotation>
908
+ <xs:documentation>Valor do diferimento</xs:documentation>
909
+ </xs:annotation>
910
+ </xs:element>
911
+ </xs:sequence>
912
+ </xs:complexType>
913
+ <xs:complexType name="TDevTrib">
914
+ <xs:annotation>
915
+ <xs:documentation>Tipo Devolução Tributo</xs:documentation>
916
+ </xs:annotation>
917
+ <xs:sequence>
918
+ <xs:element name="vDevTrib" type="TDec1302">
919
+ <xs:annotation>
920
+ <xs:documentation>Valor do tributo devolvido. No fornecimento de energia elétrica, água, esgoto e
921
+ gás natural e em outras hipóteses definidas no regulamento</xs:documentation>
922
+ </xs:annotation>
923
+ </xs:element>
924
+ </xs:sequence>
925
+ </xs:complexType>
926
+ <xs:complexType name="TTribRegular">
927
+ <xs:annotation>
928
+ <xs:documentation>Tipo Tributação Regular</xs:documentation>
929
+ </xs:annotation>
930
+ <xs:sequence>
931
+ <xs:element name="CSTReg" type="TCST">
932
+ <xs:annotation>
933
+ <xs:documentation>Código da Situação Tributária do IBS e CBS</xs:documentation>
934
+ <xs:documentation>Informar qual seria o CST caso não cumprida a condição resolutória/suspensiva</xs:documentation>
935
+ </xs:annotation>
936
+ </xs:element>
937
+ <xs:element name="cClassTribReg" type="TcClassTrib">
938
+ <xs:annotation>
939
+ <xs:documentation>Informar qual seria o cClassTrib caso não cumprida a condição resolutória/suspensiva</xs:documentation>
940
+ </xs:annotation>
941
+ </xs:element>
942
+ <xs:element name="pAliqEfetRegIBSUF" type="TDec_0302_04">
943
+ <xs:annotation>
944
+ <xs:documentation>Alíquota do IBS da UF</xs:documentation>
945
+ <xs:documentation>Informar como seria a Alíquota caso não cumprida a condição resolutória/suspensiva</xs:documentation>
946
+ </xs:annotation>
947
+ </xs:element>
948
+ <xs:element name="vTribRegIBSUF" type="TDec1302">
949
+ <xs:annotation>
950
+ <xs:documentation>Valor do IBS da UF</xs:documentation>
951
+ <xs:documentation>Informar como seria o valor do Tributo caso não cumprida a condição resolutória/suspensiva</xs:documentation>
952
+ </xs:annotation>
953
+ </xs:element>
954
+ <xs:element name="pAliqEfetRegIBSMun" type="TDec_0302_04">
955
+ <xs:annotation>
956
+ <xs:documentation>Alíquota do IBS do Município</xs:documentation>
957
+ <xs:documentation>Informar como seria a Alíquota caso não cumprida a condição resolutória/suspensiva</xs:documentation>
958
+ </xs:annotation>
959
+ </xs:element>
960
+ <xs:element name="vTribRegIBSMun" type="TDec1302">
961
+ <xs:annotation>
962
+ <xs:documentation>Valor do IBS do Município</xs:documentation>
963
+ <xs:documentation>Informar como seria o valor do Tributo caso não cumprida a condição resolutória/suspensiva</xs:documentation>
964
+ </xs:annotation>
965
+ </xs:element>
966
+ <xs:element name="pAliqEfetRegCBS" type="TDec_0302_04">
967
+ <xs:annotation>
968
+ <xs:documentation>Alíquota da CBS</xs:documentation>
969
+ <xs:documentation>Informar como seria a Alíquota caso não cumprida a condição resolutória/suspensiva</xs:documentation>
970
+ </xs:annotation>
971
+ </xs:element>
972
+ <xs:element name="vTribRegCBS" type="TDec1302">
973
+ <xs:annotation>
974
+ <xs:documentation>Valor da CBS</xs:documentation>
975
+ <xs:documentation>Informar como seria o valor do Tributo caso não cumprida a condição resolutória/suspensiva</xs:documentation>
976
+ </xs:annotation>
977
+ </xs:element>
978
+ </xs:sequence>
979
+ </xs:complexType>
980
+ <xs:complexType name="TTribCompraGov">
981
+ <xs:annotation>
982
+ <xs:documentation>Tipo Tributação Compra Governamental</xs:documentation>
983
+ </xs:annotation>
984
+ <xs:sequence>
985
+ <xs:element name="pAliqIBSUF" type="TDec_0302_04"/>
986
+ <xs:element name="vTribIBSUF" type="TDec1302">
987
+ <xs:annotation>
988
+ <xs:documentation>Valor que seria devido a UF, sem aplicação do Art. 473. da LC 214/2025</xs:documentation>
989
+ </xs:annotation>
990
+ </xs:element>
991
+ <xs:element name="pAliqIBSMun" type="TDec_0302_04"/>
992
+ <xs:element name="vTribIBSMun" type="TDec1302">
993
+ <xs:annotation>
994
+ <xs:documentation>Valor que seria devido ao município, sem aplicação do Art. 473. da LC 214/2025</xs:documentation>
995
+ </xs:annotation>
996
+ </xs:element>
997
+ <xs:element name="pAliqCBS" type="TDec_0302_04"/>
998
+ <xs:element name="vTribCBS" type="TDec1302">
999
+ <xs:annotation>
1000
+ <xs:documentation>Valor que seria devido a CBS, sem aplicação do Art. 473. da LC 214/2025</xs:documentation>
1001
+ </xs:annotation>
1002
+ </xs:element>
1003
+ </xs:sequence>
1004
+ </xs:complexType>
1005
+ <xs:complexType name="TCompraGovReduzido">
1006
+ <xs:annotation>
1007
+ <xs:documentation>Tipo Compras Governamentais</xs:documentation>
1008
+ <xs:documentation>Cada DFe que utilizar deverá utilizar esses tipo no grupo ide</xs:documentation>
1009
+ </xs:annotation>
1010
+ <xs:sequence>
1011
+ <xs:element name="tpEnteGov" type="TEnteGov">
1012
+ <xs:annotation>
1013
+ <xs:documentation>Para administração pública direta e suas autarquias e fundações:
1014
+ 1=União
1015
+ 2=Estados
1016
+ 3=Distrito Federal
1017
+ 4=Municípios</xs:documentation>
1018
+ </xs:annotation>
1019
+ </xs:element>
1020
+ <xs:element name="pRedutor" type="TDec_0302_04">
1021
+ <xs:annotation>
1022
+ <xs:documentation>Percentual de redução de aliquota em compra goverrnamental</xs:documentation>
1023
+ </xs:annotation>
1024
+ </xs:element>
1025
+ </xs:sequence>
1026
+ </xs:complexType>
1027
+ <xs:complexType name="TCompraGov">
1028
+ <xs:annotation>
1029
+ <xs:documentation>Tipo Compras Governamentais</xs:documentation>
1030
+ <xs:documentation>Cada DFe que utilizar deverá utilizar esses tipo no grupo ide</xs:documentation>
1031
+ </xs:annotation>
1032
+ <xs:sequence>
1033
+ <xs:element name="tpEnteGov" type="TEnteGov">
1034
+ <xs:annotation>
1035
+ <xs:documentation>Para administração pública direta e suas autarquias e fundações:
1036
+ 1=União
1037
+ 2=Estados
1038
+ 3=Distrito Federal
1039
+ 4=Municípios</xs:documentation>
1040
+ </xs:annotation>
1041
+ </xs:element>
1042
+ <xs:element name="pRedutor" type="TDec_0302_04">
1043
+ <xs:annotation>
1044
+ <xs:documentation>Percentual de redução de aliquota em compra goverrnamental</xs:documentation>
1045
+ </xs:annotation>
1046
+ </xs:element>
1047
+ <xs:element name="tpOperGov" type="TOperCompraGov">
1048
+ <xs:annotation>
1049
+ <xs:documentation>Tipo da operação com ente governamental:
1050
+ 1 - Fornecimento
1051
+ 2 - Recebimento do Pagamento</xs:documentation>
1052
+ </xs:annotation>
1053
+ </xs:element>
1054
+ </xs:sequence>
1055
+ </xs:complexType>
1056
+ <xs:complexType name="TTransfCred">
1057
+ <xs:annotation>
1058
+ <xs:documentation>Tipo Transferência de Crédito</xs:documentation>
1059
+ </xs:annotation>
1060
+ <xs:sequence>
1061
+ <xs:element name="vIBS" type="TDec1302">
1062
+ <xs:annotation>
1063
+ <xs:documentation>Valor do IBS a ser transferido</xs:documentation>
1064
+ </xs:annotation>
1065
+ </xs:element>
1066
+ <xs:element name="vCBS" type="TDec1302">
1067
+ <xs:annotation>
1068
+ <xs:documentation>Valor da CBS a ser transferida</xs:documentation>
1069
+ </xs:annotation>
1070
+ </xs:element>
1071
+ </xs:sequence>
1072
+ </xs:complexType>
1073
+ <xs:complexType name="TCredPresIBSZFM">
1074
+ <xs:annotation>
1075
+ <xs:documentation>Tipo Informações do crédito presumido de IBS para fornecimentos a partir da ZFM</xs:documentation>
1076
+ </xs:annotation>
1077
+ <xs:sequence>
1078
+ <xs:element name="tpCredPresIBSZFM" type="TTpCredPresIBSZFM">
1079
+ <xs:annotation>
1080
+ <xs:documentation>Classificação de acordo com o art. 450, § 1º, da LC 214/25 para o cálculo do crédito presumido na ZFM</xs:documentation>
1081
+ <xs:documentation>0 - Sem crédito presumido;
1082
+ 1 - Bens de consumo final (55%);
1083
+ 2 - Bens de capital (75%);
1084
+ 3 - Bens intermediários (90,25%);
1085
+ 4 - Bens de informática e outros definidos em legislação (100%).
1086
+ OBS: Percentuais definidos no art. 450, § 1º, da LC 214/25 para o cálculo do crédito presumido
1087
+ </xs:documentation>
1088
+ </xs:annotation>
1089
+ </xs:element>
1090
+ <xs:element name="vCredPresIBSZFM" type="TDec1302" minOccurs="0">
1091
+ <xs:annotation>
1092
+ <xs:documentation>Valor do crédito presumido calculado sobre o saldo devedor apurado</xs:documentation>
1093
+ </xs:annotation>
1094
+ </xs:element>
1095
+ </xs:sequence>
1096
+ </xs:complexType>
1097
+ </xs:schema>