Skip to content

Commit

Permalink
- Implementado NT2023.004
Browse files Browse the repository at this point in the history
- Implementado NT2019.001
  • Loading branch information
Samuel-Oliveira committed Jun 8, 2024
1 parent d071630 commit d167576
Show file tree
Hide file tree
Showing 102 changed files with 75,781 additions and 72,173 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ target/
.idea/
*.iml
/target/
/src/test/java/br/com/swconsultoria/nfe/teste/
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
- Unificacao SVAN e SVC-AN Em Homologacao
- Urls QRCode Rio de Janeiro
- Add Url Inutilizacao SVC
- Atualizado Cacerts

- Atualizado Cacerts
- Implementado NT2023.004
- Implementado NT2019.001

- Atualizaçao de layout para Schemas PL.009n
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ ________________________________________________________________________________

# Historico de Versões

## v4.00.34 - 08/06/2024 - Schemas PL.009n
- Atualizacao de URL Webservice
- Unificacao SVAN e SVC-AN Em Homologacao
- Urls QRCode Rio de Janeiro
- Add Url Inutilizacao SVC
- Atualizado Cacerts
- Implementado NT2023.004
- Implementado NT2019.001
- **Atenção: Atualizaçao de layout para Schemas PL.009n, faça o download dos Schemas Novamente.**

## v4.00.33 - 14/05/2024 - Schemas PL.009k
- Ajustes Busca de URL Contingencia SVC

Expand Down
Binary file modified schemas.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions schemas/leiauteConsStatServ_v4.00.xsd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- PL_006f versao com correcoes no xServ para tornar a literal STATUS obrigatoria 21/05/2010 -->
<xs:schema xmlns="http:https://www.portalfiscal.inf.br/nfe" xmlns:xs="http:https://www.w3.org/2001/XMLSchema"
targetNamespace="http:https://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
attributeFormDefault="unqualified">
targetNamespace="http:https://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:include schemaLocation="tiposBasico_v4.00.xsd"/>
<xs:complexType name="TConsStatServ">
<xs:annotation>
Expand Down
216 changes: 187 additions & 29 deletions schemas/leiauteNFe_v4.00.xsd

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@

package br.com.swconsultoria.nfe.schema_4.consReciNFe;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlID;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.*;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;

Expand All @@ -18,16 +12,16 @@
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
*
* <pre>
* &lt;complexType name="KeyInfoType"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http:https://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;sequence&gt;
* &lt;element name="X509Data" type="{http:https://www.w3.org/2000/09/xmldsig#}X509DataType"/&gt;
* &lt;/sequence&gt;
* &lt;attribute name="Id" type="{http:https://www.w3.org/2001/XMLSchema}ID" /&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* &lt;complexType name="KeyInfoType">
* &lt;complexContent>
* &lt;restriction base="{http:https://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;element name="X509Data" type="{http:https://www.w3.org/2000/09/xmldsig#}X509DataType"/>
* &lt;/sequence>
* &lt;attribute name="Id" type="{http:https://www.w3.org/2001/XMLSchema}ID" />
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
Expand Down
Loading

0 comments on commit d167576

Please sign in to comment.