forked from juppsi/ehf-cv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.xml
118 lines (110 loc) · 3.57 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
<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns="urn:fdc:difi.no:2017:vefa:structure:Project-1">
<Name>EHF CV Request and CV</Name>
<!-- Documentation -->
<Resource>
<Type>Doc-1</Type>
<Path>guide/</Path>
<Title>Implementation Guideline</Title>
</Resource>
<Resource>
<Type>Doc-1</Type>
<Path>changelog/</Path>
<Title>Changelog</Title>
</Resource>
<!-- Syntax -->
<Resource>
<Type>Syntax-1</Type>
<Path>src/cv-1.0/syntax/cv.xml</Path>
<Title>EHF CV</Title>
</Resource>
<Resource>
<Type>Syntax-1</Type>
<Path>src/cv-request-1.0/syntax/cv-request.xml</Path>
<Title>EHF CV Request</Title>
</Resource>
<!-- Rules -->
<Resource>
<Identifier>cv-process-1.0</Identifier>
<Type>native:Schematron</Type>
<Path>src/cv-1.0/rules/sch/EHF-CV-1.0.sch</Path>
<Title>Business rules EHF CV</Title>
</Resource>
<Resource>
<Identifier>cv-request-process-1.0</Identifier>
<Type>native:Schematron</Type>
<Path>src/cv-request-1.0/rules/sch/EHF-CV-REQUEST-1.0.sch</Path>
<Title>Business rules EHF CV Request</Title>
</Resource>
<!-- Files -->
<Resource>
<Type>native:File</Type>
<Title>Example files</Title>
<Description>Zip file containing examples of EHF CV Request and CV.</Description>
<Property key="download">ehf-cv-and-request-examples.zip</Property>
<Property key="filename">examples.zip</Property>
<Property key="virtual">true</Property>
</Resource>
<Resource>
<Type>native:File</Type>
<Path>project.xml</Path>
<Title>Schematron files</Title>
<Description>Zip file containing Schematron files of EHF CV Request and CV.</Description>
<Property key="download">ehf-cv-and-request-schematron.zip</Property>
<Property key="filename">schematron.zip</Property>
<Property key="virtual">true</Property>
</Resource>
<!-- Code lists-->
<Resource>
<Type>CodeList-1</Type>
<Path>src/_common/codelist/clearance-level.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>src/_common/codelist/eaid.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>src/_common/codelist/education-degree.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>src/_common/codelist/ISO3166-1_Alpha2.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>src/_common/codelist/ISO4217_2015.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>src/_common/codelist/language-code.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>src/_common/codelist/language-level.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>src/_common/codelist/MimeCode.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>src/_common/codelist/NACE.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>src/_common/codelist/NUS.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>src/_common/codelist/requirement.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>src/_common/codelist/styrk98.xml</Path>
</Resource>
<Resource>
<Type>CodeList-1</Type>
<Path>src/_common/codelist/police-certificate.xml</Path>
</Resource>
</Project>