Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
QualityADE
Commits
b2a4987d
Commit
b2a4987d
authored
Dec 14, 2020
by
Matthias Betz
Browse files
update qualityAde.xsd
parent
9fe5c58b
Pipeline
#1675
passed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/0.1/qualityAde.xsd
View file @
b2a4987d
...
...
@@ -23,17 +23,17 @@
<documentation>
Enumeration for status of check result
</documentation>
</annotation>
<restriction
base=
"string"
>
<enumeration
value=
"
error
"
>
<enumeration
value=
"
ERROR
"
>
<annotation>
<documentation>
One or more errors were found
</documentation>
</annotation>
</enumeration>
<enumeration
value=
"
not_checked
"
>
<enumeration
value=
"
NOT_CHECKED
"
>
<annotation>
<documentation>
Feature was not checked
</documentation>
</annotation>
</enumeration>
<enumeration
value=
"
ok
"
>
<enumeration
value=
"
OK
"
>
<annotation>
<documentation>
No errors were found
</documentation>
</annotation>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment