forked from OpenPEPPOL/peppol-bis-invoice-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.xml
141 lines (131 loc) · 4.38 KB
/
project.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns="urn:fdc:difi.no:2017:vefa:structure:Project-1">
<Name>PEPPOL BIS Billing 3.0</Name>
<Documentation path="bis/">Business Interoperability Specifications (BIS)</Documentation>
<Documentation path="migration/">Migration plan</Documentation>
<Documentation path="release-notes/">Release notes</Documentation>
<!-- Syntax -->
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/ubl-invoice.xml</Path>
<Title>UBL Invoice</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/ubl-creditnote.xml</Path>
<Title>UBL Credit Note</Title>
</Resource>
<!-- Rules -->
<Resource>
<Identifier>ubl-tc434</Identifier>
<Type>native:Schematron</Type>
<Path>rules/sch/CEN-EN16931-UBL.sch</Path>
<Title>EN16931 model bound to UBL</Title>
</Resource>
<Resource>
<Identifier>ubl-peppol</Identifier>
<Type>native:Schematron</Type>
<Path>rules/sch/PEPPOL-EN16931-UBL.sch</Path>
<Title>Rules for PEPPOL BIS 3.0 Billing</Title>
</Resource>
<!-- Code lists -->
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/icd.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/eas.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/ISO3166-1_Alpha2.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/ISO4217_2015.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNECERec20-11e.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNECERec21-9e.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNCL5305.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNCL7143.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNCL1001-inv.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNCL1001-cn.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNCL1153.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNCL2005.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNCL4461.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNCL5189.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNCL7161.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/MimeCode.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/SEPA.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/VATEX.xml</Path>
</Resource>
<!-- Files -->
<Resource>
<Type>native:File</Type>
<Path>rules/sch/PEPPOL-EN16931-UBL.sch</Path>
<Title>Schematron for PEPPOL rules (UBL)</Title>
<Description>Schematron file containing rules according to ISO Schematron.</Description>
<Property key="download">PEPPOL-EN16931-UBL.sch</Property>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>rules/sch/CEN-EN16931-UBL.sch</Path>
<Title>Schematron for TC434 rules (UBL)</Title>
<Description>Schematron file containing rules according to ISO Schematron.</Description>
<Property key="download">CEN-EN16931-UBL.sch</Property>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>stylesheet/stylesheet-ubl.xslt</Path>
<Title>Stylesheet for UBL instances</Title>
<Property key="download">stylesheet-ubl.xslt</Property>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>mapping/mapping-cii-ubl.xls</Path>
<Title>Excel mappling table cii to ubl</Title>
<Property key="download">mapping-cii-ubl.xls</Property>
</Resource>
</Project>