-
Notifications
You must be signed in to change notification settings - Fork 5
/
project.xml
405 lines (398 loc) · 17.3 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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns="urn:fdc:difi.no:2017:vefa:structure:Project-1">
<Name>Peppol Pre-Award - March 2023 Release</Name>
<Documentation path="changelog/index.html">Release Notes - March 2023</Documentation>
<Documentation path="profiles/p001/index.html">P001 - Procurement procedure subscription - 1.2</Documentation>
<Documentation path="transactions/T001/index.html">T001 - Subscribe to Procedure 1.2</Documentation>
<Documentation path="transactions/T002/index.html">T002 - Subscribe to Procedure Confirmation 1.2</Documentation>
<Documentation path="transactions/T021/index.html">T021 - Unsubscribe from Procedure 1.2</Documentation>
<Documentation path="transactions/T022/index.html">T022 - Unsubscribe from Procedure Confirmation 1.2</Documentation>
<Documentation path="profiles/p002/index.html">P002 - Procurement document access - 1.2</Documentation>
<Documentation path="transactions/T003/index.html">T003 - Tender Status Inquiry 1.2</Documentation>
<Documentation path="transactions/T004/index.html">T004 - Call for Tenders 1.2</Documentation>
<Documentation path="profiles/p003/index.html">P003 - Tender Submission - 1.2</Documentation>
<Documentation path="transactions/T005/index.html">T005 - Tender 1.2</Documentation>
<Documentation path="transactions/T006/index.html">T006 - Tender Reception Notification 1.2</Documentation>
<Documentation path="profiles/p004/index.html">P004 - Call for Tenders Question and Answers - 1.1</Documentation>
<Documentation path="transactions/T007/index.html">T007 - Tendering Questions 1.1</Documentation>
<Documentation path="transactions/T008/index.html">T008 - Tendering Answers 1.1</Documentation>
<Documentation path="profiles/p005/index.html">P005 - Tender Clarification - 1.1</Documentation>
<Documentation path="transactions/T009/index.html">T009 - Tender Clarification Request 1.1</Documentation>
<Documentation path="transactions/T010/index.html">T010 - Tender Clarification 1.1</Documentation>
<Documentation path="profiles/p006/index.html">P006 - Search Notices - 1.2</Documentation>
<Documentation path="transactions/T011/index.html">T011 - Search Notice Request 1.2</Documentation>
<Documentation path="transactions/T012/index.html">T012 - Search Notice Response 1.2</Documentation>
<Documentation path="profiles/p007/index.html">P007 - Tender Withdrawal - 1.1</Documentation>
<Documentation path="transactions/T013/index.html">T013 - Tender Withdrawal 1.1</Documentation>
<Documentation path="transactions/T014/index.html">T014 - Tender Withdrawal Notification 1.1</Documentation>
<Documentation path="profiles/p008/index.html">P008 - Publish Notice - 1.2</Documentation>
<Documentation path="transactions/T015/index.html">T015 - Publish Notice 1.2</Documentation>
<Documentation path="transactions/T016/index.html">T016 - Notice Publication Response 1.2</Documentation>
<Documentation path="profiles/p009/index.html">P009 - Notify Awarding - 1.1</Documentation>
<Documentation path="transactions/T017/index.html">T017 - Awarding Notification 1.1</Documentation>
<Documentation path="profiles/p010/index.html">P010 - Tendering Message Response - 1.1</Documentation>
<Documentation path="transactions/T018/index.html">T018 - Tendering Message Response 1.1</Documentation>
<Documentation path="profiles/p011/index.html">P011 - Qualification - 1.1</Documentation>
<Documentation path="transactions/T019/index.html">T019 - Qualification 1.1</Documentation>
<Documentation path="transactions/T020/index.html">T020 - Qualification Reception Confirmation 1.1</Documentation>
<!-- Syntax -->
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/ExpressionOfInterestRequest.xml</Path>
<Title>Syntax Mapping T001 - Expression Of Interest Request 1.2</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/ExpressionOfInterestResponse.xml</Path>
<Title>Syntax Mapping T002 - Expression Of Interest Response 1.2</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/UnsubscribeFromProcedureRequest.xml</Path>
<Title>Syntax Mapping T021 - Unsubscribe From Procedure Request 1.2</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/UnsubscribeFromProcedureResponse.xml</Path>
<Title>Syntax Mapping T022 - Unsubscribe From Procedure Response 1.2</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/TenderStatusRequest.xml</Path>
<Title>Syntax Mapping T003 - Tender Status Request 1.2</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/CallForTenders.xml</Path>
<Title>Syntax Mapping T004 - Call for Tenders 1.2</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/SubmitTender.xml</Path>
<Title>Syntax Mapping T005 - Tender 1.2</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/TenderReceipt.xml</Path>
<Title>Syntax Mapping T006 - Tender Receipt 1.2</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/TenderingQuestions.xml</Path>
<Title>Syntax Mapping T007 - Tendering Questions 1.1</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/TenderingAnswers.xml</Path>
<Title>Syntax Mapping T008 - Tendering Answers 1.1</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/TenderClarificationRequest.xml</Path>
<Title>Syntax Mapping T009 - Tender Clarification Request 1.1</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/TenderClarification.xml</Path>
<Title>Syntax Mapping T010 - Tender Clarification 1.1</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/SearchNoticeRequest.xml</Path>
<Title>Syntax Mapping T011 - Search Notice Request 1.2</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/SearchNoticeResponse.xml</Path>
<Title>Syntax Mapping T012 - Search Notice Response 1.2</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/TenderWithdrawalRequest.xml</Path>
<Title>Syntax Mapping T013 - Tender Withdrawal 1.1</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/TenderWithdrawalResponse.xml</Path>
<Title>Syntax Mapping T014 - Tender Withdrawal Notification 1.1</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/PublishNotice.xml</Path>
<Title>Syntax Mapping T015 - Publish Notice 1.2</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/PublishNoticeResponse.xml</Path>
<Title>Syntax Mapping T016 - Notice Publication Response 1.2</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/NotifyAwarding.xml</Path>
<Title>Syntax Mapping T017 - Awarding Notification 1.1</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/TenderingMessageResponse.xml</Path>
<Title>Syntax Mapping T018 - Tendering Message Response 1.1</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/Qualification.xml</Path>
<Title>Syntax Mapping T019 - Qualification 1.1</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/QualificationReceptionConfirmation.xml</Path>
<Title>Syntax Mapping T020 - Qualification Reception Confirmation 1.1</Title>
</Resource>
<!-- Rules -->
<Resource>
<Identifier>T001</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-procurement-procedure-subscription/PEPPOL-T001.sch</Path>
<Title>PEPPOL T001 rules - Subscribe to Procuedure 1.2</Title>
</Resource>
<Resource>
<Identifier>T002</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-procurement-procedure-subscription/PEPPOL-T002.sch</Path>
<Title>PEPPOL T002 rules - Subscribe to Procedure Confirmation 1.2</Title>
</Resource>
<Resource>
<Identifier>T021</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-procurement-procedure-subscription/PEPPOL-T021.sch</Path>
<Title>PEPPOL T021 rules - Unsubscribe from Procedure 1.2</Title>
</Resource>
<Resource>
<Identifier>T022</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-procurement-procedure-subscription/PEPPOL-T022.sch</Path>
<Title>PEPPOL T022 rules - Unsubscribe from Procedure Confirmation 1.2</Title>
</Resource>
<Resource>
<Identifier>T003</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-tender-status-inquiry/PEPPOL-T003.sch</Path>
<Title>PEPPOL T003 rules - Tender Status Inquiry 1.2</Title>
</Resource>
<Resource>
<Identifier>T004</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-call-for-tender/PEPPOL-T004.sch</Path>
<Title>PEPPOL T004 rules - Call for Tenders 1.2</Title>
</Resource>
<Resource>
<Identifier>T005</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-tender/PEPPOL-T005.sch</Path>
<Title>PEPPOL T005 rules - Tender 1.2</Title>
</Resource>
<Resource>
<Identifier>T006</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-tender/PEPPOL-T006.sch</Path>
<Title>PEPPOL T006 rules - Tender Reception Notification 1.2</Title>
</Resource>
<Resource>
<Identifier>T007</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-call-for-tender-question-and-answers/PEPPOL-T007.sch</Path>
<Title>PEPPOL T007 rules - Tendering Questions 1.1</Title>
</Resource>
<Resource>
<Identifier>T008</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-call-for-tender-question-and-answers/PEPPOL-T008.sch</Path>
<Title>PEPPOL T008 rules - Tendering Answers 1.1</Title>
</Resource>
<Resource>
<Identifier>T009</Identifier>
<Type>native:Schematron</Type>
<Path>rules/tender-clarification/PEPPOL-T009.sch</Path>
<Title>PEPPOL T009 rules - Tender Clarification Request 1.1</Title>
</Resource>
<Resource>
<Identifier>T010</Identifier>
<Type>native:Schematron</Type>
<Path>rules/tender-clarification/PEPPOL-T010.sch</Path>
<Title>PEPPOL T010 rules - Tender Clarification 1.1</Title>
</Resource>
<Resource>
<Identifier>T011</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-search-notice/PEPPOL-T011.sch</Path>
<Title>PEPPOL T011 rules - Search Notice Request 1.2</Title>
</Resource>
<Resource>
<Identifier>T012</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-search-notice/PEPPOL-T012.sch</Path>
<Title>PEPPOL T012 rules - Search Notice Response 1.2</Title>
</Resource>
<Resource>
<Identifier>T013</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-tender-withdrawal/PEPPOL-T013.sch</Path>
<Title>PEPPOL T013 rules - Tender Withdrawal 1.1</Title>
</Resource>
<Resource>
<Identifier>T014</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-tender-withdrawal/PEPPOL-T014.sch</Path>
<Title>PEPPOL T014 rules - Tender Withdrawal Notification 1.1</Title>
</Resource>
<Resource>
<Identifier>T015</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-publish-notice/PEPPOL-T015.sch</Path>
<Title>PEPPOL T015 rules - Publish Notice 1.2</Title>
</Resource>
<Resource>
<Identifier>T016</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-publish-notice/PEPPOL-T016.sch</Path>
<Title>PEPPOL T016 rules - Notice Publication Response 1.2</Title>
</Resource>
<Resource>
<Identifier>T017</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-notify-awarding/PEPPOL-T017.sch</Path>
<Title>PEPPOL T017 rules - Awarding Notification 1.1</Title>
</Resource>
<Resource>
<Identifier>T018</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-tendering-message-response/PEPPOL-T018.sch</Path>
<Title>PEPPOL T018 rules - Tendering Message Response 1.1</Title>
</Resource>
<Resource>
<Identifier>T019</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-qualification/PEPPOL-T019.sch</Path>
<Title>PEPPOL T019 rules - Qualification 1.1</Title>
</Resource>
<Resource>
<Identifier>T020</Identifier>
<Type>native:Schematron</Type>
<Path>rules/peppol-qualification/PEPPOL-T020.sch</Path>
<Title>PEPPOL T020 rules - Qualification Reception Confirmation 1.1</Title>
</Resource>
<!-- Code lists -->
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/addCond.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/awardCode.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/contractType.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/docStatus.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/docType.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/eas.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/icd.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/legalBasis.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/messageResponseCode.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/noticeResponse.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/procedureType.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/procurementType.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/publicationCondition.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/statusReason.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/statusReasonSubset.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/submissionMethod.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/tendererRole.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/ublDocumentSchema.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/uncl1001.xml</Path>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>guides/BIS-eDelivery-guide-for-pre-award-v1.3.pdf</Path>
<Title>eDelivery Guide For Pre-award</Title>
<Description>The eDelivery Guide for Pre-award</Description>
<Property key="download">BIS-eDelivery-guide-for-pre-award-v1.3.pdf</Property>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>guides/BIS-eDocuments-guide-for-pre-award-v1.3.pdf</Path>
<Title>eDocuments Guide For Pre-award</Title>
<Description>The eDocuments Guide for Pre-award</Description>
<Property key="download">BIS-eDocuments-guide-for-pre-award-v1.3.pdf</Property>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>guides/Peppol-BIS-pre-award-guide_Notification-and-Open-Procedure-v1.0.pdf</Path>
<Title>Peppol BIS pre-award guide - Notification and Open Procedure</Title>
<Description>The Peppol BIS pre-award guide - Notification and Open Procedure</Description>
<Property key="download">Peppol-BIS-pre-award-guide_Notification-and-Open-Procedure-v1.0.pdf</Property>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>project.xml</Path>
<Title>Schematron files</Title>
<Property key="download">schematrons.zip</Property>
<Property key="filename">schematrons.zip</Property>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>project.xml</Path>
<Title>Code lists</Title>
<Property key="download">codelists.zip</Property>
<Property key="filename">codelists.zip</Property>
</Resource>
</Project>