-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
luciano.antunes
authored and
luciano.antunes
committed
Dec 16, 2024
1 parent
2ddddd3
commit 12e1176
Showing
3 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
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 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
37
src/main/resources/schemas/PL_CTe_400/procCTeSimp_v4.00.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,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
10
src/main/resources/schemas/PL_CTe_400/retCTeSimp_v4.00.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,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> |