update
This commit is contained in:
48
test/assets/eInvoicing-EN16931/buildconfig-ubl.xml
Normal file
48
test/assets/eInvoicing-EN16931/buildconfig-ubl.xml
Normal file
@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
|
||||
Licensed under European Union Public Licence (EUPL) version 1.2.
|
||||
|
||||
-->
|
||||
<buildConfigurations xmlns="http://difi.no/xsd/vefa/validator/1.0">
|
||||
|
||||
<package>CEN TC434 UBL</package>
|
||||
|
||||
<testfolder>ubl/examples</testfolder>
|
||||
<testfolder>test/testfiles</testfolder>
|
||||
<testfolder>test/Invoice-unit-UBL</testfolder>
|
||||
<testfolder>test/CreditNote-unit-UBL</testfolder>
|
||||
|
||||
<configuration>
|
||||
<identifier>tc434-ubl</identifier>
|
||||
<title>TC434 UBL Invoice</title>
|
||||
<declaration type="xml.ubl">Invoice::urn:cen.eu:en16931:2017</declaration>
|
||||
<inherit>ubl-invoice-2.1</inherit>
|
||||
<file source="ubl/schematron/preprocessed/EN16931-UBL-validation-preprocessed.sch" path="ubl/xslt/EN16931-UBL-validation.xsl" />
|
||||
</configuration>
|
||||
|
||||
<configuration>
|
||||
<identifier>tc434-ubl-cn</identifier>
|
||||
<title>TC434 UBL Credit Note</title>
|
||||
<declaration type="xml.ubl">CreditNote::urn:cen.eu:en16931:2017</declaration>
|
||||
<inherit>ubl-creditnote-2.1</inherit>
|
||||
<file source="ubl/schematron/preprocessed/EN16931-UBL-validation-preprocessed.sch" path="ubl/xslt/EN16931-UBL-validation.xsl" />
|
||||
</configuration>
|
||||
|
||||
<configuration>
|
||||
<identifier>tc434-ubl-peppol</identifier>
|
||||
<title>TC434 UBL Example</title>
|
||||
<declaration type="xml.ubl">Invoice::urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0</declaration>
|
||||
<inherit>ubl-invoice-2.1</inherit>
|
||||
<file source="ubl/schematron/preprocessed/EN16931-UBL-validation-preprocessed.sch" path="ubl/xslt/EN16931-UBL-validation.xsl" />
|
||||
</configuration>
|
||||
|
||||
<configuration>
|
||||
<identifier>tc434-ubl-peppol-cn</identifier>
|
||||
<title>TC434 UBL Example</title>
|
||||
<declaration type="xml.ubl">CreditNote::urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0</declaration>
|
||||
<inherit>ubl-creditnote-2.1</inherit>
|
||||
<file source="ubl/schematron/preprocessed/EN16931-UBL-validation-preprocessed.sch" path="ubl/xslt/EN16931-UBL-validation.xsl" />
|
||||
</configuration>
|
||||
|
||||
</buildConfigurations>
|
Reference in New Issue
Block a user