-
Notifications
You must be signed in to change notification settings - Fork 86
/
project.xml
162 lines (150 loc) · 4.99 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns="urn:fdc:difi.no:2017:vefa:structure:Project-1">
<Name>Peppol BIS Billing 3.0 - May 2024 Release</Name>
<Documentation path="bis/">Business Interoperability Specifications (BIS)</Documentation>
<Documentation path="compliance/">BIS compliance</Documentation>
<Documentation path="release-notes/">Release notes</Documentation>
<!-- Documentation -->
<Resource>
<Type>Doc-1</Type>
<Path>bis/</Path>
<Title>Business Interoperability Specifications (BIS)</Title>
</Resource>
<Resource>
<Type>Doc-1</Type>
<Path>compliance/</Path>
<Title>BIS compliance</Title>
</Resource>
<Resource>
<Type>Doc-1</Type>
<Path>release-notes/</Path>
<Title>Release notes</Title>
</Resource>
<!-- 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/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>project.xml</Path>
<Title>Example files</Title>
<Property key="download">BIS-Billing3-Examples.zip</Property>
<Property key="filename">BIS-Billing3-Examples.zip</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>