Commit b2a4987d authored by Matthias Betz's avatar Matthias Betz
Browse files

update qualityAde.xsd

parent 9fe5c58b
Pipeline #1675 passed with stage
in 1 second
......@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment