Skip to content

Commit

Permalink
Aggiornato Schema del file xml FatturaPA versione 1.2.1 (#10)
Browse files Browse the repository at this point in the history
* Aggiornato Schema del file xml FatturaPA versione 1.2.1

* Commit suggestion - maintain filename schema VFPR121a.xsd
  • Loading branch information
ToX82 authored Oct 8, 2020
1 parent a61fd43 commit d619aa8
Show file tree
Hide file tree
Showing 2 changed files with 1,451 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
final class Validator implements ValidatorInterface
{
const XSD_FATTURA_ORDINARIA_1_2 = 'Schema_VFPR12.xsd';
const XSD_FATTURA_ORDINARIA_LATEST = 'Schema_VFPR12.xsd';
const XSD_FATTURA_ORDINARIA_1_2_1 = 'Schema_VFPR121a.xsd';
const XSD_FATTURA_ORDINARIA_LATEST = 'Schema_VFPR121a.xsd';

const XSD_FATTURA_SEMPLIFICATA_1_0 = 'Schema_VFSM10.xsd';
const XSD_FATTURA_SEMPLIFICATA_LATEST = 'Schema_VFSM10.xsd';
Expand Down
Loading

0 comments on commit d619aa8

Please sign in to comment.