Skip to content

Commit

Permalink
PL_CTe_400_NT2024.002_1.05
Browse files Browse the repository at this point in the history
  • Loading branch information
luciano.antunes authored and luciano.antunes committed Dec 16, 2024
1 parent 2ddddd3 commit 12e1176
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/schemas/PL_CTe_400/cteSimp_v4.00.xsd
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 sas.softwares@procergs.rs.gov.br (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="CTeSimp" type="TCTeSimp">
<xs:annotation>
<xs:documentation>Conhecimento de Transporte Eletrônico Simplificado</xs:documentation>
</xs:annotation>
</xs:element>
</xs:schema>
37 changes: 37 additions & 0 deletions src/main/resources/schemas/PL_CTe_400/procCTeSimp_v4.00.xsd
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2008 (http://www.altova.com) by sas.softwares@procergs.rs.gov.br (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="cteSimpProc">
<xs:annotation>
<xs:documentation> CT-e Simplificado processado</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="CTeSimp" type="TCTeSimp"/>
<xs:element name="protCTe" type="TProtCTe"/>
</xs:sequence>
<xs:attribute name="versao" type="TVerCTe" use="required"/>
<xs:attribute name="ipTransmissor" type="TIPv4" use="optional">
<xs:annotation>
<xs:documentation>IP do transmissor do documento fiscal para o ambiente autorizador</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="nPortaCon" use="optional">
<xs:annotation>
<xs:documentation>Porta de origem utilizada na conexão (De 0 a 65535)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{1,5}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="dhConexao" type="TDateTimeUTC" use="optional">
<xs:annotation>
<xs:documentation>Data e Hora da Conexão de Origem</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:schema>
10 changes: 10 additions & 0 deletions src/main/resources/schemas/PL_CTe_400/retCTeSimp_v4.00.xsd
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 sas.softwares@procergs.rs.gov.br (PROCERGS) -->
<xs:schema xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns="http://www.portalfiscal.inf.br/cte" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.portalfiscal.inf.br/cte" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:include schemaLocation="cteTiposBasico_v4.00.xsd"/>
<xs:element name="retCTeSimp" type="TRetCTeSimp">
<xs:annotation>
<xs:documentation>Schema XML de validação do retorno do recibo de envio do CT-e Simplificado (Modelo 57)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:schema>

0 comments on commit 12e1176

Please sign in to comment.