-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.xml
160 lines (149 loc) · 5.14 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
<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns="urn:fdc:difi.no:2017:vefa:structure:Project-1">
<Name>BPC Invoice and Credit note Documentation</Name>
<Documentation path="bis/">BPC Invoice and Credit note specification (PINT)</Documentation>
<Documentation path="compliance/">PINT compliance</Documentation>
<Documentation path="release-notes/">Release notes</Documentation>
<!-- Documentation -->
<Resource>
<Type>Doc-1</Type>
<Path>bis/</Path>
<Title>BPC Invoice and Credit note specification (PINT)</Title>
</Resource>
<Resource>
<Type>Doc-1</Type>
<Path>compliance/</Path>
<Title>PINT 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>BPC Invoice, syntax message specification</Title>
</Resource>
<!-- <Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/ubl-creditnote.xml</Path>
<Title>UBL Credit Note</Title>
</Resource> -->
<Resource>
<Identifier>ubl-pint</Identifier>
<Type>native:Schematron</Type>
<Path>rules/sch/PINT-UBL-validation-preprocessed.sch</Path>
<Title>Rules for PEPPOL PINT</Title>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>rules/sch/PINT-UBL-validation-preprocessed.sch</Path>
<Title>Schematron for PEPPOL PINT rules (UBL)</Title>
<Description>Schematron file containing rules according to ISO Schematron.</Description>
<Property key="download">PINT-UBL-validation-preprocessed.sch</Property>
</Resource>
<Resource>
<Identifier>ubl-bpc</Identifier>
<Type>native:Schematron</Type>
<Path>rules/sch/BPC-UBL-validation-preprocessed.sch</Path>
<Title>BPC specific Invoice and Credit note rules</Title>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>rules/sch/BPC-UBL-validation-preprocessed.sch</Path>
<Title>Schematron for BPC rules (UBL)</Title>
<Description>BPC specific Invoice and Credit note rules.</Description>
<Property key="download">BPC-UBL-validation-preprocessed.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> -->
<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> -->
</Project>