Skip to content

Commit d167576

Browse files
- Implementado NT2023.004
- Implementado NT2019.001
1 parent d071630 commit d167576

File tree

102 files changed

+75781
-72173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+75781
-72173
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ target/
33
.idea/
44
*.iml
55
/target/
6+
/src/test/java/br/com/swconsultoria/nfe/teste/

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44
- Unificacao SVAN e SVC-AN Em Homologacao
55
- Urls QRCode Rio de Janeiro
66
- Add Url Inutilizacao SVC
7-
- Atualizado Cacerts
7+
8+
- Atualizado Cacerts
9+
- Implementado NT2023.004
10+
- Implementado NT2019.001
11+
12+
- Atualizaçao de layout para Schemas PL.009n

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ ________________________________________________________________________________
3939

4040
# Historico de Versões
4141

42+
## v4.00.34 - 08/06/2024 - Schemas PL.009n
43+
- Atualizacao de URL Webservice
44+
- Unificacao SVAN e SVC-AN Em Homologacao
45+
- Urls QRCode Rio de Janeiro
46+
- Add Url Inutilizacao SVC
47+
- Atualizado Cacerts
48+
- Implementado NT2023.004
49+
- Implementado NT2019.001
50+
- **Atenção: Atualizaçao de layout para Schemas PL.009n, faça o download dos Schemas Novamente.**
51+
4252
## v4.00.33 - 14/05/2024 - Schemas PL.009k
4353
- Ajustes Busca de URL Contingencia SVC
4454

schemas.zip

5.59 KB
Binary file not shown.

schemas/leiauteConsStatServ_v4.00.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- PL_006f versao com correcoes no xServ para tornar a literal STATUS obrigatoria 21/05/2010 -->
33
<xs:schema xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:xs="http://www.w3.org/2001/XMLSchema"
4-
targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
5-
attributeFormDefault="unqualified">
4+
targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
5+
attributeFormDefault="unqualified">
66
<xs:include schemaLocation="tiposBasico_v4.00.xsd"/>
77
<xs:complexType name="TConsStatServ">
88
<xs:annotation>

schemas/leiauteNFe_v4.00.xsd

Lines changed: 187 additions & 29 deletions
Large diffs are not rendered by default.

src/main/java/br/com/swconsultoria/nfe/schema_4/consReciNFe/KeyInfoType.java

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11

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

4-
import javax.xml.bind.annotation.XmlAccessType;
5-
import javax.xml.bind.annotation.XmlAccessorType;
6-
import javax.xml.bind.annotation.XmlAttribute;
7-
import javax.xml.bind.annotation.XmlElement;
8-
import javax.xml.bind.annotation.XmlID;
9-
import javax.xml.bind.annotation.XmlSchemaType;
10-
import javax.xml.bind.annotation.XmlType;
4+
import javax.xml.bind.annotation.*;
115
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
126
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
137

@@ -18,16 +12,16 @@
1812
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
1913
*
2014
* <pre>
21-
* &lt;complexType name="KeyInfoType"&gt;
22-
* &lt;complexContent&gt;
23-
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
24-
* &lt;sequence&gt;
25-
* &lt;element name="X509Data" type="{http://www.w3.org/2000/09/xmldsig#}X509DataType"/&gt;
26-
* &lt;/sequence&gt;
27-
* &lt;attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /&gt;
28-
* &lt;/restriction&gt;
29-
* &lt;/complexContent&gt;
30-
* &lt;/complexType&gt;
15+
* &lt;complexType name="KeyInfoType">
16+
* &lt;complexContent>
17+
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18+
* &lt;sequence>
19+
* &lt;element name="X509Data" type="{http://www.w3.org/2000/09/xmldsig#}X509DataType"/>
20+
* &lt;/sequence>
21+
* &lt;attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
22+
* &lt;/restriction>
23+
* &lt;/complexContent>
24+
* &lt;/complexType>
3125
* </pre>
3226
*
3327
*

0 commit comments

Comments
 (0)