|
49 | 49 | <xs:enumeration value="teardown"/>
|
50 | 50 | <xs:enumeration value="foritem"/>
|
51 | 51 | <xs:enumeration value="for"/>
|
52 |
| - <xs:enumeration value="if"/> |
53 |
| - <xs:enumeration value="elseif"/> |
54 |
| - <xs:enumeration value="else"/> |
55 | 52 | </xs:restriction>
|
56 | 53 | </xs:simpleType>
|
57 | 54 | </xs:attribute>
|
|
67 | 64 | <xs:element name="status" type="status"/>
|
68 | 65 | </xs:choice>
|
69 | 66 | <xs:attribute name="name" type="xs:string" use="required"/>
|
70 |
| - <xs:attribute name="sourcename" type="xs:string"/> |
71 | 67 | <xs:attribute ref="type"/>
|
72 | 68 | <xs:anyAttribute processContents="lax"/>
|
73 | 69 | </xs:complexType>
|
|
76 | 72 | <xs:restriction base="xs:string">
|
77 | 73 | <xs:enumeration value="PASS"/>
|
78 | 74 | <xs:enumeration value="FAIL"/>
|
79 |
| - <xs:enumeration value="SKIP"/> |
| 75 | + </xs:restriction> |
| 76 | + </xs:simpleType> |
| 77 | + </xs:attribute> |
| 78 | + <xs:attribute name="critical"> |
| 79 | + <xs:simpleType> |
| 80 | + <xs:restriction base="xs:string"> |
| 81 | + <xs:enumeration value="yes"/> |
| 82 | + <xs:enumeration value="no"/> |
80 | 83 | </xs:restriction>
|
81 | 84 | </xs:simpleType>
|
82 | 85 | </xs:attribute>
|
|
87 | 90 | <xs:attribute name="endtime" type="xs:string"/>
|
88 | 91 | <xs:attribute name="starttime" type="xs:string"/>
|
89 | 92 | <xs:attribute name="elapsedtime" type="xs:string"/>
|
| 93 | + <xs:attribute ref="critical"/> |
90 | 94 | <xs:anyAttribute processContents="lax"/>
|
91 | 95 | </xs:extension>
|
92 | 96 | </xs:simpleContent>
|
|
100 | 104 | <xs:enumeration value="WARN"/>
|
101 | 105 | <xs:enumeration value="ERROR"/>
|
102 | 106 | <xs:enumeration value="FAIL"/>
|
103 |
| - <xs:enumeration value="SKIP"/> |
104 | 107 | </xs:restriction>
|
105 | 108 | </xs:simpleType>
|
106 | 109 | </xs:attribute>
|
|
174 | 177 | <xs:simpleContent>
|
175 | 178 | <xs:extension base="xs:string">
|
176 | 179 | <xs:attribute name="fail" type="xs:integer"/>
|
| 180 | + <xs:attribute name="critical" type="xs:string"/> |
177 | 181 | <xs:attribute name="pass" type="xs:integer"/>
|
178 |
| - <xs:attribute name="skip" type="xs:integer"/> |
179 | 182 | <xs:attribute name="info" type="xs:string"/>
|
180 | 183 | <xs:attribute name="links" type="xs:string"/>
|
181 | 184 | <xs:attribute name="doc" type="xs:string"/>
|
|
0 commit comments