-
Notifications
You must be signed in to change notification settings - Fork 54
/
buildconfig-ubl.xml
48 lines (39 loc) · 1.98 KB
/
buildconfig-ubl.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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>