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 @@ ...@@ -23,17 +23,17 @@
<documentation>Enumeration for status of check result</documentation> <documentation>Enumeration for status of check result</documentation>
</annotation> </annotation>
<restriction base="string"> <restriction base="string">
<enumeration value="error"> <enumeration value="ERROR">
<annotation> <annotation>
<documentation>One or more errors were found</documentation> <documentation>One or more errors were found</documentation>
</annotation> </annotation>
</enumeration> </enumeration>
<enumeration value="not_checked"> <enumeration value="NOT_CHECKED">
<annotation> <annotation>
<documentation>Feature was not checked</documentation> <documentation>Feature was not checked</documentation>
</annotation> </annotation>
</enumeration> </enumeration>
<enumeration value="ok"> <enumeration value="OK">
<annotation> <annotation>
<documentation>No errors were found</documentation> <documentation>No errors were found</documentation>
</annotation> </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