Skip to content

Commit e6bc39a

Browse files
committed
FIX lxml error in validation
1 parent de4f369 commit e6bc39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyFePA/xsd/fatturapa_v1.2.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns="http://ivaservizi.agenziaentrate.gov.it/docs/xsd/fatture/v1.2"
55
targetNamespace="http://ivaservizi.agenziaentrate.gov.it/docs/xsd/fatture/v1.2"
66
version="1.2">
7-
<xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd" />
7+
<xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema.xsd" />
88

99
<xs:element name="FatturaElettronica" type="FatturaElettronicaType">
1010
<xs:annotation>

0 commit comments

Comments
 (0)