notaajil 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.
- package/lib/application/abstract/soap-info.d.ts +7 -0
- package/lib/application/abstract/soap-info.js +67 -0
- package/lib/application/abstract/soap-info.js.map +1 -0
- package/lib/application/helpers/generate-pdf/fontes/Times New Roman Bold Italic.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/Times New Roman Bold.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/Times New Roman Italic.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/Times New Roman.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/barlow-condensed/BarlowCondensed-Black.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/barlow-condensed/BarlowCondensed-BlackItalic.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/barlow-condensed/BarlowCondensed-Bold.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/barlow-condensed/BarlowCondensed-BoldItalic.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/barlow-condensed/BarlowCondensed-ExtraBold.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/barlow-condensed/BarlowCondensed-ExtraBoldItalic.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/barlow-condensed/BarlowCondensed-ExtraLight.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/barlow-condensed/BarlowCondensed-ExtraLightItalic.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/barlow-condensed/BarlowCondensed-Italic.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/barlow-condensed/BarlowCondensed-Light.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/barlow-condensed/BarlowCondensed-LightItalic.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/barlow-condensed/BarlowCondensed-Medium.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/barlow-condensed/BarlowCondensed-MediumItalic.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/barlow-condensed/BarlowCondensed-Regular.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/barlow-condensed/BarlowCondensed-SemiBold.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/barlow-condensed/BarlowCondensed-SemiBoldItalic.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/barlow-condensed/BarlowCondensed-Thin.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/barlow-condensed/BarlowCondensed-ThinItalic.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/roboto-condensed/RobotoCondensed-Bold.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/roboto-condensed/RobotoCondensed-BoldItalic.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/roboto-condensed/RobotoCondensed-Italic.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/roboto-condensed/RobotoCondensed-Light.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/roboto-condensed/RobotoCondensed-LightItalic.ttf +0 -0
- package/lib/application/helpers/generate-pdf/fontes/roboto-condensed/RobotoCondensed-Regular.ttf +0 -0
- package/lib/application/helpers/generate-pdf/nfe/campo.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/campo.js +15 -0
- package/lib/application/helpers/generate-pdf/nfe/campo.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/cria-layout.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/cria-layout.js +83 -0
- package/lib/application/helpers/generate-pdf/nfe/cria-layout.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/default.d.ts +23 -0
- package/lib/application/helpers/generate-pdf/nfe/default.js +27 -0
- package/lib/application/helpers/generate-pdf/nfe/default.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/gerar-itens.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/gerar-itens.js +70 -0
- package/lib/application/helpers/generate-pdf/nfe/gerar-itens.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/get-dados-adicionais.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/get-dados-adicionais.js +24 -0
- package/lib/application/helpers/generate-pdf/nfe/get-dados-adicionais.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/get-dados-emitente.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/get-dados-emitente.js +521 -0
- package/lib/application/helpers/generate-pdf/nfe/get-dados-emitente.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/get-destinatario-remetente.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/get-destinatario-remetente.js +410 -0
- package/lib/application/helpers/generate-pdf/nfe/get-destinatario-remetente.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/get-fatura-duplicata.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/get-fatura-duplicata.js +42 -0
- package/lib/application/helpers/generate-pdf/nfe/get-fatura-duplicata.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/get-homologacao.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/get-homologacao.js +25 -0
- package/lib/application/helpers/generate-pdf/nfe/get-homologacao.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/get-imposto.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/get-imposto.js +54 -0
- package/lib/application/helpers/generate-pdf/nfe/get-imposto.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/get-iss.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/get-iss.js +33 -0
- package/lib/application/helpers/generate-pdf/nfe/get-iss.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/get-menu-itens.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/get-menu-itens.js +46 -0
- package/lib/application/helpers/generate-pdf/nfe/get-menu-itens.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/get-recibo.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/get-recibo.js +54 -0
- package/lib/application/helpers/generate-pdf/nfe/get-recibo.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/get-transporte.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/get-transporte.js +111 -0
- package/lib/application/helpers/generate-pdf/nfe/get-transporte.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/italico.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/italico.js +16 -0
- package/lib/application/helpers/generate-pdf/nfe/italico.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/linha-horizontal-tracejada.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/linha-horizontal-tracejada.js +9 -0
- package/lib/application/helpers/generate-pdf/nfe/linha-horizontal-tracejada.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/linha-horizontal.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/linha-horizontal.js +17 -0
- package/lib/application/helpers/generate-pdf/nfe/linha-horizontal.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/linha-vertical.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/linha-vertical.js +11 -0
- package/lib/application/helpers/generate-pdf/nfe/linha-vertical.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/load-fontes.d.ts +3 -0
- package/lib/application/helpers/generate-pdf/nfe/load-fontes.js +32 -0
- package/lib/application/helpers/generate-pdf/nfe/load-fontes.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/negrito.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/negrito.js +16 -0
- package/lib/application/helpers/generate-pdf/nfe/negrito.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/normal.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/normal.js +16 -0
- package/lib/application/helpers/generate-pdf/nfe/normal.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/options-doc.d.ts +10 -0
- package/lib/application/helpers/generate-pdf/nfe/options-doc.js +21 -0
- package/lib/application/helpers/generate-pdf/nfe/options-doc.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/secao.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/secao.js +17 -0
- package/lib/application/helpers/generate-pdf/nfe/secao.js.map +1 -0
- package/lib/application/helpers/generate-pdf/nfe/titulo.d.ts +2 -0
- package/lib/application/helpers/generate-pdf/nfe/titulo.js +17 -0
- package/lib/application/helpers/generate-pdf/nfe/titulo.js.map +1 -0
- package/lib/application/helpers/processo/append-qrcode-xml.d.ts +5 -0
- package/lib/application/helpers/processo/append-qrcode-xml.js +31 -0
- package/lib/application/helpers/processo/append-qrcode-xml.js.map +1 -0
- package/lib/application/helpers/processo/det.d.ts +2 -0
- package/lib/application/helpers/processo/det.js +85 -0
- package/lib/application/helpers/processo/det.js.map +1 -0
- package/lib/application/helpers/processo/gerar-chave-mdfe.js +75 -0
- package/lib/application/helpers/processo/gerar-chave-nfe.d.ts +12 -0
- package/lib/application/helpers/processo/gerar-chave-nfe.js +28 -0
- package/lib/application/helpers/processo/gerar-chave-nfe.js.map +1 -0
- package/lib/application/helpers/processo/gerar-hash-csrt.d.ts +1 -0
- package/lib/application/helpers/processo/gerar-hash-csrt.js +12 -0
- package/lib/application/helpers/processo/gerar-hash-csrt.js.map +1 -0
- package/lib/application/helpers/processo/gerar-nfe.d.ts +2 -0
- package/lib/application/helpers/processo/gerar-nfe.js +45 -0
- package/lib/application/helpers/processo/gerar-nfe.js.map +1 -0
- package/lib/application/helpers/processo/gerar-qr-code-nfce-offline.d.ts +1 -0
- package/lib/application/helpers/processo/gerar-qr-code-nfce-offline.js +16 -0
- package/lib/application/helpers/processo/gerar-qr-code-nfce-offline.js.map +1 -0
- package/lib/application/helpers/processo/gerar-qr-code-nfce-online.d.ts +1 -0
- package/lib/application/helpers/processo/gerar-qr-code-nfce-online.js +15 -0
- package/lib/application/helpers/processo/gerar-qr-code-nfce-online.js.map +1 -0
- package/lib/application/helpers/processo/gerar-retorno-emissao.d.ts +12 -0
- package/lib/application/helpers/processo/gerar-retorno-emissao.js +26 -0
- package/lib/application/helpers/processo/gerar-retorno-emissao.js.map +1 -0
- package/lib/application/helpers/processo/gerar-xml-lote.d.ts +1 -0
- package/lib/application/helpers/processo/gerar-xml-lote.js +18 -0
- package/lib/application/helpers/processo/gerar-xml-lote.js.map +1 -0
- package/lib/application/helpers/processo/gerar-xml-mdfe.js +27 -0
- package/lib/application/helpers/processo/gerar-xml.d.ts +5 -0
- package/lib/application/helpers/processo/gerar-xml.js +21 -0
- package/lib/application/helpers/processo/gerar-xml.js.map +1 -0
- package/lib/application/helpers/processo/getCobr.d.ts +2 -0
- package/lib/application/helpers/processo/getCobr.js +27 -0
- package/lib/application/helpers/processo/getCobr.js.map +1 -0
- package/lib/application/helpers/processo/getDest.d.ts +2 -0
- package/lib/application/helpers/processo/getDest.js +38 -0
- package/lib/application/helpers/processo/getDest.js.map +1 -0
- package/lib/application/helpers/processo/getEmit.d.ts +2 -0
- package/lib/application/helpers/processo/getEmit.js +33 -0
- package/lib/application/helpers/processo/getEmit.js.map +1 -0
- package/lib/application/helpers/processo/getEntregaRetirada.d.ts +2 -0
- package/lib/application/helpers/processo/getEntregaRetirada.js +28 -0
- package/lib/application/helpers/processo/getEntregaRetirada.js.map +1 -0
- package/lib/application/helpers/processo/getIde.d.ts +6 -0
- package/lib/application/helpers/processo/getIde.js +38 -0
- package/lib/application/helpers/processo/getIde.js.map +1 -0
- package/lib/application/helpers/processo/getInfAdic.d.ts +2 -0
- package/lib/application/helpers/processo/getInfAdic.js +35 -0
- package/lib/application/helpers/processo/getInfAdic.js.map +1 -0
- package/lib/application/helpers/processo/getPag.d.ts +2 -0
- package/lib/application/helpers/processo/getPag.js +30 -0
- package/lib/application/helpers/processo/getPag.js.map +1 -0
- package/lib/application/helpers/processo/getResponsavelTecnico.d.ts +2 -0
- package/lib/application/helpers/processo/getResponsavelTecnico.js +18 -0
- package/lib/application/helpers/processo/getResponsavelTecnico.js.map +1 -0
- package/lib/application/helpers/processo/getTotal.d.ts +2 -0
- package/lib/application/helpers/processo/getTotal.js +92 -0
- package/lib/application/helpers/processo/getTotal.js.map +1 -0
- package/lib/application/helpers/processo/getTransp.d.ts +2 -0
- package/lib/application/helpers/processo/getTransp.js +54 -0
- package/lib/application/helpers/processo/getTransp.js.map +1 -0
- package/lib/application/helpers/processo/obter-digito-verificador.d.ts +1 -0
- package/lib/application/helpers/processo/obter-digito-verificador.js +30 -0
- package/lib/application/helpers/processo/obter-digito-verificador.js.map +1 -0
- package/lib/application/helpers/urls/autorizadores.json +320 -0
- package/lib/application/helpers/urls/autorizadoresMDFe.json +52 -0
- package/lib/application/helpers/urls/autorizadoresNFe.json +465 -0
- package/lib/application/helpers/urls/servicos.json +50 -0
- package/lib/application/helpers/utils/configura-urls-sefaz.d.ts +2 -0
- package/lib/application/helpers/utils/configura-urls-sefaz.js +37 -0
- package/lib/application/helpers/utils/configura-urls-sefaz.js.map +1 -0
- package/lib/application/helpers/utils/has-value.d.ts +1 -0
- package/lib/application/helpers/utils/has-value.js +11 -0
- package/lib/application/helpers/utils/has-value.js.map +1 -0
- package/lib/application/helpers/utils/index.d.ts +8 -0
- package/lib/application/helpers/utils/index.js +25 -0
- package/lib/application/helpers/utils/index.js.map +1 -0
- package/lib/application/helpers/utils/json-one-level.d.ts +1 -0
- package/lib/application/helpers/utils/json-one-level.js +16 -0
- package/lib/application/helpers/utils/json-one-level.js.map +1 -0
- package/lib/application/helpers/utils/log.d.ts +1 -0
- package/lib/application/helpers/utils/log.js +8 -0
- package/lib/application/helpers/utils/log.js.map +1 -0
- package/lib/application/helpers/utils/mdfe-service.js +53 -0
- package/lib/application/helpers/utils/random-int.d.ts +1 -0
- package/lib/application/helpers/utils/random-int.js +8 -0
- package/lib/application/helpers/utils/random-int.js.map +1 -0
- package/lib/application/helpers/utils/remove-self-closed-fields.d.ts +1 -0
- package/lib/application/helpers/utils/remove-self-closed-fields.js +16 -0
- package/lib/application/helpers/utils/remove-self-closed-fields.js.map +1 -0
- package/lib/application/helpers/utils/timeout.d.ts +1 -0
- package/lib/application/helpers/utils/timeout.js +8 -0
- package/lib/application/helpers/utils/timeout.js.map +1 -0
- package/lib/application/helpers/utils/valida-url-wsdl.d.ts +1 -0
- package/lib/application/helpers/utils/valida-url-wsdl.js +11 -0
- package/lib/application/helpers/utils/valida-url-wsdl.js.map +1 -0
- package/lib/application/helpers/web-service/build-soap-envelope.d.ts +1 -0
- package/lib/application/helpers/web-service/build-soap-envelope.js +77 -0
- package/lib/application/helpers/web-service/build-soap-envelope.js.map +1 -0
- package/lib/application/helpers/web-service/index.d.ts +3 -0
- package/lib/application/helpers/web-service/index.js +20 -0
- package/lib/application/helpers/web-service/index.js.map +1 -0
- package/lib/application/helpers/web-service/make-soap-request.d.ts +2 -0
- package/lib/application/helpers/web-service/make-soap-request.js +161 -0
- package/lib/application/helpers/web-service/make-soap-request.js.map +1 -0
- package/lib/application/helpers/web-service/proxy-to-url.d.ts +2 -0
- package/lib/application/helpers/web-service/proxy-to-url.js +13 -0
- package/lib/application/helpers/web-service/proxy-to-url.js.map +1 -0
- package/lib/application/helpers/xml/deserialize.d.ts +2 -0
- package/lib/application/helpers/xml/deserialize.js +26 -0
- package/lib/application/helpers/xml/deserialize.js.map +1 -0
- package/lib/application/helpers/xml/index.d.ts +2 -0
- package/lib/application/helpers/xml/index.js +19 -0
- package/lib/application/helpers/xml/index.js.map +1 -0
- package/lib/application/helpers/xml/serialize.d.ts +1 -0
- package/lib/application/helpers/xml/serialize.js +40 -0
- package/lib/application/helpers/xml/serialize.js.map +1 -0
- package/lib/application/helpers/xsd/110150_v1.00.xsd +88 -0
- package/lib/application/helpers/xsd/Averb_v1.00.xsd +11 -0
- package/lib/application/helpers/xsd/CCe_v1.00.xsd +11 -0
- package/lib/application/helpers/xsd/DFeTiposBasicos_v1.00.xsd +1293 -0
- package/lib/application/helpers/xsd/EPEC_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/MT_inutNFe_v4.00.xsd +9 -0
- package/lib/application/helpers/xsd/SuframaInternaliza_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/SuframaVistoria_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/confRecebto_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/consCad_v2.00.xsd +9 -0
- package/lib/application/helpers/xsd/consGTIN_v1.00.xsd +10 -0
- package/lib/application/helpers/xsd/consNFeDest_v1.01.xsd +10 -0
- package/lib/application/helpers/xsd/consReciNFe_v3.10.xsd +9 -0
- package/lib/application/helpers/xsd/consReciNFe_v4.00.xsd +9 -0
- package/lib/application/helpers/xsd/consSitNFe_v3.10.xsd +9 -0
- package/lib/application/helpers/xsd/consSitNFe_v4.00.xsd +9 -0
- package/lib/application/helpers/xsd/consStatServ_v3.10.xsd +9 -0
- package/lib/application/helpers/xsd/consStatServ_v4.00.xsd +9 -0
- package/lib/application/helpers/xsd/distDFeInt_v1.00.xsd +71 -0
- package/lib/application/helpers/xsd/distDFeInt_v1.01.xsd +97 -0
- package/lib/application/helpers/xsd/downloadNFe_v1.00.xsd +10 -0
- package/lib/application/helpers/xsd/e110110_v1.00.xsd +58 -0
- package/lib/application/helpers/xsd/e110111_v1.00.xsd +42 -0
- package/lib/application/helpers/xsd/e110112_v1.00.xsd +69 -0
- package/lib/application/helpers/xsd/e110130_v1.00.xsd +102 -0
- package/lib/application/helpers/xsd/e110131_v1.00.xsd +51 -0
- package/lib/application/helpers/xsd/e110140NFCe_v1.00.xsd +118 -0
- package/lib/application/helpers/xsd/e110140NFe_v1.00.xsd +124 -0
- package/lib/application/helpers/xsd/e110140_v1.00.xsd +124 -0
- package/lib/application/helpers/xsd/e110150_v1.00.xsd +88 -0
- package/lib/application/helpers/xsd/e111500_v1.00.xsd +69 -0
- package/lib/application/helpers/xsd/e111501_v1.00.xsd +69 -0
- package/lib/application/helpers/xsd/e111502_v1.00.xsd +50 -0
- package/lib/application/helpers/xsd/e111503_v1.00.xsd +50 -0
- package/lib/application/helpers/xsd/e210200_v1.00.xsd +31 -0
- package/lib/application/helpers/xsd/e210210_v1.00.xsd +31 -0
- package/lib/application/helpers/xsd/e210220_v1.00.xsd +44 -0
- package/lib/application/helpers/xsd/e210240_v1.00.xsd +44 -0
- package/lib/application/helpers/xsd/e411500_v1.00.xsd +134 -0
- package/lib/application/helpers/xsd/e411501_v1.00.xsd +134 -0
- package/lib/application/helpers/xsd/e411502_v1.00.xsd +95 -0
- package/lib/application/helpers/xsd/e411503_v1.00.xsd +95 -0
- package/lib/application/helpers/xsd/e610130_v1.00.xsd +128 -0
- package/lib/application/helpers/xsd/e610131_v1.00.xsd +68 -0
- package/lib/application/helpers/xsd/e790700_v1.00.xsd +125 -0
- package/lib/application/helpers/xsd/e990900_v1.00.xsd +87 -0
- package/lib/application/helpers/xsd/e990910_v1.00.xsd +81 -0
- package/lib/application/helpers/xsd/envAverb_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/envCCe_v1.00.xsd +10 -0
- package/lib/application/helpers/xsd/envCancelPProrrogNFe_v1.0.xsd +50 -0
- package/lib/application/helpers/xsd/envComprovanteEntregaNFe_v1.00.xsd +11 -0
- package/lib/application/helpers/xsd/envConfRecebto_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/envEPEC_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/envEventoAtorInteressado_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/envEventoCancEntregaNFe_v1.00.xsd +10 -0
- package/lib/application/helpers/xsd/envEventoCancNFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/envEventoCancSubst_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/envEventoEntregaNFe_v1.00.xsd +10 -0
- package/lib/application/helpers/xsd/envEvento_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/envFiscoNfe_v1.0.xsd +179 -0
- package/lib/application/helpers/xsd/envPProrrogNFe_v1.0.xsd +65 -0
- package/lib/application/helpers/xsd/envRemIndus_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/envSuframaInternaliza_v1.00.xsd +10 -0
- package/lib/application/helpers/xsd/envSuframaVistoria_v1.00.xsd +10 -0
- package/lib/application/helpers/xsd/enviNFe_v3.10.xsd +9 -0
- package/lib/application/helpers/xsd/enviNFe_v4.00.xsd +9 -0
- package/lib/application/helpers/xsd/eventoAtorInteressado_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/eventoCancEntregaNFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/eventoCancNFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/eventoCancSubst_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/eventoEPEC_v0.01.xsd +267 -0
- package/lib/application/helpers/xsd/eventoEPEC_v1.00.xsd +267 -0
- package/lib/application/helpers/xsd/eventoEntregaNFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/eventoRemIndus_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/index.d.ts +1 -0
- package/lib/application/helpers/xsd/index.js +18 -0
- package/lib/application/helpers/xsd/index.js.map +1 -0
- package/lib/application/helpers/xsd/inutNFe_v3.10.xsd +9 -0
- package/lib/application/helpers/xsd/inutNFe_v4.00.xsd +9 -0
- package/lib/application/helpers/xsd/leiauteAverb_v1.00.xsd +482 -0
- package/lib/application/helpers/xsd/leiauteCCe_v1.00.xsd +382 -0
- package/lib/application/helpers/xsd/leiauteCcgConsGTIN_v1.00.xsd +94 -0
- package/lib/application/helpers/xsd/leiauteComprovanteEntregaNFe_v1.00.xsd +487 -0
- package/lib/application/helpers/xsd/leiauteConfRecebto_v1.00.xsd +369 -0
- package/lib/application/helpers/xsd/leiauteConsNFeDest_v1.01.xsd +483 -0
- package/lib/application/helpers/xsd/leiauteConsSitNFe_v3.10.xsd +502 -0
- package/lib/application/helpers/xsd/leiauteConsSitNFe_v4.00.xsd +502 -0
- package/lib/application/helpers/xsd/leiauteConsStatServ_v3.10.xsd +98 -0
- package/lib/application/helpers/xsd/leiauteConsStatServ_v4.00.xsd +98 -0
- package/lib/application/helpers/xsd/leiauteConsultaCadastro_v2.00.xsd +404 -0
- package/lib/application/helpers/xsd/leiauteDownloadNFe_v1.00.xsd +149 -0
- package/lib/application/helpers/xsd/leiauteEPEC_v1.00.xsd +423 -0
- package/lib/application/helpers/xsd/leiauteEventoAtorInteressado_v1.00.xsd +384 -0
- package/lib/application/helpers/xsd/leiauteEventoCancEntregaNFe_v1.00.xsd +307 -0
- package/lib/application/helpers/xsd/leiauteEventoCancNFe_v1.00.xsd +358 -0
- package/lib/application/helpers/xsd/leiauteEventoCancSubst_v1.00.xsd +366 -0
- package/lib/application/helpers/xsd/leiauteEventoEntregaNFe_v1.00.xsd +321 -0
- package/lib/application/helpers/xsd/leiauteEvento_v1.00.xsd +335 -0
- package/lib/application/helpers/xsd/leiauteInutNFe_v3.10.xsd +193 -0
- package/lib/application/helpers/xsd/leiauteInutNFe_v4.00.xsd +193 -0
- package/lib/application/helpers/xsd/leiauteInutNFe_v4.00_MT.xsd +200 -0
- package/lib/application/helpers/xsd/leiauteNFe_v3.10.xsd +6060 -0
- package/lib/application/helpers/xsd/leiauteNFe_v4.00.xsd +7579 -0
- package/lib/application/helpers/xsd/leiauteRemIndus_v1.00.xsd +344 -0
- package/lib/application/helpers/xsd/leiauteSuframaInternaliza_v1.00.xsd +642 -0
- package/lib/application/helpers/xsd/leiauteSuframaVistoria_v1.00.xsd +648 -0
- package/lib/application/helpers/xsd/mdfe/consMDFeNaoEncTiposBasico_v1.00.xsd +93 -0
- package/lib/application/helpers/xsd/mdfe/consMDFeNaoEncTiposBasico_v3.00.xsd +107 -0
- package/lib/application/helpers/xsd/mdfe/consMDFeNaoEnc_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/consMDFeNaoEnc_v3.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/consReciMDFeTiposBasico_v1.00.xsd +144 -0
- package/lib/application/helpers/xsd/mdfe/consReciMDFeTiposBasico_v3.00.xsd +169 -0
- package/lib/application/helpers/xsd/mdfe/consReciMDFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/consReciMDFe_v3.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/consSitMDFeTiposBasico_v1.00.xsd +81 -0
- package/lib/application/helpers/xsd/mdfe/consSitMDFeTiposBasico_v3.00.xsd +117 -0
- package/lib/application/helpers/xsd/mdfe/consSitMDFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/consSitMDFe_v3.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/consStatServMDFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/consStatServMDFe_v3.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/consStatServTiposBasico_v1.00.xsd +104 -0
- package/lib/application/helpers/xsd/mdfe/consStatServTiposBasico_v3.00.xsd +104 -0
- package/lib/application/helpers/xsd/mdfe/distDFeInt_v1.00.xsd +63 -0
- package/lib/application/helpers/xsd/mdfe/distMDFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/distMDFe_v3.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/enviMDFe_v1.00.xsd +10 -0
- package/lib/application/helpers/xsd/mdfe/enviMDFe_v3.00.xsd +10 -0
- package/lib/application/helpers/xsd/mdfe/evCancMDFe_v1.00.xsd +38 -0
- package/lib/application/helpers/xsd/mdfe/evCancMDFe_v3.00.xsd +38 -0
- package/lib/application/helpers/xsd/mdfe/evEncMDFe_v1.00.xsd +48 -0
- package/lib/application/helpers/xsd/mdfe/evEncMDFe_v3.00.xsd +48 -0
- package/lib/application/helpers/xsd/mdfe/evIncCondutorMDFe_v1.00.xsd +49 -0
- package/lib/application/helpers/xsd/mdfe/evIncCondutorMDFe_v3.00.xsd +49 -0
- package/lib/application/helpers/xsd/mdfe/evInclusaoDFeMDFe_v3.00.xsd +81 -0
- package/lib/application/helpers/xsd/mdfe/eventoMDFeTiposBasico_v1.00.xsd +230 -0
- package/lib/application/helpers/xsd/mdfe/eventoMDFeTiposBasico_v3.00.xsd +226 -0
- package/lib/application/helpers/xsd/mdfe/eventoMDFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/eventoMDFe_v3.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/leiauteDistMDFe_v1.00.xsd +135 -0
- package/lib/application/helpers/xsd/mdfe/leiauteDistMDFe_v3.00.xsd +136 -0
- package/lib/application/helpers/xsd/mdfe/leiauteManCadTranspMDFe_v1.00.xsd +335 -0
- package/lib/application/helpers/xsd/mdfe/mdfeConsultaDFeTiposBasico_v1.00.xsd +99 -0
- package/lib/application/helpers/xsd/mdfe/mdfeConsultaDFeTiposBasico_v3.00.xsd +99 -0
- package/lib/application/helpers/xsd/mdfe/mdfeConsultaDFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/mdfeConsultaDFe_v3.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/mdfeConsultaPorPlacaTiposBasico_v3.00.xsd +253 -0
- package/lib/application/helpers/xsd/mdfe/mdfeConsultaPorPlaca_v3.00.xsd +10 -0
- package/lib/application/helpers/xsd/mdfe/mdfeManCadFrota_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/mdfeManCadTransp_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/mdfeModalAereo_v1.00.xsd +83 -0
- package/lib/application/helpers/xsd/mdfe/mdfeModalAereo_v3.00.xsd +83 -0
- package/lib/application/helpers/xsd/mdfe/mdfeModalAquaviario_v1.00.xsd +199 -0
- package/lib/application/helpers/xsd/mdfe/mdfeModalAquaviario_v3.00.xsd +274 -0
- package/lib/application/helpers/xsd/mdfe/mdfeModalFerroviario_v1.00.xsd +126 -0
- package/lib/application/helpers/xsd/mdfe/mdfeModalFerroviario_v3.00.xsd +141 -0
- package/lib/application/helpers/xsd/mdfe/mdfeModalRodoviario_v1.00.xsd +503 -0
- package/lib/application/helpers/xsd/mdfe/mdfeModalRodoviario_v3.00.xsd +590 -0
- package/lib/application/helpers/xsd/mdfe/mdfeTiposBasico_v1.00.xsd +1634 -0
- package/lib/application/helpers/xsd/mdfe/mdfeTiposBasico_v3.00.xsd +2287 -0
- package/lib/application/helpers/xsd/mdfe/mdfe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/mdfe_v3.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/procEventoMDFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/procEventoMDFe_v3.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/procMDFe_v1.00.xsd +17 -0
- package/lib/application/helpers/xsd/mdfe/procMDFe_v3.00.xsd +18 -0
- package/lib/application/helpers/xsd/mdfe/retConsMDFeNaoEnc_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/retConsMDFeNaoEnc_v3.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/retConsReciMDFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/retConsReciMDFe_v3.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/retConsSitMDFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/retConsSitMDFe_v3.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/retConsStatServMDFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/retConsStatServMDFe_v3.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/retDistDFeInt_v1.00.xsd +87 -0
- package/lib/application/helpers/xsd/mdfe/retDistMDFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/retDistMDFe_v3.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/retEnviMDFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/retEnviMDFe_v3.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/retEventoMDFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/retEventoMDFe_v3.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/retMDFeConsultaDFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/retMDFeConsultaDFe_v3.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/retMDFeConsultaPorPlaca_v3.00.xsd +10 -0
- package/lib/application/helpers/xsd/mdfe/retMDFe_v3.00.xsd +10 -0
- package/lib/application/helpers/xsd/mdfe/retMdfeManCadFrota_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/retMdfeManCadTransp_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/mdfe/tiposDistDFe_v1.00.xsd +198 -0
- package/lib/application/helpers/xsd/mdfe/tiposGeralMDFe_v1.00-OPENSSL.xsd +606 -0
- package/lib/application/helpers/xsd/mdfe/tiposGeralMDFe_v1.00.xsd +606 -0
- package/lib/application/helpers/xsd/mdfe/tiposGeralMDFe_v3.00.xsd +646 -0
- package/lib/application/helpers/xsd/mdfe/xmldsig-core-schema_v1.01.xsd +98 -0
- package/lib/application/helpers/xsd/nfe_v3.10.xsd +9 -0
- package/lib/application/helpers/xsd/nfe_v4.00.xsd +10 -0
- package/lib/application/helpers/xsd/procAverbNFe_v1.00.xsd +10 -0
- package/lib/application/helpers/xsd/procCCeNFe_v1.00.xsd +10 -0
- package/lib/application/helpers/xsd/procComprovanteEntregaNFe_v1.00.xsd +10 -0
- package/lib/application/helpers/xsd/procConfRecebtoNFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/procEPEC_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/procEventoAtorInteressado_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/procEventoCancEntregaNFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/procEventoCancNFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/procEventoCancSubst_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/procEventoEntregaNFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/procEventoNFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/procEventoNFe_v99.99.xsd +37 -0
- package/lib/application/helpers/xsd/procInutNFe_v3.10.xsd +9 -0
- package/lib/application/helpers/xsd/procInutNFe_v4.00.xsd +9 -0
- package/lib/application/helpers/xsd/procNFe_v3.10.xsd +9 -0
- package/lib/application/helpers/xsd/procNFe_v4.00.xsd +9 -0
- package/lib/application/helpers/xsd/procRemIndus_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/prod_leiauteNFe_v4.00.xsd +6736 -0
- package/lib/application/helpers/xsd/resEvento_v1.00.xsd +94 -0
- package/lib/application/helpers/xsd/resEvento_v1.01.xsd +108 -0
- package/lib/application/helpers/xsd/resNFe_v1.00.xsd +110 -0
- package/lib/application/helpers/xsd/resNFe_v1.01.xsd +122 -0
- package/lib/application/helpers/xsd/retComprovanteEntregaNFe_v1.00.xsd +10 -0
- package/lib/application/helpers/xsd/retConsCad_v2.00.xsd +9 -0
- package/lib/application/helpers/xsd/retConsGTIN_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/retConsReciNFe_v3.10.xsd +9 -0
- package/lib/application/helpers/xsd/retConsReciNFe_v4.00.xsd +9 -0
- package/lib/application/helpers/xsd/retConsSitNFe_v3.10.xsd +9 -0
- package/lib/application/helpers/xsd/retConsSitNFe_v4.00.xsd +9 -0
- package/lib/application/helpers/xsd/retConsStatServ_v3.10.xsd +9 -0
- package/lib/application/helpers/xsd/retConsStatServ_v4.00.xsd +9 -0
- package/lib/application/helpers/xsd/retDistDFeInt_v1.00.xsd +84 -0
- package/lib/application/helpers/xsd/retDistDFeInt_v1.01.xsd +99 -0
- package/lib/application/helpers/xsd/retDownloadNFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/retEnvAverb_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/retEnvAverb_v1.00_1.xsd +9 -0
- package/lib/application/helpers/xsd/retEnvCCe_v1.00.xsd +10 -0
- package/lib/application/helpers/xsd/retEnvCancelPProrrogNFe_v1.0.xsd +231 -0
- package/lib/application/helpers/xsd/retEnvConfRecebto_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/retEnvEPEC_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/retEnvEventoAtorInteressado_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/retEnvEventoCancNFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/retEnvEventoCancSubst_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/retEnvEvento_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/retEnvFiscoNFe_v1.0.xsd +234 -0
- package/lib/application/helpers/xsd/retEnvRemIndus_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/retEnvSuframaInternaliza_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/retEnvSuframaVistoria_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/retEnviNFe_v3.10.xsd +9 -0
- package/lib/application/helpers/xsd/retEnviNFe_v4.00.xsd +9 -0
- package/lib/application/helpers/xsd/retEventoCancEntregaNFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/retEventoEPEC_v0.01.xsd +207 -0
- package/lib/application/helpers/xsd/retEventoEntregaNFe_v1.00.xsd +9 -0
- package/lib/application/helpers/xsd/retInutNFe_v3.10.xsd +9 -0
- package/lib/application/helpers/xsd/retInutNFe_v4.00.xsd +9 -0
- package/lib/application/helpers/xsd/retPProrrogNFe_v1.0.xsd +233 -0
- package/lib/application/helpers/xsd/retconsNFeDest_v1.01.xsd +9 -0
- package/lib/application/helpers/xsd/tiposBasico_v1.03.xsd +873 -0
- package/lib/application/helpers/xsd/tiposBasico_v3.10.xsd +571 -0
- package/lib/application/helpers/xsd/tiposBasico_v4.00.xsd +598 -0
- package/lib/application/helpers/xsd/tiposBasicosCcgConsGTIN_v1.00.xsd +84 -0
- package/lib/application/helpers/xsd/tiposDistDFe_v1.00.xsd +217 -0
- package/lib/application/helpers/xsd/tiposDistDFe_v1.01.xsd +222 -0
- package/lib/application/helpers/xsd/validate.d.ts +4 -0
- package/lib/application/helpers/xsd/validate.js +71 -0
- package/lib/application/helpers/xsd/validate.js.map +1 -0
- package/lib/application/helpers/xsd/xmldsig-core-schema_v1.01.xsd +98 -0
- package/lib/domain/contracts/repos/certificate-load.d.ts +29 -0
- package/lib/domain/contracts/repos/certificate-load.js +3 -0
- package/lib/domain/contracts/repos/certificate-load.js.map +1 -0
- package/lib/domain/contracts/repos/evento.d.ts +43 -0
- package/lib/domain/contracts/repos/evento.js +3 -0
- package/lib/domain/contracts/repos/evento.js.map +1 -0
- package/lib/domain/contracts/repos/generate-pdf.d.ts +244 -0
- package/lib/domain/contracts/repos/generate-pdf.js +3 -0
- package/lib/domain/contracts/repos/generate-pdf.js.map +1 -0
- package/lib/domain/contracts/repos/index.d.ts +13 -0
- package/lib/domain/contracts/repos/index.js +30 -0
- package/lib/domain/contracts/repos/index.js.map +1 -0
- package/lib/domain/contracts/repos/info-qr-code.d.ts +10 -0
- package/lib/domain/contracts/repos/info-qr-code.js +3 -0
- package/lib/domain/contracts/repos/info-qr-code.js.map +1 -0
- package/lib/domain/contracts/repos/inutilizacao.d.ts +11 -0
- package/lib/domain/contracts/repos/inutilizacao.js +3 -0
- package/lib/domain/contracts/repos/inutilizacao.js.map +1 -0
- package/lib/domain/contracts/repos/nfe-proc.d.ts +44 -0
- package/lib/domain/contracts/repos/nfe-proc.js +3 -0
- package/lib/domain/contracts/repos/nfe-proc.js.map +1 -0
- package/lib/domain/contracts/repos/nfe.d.ts +111 -0
- package/lib/domain/contracts/repos/nfe.js +34 -0
- package/lib/domain/contracts/repos/nfe.js.map +1 -0
- package/lib/domain/contracts/repos/proc-evento.d.ts +57 -0
- package/lib/domain/contracts/repos/proc-evento.js +3 -0
- package/lib/domain/contracts/repos/proc-evento.js.map +1 -0
- package/lib/domain/contracts/repos/proc-inut.d.ts +52 -0
- package/lib/domain/contracts/repos/proc-inut.js +3 -0
- package/lib/domain/contracts/repos/proc-inut.js.map +1 -0
- package/lib/domain/contracts/repos/retorno.d.ts +27 -0
- package/lib/domain/contracts/repos/retorno.js +3 -0
- package/lib/domain/contracts/repos/retorno.js.map +1 -0
- package/lib/domain/contracts/repos/schema.d.ts +1183 -0
- package/lib/domain/contracts/repos/schema.js +23 -0
- package/lib/domain/contracts/repos/schema.js.map +1 -0
- package/lib/domain/contracts/repos/soap-info.d.ts +19 -0
- package/lib/domain/contracts/repos/soap-info.js +3 -0
- package/lib/domain/contracts/repos/soap-info.js.map +1 -0
- package/lib/domain/contracts/repos/soap-request.d.ts +16 -0
- package/lib/domain/contracts/repos/soap-request.js +3 -0
- package/lib/domain/contracts/repos/soap-request.js.map +1 -0
- package/lib/domain/contracts/repos/web-proxy.d.ts +9 -0
- package/lib/domain/contracts/repos/web-proxy.js +3 -0
- package/lib/domain/contracts/repos/web-proxy.js.map +1 -0
- package/lib/domain/errors/certificate.d.ts +6 -0
- package/lib/domain/errors/certificate.js +18 -0
- package/lib/domain/errors/certificate.js.map +1 -0
- package/lib/domain/errors/index.d.ts +1 -0
- package/lib/domain/errors/index.js +18 -0
- package/lib/domain/errors/index.js.map +1 -0
- package/lib/domain/use-cases/load-certificate-from-base64.d.ts +7 -0
- package/lib/domain/use-cases/load-certificate-from-base64.js +10 -0
- package/lib/domain/use-cases/load-certificate-from-base64.js.map +1 -0
- package/lib/domain/use-cases/load-certificate-from-path.d.ts +7 -0
- package/lib/domain/use-cases/load-certificate-from-path.js +20 -0
- package/lib/domain/use-cases/load-certificate-from-path.js.map +1 -0
- package/lib/domain/use-cases/load-certificate.d.ts +7 -0
- package/lib/domain/use-cases/load-certificate.js +53 -0
- package/lib/domain/use-cases/load-certificate.js.map +1 -0
- package/lib/domain/use-cases/pdf/index.d.ts +2 -0
- package/lib/domain/use-cases/pdf/index.js +46 -0
- package/lib/domain/use-cases/pdf/index.js.map +1 -0
- package/lib/domain/use-cases/pdf/pdf-MDFe.js +566 -0
- package/lib/domain/use-cases/pdf/pdf-NFCe.d.ts +3 -0
- package/lib/domain/use-cases/pdf/pdf-NFCe.js +726 -0
- package/lib/domain/use-cases/pdf/pdf-NFCe.js.map +1 -0
- package/lib/domain/use-cases/pdf/pdf-NFe.d.ts +3 -0
- package/lib/domain/use-cases/pdf/pdf-NFe.js +32 -0
- package/lib/domain/use-cases/pdf/pdf-NFe.js.map +1 -0
- package/lib/domain/use-cases/processo/cancelar-mdfe.d.ts +12 -0
- package/lib/domain/use-cases/processo/cancelar-mdfe.js +133 -0
- package/lib/domain/use-cases/processo/cancelar.d.ts +10 -0
- package/lib/domain/use-cases/processo/cancelar.js +27 -0
- package/lib/domain/use-cases/processo/cancelar.js.map +1 -0
- package/lib/domain/use-cases/processo/carta-correcao.d.ts +11 -0
- package/lib/domain/use-cases/processo/carta-correcao.js +30 -0
- package/lib/domain/use-cases/processo/carta-correcao.js.map +1 -0
- package/lib/domain/use-cases/processo/consulta-mdfe.d.ts +17 -0
- package/lib/domain/use-cases/processo/consulta-mdfe.js +65 -0
- package/lib/domain/use-cases/processo/consulta-nfe.d.ts +13 -0
- package/lib/domain/use-cases/processo/consulta-nfe.js +81 -0
- package/lib/domain/use-cases/processo/consulta-recibo-request.d.ts +3 -0
- package/lib/domain/use-cases/processo/consulta-recibo-request.js +18 -0
- package/lib/domain/use-cases/processo/consulta-recibo-request.js.map +1 -0
- package/lib/domain/use-cases/processo/consulta-recibo.d.ts +3 -0
- package/lib/domain/use-cases/processo/consulta-recibo.js +64 -0
- package/lib/domain/use-cases/processo/consulta-recibo.js.map +1 -0
- package/lib/domain/use-cases/processo/emissao-mdfe - Copia.js +129 -0
- package/lib/domain/use-cases/processo/emissao-mdfe.d.ts +19 -0
- package/lib/domain/use-cases/processo/emissao-mdfe.js +204 -0
- package/lib/domain/use-cases/processo/emissao.d.ts +8 -0
- package/lib/domain/use-cases/processo/emissao.js +51 -0
- package/lib/domain/use-cases/processo/emissao.js.map +1 -0
- package/lib/domain/use-cases/processo/encerrar-mdfe.d.ts +13 -0
- package/lib/domain/use-cases/processo/encerrar-mdfe.js +140 -0
- package/lib/domain/use-cases/processo/gerar-evento.d.ts +3 -0
- package/lib/domain/use-cases/processo/gerar-evento.js +148 -0
- package/lib/domain/use-cases/processo/gerar-evento.js.map +1 -0
- package/lib/domain/use-cases/processo/inutiliza.d.ts +8 -0
- package/lib/domain/use-cases/processo/inutiliza.js +71 -0
- package/lib/domain/use-cases/processo/inutiliza.js.map +1 -0
- package/lib/domain/use-cases/processo/status-mdfe.d.ts +15 -0
- package/lib/domain/use-cases/processo/status-mdfe.js +51 -0
- package/lib/domain/use-cases/processo/status.d.ts +3 -0
- package/lib/domain/use-cases/processo/status.js +35 -0
- package/lib/domain/use-cases/processo/status.js.map +1 -0
- package/lib/domain/use-cases/signature/index.d.ts +2 -0
- package/lib/domain/use-cases/signature/index.js +19 -0
- package/lib/domain/use-cases/signature/index.js.map +1 -0
- package/lib/domain/use-cases/signature/sign-xml-x509.d.ts +2 -0
- package/lib/domain/use-cases/signature/sign-xml-x509.js +46 -0
- package/lib/domain/use-cases/signature/sign-xml-x509.js.map +1 -0
- package/lib/domain/use-cases/signature/sign-xml.d.ts +1 -0
- package/lib/domain/use-cases/signature/sign-xml.js +13 -0
- package/lib/domain/use-cases/signature/sign-xml.js.map +1 -0
- package/lib/domain/use-cases/utils/data-atual.d.ts +1 -0
- package/lib/domain/use-cases/utils/data-atual.js +13 -0
- package/lib/domain/use-cases/utils/data-atual.js.map +1 -0
- package/lib/domain/use-cases/utils/ibge-code-to-uf.d.ts +1 -0
- package/lib/domain/use-cases/utils/ibge-code-to-uf.js +62 -0
- package/lib/domain/use-cases/utils/ibge-code-to-uf.js.map +1 -0
- package/lib/domain/use-cases/utils/index.d.ts +3 -0
- package/lib/domain/use-cases/utils/index.js +20 -0
- package/lib/domain/use-cases/utils/index.js.map +1 -0
- package/lib/domain/use-cases/utils/uf-to-ibge-code.d.ts +2 -0
- package/lib/domain/use-cases/utils/uf-to-ibge-code.js +62 -0
- package/lib/domain/use-cases/utils/uf-to-ibge-code.js.map +1 -0
- package/lib/domain/xml/mdfe/assinar-mdfe.js +52 -0
- package/lib/domain/xml/mdfe/emitir-mdfe.js +72 -0
- package/lib/domain/xml/mdfe/validar-xsd-mdfe.js +44 -0
- package/lib/index.d.ts +21 -0
- package/lib/index.js +68 -0
- package/lib/index.js.map +1 -0
- package/lib/main/config/env.d.ts +7 -0
- package/lib/main/config/env.js +11 -0
- package/lib/main/config/env.js.map +1 -0
- package/lib/main/webservices/functions.d.ts +1 -0
- package/lib/main/webservices/functions.js +23 -0
- package/lib/main/webservices/functions.js.map +1 -0
- package/lib/main/webservices/sefazMdfe.js +80 -0
- package/lib/main/webservices/sefazNfce.d.ts +6 -0
- package/lib/main/webservices/sefazNfce.js +359 -0
- package/lib/main/webservices/sefazNfce.js.map +1 -0
- package/lib/main/webservices/sefazNfe.d.ts +5 -0
- package/lib/main/webservices/sefazNfe.js +112 -0
- package/lib/main/webservices/sefazNfe.js.map +1 -0
- package/lib/tsconfig-build.tsbuildinfo +1 -0
- package/package.json +79 -0
|
@@ -0,0 +1,1634 @@
|
|
|
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:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/mdfe" targetNamespace="http://www.portalfiscal.inf.br/mdfe" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
4
|
+
<xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema_v1.01.xsd"/>
|
|
5
|
+
<xs:include schemaLocation="tiposGeralMDFe_v1.00.xsd"/>
|
|
6
|
+
<xs:complexType name="TMDFe">
|
|
7
|
+
<xs:annotation>
|
|
8
|
+
<xs:documentation>Tipo Manifesto de Documentos Fiscais Eletrônicos</xs:documentation>
|
|
9
|
+
</xs:annotation>
|
|
10
|
+
<xs:sequence>
|
|
11
|
+
<xs:element name="infMDFe">
|
|
12
|
+
<xs:annotation>
|
|
13
|
+
<xs:documentation>Informações do MDF-e</xs:documentation>
|
|
14
|
+
</xs:annotation>
|
|
15
|
+
<xs:complexType>
|
|
16
|
+
<xs:sequence>
|
|
17
|
+
<xs:element name="ide">
|
|
18
|
+
<xs:annotation>
|
|
19
|
+
<xs:documentation>Identificação do MDF-e</xs:documentation>
|
|
20
|
+
</xs:annotation>
|
|
21
|
+
<xs:complexType>
|
|
22
|
+
<xs:sequence>
|
|
23
|
+
<xs:element name="cUF" type="TCodUfIBGE">
|
|
24
|
+
<xs:annotation>
|
|
25
|
+
<xs:documentation>Código da UF do emitente do MDF-e</xs:documentation>
|
|
26
|
+
<xs:documentation>Código da UF do emitente do Documento Fiscal. Utilizar a
|
|
27
|
+
Tabela do IBGE de código de unidades da federação.</xs:documentation>
|
|
28
|
+
</xs:annotation>
|
|
29
|
+
</xs:element>
|
|
30
|
+
<xs:element name="tpAmb" type="TAmb">
|
|
31
|
+
<xs:annotation>
|
|
32
|
+
<xs:documentation>Tipo do Ambiente</xs:documentation>
|
|
33
|
+
<xs:documentation>1 - Produção
|
|
34
|
+
2 - Homologação</xs:documentation>
|
|
35
|
+
</xs:annotation>
|
|
36
|
+
</xs:element>
|
|
37
|
+
<xs:element name="tpEmit" type="TEmit">
|
|
38
|
+
<xs:annotation>
|
|
39
|
+
<xs:documentation>Tipo do Emitente
|
|
40
|
+
</xs:documentation>
|
|
41
|
+
<xs:documentation>1 - Prestador de serviço de transporte
|
|
42
|
+
2 - Transportador de Carga Própria
|
|
43
|
+
OBS: Deve ser preenchido com 2 para emitentes de NF-e e pelas transportadoras quando estiverem fazendo transporte de carga própria</xs:documentation>
|
|
44
|
+
</xs:annotation>
|
|
45
|
+
</xs:element>
|
|
46
|
+
<xs:element name="mod" type="TModMD">
|
|
47
|
+
<xs:annotation>
|
|
48
|
+
<xs:documentation>Modelo do Manifesto Eletrônico</xs:documentation>
|
|
49
|
+
<xs:documentation>Utilizar o código 58 para identificação do MDF-e</xs:documentation>
|
|
50
|
+
</xs:annotation>
|
|
51
|
+
</xs:element>
|
|
52
|
+
<xs:element name="serie" type="TSerie">
|
|
53
|
+
<xs:annotation>
|
|
54
|
+
<xs:documentation>Série do Manifesto</xs:documentation>
|
|
55
|
+
<xs:documentation>Informar a série do documento fiscal (informar zero se inexistente).</xs:documentation>
|
|
56
|
+
</xs:annotation>
|
|
57
|
+
</xs:element>
|
|
58
|
+
<xs:element name="nMDF" type="TNF">
|
|
59
|
+
<xs:annotation>
|
|
60
|
+
<xs:documentation>Número do Manifesto</xs:documentation>
|
|
61
|
+
<xs:documentation>Número que identifica o Manifesto. 1 a 999999999.</xs:documentation>
|
|
62
|
+
</xs:annotation>
|
|
63
|
+
</xs:element>
|
|
64
|
+
<xs:element name="cMDF">
|
|
65
|
+
<xs:annotation>
|
|
66
|
+
<xs:documentation>Código numérico que compõe a Chave de Acesso. </xs:documentation>
|
|
67
|
+
<xs:documentation>Código aleatório gerado pelo emitente, com o objetivo de evitar acessos indevidos ao documento.</xs:documentation>
|
|
68
|
+
</xs:annotation>
|
|
69
|
+
<xs:simpleType>
|
|
70
|
+
<xs:restriction base="xs:string">
|
|
71
|
+
<xs:whiteSpace value="preserve"/>
|
|
72
|
+
<xs:pattern value="[0-9]{8}"/>
|
|
73
|
+
</xs:restriction>
|
|
74
|
+
</xs:simpleType>
|
|
75
|
+
</xs:element>
|
|
76
|
+
<xs:element name="cDV">
|
|
77
|
+
<xs:annotation>
|
|
78
|
+
<xs:documentation>Digito verificador da chave de acesso do Manifesto</xs:documentation>
|
|
79
|
+
<xs:documentation>Informar o dígito de controle da chave de acesso do MDF-e, que deve ser calculado com a aplicação do algoritmo módulo 11 (base 2,9) da chave de acesso. </xs:documentation>
|
|
80
|
+
</xs:annotation>
|
|
81
|
+
<xs:simpleType>
|
|
82
|
+
<xs:restriction base="xs:string">
|
|
83
|
+
<xs:whiteSpace value="preserve"/>
|
|
84
|
+
<xs:pattern value="[0-9]{1}"/>
|
|
85
|
+
</xs:restriction>
|
|
86
|
+
</xs:simpleType>
|
|
87
|
+
</xs:element>
|
|
88
|
+
<xs:element name="modal" type="TModalMD">
|
|
89
|
+
<xs:annotation>
|
|
90
|
+
<xs:documentation>Modalidade de transporte</xs:documentation>
|
|
91
|
+
<xs:documentation>1 - Rodoviário;
|
|
92
|
+
2 - Aéreo; 3 - Aquaviário; 4 - Ferroviário.</xs:documentation>
|
|
93
|
+
</xs:annotation>
|
|
94
|
+
</xs:element>
|
|
95
|
+
<xs:element name="dhEmi">
|
|
96
|
+
<xs:annotation>
|
|
97
|
+
<xs:documentation>Data e hora de emissão do Manifesto</xs:documentation>
|
|
98
|
+
<xs:documentation>Formato AAAA-MM-DDTHH:MM:DD</xs:documentation>
|
|
99
|
+
</xs:annotation>
|
|
100
|
+
<xs:simpleType>
|
|
101
|
+
<xs:restriction base="xs:string">
|
|
102
|
+
<xs:whiteSpace value="preserve"/>
|
|
103
|
+
<xs:pattern value="(((20(([02468][048])|([13579][26]))-02-29))|(20[0-9][0-9])-((((0[1-9])|(1[0-2]))-((0[1-9])|(1\d)|(2[0-8])))|((((0[13578])|(1[02]))-31)|(((0[1,3-9])|(1[0-2]))-(29|30)))))T(20|21|22|23|[0-1]\d):[0-5]\d:[0-5]\d"/>
|
|
104
|
+
</xs:restriction>
|
|
105
|
+
</xs:simpleType>
|
|
106
|
+
</xs:element>
|
|
107
|
+
<xs:element name="tpEmis">
|
|
108
|
+
<xs:annotation>
|
|
109
|
+
<xs:documentation>Forma de emissão do Manifesto (Normal ou Contingência)</xs:documentation>
|
|
110
|
+
<xs:documentation>1 - Normal
|
|
111
|
+
; 2 - Contingência</xs:documentation>
|
|
112
|
+
</xs:annotation>
|
|
113
|
+
<xs:simpleType>
|
|
114
|
+
<xs:restriction base="xs:string">
|
|
115
|
+
<xs:whiteSpace value="preserve"/>
|
|
116
|
+
<xs:enumeration value="1"/>
|
|
117
|
+
<xs:enumeration value="2"/>
|
|
118
|
+
</xs:restriction>
|
|
119
|
+
</xs:simpleType>
|
|
120
|
+
</xs:element>
|
|
121
|
+
<xs:element name="procEmi">
|
|
122
|
+
<xs:annotation>
|
|
123
|
+
<xs:documentation>Identificação do processo de emissão do Manifesto</xs:documentation>
|
|
124
|
+
<xs:documentation>0 - emissão de MDF-e com aplicativo do contribuinte;
|
|
125
|
+
3- emissão MDF-e pelo contribuinte com aplicativo fornecido pelo Fisco.</xs:documentation>
|
|
126
|
+
</xs:annotation>
|
|
127
|
+
<xs:simpleType>
|
|
128
|
+
<xs:restriction base="TProcEmi"/>
|
|
129
|
+
</xs:simpleType>
|
|
130
|
+
</xs:element>
|
|
131
|
+
<xs:element name="verProc">
|
|
132
|
+
<xs:annotation>
|
|
133
|
+
<xs:documentation>Versão do processo de emissão</xs:documentation>
|
|
134
|
+
<xs:documentation>Informar a versão do aplicativo emissor de MDF-e.</xs:documentation>
|
|
135
|
+
</xs:annotation>
|
|
136
|
+
<xs:simpleType>
|
|
137
|
+
<xs:restriction base="TString">
|
|
138
|
+
<xs:minLength value="1"/>
|
|
139
|
+
<xs:maxLength value="20"/>
|
|
140
|
+
</xs:restriction>
|
|
141
|
+
</xs:simpleType>
|
|
142
|
+
</xs:element>
|
|
143
|
+
<xs:element name="UFIni" type="TUf">
|
|
144
|
+
<xs:annotation>
|
|
145
|
+
<xs:documentation>Sigla da UF do Carregamento</xs:documentation>
|
|
146
|
+
<xs:documentation>Utilizar a Tabela do IBGE de código de unidades da federação.
|
|
147
|
+
Informar 'EX' para operações com o exterior.</xs:documentation>
|
|
148
|
+
</xs:annotation>
|
|
149
|
+
</xs:element>
|
|
150
|
+
<xs:element name="UFFim" type="TUf">
|
|
151
|
+
<xs:annotation>
|
|
152
|
+
<xs:documentation>Sigla da UF do Descarregamento</xs:documentation>
|
|
153
|
+
<xs:documentation>Utilizar a Tabela do IBGE de código de unidades da federação.
|
|
154
|
+
Informar 'EX' para operações com o exterior.</xs:documentation>
|
|
155
|
+
</xs:annotation>
|
|
156
|
+
</xs:element>
|
|
157
|
+
<xs:element name="infMunCarrega" maxOccurs="50">
|
|
158
|
+
<xs:annotation>
|
|
159
|
+
<xs:documentation source=" Municípios onde ocorreram os carregamentos">Informações dos Municípios de Carregamento</xs:documentation>
|
|
160
|
+
</xs:annotation>
|
|
161
|
+
<xs:complexType>
|
|
162
|
+
<xs:sequence>
|
|
163
|
+
<xs:element name="cMunCarrega" type="TCodMunIBGE">
|
|
164
|
+
<xs:annotation>
|
|
165
|
+
<xs:documentation source="Código do Munícpio de Carregamento">Código do Município de Carregamento</xs:documentation>
|
|
166
|
+
</xs:annotation>
|
|
167
|
+
</xs:element>
|
|
168
|
+
<xs:element name="xMunCarrega">
|
|
169
|
+
<xs:annotation>
|
|
170
|
+
<xs:documentation>Nome do Município de Carregamento</xs:documentation>
|
|
171
|
+
</xs:annotation>
|
|
172
|
+
<xs:simpleType>
|
|
173
|
+
<xs:restriction base="TString">
|
|
174
|
+
<xs:minLength value="2"/>
|
|
175
|
+
<xs:maxLength value="60"/>
|
|
176
|
+
</xs:restriction>
|
|
177
|
+
</xs:simpleType>
|
|
178
|
+
</xs:element>
|
|
179
|
+
</xs:sequence>
|
|
180
|
+
</xs:complexType>
|
|
181
|
+
</xs:element>
|
|
182
|
+
<xs:element name="infPercurso" minOccurs="0" maxOccurs="25">
|
|
183
|
+
<xs:annotation>
|
|
184
|
+
<xs:documentation source=" Municípios onde ocorreram os carregamentos">Informações do Percurso do MDF-e</xs:documentation>
|
|
185
|
+
</xs:annotation>
|
|
186
|
+
<xs:complexType>
|
|
187
|
+
<xs:sequence>
|
|
188
|
+
<xs:element name="UFPer" type="TUf">
|
|
189
|
+
<xs:annotation>
|
|
190
|
+
<xs:documentation>Sigla das Unidades da Federação do percurso do veículo.</xs:documentation>
|
|
191
|
+
<xs:documentation>Não é necessário repetir as UF de Início e Fim</xs:documentation>
|
|
192
|
+
</xs:annotation>
|
|
193
|
+
</xs:element>
|
|
194
|
+
</xs:sequence>
|
|
195
|
+
</xs:complexType>
|
|
196
|
+
</xs:element>
|
|
197
|
+
<xs:element name="dhIniViagem" minOccurs="0">
|
|
198
|
+
<xs:annotation>
|
|
199
|
+
<xs:documentation>Data e hora previstos de inicio da viagem</xs:documentation>
|
|
200
|
+
<xs:documentation>Formato AAAA-MM-DDTHH:MM:DD</xs:documentation>
|
|
201
|
+
</xs:annotation>
|
|
202
|
+
<xs:simpleType>
|
|
203
|
+
<xs:restriction base="xs:string">
|
|
204
|
+
<xs:whiteSpace value="preserve"/>
|
|
205
|
+
<xs:pattern value="(((20(([02468][048])|([13579][26]))-02-29))|(20[0-9][0-9])-((((0[1-9])|(1[0-2]))-((0[1-9])|(1\d)|(2[0-8])))|((((0[13578])|(1[02]))-31)|(((0[1,3-9])|(1[0-2]))-(29|30)))))T(20|21|22|23|[0-1]\d):[0-5]\d:[0-5]\d"/>
|
|
206
|
+
</xs:restriction>
|
|
207
|
+
</xs:simpleType>
|
|
208
|
+
</xs:element>
|
|
209
|
+
</xs:sequence>
|
|
210
|
+
</xs:complexType>
|
|
211
|
+
</xs:element>
|
|
212
|
+
<xs:element name="emit">
|
|
213
|
+
<xs:annotation>
|
|
214
|
+
<xs:documentation>Identificação do Emitente do Manifesto</xs:documentation>
|
|
215
|
+
</xs:annotation>
|
|
216
|
+
<xs:complexType>
|
|
217
|
+
<xs:sequence>
|
|
218
|
+
<xs:element name="CNPJ" type="TCnpj">
|
|
219
|
+
<xs:annotation>
|
|
220
|
+
<xs:documentation>CNPJ do emitente</xs:documentation>
|
|
221
|
+
<xs:documentation>Informar zeros não significativos</xs:documentation>
|
|
222
|
+
</xs:annotation>
|
|
223
|
+
</xs:element>
|
|
224
|
+
<xs:element name="IE">
|
|
225
|
+
<xs:annotation>
|
|
226
|
+
<xs:documentation>Inscrição Estadual do emitemte</xs:documentation>
|
|
227
|
+
</xs:annotation>
|
|
228
|
+
<xs:simpleType>
|
|
229
|
+
<xs:restriction base="TIe"/>
|
|
230
|
+
</xs:simpleType>
|
|
231
|
+
</xs:element>
|
|
232
|
+
<xs:element name="xNome">
|
|
233
|
+
<xs:annotation>
|
|
234
|
+
<xs:documentation>Razão social ou Nome do emitente</xs:documentation>
|
|
235
|
+
</xs:annotation>
|
|
236
|
+
<xs:simpleType>
|
|
237
|
+
<xs:restriction base="TString">
|
|
238
|
+
<xs:maxLength value="60"/>
|
|
239
|
+
<xs:minLength value="2"/>
|
|
240
|
+
</xs:restriction>
|
|
241
|
+
</xs:simpleType>
|
|
242
|
+
</xs:element>
|
|
243
|
+
<xs:element name="xFant" minOccurs="0">
|
|
244
|
+
<xs:annotation>
|
|
245
|
+
<xs:documentation>Nome fantasia do emitente</xs:documentation>
|
|
246
|
+
</xs:annotation>
|
|
247
|
+
<xs:simpleType>
|
|
248
|
+
<xs:restriction base="TString">
|
|
249
|
+
<xs:maxLength value="60"/>
|
|
250
|
+
<xs:minLength value="1"/>
|
|
251
|
+
</xs:restriction>
|
|
252
|
+
</xs:simpleType>
|
|
253
|
+
</xs:element>
|
|
254
|
+
<xs:element name="enderEmit" type="TEndeEmi">
|
|
255
|
+
<xs:annotation>
|
|
256
|
+
<xs:documentation>Endereço do emitente</xs:documentation>
|
|
257
|
+
</xs:annotation>
|
|
258
|
+
</xs:element>
|
|
259
|
+
</xs:sequence>
|
|
260
|
+
</xs:complexType>
|
|
261
|
+
</xs:element>
|
|
262
|
+
<xs:element name="infModal">
|
|
263
|
+
<xs:annotation>
|
|
264
|
+
<xs:documentation>Informações do modal</xs:documentation>
|
|
265
|
+
</xs:annotation>
|
|
266
|
+
<xs:complexType>
|
|
267
|
+
<xs:sequence>
|
|
268
|
+
<xs:any processContents="skip">
|
|
269
|
+
<xs:annotation>
|
|
270
|
+
<xs:documentation>XML do modal
|
|
271
|
+
Insira neste local o XML específico do modal (rodoviário, aéreo, ferroviário ou aquaviário). </xs:documentation>
|
|
272
|
+
<xs:documentation>O elemento do tipo -any- permite estender o documento XML com elementos não especificados pelo schema.
|
|
273
|
+
Insira neste local - any- o XML específico do modal (rodoviário, aéreo, ferroviário ou aquaviário). A especificação do schema XML para cada modal pode ser encontrada nos arquivos que acompanham este pacote de liberação:
|
|
274
|
+
|
|
275
|
+
Rodoviário - ver arquivo MDFeModalRodoviario_v9.99
|
|
276
|
+
Aéreo - ver arquivo MDFeModalAereo_v9.99
|
|
277
|
+
Aquaviário - arquivo MDFeModalAquaviario_v9.99
|
|
278
|
+
Ferroviário - arquivo MDFeModalFerroviario_v9.99
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
Onde v9.99 é a a designação genérica para a versão do arquivo.
|
|
282
|
+
Por exemplo, o arquivo para o schema do modal Rodoviário na versão 1.00 será denominado "MDFeModalRodoviario_v1.00".</xs:documentation>
|
|
283
|
+
</xs:annotation>
|
|
284
|
+
</xs:any>
|
|
285
|
+
</xs:sequence>
|
|
286
|
+
<xs:attribute name="versaoModal" use="required">
|
|
287
|
+
<xs:annotation>
|
|
288
|
+
<xs:documentation>Versão do leiaute específico para o Modal</xs:documentation>
|
|
289
|
+
</xs:annotation>
|
|
290
|
+
<xs:simpleType>
|
|
291
|
+
<xs:restriction base="xs:string">
|
|
292
|
+
<xs:whiteSpace value="preserve"/>
|
|
293
|
+
<xs:pattern value="1\.[0-9]{2}"/>
|
|
294
|
+
</xs:restriction>
|
|
295
|
+
</xs:simpleType>
|
|
296
|
+
</xs:attribute>
|
|
297
|
+
</xs:complexType>
|
|
298
|
+
</xs:element>
|
|
299
|
+
<xs:element name="infDoc">
|
|
300
|
+
<xs:annotation>
|
|
301
|
+
<xs:documentation>Informações dos Documentos fiscais vinculados ao manifesto</xs:documentation>
|
|
302
|
+
</xs:annotation>
|
|
303
|
+
<xs:complexType>
|
|
304
|
+
<xs:sequence>
|
|
305
|
+
<xs:element name="infMunDescarga" maxOccurs="100">
|
|
306
|
+
<xs:annotation>
|
|
307
|
+
<xs:documentation>Informações dos Municípios de descarregamento</xs:documentation>
|
|
308
|
+
</xs:annotation>
|
|
309
|
+
<xs:complexType>
|
|
310
|
+
<xs:sequence>
|
|
311
|
+
<xs:element name="cMunDescarga" type="TCodMunIBGE">
|
|
312
|
+
<xs:annotation>
|
|
313
|
+
<xs:documentation>Código do Município de Descarregamento</xs:documentation>
|
|
314
|
+
</xs:annotation>
|
|
315
|
+
</xs:element>
|
|
316
|
+
<xs:element name="xMunDescarga">
|
|
317
|
+
<xs:annotation>
|
|
318
|
+
<xs:documentation>Nome do Município de Descarregamento</xs:documentation>
|
|
319
|
+
</xs:annotation>
|
|
320
|
+
<xs:simpleType>
|
|
321
|
+
<xs:restriction base="TString">
|
|
322
|
+
<xs:minLength value="2"/>
|
|
323
|
+
<xs:maxLength value="60"/>
|
|
324
|
+
</xs:restriction>
|
|
325
|
+
</xs:simpleType>
|
|
326
|
+
</xs:element>
|
|
327
|
+
<xs:element name="infCTe" minOccurs="0" maxOccurs="10000">
|
|
328
|
+
<xs:annotation>
|
|
329
|
+
<xs:documentation>Conhecimentos de Tranporte - usar este grupo quando for prestador de serviço de transporte</xs:documentation>
|
|
330
|
+
</xs:annotation>
|
|
331
|
+
<xs:complexType>
|
|
332
|
+
<xs:sequence>
|
|
333
|
+
<xs:element name="chCTe" type="TChCTe">
|
|
334
|
+
<xs:annotation>
|
|
335
|
+
<xs:documentation>Conhecimento Eletrônico - Chave de Acesso</xs:documentation>
|
|
336
|
+
</xs:annotation>
|
|
337
|
+
</xs:element>
|
|
338
|
+
<xs:element name="SegCodBarra" type="TSegCodBarra" minOccurs="0">
|
|
339
|
+
<xs:annotation>
|
|
340
|
+
<xs:documentation>Segundo código de barras</xs:documentation>
|
|
341
|
+
</xs:annotation>
|
|
342
|
+
</xs:element>
|
|
343
|
+
<xs:element name="infUnidTransp" type="TUnidadeTransp" minOccurs="0" maxOccurs="unbounded">
|
|
344
|
+
<xs:annotation>
|
|
345
|
+
<xs:documentation>Informações das Unidades de Transporte (Carreta/Reboque/Vagão)</xs:documentation>
|
|
346
|
+
<xs:documentation>Deve ser preenchido com as informações das unidades de transporte utilizadas.</xs:documentation>
|
|
347
|
+
</xs:annotation>
|
|
348
|
+
</xs:element>
|
|
349
|
+
</xs:sequence>
|
|
350
|
+
</xs:complexType>
|
|
351
|
+
</xs:element>
|
|
352
|
+
<xs:element name="infNFe" minOccurs="0" maxOccurs="10000">
|
|
353
|
+
<xs:annotation>
|
|
354
|
+
<xs:documentation>Nota Fiscal Eletronica</xs:documentation>
|
|
355
|
+
</xs:annotation>
|
|
356
|
+
<xs:complexType>
|
|
357
|
+
<xs:sequence>
|
|
358
|
+
<xs:element name="chNFe" type="TChNFe">
|
|
359
|
+
<xs:annotation>
|
|
360
|
+
<xs:documentation>Nota Fiscal Eletrônica</xs:documentation>
|
|
361
|
+
</xs:annotation>
|
|
362
|
+
</xs:element>
|
|
363
|
+
<xs:element name="SegCodBarra" type="TSegCodBarra" minOccurs="0">
|
|
364
|
+
<xs:annotation>
|
|
365
|
+
<xs:documentation>Segundo código de barras</xs:documentation>
|
|
366
|
+
</xs:annotation>
|
|
367
|
+
</xs:element>
|
|
368
|
+
<xs:element name="infUnidTransp" type="TUnidadeTransp" minOccurs="0" maxOccurs="unbounded">
|
|
369
|
+
<xs:annotation>
|
|
370
|
+
<xs:documentation>Informações das Unidades de Transporte (Carreta/Reboque/Vagão)</xs:documentation>
|
|
371
|
+
<xs:documentation>Deve ser preenchido com as informações das unidades de transporte utilizadas.</xs:documentation>
|
|
372
|
+
</xs:annotation>
|
|
373
|
+
</xs:element>
|
|
374
|
+
</xs:sequence>
|
|
375
|
+
</xs:complexType>
|
|
376
|
+
</xs:element>
|
|
377
|
+
<xs:element name="infMDFeTransp" minOccurs="0" maxOccurs="10000">
|
|
378
|
+
<xs:annotation>
|
|
379
|
+
<xs:documentation>Manifesto Eletrônico de Documentos Fiscais. Somente para modal Aquaviário (vide regras MOC)</xs:documentation>
|
|
380
|
+
</xs:annotation>
|
|
381
|
+
<xs:complexType>
|
|
382
|
+
<xs:sequence>
|
|
383
|
+
<xs:element name="chMDFe" type="TChNFe">
|
|
384
|
+
<xs:annotation>
|
|
385
|
+
<xs:documentation>Manifesto Eletrônico de Documentos Fiscais</xs:documentation>
|
|
386
|
+
</xs:annotation>
|
|
387
|
+
</xs:element>
|
|
388
|
+
<xs:element name="infUnidTransp" type="TUnidadeTransp" minOccurs="0" maxOccurs="unbounded">
|
|
389
|
+
<xs:annotation>
|
|
390
|
+
<xs:documentation>Informações das Unidades de Transporte (Carreta/Reboque/Vagão)</xs:documentation>
|
|
391
|
+
<xs:documentation>Dispositivo de carga utilizada (Unit Load Device - ULD) significa todo tipo de contêiner de carga, vagão, contêiner de avião, palete de aeronave com rede ou palete de aeronave com rede sobre um iglu. </xs:documentation>
|
|
392
|
+
</xs:annotation>
|
|
393
|
+
</xs:element>
|
|
394
|
+
</xs:sequence>
|
|
395
|
+
</xs:complexType>
|
|
396
|
+
</xs:element>
|
|
397
|
+
</xs:sequence>
|
|
398
|
+
</xs:complexType>
|
|
399
|
+
</xs:element>
|
|
400
|
+
</xs:sequence>
|
|
401
|
+
</xs:complexType>
|
|
402
|
+
</xs:element>
|
|
403
|
+
<xs:element name="tot">
|
|
404
|
+
<xs:annotation>
|
|
405
|
+
<xs:documentation>Totalizadores da carga transportada e seus documentos fiscais</xs:documentation>
|
|
406
|
+
</xs:annotation>
|
|
407
|
+
<xs:complexType>
|
|
408
|
+
<xs:sequence>
|
|
409
|
+
<xs:element name="qCTe" minOccurs="0">
|
|
410
|
+
<xs:annotation>
|
|
411
|
+
<xs:documentation>Quantidade total de CT-e relacionados no Manifesto</xs:documentation>
|
|
412
|
+
</xs:annotation>
|
|
413
|
+
<xs:simpleType>
|
|
414
|
+
<xs:restriction base="xs:string">
|
|
415
|
+
<xs:whiteSpace value="preserve"/>
|
|
416
|
+
<xs:pattern value="[0-9]{1,6}"/>
|
|
417
|
+
</xs:restriction>
|
|
418
|
+
</xs:simpleType>
|
|
419
|
+
</xs:element>
|
|
420
|
+
<xs:element name="qNFe" minOccurs="0">
|
|
421
|
+
<xs:annotation>
|
|
422
|
+
<xs:documentation>Quantidade total de NF-e relacionadas no Manifesto</xs:documentation>
|
|
423
|
+
</xs:annotation>
|
|
424
|
+
<xs:simpleType>
|
|
425
|
+
<xs:restriction base="xs:string">
|
|
426
|
+
<xs:pattern value="[0-9]{1,6}"/>
|
|
427
|
+
</xs:restriction>
|
|
428
|
+
</xs:simpleType>
|
|
429
|
+
</xs:element>
|
|
430
|
+
<xs:element name="qMDFe" minOccurs="0">
|
|
431
|
+
<xs:annotation>
|
|
432
|
+
<xs:documentation>Quantidade total de MDF-e relacionados no Manifesto Aquaviário</xs:documentation>
|
|
433
|
+
</xs:annotation>
|
|
434
|
+
<xs:simpleType>
|
|
435
|
+
<xs:restriction base="xs:string">
|
|
436
|
+
<xs:pattern value="[0-9]{1,6}"/>
|
|
437
|
+
</xs:restriction>
|
|
438
|
+
</xs:simpleType>
|
|
439
|
+
</xs:element>
|
|
440
|
+
<xs:element name="vCarga" type="TDec_1302">
|
|
441
|
+
<xs:annotation>
|
|
442
|
+
<xs:documentation>Valor total da carga / mercadorias transportadas</xs:documentation>
|
|
443
|
+
</xs:annotation>
|
|
444
|
+
</xs:element>
|
|
445
|
+
<xs:element name="cUnid">
|
|
446
|
+
<xs:annotation>
|
|
447
|
+
<xs:documentation>Codigo da unidade de medida do Peso Bruto da Carga / Mercadorias transportadas</xs:documentation>
|
|
448
|
+
<xs:documentation>01 – KG; 02 - TON</xs:documentation>
|
|
449
|
+
</xs:annotation>
|
|
450
|
+
<xs:simpleType>
|
|
451
|
+
<xs:restriction base="xs:string">
|
|
452
|
+
<xs:enumeration value="01"/>
|
|
453
|
+
<xs:enumeration value="02"/>
|
|
454
|
+
</xs:restriction>
|
|
455
|
+
</xs:simpleType>
|
|
456
|
+
</xs:element>
|
|
457
|
+
<xs:element name="qCarga" type="TDec_1104">
|
|
458
|
+
<xs:annotation>
|
|
459
|
+
<xs:documentation>Peso Bruto Total da Carga / Mercadorias transportadas</xs:documentation>
|
|
460
|
+
</xs:annotation>
|
|
461
|
+
</xs:element>
|
|
462
|
+
</xs:sequence>
|
|
463
|
+
</xs:complexType>
|
|
464
|
+
</xs:element>
|
|
465
|
+
<xs:element name="lacres" minOccurs="0" maxOccurs="unbounded">
|
|
466
|
+
<xs:annotation>
|
|
467
|
+
<xs:documentation>Lacres do MDF-e</xs:documentation>
|
|
468
|
+
<xs:documentation>Preechimento opcional para os modais Rodoviário e Ferroviário</xs:documentation>
|
|
469
|
+
</xs:annotation>
|
|
470
|
+
<xs:complexType>
|
|
471
|
+
<xs:sequence>
|
|
472
|
+
<xs:element name="nLacre">
|
|
473
|
+
<xs:annotation>
|
|
474
|
+
<xs:documentation>número do lacre</xs:documentation>
|
|
475
|
+
</xs:annotation>
|
|
476
|
+
<xs:simpleType>
|
|
477
|
+
<xs:restriction base="TString">
|
|
478
|
+
<xs:minLength value="1"/>
|
|
479
|
+
<xs:maxLength value="60"/>
|
|
480
|
+
</xs:restriction>
|
|
481
|
+
</xs:simpleType>
|
|
482
|
+
</xs:element>
|
|
483
|
+
</xs:sequence>
|
|
484
|
+
</xs:complexType>
|
|
485
|
+
</xs:element>
|
|
486
|
+
<xs:element name="autXML" minOccurs="0" maxOccurs="10">
|
|
487
|
+
<xs:annotation>
|
|
488
|
+
<xs:documentation>Autorizados para download do XML do DF-e</xs:documentation>
|
|
489
|
+
<xs:documentation>Informar CNPJ ou CPF. Preencher os zeros não significativos.</xs:documentation>
|
|
490
|
+
</xs:annotation>
|
|
491
|
+
<xs:complexType>
|
|
492
|
+
<xs:sequence>
|
|
493
|
+
<xs:choice>
|
|
494
|
+
<xs:element name="CNPJ" type="TCnpj">
|
|
495
|
+
<xs:annotation>
|
|
496
|
+
<xs:documentation>CNPJ do autorizado</xs:documentation>
|
|
497
|
+
<xs:documentation>Informar zeros não significativos</xs:documentation>
|
|
498
|
+
</xs:annotation>
|
|
499
|
+
</xs:element>
|
|
500
|
+
<xs:element name="CPF" type="TCpf">
|
|
501
|
+
<xs:annotation>
|
|
502
|
+
<xs:documentation>CPF do autorizado</xs:documentation>
|
|
503
|
+
<xs:documentation>Informar zeros não significativos</xs:documentation>
|
|
504
|
+
</xs:annotation>
|
|
505
|
+
</xs:element>
|
|
506
|
+
</xs:choice>
|
|
507
|
+
</xs:sequence>
|
|
508
|
+
</xs:complexType>
|
|
509
|
+
</xs:element>
|
|
510
|
+
<xs:element name="infAdic" minOccurs="0">
|
|
511
|
+
<xs:annotation>
|
|
512
|
+
<xs:documentation>Informações Adicionais</xs:documentation>
|
|
513
|
+
</xs:annotation>
|
|
514
|
+
<xs:complexType>
|
|
515
|
+
<xs:sequence>
|
|
516
|
+
<xs:element name="infAdFisco" minOccurs="0">
|
|
517
|
+
<xs:annotation>
|
|
518
|
+
<xs:documentation>Informações adicionais de interesse do Fisco</xs:documentation>
|
|
519
|
+
<xs:documentation>Norma referenciada, informações complementares, etc</xs:documentation>
|
|
520
|
+
</xs:annotation>
|
|
521
|
+
<xs:simpleType>
|
|
522
|
+
<xs:restriction base="TString">
|
|
523
|
+
<xs:maxLength value="2000"/>
|
|
524
|
+
<xs:minLength value="1"/>
|
|
525
|
+
</xs:restriction>
|
|
526
|
+
</xs:simpleType>
|
|
527
|
+
</xs:element>
|
|
528
|
+
<xs:element name="infCpl" minOccurs="0">
|
|
529
|
+
<xs:annotation>
|
|
530
|
+
<xs:documentation>Informações complementares de interesse do Contribuinte</xs:documentation>
|
|
531
|
+
</xs:annotation>
|
|
532
|
+
<xs:simpleType>
|
|
533
|
+
<xs:restriction base="TString">
|
|
534
|
+
<xs:minLength value="1"/>
|
|
535
|
+
<xs:maxLength value="5000"/>
|
|
536
|
+
</xs:restriction>
|
|
537
|
+
</xs:simpleType>
|
|
538
|
+
</xs:element>
|
|
539
|
+
</xs:sequence>
|
|
540
|
+
</xs:complexType>
|
|
541
|
+
</xs:element>
|
|
542
|
+
</xs:sequence>
|
|
543
|
+
<xs:attribute name="versao" type="TVerMDe" use="required">
|
|
544
|
+
<xs:annotation>
|
|
545
|
+
<xs:documentation>Versão do leiaute</xs:documentation>
|
|
546
|
+
<xs:documentation>Ex: "1.00"</xs:documentation>
|
|
547
|
+
</xs:annotation>
|
|
548
|
+
</xs:attribute>
|
|
549
|
+
<xs:attribute name="Id" use="required">
|
|
550
|
+
<xs:annotation>
|
|
551
|
+
<xs:documentation>Identificador da tag a ser assinada</xs:documentation>
|
|
552
|
+
<xs:documentation>Informar a chave de acesso do MDF-e e precedida do literal "MDFe"</xs:documentation>
|
|
553
|
+
</xs:annotation>
|
|
554
|
+
<xs:simpleType>
|
|
555
|
+
<xs:restriction base="xs:ID">
|
|
556
|
+
<xs:pattern value="MDFe[0-9]{44}"/>
|
|
557
|
+
</xs:restriction>
|
|
558
|
+
</xs:simpleType>
|
|
559
|
+
</xs:attribute>
|
|
560
|
+
</xs:complexType>
|
|
561
|
+
</xs:element>
|
|
562
|
+
<xs:element ref="ds:Signature"/>
|
|
563
|
+
</xs:sequence>
|
|
564
|
+
</xs:complexType>
|
|
565
|
+
<xs:complexType name="TEnviMDFe">
|
|
566
|
+
<xs:annotation>
|
|
567
|
+
<xs:documentation>Tipo Pedido de Concessão de Autorização de MDF-e</xs:documentation>
|
|
568
|
+
</xs:annotation>
|
|
569
|
+
<xs:sequence>
|
|
570
|
+
<xs:element name="idLote" type="TIdLote"/>
|
|
571
|
+
<xs:element name="MDFe" type="TMDFe"/>
|
|
572
|
+
</xs:sequence>
|
|
573
|
+
<xs:attribute name="versao" type="TVerMDe" use="required"/>
|
|
574
|
+
</xs:complexType>
|
|
575
|
+
<xs:complexType name="TRetEnviMDFe">
|
|
576
|
+
<xs:annotation>
|
|
577
|
+
<xs:documentation>Tipo Retorno do Pedido de Concessão de Autorização do MDF-e</xs:documentation>
|
|
578
|
+
</xs:annotation>
|
|
579
|
+
<xs:sequence>
|
|
580
|
+
<xs:element name="tpAmb">
|
|
581
|
+
<xs:annotation>
|
|
582
|
+
<xs:documentation>Identificação do Ambiente:
|
|
583
|
+
1 - Produção
|
|
584
|
+
2 - Homologação</xs:documentation>
|
|
585
|
+
</xs:annotation>
|
|
586
|
+
</xs:element>
|
|
587
|
+
<xs:element name="cUF" type="TCodUfIBGE">
|
|
588
|
+
<xs:annotation>
|
|
589
|
+
<xs:documentation>Identificação da UF</xs:documentation>
|
|
590
|
+
</xs:annotation>
|
|
591
|
+
</xs:element>
|
|
592
|
+
<xs:element name="verAplic" type="TVerAplic">
|
|
593
|
+
<xs:annotation>
|
|
594
|
+
<xs:documentation>Versão do Aplicativo que recebeu o Arquivo.</xs:documentation>
|
|
595
|
+
</xs:annotation>
|
|
596
|
+
</xs:element>
|
|
597
|
+
<xs:element name="cStat" type="TStat">
|
|
598
|
+
<xs:annotation>
|
|
599
|
+
<xs:documentation>Código do status da mensagem enviada.</xs:documentation>
|
|
600
|
+
</xs:annotation>
|
|
601
|
+
</xs:element>
|
|
602
|
+
<xs:element name="xMotivo" type="TMotivo">
|
|
603
|
+
<xs:annotation>
|
|
604
|
+
<xs:documentation>Descrição literal do status do serviço solicitado.</xs:documentation>
|
|
605
|
+
</xs:annotation>
|
|
606
|
+
</xs:element>
|
|
607
|
+
<xs:element name="infRec" minOccurs="0">
|
|
608
|
+
<xs:annotation>
|
|
609
|
+
<xs:documentation>Dados do Recibo do Arquivo</xs:documentation>
|
|
610
|
+
</xs:annotation>
|
|
611
|
+
<xs:complexType>
|
|
612
|
+
<xs:sequence>
|
|
613
|
+
<xs:element name="nRec" type="TRec">
|
|
614
|
+
<xs:annotation>
|
|
615
|
+
<xs:documentation>Número do Recibo</xs:documentation>
|
|
616
|
+
</xs:annotation>
|
|
617
|
+
</xs:element>
|
|
618
|
+
<xs:element name="dhRecbto" type="xs:dateTime">
|
|
619
|
+
<xs:annotation>
|
|
620
|
+
<xs:documentation>Data e hora do recebimento, no formato AAAA-MM-DDTHH:MM:SS</xs:documentation>
|
|
621
|
+
</xs:annotation>
|
|
622
|
+
</xs:element>
|
|
623
|
+
<xs:element name="tMed">
|
|
624
|
+
<xs:annotation>
|
|
625
|
+
<xs:documentation>Tempo médio de resposta do serviço (em segundos) dos últimos 5 minutos</xs:documentation>
|
|
626
|
+
</xs:annotation>
|
|
627
|
+
<xs:simpleType>
|
|
628
|
+
<xs:restriction base="xs:integer">
|
|
629
|
+
<xs:pattern value="[0-9]{1,4}"/>
|
|
630
|
+
</xs:restriction>
|
|
631
|
+
</xs:simpleType>
|
|
632
|
+
</xs:element>
|
|
633
|
+
</xs:sequence>
|
|
634
|
+
</xs:complexType>
|
|
635
|
+
</xs:element>
|
|
636
|
+
</xs:sequence>
|
|
637
|
+
<xs:attribute name="versao" type="TVerMDe" use="required"/>
|
|
638
|
+
</xs:complexType>
|
|
639
|
+
<xs:complexType name="TEndeEmi">
|
|
640
|
+
<xs:annotation>
|
|
641
|
+
<xs:documentation>Tipo Dados do Endereço</xs:documentation>
|
|
642
|
+
</xs:annotation>
|
|
643
|
+
<xs:sequence>
|
|
644
|
+
<xs:element name="xLgr">
|
|
645
|
+
<xs:annotation>
|
|
646
|
+
<xs:documentation>Logradouro</xs:documentation>
|
|
647
|
+
</xs:annotation>
|
|
648
|
+
<xs:simpleType>
|
|
649
|
+
<xs:restriction base="TString">
|
|
650
|
+
<xs:maxLength value="60"/>
|
|
651
|
+
<xs:minLength value="2"/>
|
|
652
|
+
</xs:restriction>
|
|
653
|
+
</xs:simpleType>
|
|
654
|
+
</xs:element>
|
|
655
|
+
<xs:element name="nro">
|
|
656
|
+
<xs:annotation>
|
|
657
|
+
<xs:documentation>Número</xs:documentation>
|
|
658
|
+
</xs:annotation>
|
|
659
|
+
<xs:simpleType>
|
|
660
|
+
<xs:restriction base="TString">
|
|
661
|
+
<xs:maxLength value="60"/>
|
|
662
|
+
<xs:minLength value="1"/>
|
|
663
|
+
</xs:restriction>
|
|
664
|
+
</xs:simpleType>
|
|
665
|
+
</xs:element>
|
|
666
|
+
<xs:element name="xCpl" minOccurs="0">
|
|
667
|
+
<xs:annotation>
|
|
668
|
+
<xs:documentation>Complemento</xs:documentation>
|
|
669
|
+
</xs:annotation>
|
|
670
|
+
<xs:simpleType>
|
|
671
|
+
<xs:restriction base="TString">
|
|
672
|
+
<xs:maxLength value="60"/>
|
|
673
|
+
<xs:minLength value="1"/>
|
|
674
|
+
</xs:restriction>
|
|
675
|
+
</xs:simpleType>
|
|
676
|
+
</xs:element>
|
|
677
|
+
<xs:element name="xBairro">
|
|
678
|
+
<xs:annotation>
|
|
679
|
+
<xs:documentation>Bairro</xs:documentation>
|
|
680
|
+
</xs:annotation>
|
|
681
|
+
<xs:simpleType>
|
|
682
|
+
<xs:restriction base="TString">
|
|
683
|
+
<xs:maxLength value="60"/>
|
|
684
|
+
<xs:minLength value="2"/>
|
|
685
|
+
</xs:restriction>
|
|
686
|
+
</xs:simpleType>
|
|
687
|
+
</xs:element>
|
|
688
|
+
<xs:element name="cMun" type="TCodMunIBGE">
|
|
689
|
+
<xs:annotation>
|
|
690
|
+
<xs:documentation>Código do município (utilizar a tabela do IBGE), informar 9999999 para operações com o exterior.</xs:documentation>
|
|
691
|
+
</xs:annotation>
|
|
692
|
+
</xs:element>
|
|
693
|
+
<xs:element name="xMun">
|
|
694
|
+
<xs:annotation>
|
|
695
|
+
<xs:documentation>Nome do município, , informar EXTERIOR para operações com o exterior.</xs:documentation>
|
|
696
|
+
</xs:annotation>
|
|
697
|
+
<xs:simpleType>
|
|
698
|
+
<xs:restriction base="TString">
|
|
699
|
+
<xs:maxLength value="60"/>
|
|
700
|
+
<xs:minLength value="2"/>
|
|
701
|
+
</xs:restriction>
|
|
702
|
+
</xs:simpleType>
|
|
703
|
+
</xs:element>
|
|
704
|
+
<xs:element name="CEP" minOccurs="0">
|
|
705
|
+
<xs:annotation>
|
|
706
|
+
<xs:documentation>CEP</xs:documentation>
|
|
707
|
+
<xs:documentation>Informar zeros não significativos</xs:documentation>
|
|
708
|
+
</xs:annotation>
|
|
709
|
+
<xs:simpleType>
|
|
710
|
+
<xs:restriction base="xs:string">
|
|
711
|
+
<xs:whiteSpace value="preserve"/>
|
|
712
|
+
<xs:pattern value="[0-9]{8}"/>
|
|
713
|
+
</xs:restriction>
|
|
714
|
+
</xs:simpleType>
|
|
715
|
+
</xs:element>
|
|
716
|
+
<xs:element name="UF" type="TUf">
|
|
717
|
+
<xs:annotation>
|
|
718
|
+
<xs:documentation>Sigla da UF, , informar EX para operações com o exterior.</xs:documentation>
|
|
719
|
+
</xs:annotation>
|
|
720
|
+
</xs:element>
|
|
721
|
+
<xs:element name="fone" minOccurs="0">
|
|
722
|
+
<xs:annotation>
|
|
723
|
+
<xs:documentation>Telefone</xs:documentation>
|
|
724
|
+
</xs:annotation>
|
|
725
|
+
<xs:simpleType>
|
|
726
|
+
<xs:restriction base="xs:string">
|
|
727
|
+
<xs:whiteSpace value="preserve"/>
|
|
728
|
+
<xs:pattern value="[0-9]{7,12}"/>
|
|
729
|
+
</xs:restriction>
|
|
730
|
+
</xs:simpleType>
|
|
731
|
+
</xs:element>
|
|
732
|
+
<xs:element name="email" type="TEmail" minOccurs="0">
|
|
733
|
+
<xs:annotation>
|
|
734
|
+
<xs:documentation>Endereço de E-mail</xs:documentation>
|
|
735
|
+
</xs:annotation>
|
|
736
|
+
</xs:element>
|
|
737
|
+
</xs:sequence>
|
|
738
|
+
</xs:complexType>
|
|
739
|
+
<xs:complexType name="TEndereco">
|
|
740
|
+
<xs:annotation>
|
|
741
|
+
<xs:documentation>Tipo Dados do Endereço</xs:documentation>
|
|
742
|
+
</xs:annotation>
|
|
743
|
+
<xs:sequence>
|
|
744
|
+
<xs:element name="xLgr">
|
|
745
|
+
<xs:annotation>
|
|
746
|
+
<xs:documentation>Logradouro</xs:documentation>
|
|
747
|
+
</xs:annotation>
|
|
748
|
+
<xs:simpleType>
|
|
749
|
+
<xs:restriction base="TString">
|
|
750
|
+
<xs:maxLength value="255"/>
|
|
751
|
+
<xs:minLength value="1"/>
|
|
752
|
+
</xs:restriction>
|
|
753
|
+
</xs:simpleType>
|
|
754
|
+
</xs:element>
|
|
755
|
+
<xs:element name="nro">
|
|
756
|
+
<xs:annotation>
|
|
757
|
+
<xs:documentation>Número</xs:documentation>
|
|
758
|
+
</xs:annotation>
|
|
759
|
+
<xs:simpleType>
|
|
760
|
+
<xs:restriction base="TString">
|
|
761
|
+
<xs:maxLength value="60"/>
|
|
762
|
+
<xs:minLength value="1"/>
|
|
763
|
+
</xs:restriction>
|
|
764
|
+
</xs:simpleType>
|
|
765
|
+
</xs:element>
|
|
766
|
+
<xs:element name="xCpl" minOccurs="0">
|
|
767
|
+
<xs:annotation>
|
|
768
|
+
<xs:documentation>Complemento</xs:documentation>
|
|
769
|
+
</xs:annotation>
|
|
770
|
+
<xs:simpleType>
|
|
771
|
+
<xs:restriction base="TString">
|
|
772
|
+
<xs:maxLength value="60"/>
|
|
773
|
+
<xs:minLength value="1"/>
|
|
774
|
+
</xs:restriction>
|
|
775
|
+
</xs:simpleType>
|
|
776
|
+
</xs:element>
|
|
777
|
+
<xs:element name="xBairro">
|
|
778
|
+
<xs:annotation>
|
|
779
|
+
<xs:documentation>Bairro</xs:documentation>
|
|
780
|
+
</xs:annotation>
|
|
781
|
+
<xs:simpleType>
|
|
782
|
+
<xs:restriction base="TString">
|
|
783
|
+
<xs:maxLength value="60"/>
|
|
784
|
+
<xs:minLength value="1"/>
|
|
785
|
+
</xs:restriction>
|
|
786
|
+
</xs:simpleType>
|
|
787
|
+
</xs:element>
|
|
788
|
+
<xs:element name="cMun" type="TCodMunIBGE">
|
|
789
|
+
<xs:annotation>
|
|
790
|
+
<xs:documentation>Código do município (utilizar a tabela do IBGE), informar 9999999 para operações com o exterior.</xs:documentation>
|
|
791
|
+
</xs:annotation>
|
|
792
|
+
</xs:element>
|
|
793
|
+
<xs:element name="xMun">
|
|
794
|
+
<xs:annotation>
|
|
795
|
+
<xs:documentation>Nome do município, informar EXTERIOR para operações com o exterior.</xs:documentation>
|
|
796
|
+
</xs:annotation>
|
|
797
|
+
<xs:simpleType>
|
|
798
|
+
<xs:restriction base="TString">
|
|
799
|
+
<xs:maxLength value="60"/>
|
|
800
|
+
<xs:minLength value="1"/>
|
|
801
|
+
</xs:restriction>
|
|
802
|
+
</xs:simpleType>
|
|
803
|
+
</xs:element>
|
|
804
|
+
<xs:element name="CEP" minOccurs="0">
|
|
805
|
+
<xs:annotation>
|
|
806
|
+
<xs:documentation>CEP</xs:documentation>
|
|
807
|
+
<xs:documentation>Informar os zeros não significativos</xs:documentation>
|
|
808
|
+
</xs:annotation>
|
|
809
|
+
<xs:simpleType>
|
|
810
|
+
<xs:restriction base="xs:string">
|
|
811
|
+
<xs:whiteSpace value="preserve"/>
|
|
812
|
+
<xs:pattern value="[0-9]{8}"/>
|
|
813
|
+
</xs:restriction>
|
|
814
|
+
</xs:simpleType>
|
|
815
|
+
</xs:element>
|
|
816
|
+
<xs:element name="UF" type="TUf">
|
|
817
|
+
<xs:annotation>
|
|
818
|
+
<xs:documentation>Sigla da UF, informar EX para operações com o exterior.</xs:documentation>
|
|
819
|
+
</xs:annotation>
|
|
820
|
+
</xs:element>
|
|
821
|
+
<xs:element name="cPais" minOccurs="0">
|
|
822
|
+
<xs:annotation>
|
|
823
|
+
<xs:documentation>Código do país</xs:documentation>
|
|
824
|
+
<xs:documentation>Utilizar a tabela do BACEN</xs:documentation>
|
|
825
|
+
</xs:annotation>
|
|
826
|
+
<xs:simpleType>
|
|
827
|
+
<xs:restriction base="xs:string">
|
|
828
|
+
<xs:whiteSpace value="preserve"/>
|
|
829
|
+
<xs:pattern value="[0-9]{1,4}"/>
|
|
830
|
+
</xs:restriction>
|
|
831
|
+
</xs:simpleType>
|
|
832
|
+
</xs:element>
|
|
833
|
+
<xs:element name="xPais" minOccurs="0">
|
|
834
|
+
<xs:annotation>
|
|
835
|
+
<xs:documentation>Nome do país</xs:documentation>
|
|
836
|
+
</xs:annotation>
|
|
837
|
+
<xs:simpleType>
|
|
838
|
+
<xs:restriction base="TString">
|
|
839
|
+
<xs:maxLength value="60"/>
|
|
840
|
+
<xs:minLength value="1"/>
|
|
841
|
+
</xs:restriction>
|
|
842
|
+
</xs:simpleType>
|
|
843
|
+
</xs:element>
|
|
844
|
+
</xs:sequence>
|
|
845
|
+
</xs:complexType>
|
|
846
|
+
<xs:complexType name="TEndernac">
|
|
847
|
+
<xs:annotation>
|
|
848
|
+
<xs:documentation>Tipo Dados do Endereço</xs:documentation>
|
|
849
|
+
</xs:annotation>
|
|
850
|
+
<xs:sequence>
|
|
851
|
+
<xs:element name="xLgr">
|
|
852
|
+
<xs:annotation>
|
|
853
|
+
<xs:documentation>Logradouro</xs:documentation>
|
|
854
|
+
</xs:annotation>
|
|
855
|
+
<xs:simpleType>
|
|
856
|
+
<xs:restriction base="TString">
|
|
857
|
+
<xs:maxLength value="255"/>
|
|
858
|
+
<xs:minLength value="1"/>
|
|
859
|
+
</xs:restriction>
|
|
860
|
+
</xs:simpleType>
|
|
861
|
+
</xs:element>
|
|
862
|
+
<xs:element name="nro">
|
|
863
|
+
<xs:annotation>
|
|
864
|
+
<xs:documentation>Número</xs:documentation>
|
|
865
|
+
</xs:annotation>
|
|
866
|
+
<xs:simpleType>
|
|
867
|
+
<xs:restriction base="TString">
|
|
868
|
+
<xs:maxLength value="60"/>
|
|
869
|
+
<xs:minLength value="1"/>
|
|
870
|
+
</xs:restriction>
|
|
871
|
+
</xs:simpleType>
|
|
872
|
+
</xs:element>
|
|
873
|
+
<xs:element name="xCpl" minOccurs="0">
|
|
874
|
+
<xs:annotation>
|
|
875
|
+
<xs:documentation>Complemento</xs:documentation>
|
|
876
|
+
</xs:annotation>
|
|
877
|
+
<xs:simpleType>
|
|
878
|
+
<xs:restriction base="TString">
|
|
879
|
+
<xs:maxLength value="60"/>
|
|
880
|
+
<xs:minLength value="1"/>
|
|
881
|
+
</xs:restriction>
|
|
882
|
+
</xs:simpleType>
|
|
883
|
+
</xs:element>
|
|
884
|
+
<xs:element name="xBairro">
|
|
885
|
+
<xs:annotation>
|
|
886
|
+
<xs:documentation>Bairro</xs:documentation>
|
|
887
|
+
</xs:annotation>
|
|
888
|
+
<xs:simpleType>
|
|
889
|
+
<xs:restriction base="TString">
|
|
890
|
+
<xs:maxLength value="60"/>
|
|
891
|
+
<xs:minLength value="1"/>
|
|
892
|
+
</xs:restriction>
|
|
893
|
+
</xs:simpleType>
|
|
894
|
+
</xs:element>
|
|
895
|
+
<xs:element name="cMun" type="TCodMunIBGE">
|
|
896
|
+
<xs:annotation>
|
|
897
|
+
<xs:documentation>Código do município (utilizar a tabela do IBGE), informar 9999999 para operações com o exterior.</xs:documentation>
|
|
898
|
+
</xs:annotation>
|
|
899
|
+
</xs:element>
|
|
900
|
+
<xs:element name="xMun">
|
|
901
|
+
<xs:annotation>
|
|
902
|
+
<xs:documentation>Nome do município, , informar EXTERIOR para operações com o exterior.</xs:documentation>
|
|
903
|
+
</xs:annotation>
|
|
904
|
+
<xs:simpleType>
|
|
905
|
+
<xs:restriction base="TString">
|
|
906
|
+
<xs:maxLength value="60"/>
|
|
907
|
+
<xs:minLength value="1"/>
|
|
908
|
+
</xs:restriction>
|
|
909
|
+
</xs:simpleType>
|
|
910
|
+
</xs:element>
|
|
911
|
+
<xs:element name="CEP" minOccurs="0">
|
|
912
|
+
<xs:annotation>
|
|
913
|
+
<xs:documentation>CEP</xs:documentation>
|
|
914
|
+
</xs:annotation>
|
|
915
|
+
<xs:simpleType>
|
|
916
|
+
<xs:restriction base="xs:string">
|
|
917
|
+
<xs:whiteSpace value="preserve"/>
|
|
918
|
+
<xs:pattern value="[0-9]{8}"/>
|
|
919
|
+
</xs:restriction>
|
|
920
|
+
</xs:simpleType>
|
|
921
|
+
</xs:element>
|
|
922
|
+
<xs:element name="UF" type="TUf">
|
|
923
|
+
<xs:annotation>
|
|
924
|
+
<xs:documentation>Sigla da UF, , informar EX para operações com o exterior.</xs:documentation>
|
|
925
|
+
</xs:annotation>
|
|
926
|
+
</xs:element>
|
|
927
|
+
</xs:sequence>
|
|
928
|
+
</xs:complexType>
|
|
929
|
+
<xs:complexType name="TEnderFer">
|
|
930
|
+
<xs:annotation>
|
|
931
|
+
<xs:documentation>Tipo Dados do Endereço</xs:documentation>
|
|
932
|
+
</xs:annotation>
|
|
933
|
+
<xs:sequence>
|
|
934
|
+
<xs:element name="xLgr">
|
|
935
|
+
<xs:annotation>
|
|
936
|
+
<xs:documentation>Logradouro</xs:documentation>
|
|
937
|
+
</xs:annotation>
|
|
938
|
+
<xs:simpleType>
|
|
939
|
+
<xs:restriction base="TString">
|
|
940
|
+
<xs:maxLength value="255"/>
|
|
941
|
+
<xs:minLength value="1"/>
|
|
942
|
+
</xs:restriction>
|
|
943
|
+
</xs:simpleType>
|
|
944
|
+
</xs:element>
|
|
945
|
+
<xs:element name="nro" minOccurs="0">
|
|
946
|
+
<xs:annotation>
|
|
947
|
+
<xs:documentation>Número</xs:documentation>
|
|
948
|
+
</xs:annotation>
|
|
949
|
+
<xs:simpleType>
|
|
950
|
+
<xs:restriction base="TString">
|
|
951
|
+
<xs:maxLength value="60"/>
|
|
952
|
+
<xs:minLength value="1"/>
|
|
953
|
+
</xs:restriction>
|
|
954
|
+
</xs:simpleType>
|
|
955
|
+
</xs:element>
|
|
956
|
+
<xs:element name="xCpl" minOccurs="0">
|
|
957
|
+
<xs:annotation>
|
|
958
|
+
<xs:documentation>Complemento</xs:documentation>
|
|
959
|
+
</xs:annotation>
|
|
960
|
+
<xs:simpleType>
|
|
961
|
+
<xs:restriction base="TString">
|
|
962
|
+
<xs:maxLength value="60"/>
|
|
963
|
+
<xs:minLength value="1"/>
|
|
964
|
+
</xs:restriction>
|
|
965
|
+
</xs:simpleType>
|
|
966
|
+
</xs:element>
|
|
967
|
+
<xs:element name="xBairro" minOccurs="0">
|
|
968
|
+
<xs:annotation>
|
|
969
|
+
<xs:documentation>Bairro</xs:documentation>
|
|
970
|
+
</xs:annotation>
|
|
971
|
+
<xs:simpleType>
|
|
972
|
+
<xs:restriction base="TString">
|
|
973
|
+
<xs:maxLength value="60"/>
|
|
974
|
+
<xs:minLength value="1"/>
|
|
975
|
+
</xs:restriction>
|
|
976
|
+
</xs:simpleType>
|
|
977
|
+
</xs:element>
|
|
978
|
+
<xs:element name="cMun" type="TCodMunIBGE">
|
|
979
|
+
<xs:annotation>
|
|
980
|
+
<xs:documentation>Código do município (utilizar a tabela do IBGE), informar 9999999 para operações com o exterior.</xs:documentation>
|
|
981
|
+
</xs:annotation>
|
|
982
|
+
</xs:element>
|
|
983
|
+
<xs:element name="xMun">
|
|
984
|
+
<xs:annotation>
|
|
985
|
+
<xs:documentation>Nome do município, , informar EXTERIOR para operações com o exterior.</xs:documentation>
|
|
986
|
+
</xs:annotation>
|
|
987
|
+
<xs:simpleType>
|
|
988
|
+
<xs:restriction base="TString">
|
|
989
|
+
<xs:maxLength value="60"/>
|
|
990
|
+
<xs:minLength value="1"/>
|
|
991
|
+
</xs:restriction>
|
|
992
|
+
</xs:simpleType>
|
|
993
|
+
</xs:element>
|
|
994
|
+
<xs:element name="CEP">
|
|
995
|
+
<xs:annotation>
|
|
996
|
+
<xs:documentation>CEP</xs:documentation>
|
|
997
|
+
</xs:annotation>
|
|
998
|
+
<xs:simpleType>
|
|
999
|
+
<xs:restriction base="xs:string">
|
|
1000
|
+
<xs:whiteSpace value="preserve"/>
|
|
1001
|
+
<xs:pattern value="[0-9]{8}"/>
|
|
1002
|
+
</xs:restriction>
|
|
1003
|
+
</xs:simpleType>
|
|
1004
|
+
</xs:element>
|
|
1005
|
+
<xs:element name="UF" type="TUf">
|
|
1006
|
+
<xs:annotation>
|
|
1007
|
+
<xs:documentation>Sigla da UF, , informar EX para operações com o exterior.</xs:documentation>
|
|
1008
|
+
</xs:annotation>
|
|
1009
|
+
</xs:element>
|
|
1010
|
+
</xs:sequence>
|
|
1011
|
+
</xs:complexType>
|
|
1012
|
+
<xs:complexType name="TEndOrg">
|
|
1013
|
+
<xs:annotation>
|
|
1014
|
+
<xs:documentation>Tipo Dados do Endereço</xs:documentation>
|
|
1015
|
+
</xs:annotation>
|
|
1016
|
+
<xs:sequence>
|
|
1017
|
+
<xs:element name="xLgr">
|
|
1018
|
+
<xs:annotation>
|
|
1019
|
+
<xs:documentation>Logradouro</xs:documentation>
|
|
1020
|
+
</xs:annotation>
|
|
1021
|
+
<xs:simpleType>
|
|
1022
|
+
<xs:restriction base="TString">
|
|
1023
|
+
<xs:maxLength value="60"/>
|
|
1024
|
+
<xs:minLength value="1"/>
|
|
1025
|
+
</xs:restriction>
|
|
1026
|
+
</xs:simpleType>
|
|
1027
|
+
</xs:element>
|
|
1028
|
+
<xs:element name="nro">
|
|
1029
|
+
<xs:annotation>
|
|
1030
|
+
<xs:documentation>Número</xs:documentation>
|
|
1031
|
+
</xs:annotation>
|
|
1032
|
+
<xs:simpleType>
|
|
1033
|
+
<xs:restriction base="TString">
|
|
1034
|
+
<xs:maxLength value="60"/>
|
|
1035
|
+
<xs:minLength value="1"/>
|
|
1036
|
+
</xs:restriction>
|
|
1037
|
+
</xs:simpleType>
|
|
1038
|
+
</xs:element>
|
|
1039
|
+
<xs:element name="xCpl" minOccurs="0">
|
|
1040
|
+
<xs:annotation>
|
|
1041
|
+
<xs:documentation>Complemento</xs:documentation>
|
|
1042
|
+
</xs:annotation>
|
|
1043
|
+
<xs:simpleType>
|
|
1044
|
+
<xs:restriction base="TString">
|
|
1045
|
+
<xs:maxLength value="60"/>
|
|
1046
|
+
<xs:minLength value="1"/>
|
|
1047
|
+
</xs:restriction>
|
|
1048
|
+
</xs:simpleType>
|
|
1049
|
+
</xs:element>
|
|
1050
|
+
<xs:element name="xBairro">
|
|
1051
|
+
<xs:annotation>
|
|
1052
|
+
<xs:documentation>Bairro</xs:documentation>
|
|
1053
|
+
</xs:annotation>
|
|
1054
|
+
<xs:simpleType>
|
|
1055
|
+
<xs:restriction base="TString">
|
|
1056
|
+
<xs:maxLength value="60"/>
|
|
1057
|
+
<xs:minLength value="1"/>
|
|
1058
|
+
</xs:restriction>
|
|
1059
|
+
</xs:simpleType>
|
|
1060
|
+
</xs:element>
|
|
1061
|
+
<xs:element name="cMun" type="TCodMunIBGE">
|
|
1062
|
+
<xs:annotation>
|
|
1063
|
+
<xs:documentation>Código do município (utilizar a tabela do IBGE), informar 9999999 para operações com o exterior.</xs:documentation>
|
|
1064
|
+
</xs:annotation>
|
|
1065
|
+
</xs:element>
|
|
1066
|
+
<xs:element name="xMun">
|
|
1067
|
+
<xs:annotation>
|
|
1068
|
+
<xs:documentation>Nome do município, , informar EXTERIOR para operações com o exterior.</xs:documentation>
|
|
1069
|
+
</xs:annotation>
|
|
1070
|
+
<xs:simpleType>
|
|
1071
|
+
<xs:restriction base="TString">
|
|
1072
|
+
<xs:maxLength value="60"/>
|
|
1073
|
+
<xs:minLength value="1"/>
|
|
1074
|
+
</xs:restriction>
|
|
1075
|
+
</xs:simpleType>
|
|
1076
|
+
</xs:element>
|
|
1077
|
+
<xs:element name="CEP" minOccurs="0">
|
|
1078
|
+
<xs:annotation>
|
|
1079
|
+
<xs:documentation>CEP</xs:documentation>
|
|
1080
|
+
</xs:annotation>
|
|
1081
|
+
<xs:simpleType>
|
|
1082
|
+
<xs:restriction base="xs:string">
|
|
1083
|
+
<xs:whiteSpace value="preserve"/>
|
|
1084
|
+
<xs:pattern value="[0-9]{8}"/>
|
|
1085
|
+
</xs:restriction>
|
|
1086
|
+
</xs:simpleType>
|
|
1087
|
+
</xs:element>
|
|
1088
|
+
<xs:element name="UF" type="TUf">
|
|
1089
|
+
<xs:annotation>
|
|
1090
|
+
<xs:documentation>Sigla da UF, , informar EX para operações com o exterior.</xs:documentation>
|
|
1091
|
+
</xs:annotation>
|
|
1092
|
+
</xs:element>
|
|
1093
|
+
<xs:element name="cPais" minOccurs="0">
|
|
1094
|
+
<xs:annotation>
|
|
1095
|
+
<xs:documentation>Código do país</xs:documentation>
|
|
1096
|
+
</xs:annotation>
|
|
1097
|
+
<xs:simpleType>
|
|
1098
|
+
<xs:restriction base="xs:string">
|
|
1099
|
+
<xs:whiteSpace value="preserve"/>
|
|
1100
|
+
<xs:pattern value="[0-9]{1,4}"/>
|
|
1101
|
+
</xs:restriction>
|
|
1102
|
+
</xs:simpleType>
|
|
1103
|
+
</xs:element>
|
|
1104
|
+
<xs:element name="xPais" minOccurs="0">
|
|
1105
|
+
<xs:annotation>
|
|
1106
|
+
<xs:documentation>Nome do país</xs:documentation>
|
|
1107
|
+
</xs:annotation>
|
|
1108
|
+
<xs:simpleType>
|
|
1109
|
+
<xs:restriction base="TString">
|
|
1110
|
+
<xs:maxLength value="60"/>
|
|
1111
|
+
<xs:minLength value="1"/>
|
|
1112
|
+
</xs:restriction>
|
|
1113
|
+
</xs:simpleType>
|
|
1114
|
+
</xs:element>
|
|
1115
|
+
<xs:element name="fone" minOccurs="0">
|
|
1116
|
+
<xs:annotation>
|
|
1117
|
+
<xs:documentation>Telefone</xs:documentation>
|
|
1118
|
+
</xs:annotation>
|
|
1119
|
+
<xs:simpleType>
|
|
1120
|
+
<xs:restriction base="xs:string">
|
|
1121
|
+
<xs:whiteSpace value="preserve"/>
|
|
1122
|
+
<xs:pattern value="[0-9]{7,10}"/>
|
|
1123
|
+
</xs:restriction>
|
|
1124
|
+
</xs:simpleType>
|
|
1125
|
+
</xs:element>
|
|
1126
|
+
</xs:sequence>
|
|
1127
|
+
</xs:complexType>
|
|
1128
|
+
<xs:complexType name="TLocal">
|
|
1129
|
+
<xs:annotation>
|
|
1130
|
+
<xs:documentation>Tipo Dados do Local de Origem ou Destino</xs:documentation>
|
|
1131
|
+
</xs:annotation>
|
|
1132
|
+
<xs:sequence>
|
|
1133
|
+
<xs:element name="cMun" type="TCodMunIBGE">
|
|
1134
|
+
<xs:annotation>
|
|
1135
|
+
<xs:documentation>Código do município (utilizar a tabela do IBGE)</xs:documentation>
|
|
1136
|
+
</xs:annotation>
|
|
1137
|
+
</xs:element>
|
|
1138
|
+
<xs:element name="xMun">
|
|
1139
|
+
<xs:annotation>
|
|
1140
|
+
<xs:documentation>Nome do município</xs:documentation>
|
|
1141
|
+
</xs:annotation>
|
|
1142
|
+
<xs:simpleType>
|
|
1143
|
+
<xs:restriction base="TString">
|
|
1144
|
+
<xs:maxLength value="60"/>
|
|
1145
|
+
<xs:minLength value="1"/>
|
|
1146
|
+
</xs:restriction>
|
|
1147
|
+
</xs:simpleType>
|
|
1148
|
+
</xs:element>
|
|
1149
|
+
<xs:element name="UF" type="TUf">
|
|
1150
|
+
<xs:annotation>
|
|
1151
|
+
<xs:documentation>Sigla da UF</xs:documentation>
|
|
1152
|
+
</xs:annotation>
|
|
1153
|
+
</xs:element>
|
|
1154
|
+
</xs:sequence>
|
|
1155
|
+
</xs:complexType>
|
|
1156
|
+
<xs:complexType name="TEndReEnt">
|
|
1157
|
+
<xs:annotation>
|
|
1158
|
+
<xs:documentation> Tipo Dados do Local de Retirada ou Entrega</xs:documentation>
|
|
1159
|
+
</xs:annotation>
|
|
1160
|
+
<xs:sequence>
|
|
1161
|
+
<xs:choice>
|
|
1162
|
+
<xs:element name="CNPJ" type="TCnpj">
|
|
1163
|
+
<xs:annotation>
|
|
1164
|
+
<xs:documentation>Número do CNPJ</xs:documentation>
|
|
1165
|
+
</xs:annotation>
|
|
1166
|
+
</xs:element>
|
|
1167
|
+
<xs:element name="CPF" type="TCpf">
|
|
1168
|
+
<xs:annotation>
|
|
1169
|
+
<xs:documentation>Número do CPF</xs:documentation>
|
|
1170
|
+
</xs:annotation>
|
|
1171
|
+
</xs:element>
|
|
1172
|
+
</xs:choice>
|
|
1173
|
+
<xs:element name="xNome">
|
|
1174
|
+
<xs:annotation>
|
|
1175
|
+
<xs:documentation>Razão Social ou Nome</xs:documentation>
|
|
1176
|
+
</xs:annotation>
|
|
1177
|
+
<xs:simpleType>
|
|
1178
|
+
<xs:restriction base="TString">
|
|
1179
|
+
<xs:maxLength value="60"/>
|
|
1180
|
+
<xs:minLength value="1"/>
|
|
1181
|
+
</xs:restriction>
|
|
1182
|
+
</xs:simpleType>
|
|
1183
|
+
</xs:element>
|
|
1184
|
+
<xs:element name="xLgr">
|
|
1185
|
+
<xs:annotation>
|
|
1186
|
+
<xs:documentation>Logradouro</xs:documentation>
|
|
1187
|
+
</xs:annotation>
|
|
1188
|
+
<xs:simpleType>
|
|
1189
|
+
<xs:restriction base="TString">
|
|
1190
|
+
<xs:maxLength value="255"/>
|
|
1191
|
+
<xs:minLength value="1"/>
|
|
1192
|
+
</xs:restriction>
|
|
1193
|
+
</xs:simpleType>
|
|
1194
|
+
</xs:element>
|
|
1195
|
+
<xs:element name="nro">
|
|
1196
|
+
<xs:annotation>
|
|
1197
|
+
<xs:documentation>Número</xs:documentation>
|
|
1198
|
+
</xs:annotation>
|
|
1199
|
+
<xs:simpleType>
|
|
1200
|
+
<xs:restriction base="TString">
|
|
1201
|
+
<xs:maxLength value="60"/>
|
|
1202
|
+
<xs:minLength value="1"/>
|
|
1203
|
+
</xs:restriction>
|
|
1204
|
+
</xs:simpleType>
|
|
1205
|
+
</xs:element>
|
|
1206
|
+
<xs:element name="xCpl" minOccurs="0">
|
|
1207
|
+
<xs:annotation>
|
|
1208
|
+
<xs:documentation>Complemento</xs:documentation>
|
|
1209
|
+
</xs:annotation>
|
|
1210
|
+
<xs:simpleType>
|
|
1211
|
+
<xs:restriction base="TString">
|
|
1212
|
+
<xs:maxLength value="60"/>
|
|
1213
|
+
<xs:minLength value="1"/>
|
|
1214
|
+
</xs:restriction>
|
|
1215
|
+
</xs:simpleType>
|
|
1216
|
+
</xs:element>
|
|
1217
|
+
<xs:element name="xBairro">
|
|
1218
|
+
<xs:annotation>
|
|
1219
|
+
<xs:documentation>Bairro</xs:documentation>
|
|
1220
|
+
</xs:annotation>
|
|
1221
|
+
<xs:simpleType>
|
|
1222
|
+
<xs:restriction base="TString">
|
|
1223
|
+
<xs:maxLength value="60"/>
|
|
1224
|
+
<xs:minLength value="1"/>
|
|
1225
|
+
</xs:restriction>
|
|
1226
|
+
</xs:simpleType>
|
|
1227
|
+
</xs:element>
|
|
1228
|
+
<xs:element name="cMun" type="TCodMunIBGE">
|
|
1229
|
+
<xs:annotation>
|
|
1230
|
+
<xs:documentation>Código do município (utilizar a tabela do IBGE), informar 9999999 para operações com o exterior.</xs:documentation>
|
|
1231
|
+
</xs:annotation>
|
|
1232
|
+
</xs:element>
|
|
1233
|
+
<xs:element name="xMun">
|
|
1234
|
+
<xs:annotation>
|
|
1235
|
+
<xs:documentation>Nome do município, , informar EXTERIOR para operações com o exterior.</xs:documentation>
|
|
1236
|
+
</xs:annotation>
|
|
1237
|
+
<xs:simpleType>
|
|
1238
|
+
<xs:restriction base="TString">
|
|
1239
|
+
<xs:maxLength value="60"/>
|
|
1240
|
+
<xs:minLength value="1"/>
|
|
1241
|
+
</xs:restriction>
|
|
1242
|
+
</xs:simpleType>
|
|
1243
|
+
</xs:element>
|
|
1244
|
+
<xs:element name="UF" type="TUf">
|
|
1245
|
+
<xs:annotation>
|
|
1246
|
+
<xs:documentation>Sigla da UF, , informar EX para operações com o exterior.</xs:documentation>
|
|
1247
|
+
</xs:annotation>
|
|
1248
|
+
</xs:element>
|
|
1249
|
+
</xs:sequence>
|
|
1250
|
+
</xs:complexType>
|
|
1251
|
+
<xs:complexType name="TNFeNF">
|
|
1252
|
+
<xs:annotation>
|
|
1253
|
+
<xs:documentation>Tipo de Dados das Notas Fiscais Papel e Eletrônica</xs:documentation>
|
|
1254
|
+
</xs:annotation>
|
|
1255
|
+
<xs:choice>
|
|
1256
|
+
<xs:element name="infNFe">
|
|
1257
|
+
<xs:annotation>
|
|
1258
|
+
<xs:documentation>Informações da NF-e</xs:documentation>
|
|
1259
|
+
</xs:annotation>
|
|
1260
|
+
<xs:complexType>
|
|
1261
|
+
<xs:sequence>
|
|
1262
|
+
<xs:element name="chNFe" type="TChNFe">
|
|
1263
|
+
<xs:annotation>
|
|
1264
|
+
<xs:documentation>Chave de acesso da NF-e</xs:documentation>
|
|
1265
|
+
</xs:annotation>
|
|
1266
|
+
</xs:element>
|
|
1267
|
+
<xs:element name="PIN" type="TPIN" minOccurs="0">
|
|
1268
|
+
<xs:annotation>
|
|
1269
|
+
<xs:documentation>PIN SUFRAMA</xs:documentation>
|
|
1270
|
+
<xs:documentation>PIN atribuído pela SUFRAMA para a operação.</xs:documentation>
|
|
1271
|
+
</xs:annotation>
|
|
1272
|
+
</xs:element>
|
|
1273
|
+
</xs:sequence>
|
|
1274
|
+
</xs:complexType>
|
|
1275
|
+
</xs:element>
|
|
1276
|
+
<xs:element name="infNF">
|
|
1277
|
+
<xs:annotation>
|
|
1278
|
+
<xs:documentation>Informações da NF mod 1 e 1A</xs:documentation>
|
|
1279
|
+
</xs:annotation>
|
|
1280
|
+
<xs:complexType>
|
|
1281
|
+
<xs:sequence>
|
|
1282
|
+
<xs:element name="emi">
|
|
1283
|
+
<xs:annotation>
|
|
1284
|
+
<xs:documentation>Informações do Emitente da NF</xs:documentation>
|
|
1285
|
+
</xs:annotation>
|
|
1286
|
+
<xs:complexType>
|
|
1287
|
+
<xs:sequence>
|
|
1288
|
+
<xs:element name="CNPJ" type="TCnpj">
|
|
1289
|
+
<xs:annotation>
|
|
1290
|
+
<xs:documentation>CNPJ do emitente</xs:documentation>
|
|
1291
|
+
<xs:documentation/>
|
|
1292
|
+
</xs:annotation>
|
|
1293
|
+
</xs:element>
|
|
1294
|
+
<xs:element name="xNome">
|
|
1295
|
+
<xs:annotation>
|
|
1296
|
+
<xs:documentation>Razão Social ou Nome </xs:documentation>
|
|
1297
|
+
</xs:annotation>
|
|
1298
|
+
<xs:simpleType>
|
|
1299
|
+
<xs:restriction base="TString">
|
|
1300
|
+
<xs:maxLength value="60"/>
|
|
1301
|
+
<xs:minLength value="1"/>
|
|
1302
|
+
</xs:restriction>
|
|
1303
|
+
</xs:simpleType>
|
|
1304
|
+
</xs:element>
|
|
1305
|
+
<xs:element name="UF" type="TUf">
|
|
1306
|
+
<xs:annotation>
|
|
1307
|
+
<xs:documentation>UF do Emitente</xs:documentation>
|
|
1308
|
+
<xs:documentation>Informar 'EX' para operações com o exterior.</xs:documentation>
|
|
1309
|
+
</xs:annotation>
|
|
1310
|
+
</xs:element>
|
|
1311
|
+
</xs:sequence>
|
|
1312
|
+
</xs:complexType>
|
|
1313
|
+
</xs:element>
|
|
1314
|
+
<xs:element name="dest">
|
|
1315
|
+
<xs:annotation>
|
|
1316
|
+
<xs:documentation>Informações do Destinatário da NF</xs:documentation>
|
|
1317
|
+
</xs:annotation>
|
|
1318
|
+
<xs:complexType>
|
|
1319
|
+
<xs:sequence>
|
|
1320
|
+
<xs:choice>
|
|
1321
|
+
<xs:element name="CNPJ" type="TCnpjOpc">
|
|
1322
|
+
<xs:annotation>
|
|
1323
|
+
<xs:documentation>CNPJ do Destinatário</xs:documentation>
|
|
1324
|
+
<xs:documentation>Informar o CNPJ ou o CPF do destinatário, preenchendo os
|
|
1325
|
+
zeros não significativos.
|
|
1326
|
+
Não informar o conteúdo da TAG se a operação for realizada com o Exterior.</xs:documentation>
|
|
1327
|
+
</xs:annotation>
|
|
1328
|
+
</xs:element>
|
|
1329
|
+
<xs:element name="CPF" type="TCpf">
|
|
1330
|
+
<xs:annotation>
|
|
1331
|
+
<xs:documentation>CPF do Destinatário</xs:documentation>
|
|
1332
|
+
<xs:documentation>Informar os zeros não significativos.
|
|
1333
|
+
</xs:documentation>
|
|
1334
|
+
</xs:annotation>
|
|
1335
|
+
</xs:element>
|
|
1336
|
+
</xs:choice>
|
|
1337
|
+
<xs:element name="xNome">
|
|
1338
|
+
<xs:annotation>
|
|
1339
|
+
<xs:documentation>Razão Social ou Nome </xs:documentation>
|
|
1340
|
+
</xs:annotation>
|
|
1341
|
+
<xs:simpleType>
|
|
1342
|
+
<xs:restriction base="TString">
|
|
1343
|
+
<xs:maxLength value="60"/>
|
|
1344
|
+
<xs:minLength value="1"/>
|
|
1345
|
+
</xs:restriction>
|
|
1346
|
+
</xs:simpleType>
|
|
1347
|
+
</xs:element>
|
|
1348
|
+
<xs:element name="UF" type="TUf">
|
|
1349
|
+
<xs:annotation>
|
|
1350
|
+
<xs:documentation>UF do Destinatário</xs:documentation>
|
|
1351
|
+
<xs:documentation>Informar 'EX' para operações com o exterior.</xs:documentation>
|
|
1352
|
+
</xs:annotation>
|
|
1353
|
+
</xs:element>
|
|
1354
|
+
</xs:sequence>
|
|
1355
|
+
</xs:complexType>
|
|
1356
|
+
</xs:element>
|
|
1357
|
+
<xs:element name="serie">
|
|
1358
|
+
<xs:annotation>
|
|
1359
|
+
<xs:documentation>Série</xs:documentation>
|
|
1360
|
+
</xs:annotation>
|
|
1361
|
+
<xs:simpleType>
|
|
1362
|
+
<xs:restriction base="TString">
|
|
1363
|
+
<xs:minLength value="1"/>
|
|
1364
|
+
<xs:maxLength value="3"/>
|
|
1365
|
+
</xs:restriction>
|
|
1366
|
+
</xs:simpleType>
|
|
1367
|
+
</xs:element>
|
|
1368
|
+
<xs:element name="nNF">
|
|
1369
|
+
<xs:annotation>
|
|
1370
|
+
<xs:documentation>Número </xs:documentation>
|
|
1371
|
+
</xs:annotation>
|
|
1372
|
+
<xs:simpleType>
|
|
1373
|
+
<xs:restriction base="TString">
|
|
1374
|
+
<xs:minLength value="1"/>
|
|
1375
|
+
<xs:maxLength value="20"/>
|
|
1376
|
+
</xs:restriction>
|
|
1377
|
+
</xs:simpleType>
|
|
1378
|
+
</xs:element>
|
|
1379
|
+
<xs:element name="dEmi" type="TData">
|
|
1380
|
+
<xs:annotation>
|
|
1381
|
+
<xs:documentation>Data de Emissão</xs:documentation>
|
|
1382
|
+
<xs:documentation>Formato AAAA-MM-DD</xs:documentation>
|
|
1383
|
+
</xs:annotation>
|
|
1384
|
+
</xs:element>
|
|
1385
|
+
<xs:element name="vNF" type="TDec_1302">
|
|
1386
|
+
<xs:annotation>
|
|
1387
|
+
<xs:documentation>Valor Total da NF</xs:documentation>
|
|
1388
|
+
</xs:annotation>
|
|
1389
|
+
</xs:element>
|
|
1390
|
+
<xs:element name="PIN" type="TPIN" minOccurs="0">
|
|
1391
|
+
<xs:annotation>
|
|
1392
|
+
<xs:documentation>PIN SUFRAMA</xs:documentation>
|
|
1393
|
+
<xs:documentation>PIN atribuído pela SUFRAMA para a operação.</xs:documentation>
|
|
1394
|
+
</xs:annotation>
|
|
1395
|
+
</xs:element>
|
|
1396
|
+
</xs:sequence>
|
|
1397
|
+
</xs:complexType>
|
|
1398
|
+
</xs:element>
|
|
1399
|
+
</xs:choice>
|
|
1400
|
+
</xs:complexType>
|
|
1401
|
+
<xs:complexType name="TUnidadeTransp">
|
|
1402
|
+
<xs:annotation>
|
|
1403
|
+
<xs:documentation>Tipo Dados Unidade de Transporte</xs:documentation>
|
|
1404
|
+
</xs:annotation>
|
|
1405
|
+
<xs:sequence>
|
|
1406
|
+
<xs:element name="tpUnidTransp" type="TtipoUnidTransp">
|
|
1407
|
+
<xs:annotation>
|
|
1408
|
+
<xs:documentation>Tipo da Unidade de Transporte</xs:documentation>
|
|
1409
|
+
<xs:documentation>1 - Rodoviário Tração;
|
|
1410
|
+
|
|
1411
|
+
2 - Rodoviário Reboque;
|
|
1412
|
+
|
|
1413
|
+
3 - Navio;
|
|
1414
|
+
|
|
1415
|
+
4 - Balsa;
|
|
1416
|
+
|
|
1417
|
+
5 - Aeronave;
|
|
1418
|
+
|
|
1419
|
+
6 - Vagão;
|
|
1420
|
+
|
|
1421
|
+
7 - Outros</xs:documentation>
|
|
1422
|
+
</xs:annotation>
|
|
1423
|
+
</xs:element>
|
|
1424
|
+
<xs:element name="idUnidTransp" type="TContainer">
|
|
1425
|
+
<xs:annotation>
|
|
1426
|
+
<xs:documentation>Identificação da Unidade de Transporte</xs:documentation>
|
|
1427
|
+
<xs:documentation>Informar a identificação conforme o tipo de unidade de transporte.
|
|
1428
|
+
Por exemplo: para rodoviário tração ou reboque deverá preencher com a placa do veículo.
|
|
1429
|
+
</xs:documentation>
|
|
1430
|
+
</xs:annotation>
|
|
1431
|
+
</xs:element>
|
|
1432
|
+
<xs:element name="lacUnidTransp" minOccurs="0" maxOccurs="unbounded">
|
|
1433
|
+
<xs:annotation>
|
|
1434
|
+
<xs:documentation>Lacres das Unidades de Transporte</xs:documentation>
|
|
1435
|
+
</xs:annotation>
|
|
1436
|
+
<xs:complexType>
|
|
1437
|
+
<xs:sequence>
|
|
1438
|
+
<xs:element name="nLacre">
|
|
1439
|
+
<xs:annotation>
|
|
1440
|
+
<xs:documentation>Número do lacre</xs:documentation>
|
|
1441
|
+
</xs:annotation>
|
|
1442
|
+
<xs:simpleType>
|
|
1443
|
+
<xs:restriction base="TString">
|
|
1444
|
+
<xs:minLength value="1"/>
|
|
1445
|
+
<xs:maxLength value="20"/>
|
|
1446
|
+
</xs:restriction>
|
|
1447
|
+
</xs:simpleType>
|
|
1448
|
+
</xs:element>
|
|
1449
|
+
</xs:sequence>
|
|
1450
|
+
</xs:complexType>
|
|
1451
|
+
</xs:element>
|
|
1452
|
+
<xs:element name="infUnidCarga" type="TUnidCarga" minOccurs="0" maxOccurs="unbounded">
|
|
1453
|
+
<xs:annotation>
|
|
1454
|
+
<xs:documentation>Informações das Unidades de Carga (Containeres/ULD/Outros)</xs:documentation>
|
|
1455
|
+
<xs:documentation>Dispositivo de carga utilizada (Unit Load Device - ULD) significa todo tipo de contêiner de carga, vagão, contêiner de avião, palete de aeronave com rede ou palete de aeronave com rede sobre um iglu. </xs:documentation>
|
|
1456
|
+
</xs:annotation>
|
|
1457
|
+
</xs:element>
|
|
1458
|
+
<xs:element name="qtdRat" type="TDec_0302" minOccurs="0">
|
|
1459
|
+
<xs:annotation>
|
|
1460
|
+
<xs:documentation>Quantidade rateada (Peso,Volume)</xs:documentation>
|
|
1461
|
+
</xs:annotation>
|
|
1462
|
+
</xs:element>
|
|
1463
|
+
</xs:sequence>
|
|
1464
|
+
</xs:complexType>
|
|
1465
|
+
<xs:complexType name="TUnidCarga">
|
|
1466
|
+
<xs:annotation>
|
|
1467
|
+
<xs:documentation>Tipo Dados Unidade de Carga</xs:documentation>
|
|
1468
|
+
</xs:annotation>
|
|
1469
|
+
<xs:sequence>
|
|
1470
|
+
<xs:element name="tpUnidCarga" type="TtipoUnidCarga">
|
|
1471
|
+
<xs:annotation>
|
|
1472
|
+
<xs:documentation>Tipo da Unidade de Carga</xs:documentation>
|
|
1473
|
+
<xs:documentation>1 - Container;
|
|
1474
|
+
|
|
1475
|
+
2 - ULD;
|
|
1476
|
+
|
|
1477
|
+
3 - Pallet;
|
|
1478
|
+
|
|
1479
|
+
4 - Outros;</xs:documentation>
|
|
1480
|
+
</xs:annotation>
|
|
1481
|
+
</xs:element>
|
|
1482
|
+
<xs:element name="idUnidCarga" type="TContainer">
|
|
1483
|
+
<xs:annotation>
|
|
1484
|
+
<xs:documentation>Identificação da Unidade de Carga</xs:documentation>
|
|
1485
|
+
<xs:documentation>Informar a identificação da unidade de carga, por exemplo: número do container.</xs:documentation>
|
|
1486
|
+
</xs:annotation>
|
|
1487
|
+
</xs:element>
|
|
1488
|
+
<xs:element name="lacUnidCarga" minOccurs="0" maxOccurs="unbounded">
|
|
1489
|
+
<xs:annotation>
|
|
1490
|
+
<xs:documentation>Lacres das Unidades de Carga</xs:documentation>
|
|
1491
|
+
</xs:annotation>
|
|
1492
|
+
<xs:complexType>
|
|
1493
|
+
<xs:sequence>
|
|
1494
|
+
<xs:element name="nLacre">
|
|
1495
|
+
<xs:annotation>
|
|
1496
|
+
<xs:documentation>Número do lacre</xs:documentation>
|
|
1497
|
+
</xs:annotation>
|
|
1498
|
+
<xs:simpleType>
|
|
1499
|
+
<xs:restriction base="TString">
|
|
1500
|
+
<xs:minLength value="1"/>
|
|
1501
|
+
<xs:maxLength value="20"/>
|
|
1502
|
+
</xs:restriction>
|
|
1503
|
+
</xs:simpleType>
|
|
1504
|
+
</xs:element>
|
|
1505
|
+
</xs:sequence>
|
|
1506
|
+
</xs:complexType>
|
|
1507
|
+
</xs:element>
|
|
1508
|
+
<xs:element name="qtdRat" type="TDec_0302" minOccurs="0">
|
|
1509
|
+
<xs:annotation>
|
|
1510
|
+
<xs:documentation>Quantidade rateada (Peso,Volume)</xs:documentation>
|
|
1511
|
+
</xs:annotation>
|
|
1512
|
+
</xs:element>
|
|
1513
|
+
</xs:sequence>
|
|
1514
|
+
</xs:complexType>
|
|
1515
|
+
<xs:simpleType name="TProcEmi">
|
|
1516
|
+
<xs:annotation>
|
|
1517
|
+
<xs:documentation>Tipo processo de emissão do MDF-e</xs:documentation>
|
|
1518
|
+
</xs:annotation>
|
|
1519
|
+
<xs:restriction base="xs:string">
|
|
1520
|
+
<xs:whiteSpace value="preserve"/>
|
|
1521
|
+
<xs:enumeration value="0"/>
|
|
1522
|
+
<xs:enumeration value="3"/>
|
|
1523
|
+
</xs:restriction>
|
|
1524
|
+
</xs:simpleType>
|
|
1525
|
+
<xs:simpleType name="TIdLote">
|
|
1526
|
+
<xs:annotation>
|
|
1527
|
+
<xs:documentation>Tipo Identificador de controle do envio do lote. Número seqüencial auto-incremental, de controle correspondente ao identificador único do lote enviado. A responsabilidade de gerar e controlar esse número é do próprio contribuinte.</xs:documentation>
|
|
1528
|
+
</xs:annotation>
|
|
1529
|
+
<xs:restriction base="xs:string">
|
|
1530
|
+
<xs:whiteSpace value="preserve"/>
|
|
1531
|
+
<xs:pattern value="[0-9]{1,15}"/>
|
|
1532
|
+
</xs:restriction>
|
|
1533
|
+
</xs:simpleType>
|
|
1534
|
+
<xs:simpleType name="TModalMD">
|
|
1535
|
+
<xs:annotation>
|
|
1536
|
+
<xs:documentation>Tipo Modal Manifesto</xs:documentation>
|
|
1537
|
+
</xs:annotation>
|
|
1538
|
+
<xs:restriction base="xs:string">
|
|
1539
|
+
<xs:whiteSpace value="preserve"/>
|
|
1540
|
+
<xs:enumeration value="1"/>
|
|
1541
|
+
<xs:enumeration value="2"/>
|
|
1542
|
+
<xs:enumeration value="3"/>
|
|
1543
|
+
<xs:enumeration value="4"/>
|
|
1544
|
+
</xs:restriction>
|
|
1545
|
+
</xs:simpleType>
|
|
1546
|
+
<xs:simpleType name="TModDoc">
|
|
1547
|
+
<xs:annotation>
|
|
1548
|
+
<xs:documentation> Tipo Modelo do Documento</xs:documentation>
|
|
1549
|
+
</xs:annotation>
|
|
1550
|
+
<xs:restriction base="xs:string">
|
|
1551
|
+
<xs:whiteSpace value="preserve"/>
|
|
1552
|
+
<xs:enumeration value="01"/>
|
|
1553
|
+
<xs:enumeration value="1B"/>
|
|
1554
|
+
<xs:enumeration value="02"/>
|
|
1555
|
+
<xs:enumeration value="2D"/>
|
|
1556
|
+
<xs:enumeration value="2E"/>
|
|
1557
|
+
<xs:enumeration value="04"/>
|
|
1558
|
+
<xs:enumeration value="06"/>
|
|
1559
|
+
<xs:enumeration value="07"/>
|
|
1560
|
+
<xs:enumeration value="08"/>
|
|
1561
|
+
<xs:enumeration value="8B"/>
|
|
1562
|
+
<xs:enumeration value="09"/>
|
|
1563
|
+
<xs:enumeration value="10"/>
|
|
1564
|
+
<xs:enumeration value="11"/>
|
|
1565
|
+
<xs:enumeration value="13"/>
|
|
1566
|
+
<xs:enumeration value="14"/>
|
|
1567
|
+
<xs:enumeration value="15"/>
|
|
1568
|
+
<xs:enumeration value="16"/>
|
|
1569
|
+
<xs:enumeration value="17"/>
|
|
1570
|
+
<xs:enumeration value="18"/>
|
|
1571
|
+
<xs:enumeration value="20"/>
|
|
1572
|
+
<xs:enumeration value="21"/>
|
|
1573
|
+
<xs:enumeration value="22"/>
|
|
1574
|
+
<xs:enumeration value="23"/>
|
|
1575
|
+
<xs:enumeration value="24"/>
|
|
1576
|
+
<xs:enumeration value="25"/>
|
|
1577
|
+
<xs:enumeration value="26"/>
|
|
1578
|
+
<xs:enumeration value="27"/>
|
|
1579
|
+
<xs:enumeration value="28"/>
|
|
1580
|
+
<xs:enumeration value="55"/>
|
|
1581
|
+
</xs:restriction>
|
|
1582
|
+
</xs:simpleType>
|
|
1583
|
+
<xs:simpleType name="TVerMDe">
|
|
1584
|
+
<xs:annotation>
|
|
1585
|
+
<xs:documentation> Tipo Versão do MDF-e - 1.00</xs:documentation>
|
|
1586
|
+
</xs:annotation>
|
|
1587
|
+
<xs:restriction base="xs:string">
|
|
1588
|
+
<xs:whiteSpace value="preserve"/>
|
|
1589
|
+
<xs:pattern value="1\.00"/>
|
|
1590
|
+
</xs:restriction>
|
|
1591
|
+
</xs:simpleType>
|
|
1592
|
+
<xs:simpleType name="TTime">
|
|
1593
|
+
<xs:annotation>
|
|
1594
|
+
<xs:documentation> Tipo hora</xs:documentation>
|
|
1595
|
+
</xs:annotation>
|
|
1596
|
+
<xs:restriction base="xs:string">
|
|
1597
|
+
<xs:whiteSpace value="preserve"/>
|
|
1598
|
+
<xs:pattern value="(([0-1][0-9])|([2][0-3])):([0-5][0-9]):([0-5][0-9])"/>
|
|
1599
|
+
</xs:restriction>
|
|
1600
|
+
</xs:simpleType>
|
|
1601
|
+
<xs:simpleType name="TPIN">
|
|
1602
|
+
<xs:annotation>
|
|
1603
|
+
<xs:documentation>Tipo Dados PIN (SUFRAMA)</xs:documentation>
|
|
1604
|
+
</xs:annotation>
|
|
1605
|
+
<xs:restriction base="xs:string">
|
|
1606
|
+
<xs:whiteSpace value="preserve"/>
|
|
1607
|
+
<xs:minLength value="2"/>
|
|
1608
|
+
<xs:maxLength value="9"/>
|
|
1609
|
+
<xs:pattern value="[1-9]{1}[0-9]{1,8}"/>
|
|
1610
|
+
</xs:restriction>
|
|
1611
|
+
</xs:simpleType>
|
|
1612
|
+
<xs:simpleType name="TContainer">
|
|
1613
|
+
<xs:annotation>
|
|
1614
|
+
<xs:documentation>Tipo Número do Container</xs:documentation>
|
|
1615
|
+
</xs:annotation>
|
|
1616
|
+
<xs:restriction base="xs:string">
|
|
1617
|
+
<xs:minLength value="1"/>
|
|
1618
|
+
<xs:maxLength value="20"/>
|
|
1619
|
+
<xs:whiteSpace value="preserve"/>
|
|
1620
|
+
<xs:pattern value="[A-Z0-9]+"/>
|
|
1621
|
+
</xs:restriction>
|
|
1622
|
+
</xs:simpleType>
|
|
1623
|
+
<xs:simpleType name="TEmail">
|
|
1624
|
+
<xs:annotation>
|
|
1625
|
+
<xs:documentation>Tipo Email</xs:documentation>
|
|
1626
|
+
</xs:annotation>
|
|
1627
|
+
<xs:restriction base="xs:string">
|
|
1628
|
+
<xs:whiteSpace value="preserve"/>
|
|
1629
|
+
<xs:minLength value="1"/>
|
|
1630
|
+
<xs:maxLength value="60"/>
|
|
1631
|
+
<xs:pattern value="[^@]+@[^\.]+\..+"/>
|
|
1632
|
+
</xs:restriction>
|
|
1633
|
+
</xs:simpleType>
|
|
1634
|
+
</xs:schema>
|