-
Notifications
You must be signed in to change notification settings - Fork 2
/
project.xml
235 lines (224 loc) · 8.12 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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns="urn:fdc:difi.no:2017:vefa:structure:Project-1">
<Name>PEPPOL BIS ESPD 1.0</Name>
<Documentation path="bis/">PEPPOL BIS ESPD (European Single Procurement document)</Documentation>
<Documentation path="edm/">ESPD Response XML Instantiation Guide (EU Commission)</Documentation>
<!-- Data models -->
<Resource>
<Type>Structure-1</Type>
<Path>structure/datamodel/espd-request.xml</Path>
<Title>ESPD Request</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/datamodel/espd-response.xml</Path>
<Title>ESPD Response</Title>
</Resource>
<!-- Rules -->
<Resource>
<Identifier>common</Identifier>
<Type>native:Schematron</Type>
<Path>rules/sch/parts/common.sch</Path>
<Title>Common rules</Title>
</Resource>
<Resource>
<Identifier>empty-elements</Identifier>
<Type>native:Schematron</Type>
<Path>rules/sch/parts/empty-elements.sch</Path>
<Title>Empty elements</Title>
</Resource>
<Resource>
<Type>Rule-1</Type>
<Path>target/generated/CriteriaTaxonomy.xml</Path>
</Resource>
<!-- Code lists -->
<!-- <Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/ActivityTypeCode.xml</Path>
</Resource> -->
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/DocRefContentType.xml</Path>
</Resource>
<!-- <Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/AmountTypeCodes.xml</Path>
</Resource> -->
<!-- <Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/ContractType.xml</Path>
</Resource> -->
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/CountryCodeIdentifier.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/CriterionJurisdictionLevel.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/CriteriaTypeCode.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/CurrencyCode.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/ICD.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/LanguageCodeEU.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/PeriodMeasureTypeCodes.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/ProfileID.xml</Path>
</Resource>
<!-- <Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/ProcedureType.xml</Path>
</Resource> -->
<!-- <Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/ProfileExecutionID.xml</Path>
</Resource> -->
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/ResponseDataType.xml</Path>
</Resource>
<!-- <Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/TechnicalCapabilityTypeCode.xml</Path>
</Resource> -->
<!-- <Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/TendererRole.xml</Path>
</Resource> -->
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/EconomicOperatorIdentifierType.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNECERec20-11e.xml</Path>
</Resource>
<!-- Files -->
<Resource>
<Type>native:File</Type>
<Path>rules/example/example-espd-request.xml</Path>
<Title>Example file for PEPPOL BIS ESPD 1.0 Request</Title>
<Property key="download">example-espd-request.xml</Property>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>rules/example/example-espd-response.xml</Path>
<Title>Example file for PEPPOL BIS ESPD 1.0 Response</Title>
<Property key="download">example-espd-response.xml</Property>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>structure/codelist/sources/CriteriaTaxonomy.xlsx</Path>
<Title>Criteria taxonomy</Title>
<Description>Official criteria taxonomy part of ESPD 1.0.2.</Description>
<Property key="download">CriteriaTaxonomy.xlsx</Property>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>structure/codelist/sources/ESPD-CodeLists.xls</Path>
<Title>Code lists</Title>
<Description>Official code lists part of ESPD 1.0.2.</Description>
<Property key="download">ESPD-CodeLists.xls</Property>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>target/generated/schema.zip</Path>
<Title>XSD Schema for ESPD 1.0.2</Title>
<Description>Official XSD Schema files for ESPD 1.0.2</Description>
<Property key="download">schema.zip</Property>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>structure/codelist/CriteriaTaxonomy.xml</Path>
<Title>Criteria taxonomy for PEPPOL BIS ESPD 1.0 as XML</Title>
<Description>Criteria taxonomy restructured as XML file including provided translations organized by type and assigned UUIDs.</Description>
<Property key="download">CriteriaTaxonomy.xml</Property>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>target/generated/CriteriaTaxonomy.html</Path>
<Title>Outline of Criteria taxonomy for PEPPOL BIS ESPD 1.0</Title>
<Description>Criteria taxonomy outlined.</Description>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>tools/xsd/CriteriaTaxonomy.xsd</Path>
<Title>XSD Schema for Criteria taxonomy as XML</Title>
<Description>XSD Schema file for Criteria taxonomy file provided by Difi.</Description>
<Property key="download">CriteriaTaxonomy.xsd</Property>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>rules/sch/PEPPOLBIS-ESPD-REQUEST.sch</Path>
<Title>Schematron for PEPPOL BIS ESPD 1.0 Request</Title>
<Description>Schematron file containing rules according to ISO Schematron.</Description>
<Property key="download">PEPPOLBIS-ESPD-REQUEST.sch</Property>
<!-- <Property key="filter">schematron</Property>
<Property key="step">POST_ARTIFACTS</Property> -->
</Resource>
<Resource>
<Type>native:File</Type>
<Path>rules/sch/PEPPOLBIS-ESPD-RESPONSE.sch</Path>
<Title>Schematron for PEPPOL BIS ESPD 1.0 Response</Title>
<Description>Schematron file containing rules according to ISO Schematron.</Description>
<Property key="download">PEPPOLBIS-ESPD-RESPONSE.sch</Property>
<!-- <Property key="filter">schematron</Property>
<Property key="step">POST_ARTIFACTS</Property> -->
</Resource>
<!-- Namespace -->
<Resource>
<Type>Namespace-1</Type>
<Path>structure/namespace/cac.xml</Path>
</Resource>
<Resource>
<Type>Namespace-1</Type>
<Path>structure/namespace/cbc.xml</Path>
</Resource>
<Resource>
<Type>Namespace-1</Type>
<Path>structure/namespace/ccv-cac.xml</Path>
</Resource>
<Resource>
<Type>Namespace-1</Type>
<Path>structure/namespace/ccv-cbc.xml</Path>
</Resource>
<Resource>
<Type>Namespace-1</Type>
<Path>structure/namespace/cev-cac.xml</Path>
</Resource>
<Resource>
<Type>Namespace-1</Type>
<Path>structure/namespace/cev-cbc.xml</Path>
</Resource>
<Resource>
<Type>Namespace-1</Type>
<Path>structure/namespace/espd.xml</Path>
</Resource>
<Resource>
<Type>Namespace-1</Type>
<Path>structure/namespace/espd-cac.xml</Path>
</Resource>
<Resource>
<Type>Namespace-1</Type>
<Path>structure/namespace/espd-cbc.xml</Path>
</Resource>
<Resource>
<Type>Namespace-1</Type>
<Path>structure/namespace/espd-req.xml</Path>
</Resource>
</Project>