-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.xml
133 lines (121 loc) · 4.15 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
<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns="urn:fdc:difi.no:2017:vefa:structure:Project-1">
<Name>PEPPOL BIS Pre-Award Catalogue 1.0</Name>
<Documentation path="bis/">Implementation guide</Documentation>
<!-- Syntax -->
<Resource>
<Type>Structure-1</Type>
<Path>structure/structure.xml</Path>
<Title>Pre-Award Catalogue</Title>
</Resource>
<!-- Rules -->
<Resource>
<Identifier>bii</Identifier>
<Type>native:Schematron</Type>
<Path>rules/sch/parts/BIIRULES-UBL-T68-LOGIC.sch</Path>
<Title>Rules defined by CEN BII</Title>
<Description>Subset of rules provided by CEN BII. Rules duplicate of generated rules are
removed.</Description>
</Resource>
<Resource>
<Identifier>eugen</Identifier>
<Type>native:Schematron</Type>
<Path>rules/sch/parts/OPENPEPPOL-UBL-T68-LOGIC.sch</Path>
<Title>Rules defined by OpenPEPPOL</Title>
</Resource>
<Resource>
<Identifier>empty</Identifier>
<Type>native:Schematron</Type>
<Path>rules/sch/parts/EMPTY.sch</Path>
<Title>Empty elements</Title>
<Description>Rules to verify instance documents does not contain empty
elements.</Description>
</Resource>
<!-- Code lists -->
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/GS17009.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/ICD.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/ICD_UNKNOWN.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/MimeCode.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNCL1001.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNCL5305.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNCL5387.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNCL8273.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNECERec20-11e.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/TransactionConditions.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>structure/codelist/UNCL6313.xml</Path>
</Resource>
<!-- Files -->
<Resource>
<Type>native:File</Type>
<Path>shared/examples/Profile54_trdm68.xml</Path>
<Title>Example file: Simple catalogue</Title>
<Property key="download">example-pracc-catalogue-simple.xml</Property>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>shared/examples/Profile54_trdm68_levels.xml</Path>
<Title>Example file: Catalogue with logistic information</Title>
<Property key="download">example-pracc-catalogue-logistics.xml</Property>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>rules/sch/OPENPEPPOL-UBL-T68.sch</Path>
<Title>Schematron for PEPPOL BIS Pre-Award Catalogue</Title>
<Description>Schematron file containing rules according to ISO Schematron. This file also
include rules defined for CEN BII Pre-Award Catalogue.</Description>
<Property key="download">OPENPEPPOL-UBL-T68.sch</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/ubl-catalogue.xml</Path>
</Resource>
</Project>