forked from ZeusAutomacao/DFe.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: ajustes cte 4.00 * fix: adicionado urls * feat: consulta status ct-e 4.00 * feat: transmitir ct-e 4.00 * feat: consultar ct-e pela chave 4.00 * fix: criando evento de cancelamento versão 4.00 * feat: evento cancelar para ct-e * fix: add schema v4
- Loading branch information
1 parent
52a3112
commit 80669f8
Showing
127 changed files
with
15,401 additions
and
140 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- edited with XMLSpy v2008 (http://www.altova.com) by [email protected] (PROCERGS) --> | ||
<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/cte" targetNamespace="http://www.portalfiscal.inf.br/cte" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||
<xs:include schemaLocation="cteTiposBasico_v3.00.xsd"/> | ||
<xs:element name="GTVe" type="TGTVe"> | ||
<xs:annotation> | ||
<xs:documentation>Guia de Trasnsporte Eletrônica</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
</xs:schema> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- edited with XMLSpy v2008 (http://www.altova.com) by [email protected] (PROCERGS) --> | ||
<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/cte" targetNamespace="http://www.portalfiscal.inf.br/cte" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||
<xs:include schemaLocation="cteTiposBasico_v4.00.xsd"/> | ||
<xs:element name="GTVe" type="TGTVe"> | ||
<xs:annotation> | ||
<xs:documentation>Guia de Trasnsporte Eletrônica</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
</xs:schema> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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/cte" targetNamespace="http://www.portalfiscal.inf.br/cte" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||
<xs:include schemaLocation="leiauteLoteRFBCTe_v3.00.xsd"/> | ||
<xs:element name="consNSUFaltCTe" type="TConsNUFaltDFe"> | ||
<xs:annotation> | ||
<xs:documentation>Schema XML de validação da área de dados da mensagem da consulta NSU Faltantes</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
</xs:schema> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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/cte" targetNamespace="http://www.portalfiscal.inf.br/cte" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||
<xs:include schemaLocation="leiauteLoteRFBCTe_v3.00.xsd"/> | ||
<xs:element name="consProtFaltCTe" type="TConsProtFalDFe"> | ||
<xs:annotation> | ||
<xs:documentation>Pedido de consulta de Protocolos Faltantes de CT-e</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
</xs:schema> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- edited with XMLSpy v2008 (http://www.altova.com) by sas-[email protected] (PROCERGS) --> | ||
<!-- edited with XMLSpy v2008 (http://www.altova.com) by sas.[email protected] (PROCERGS) --> | ||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/cte" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" targetNamespace="http://www.portalfiscal.inf.br/cte" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||
<xs:include schemaLocation="tiposGeralCTe_v3.00.xsd"/> | ||
<xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema_v1.01.xsd"/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- edited with XMLSpy v2008 (http://www.altova.com) by [email protected] (PROCERGS) --> | ||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/cte" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" targetNamespace="http://www.portalfiscal.inf.br/cte" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||
<xs:include schemaLocation="tiposGeralCTe_v4.00.xsd"/> | ||
<xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema_v1.01.xsd"/> | ||
<xs:complexType name="TConsSitCTe"> | ||
<xs:annotation> | ||
<xs:documentation>Tipo Pedido de Consulta da Situação Atual do Conhecimento de Transporte eletrônico</xs:documentation> | ||
</xs:annotation> | ||
<xs:sequence> | ||
<xs:element name="tpAmb" type="TAmb"> | ||
<xs:annotation> | ||
<xs:documentation>Identificação do Ambiente: | ||
1 - Produção | ||
2 - Homologação</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
<xs:element name="xServ" type="TServ" fixed="CONSULTAR"> | ||
<xs:annotation> | ||
<xs:documentation>Serviço Solicitado</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
<xs:element name="chCTe" type="TChDFe"> | ||
<xs:annotation> | ||
<xs:documentation>Chaves de acesso da CT-e</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
</xs:sequence> | ||
<xs:attribute name="versao" use="required"> | ||
<xs:simpleType> | ||
<xs:restriction base="TVerConsSitCTe"/> | ||
</xs:simpleType> | ||
</xs:attribute> | ||
</xs:complexType> | ||
<xs:complexType name="TRetConsSitCTe"> | ||
<xs:annotation> | ||
<xs:documentation>Tipo Retorno de Pedido de Consulta da Situação Atual do Conhecimento de Transporte eletrônico</xs:documentation> | ||
</xs:annotation> | ||
<xs:sequence> | ||
<xs:element name="tpAmb" type="TAmb"> | ||
<xs:annotation> | ||
<xs:documentation>Identificação do Ambiente: | ||
1 - Produção | ||
2 - Homologação</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
<xs:element name="verAplic" type="TVerAplic"> | ||
<xs:annotation> | ||
<xs:documentation>Versão do Aplicativo que processou o CT-e</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
<xs:element name="cStat" type="TStat"> | ||
<xs:annotation> | ||
<xs:documentation>Código do status da mensagem enviada.</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
<xs:element name="xMotivo" type="TMotivo"> | ||
<xs:annotation> | ||
<xs:documentation>Descrição literal do status do serviço solicitado.</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
<xs:element name="cUF" type="TCodUfIBGE"> | ||
<xs:annotation> | ||
<xs:documentation>código da UF de atendimento</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
<xs:element name="protCTe" minOccurs="0"> | ||
<xs:complexType> | ||
<xs:sequence> | ||
<xs:any processContents="skip"> | ||
<xs:annotation> | ||
<xs:documentation>Retornar protCTe da versão correspondente do CT-e autorizado</xs:documentation> | ||
</xs:annotation> | ||
</xs:any> | ||
</xs:sequence> | ||
<xs:attribute name="versao" use="required"> | ||
<xs:simpleType> | ||
<xs:restriction base="xs:string"> | ||
<xs:whiteSpace value="preserve"/> | ||
<xs:enumeration value="1.03"/> | ||
<xs:enumeration value="1.04"/> | ||
<xs:enumeration value="2.00"/> | ||
<xs:enumeration value="3.00"/> | ||
<xs:enumeration value="4.00"/> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
</xs:attribute> | ||
</xs:complexType> | ||
</xs:element> | ||
<xs:element name="procEventoCTe" minOccurs="0" maxOccurs="unbounded"> | ||
<xs:complexType> | ||
<xs:sequence> | ||
<xs:any> | ||
<xs:annotation> | ||
<xs:documentation>Retornar procEventoCTe da versão correspondente do evento CT-e autorizado</xs:documentation> | ||
</xs:annotation> | ||
</xs:any> | ||
</xs:sequence> | ||
<xs:attribute name="versao" use="required"> | ||
<xs:simpleType> | ||
<xs:restriction base="xs:string"> | ||
<xs:whiteSpace value="preserve"/> | ||
<xs:enumeration value="1.04"/> | ||
<xs:enumeration value="2.00"/> | ||
<xs:enumeration value="3.00"/> | ||
<xs:enumeration value="4.00"/> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
</xs:attribute> | ||
</xs:complexType> | ||
</xs:element> | ||
</xs:sequence> | ||
<xs:attribute name="versao" type="TVerConsSitCTe" use="required"/> | ||
</xs:complexType> | ||
<xs:simpleType name="TVerConsSitCTe"> | ||
<xs:annotation> | ||
<xs:documentation> Tipo Versão do Consulta situação de CT-e - 4.00</xs:documentation> | ||
</xs:annotation> | ||
<xs:restriction base="xs:string"> | ||
<xs:pattern value="4\.00"/> | ||
</xs:restriction> | ||
</xs:simpleType> | ||
</xs:schema> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- edited with XMLSpy v2008 (http://www.altova.com) by [email protected] (PROCERGS) --> | ||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/cte" targetNamespace="http://www.portalfiscal.inf.br/cte" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||
<xs:include schemaLocation="consSitCTeTiposBasico_v4.00.xsd"/> | ||
<xs:element name="consSitCTe" type="TConsSitCTe"> | ||
<xs:annotation> | ||
<xs:documentation>Schema de validação XML dp Pedido de Consulta da Situação Atual do CT-e.</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
</xs:schema> |
Oops, something went wrong.