-
Notifications
You must be signed in to change notification settings - Fork 55
/
buildconfig-cii.xml
29 lines (23 loc) · 1.16 KB
/
buildconfig-cii.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
<?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 CII</package>
<testfolder>cii/examples</testfolder>
<testfolder>test/cii</testfolder>
<configuration>
<identifier>tc434-cii</identifier>
<title>TC434 CII Invoice</title>
<declaration type="xml.uncefact">CrossIndustryInvoice::urn:cen.eu:en16931:2017</declaration>
<inherit>uncefact-d16b-uncoupled-crossindustryinvoice</inherit>
<file source="cii/schematron/preprocessed/EN16931-CII-validation-preprocessed.sch" path="cii/xslt/EN16931-CII-validation.xsl" />
</configuration>
<configuration>
<identifier>tc434-cii-ferd</identifier>
<title>TC434 CII Invoice FERD</title>
<declaration type="xml.uncefact">CrossIndustryInvoice::urn:ferd:CrossIndustryDocument:invoice:1p0:comfort</declaration>
<inherit>uncefact-d16b-uncoupled-crossindustryinvoice</inherit>
<file source="cii/schematron/preprocessed/EN16931-CII-validation-preprocessed.sch" path="cii/xslt/EN16931-CII-validation.xsl" />
</configuration>
</buildConfigurations>