Erro ao Enviar CCe para NFE

25 views
Skip to first unread message

Diego Sousa de Oliveira

unread,
Jul 3, 2024, 12:32:33 PMJul 3
to NFePHP
Ao tentar enviar uma carta de correção para NFe gera um erro na na validação do xml nas tags de versão:

"Element '{http://www.portalfiscal.inf.br/nfe}envEvento', attribute 'versao': [facet 'pattern'] The value '4.00' is not accepted by the pattern '1\.00'.

Alguém sabe como resolver?
VErsão do nfephp no composer:
"nfephp-org/sped-nfe": "^5.0"

att,



Diego Sousa de Oliveira

unread,
Jul 3, 2024, 1:20:20 PMJul 3
to NFePHP
Obs.: no arquivo leiauteCCe_v1.00.xsd
tem essa validacao desta tag:
<xs:simpleType name="TVerEnvEvento">
<xs:annotation>
<xs:documentation>Tipo Versão do EnvEvento</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:whiteSpace value="preserve"/>
<xs:pattern value="1\.00"/>
</xs:restriction>
</xs:simpleType>


Reply all
Reply to author
Forward
0 new messages