|
18 | 18 | ~ under the License. |
19 | 19 | --> |
20 | 20 | <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" version="3.0.2"> |
21 | | - <xs:element name="testsuite"> |
22 | | - <xs:complexType> |
| 21 | + <xs:element name="testsuite"> |
| 22 | + <xs:complexType> |
| 23 | + <xs:sequence> |
| 24 | + <xs:element name="properties" minOccurs="0"> |
| 25 | + <xs:complexType> |
23 | 26 | <xs:sequence> |
24 | | - <xs:element name="properties" minOccurs="0"> |
25 | | - <xs:complexType> |
26 | | - <xs:sequence> |
27 | | - <xs:element name="property" minOccurs="0" maxOccurs="unbounded"> |
28 | | - <xs:complexType> |
29 | | - <xs:attribute name="name" type="xs:string" use="required"/> |
30 | | - <xs:attribute name="value" type="xs:string" use="required"/> |
31 | | - </xs:complexType> |
32 | | - </xs:element> |
33 | | - </xs:sequence> |
34 | | - </xs:complexType> |
35 | | - </xs:element> |
36 | | - <xs:element name="testcase" minOccurs="0" maxOccurs="unbounded"> |
37 | | - <xs:complexType> |
38 | | - <xs:sequence> |
39 | | - <xs:element name="failure" nillable="true" minOccurs="0" maxOccurs="unbounded"> |
40 | | - <xs:complexType> |
41 | | - <xs:simpleContent> |
42 | | - <xs:extension base="xs:string"> |
43 | | - <xs:attribute name="message" type="xs:string"/> |
44 | | - <xs:attribute name="type" type="xs:string"/> |
45 | | - </xs:extension> |
46 | | - </xs:simpleContent> |
47 | | - </xs:complexType> |
48 | | - </xs:element> |
49 | | - <xs:element name="rerunFailure" minOccurs="0" maxOccurs="unbounded"> |
50 | | - <xs:complexType> |
51 | | - <xs:sequence> |
52 | | - <xs:element name="stackTrace" type="xs:string"/> |
53 | | - <xs:element name="system-out" type="xs:string" minOccurs="0"/> |
54 | | - <xs:element name="system-err" type="xs:string" minOccurs="0"/> |
55 | | - </xs:sequence> |
56 | | - <xs:attribute name="message" type="xs:string"/> |
57 | | - <xs:attribute name="type" type="xs:string"/> |
58 | | - </xs:complexType> |
59 | | - </xs:element> |
60 | | - <xs:element name="flakyFailure" minOccurs="0" maxOccurs="unbounded"> |
61 | | - <xs:complexType> |
62 | | - <xs:sequence> |
63 | | - <xs:element name="stackTrace" type="xs:string"/> |
64 | | - <xs:element name="system-out" type="xs:string" minOccurs="0"/> |
65 | | - <xs:element name="system-err" type="xs:string" minOccurs="0"/> |
66 | | - </xs:sequence> |
67 | | - <xs:attribute name="message" type="xs:string"/> |
68 | | - <xs:attribute name="type" type="xs:string"/> |
69 | | - </xs:complexType> |
70 | | - </xs:element> |
71 | | - <xs:element name="skipped" nillable="true" minOccurs="0" maxOccurs="1"> |
72 | | - <xs:complexType> |
73 | | - <xs:simpleContent> |
74 | | - <xs:extension base="xs:string"> |
75 | | - <xs:attribute name="message" type="xs:string"/> |
76 | | - </xs:extension> |
77 | | - </xs:simpleContent> |
78 | | - </xs:complexType> |
79 | | - </xs:element> |
80 | | - <xs:element name="error" nillable="true" minOccurs="0" maxOccurs="1"> |
81 | | - <xs:complexType> |
82 | | - <xs:simpleContent> |
83 | | - <xs:extension base="xs:string"> |
84 | | - <xs:attribute name="message" type="xs:string"/> |
85 | | - <xs:attribute name="type" type="xs:string"/> |
86 | | - </xs:extension> |
87 | | - </xs:simpleContent> |
88 | | - </xs:complexType> |
89 | | - </xs:element> |
90 | | - <xs:element name="rerunError" minOccurs="0" maxOccurs="unbounded"> |
91 | | - <xs:complexType> |
92 | | - <xs:sequence> |
93 | | - <xs:element name="stackTrace" type="xs:string"/> |
94 | | - <xs:element name="system-out" type="xs:string" minOccurs="0"/> |
95 | | - <xs:element name="system-err" type="xs:string" minOccurs="0"/> |
96 | | - </xs:sequence> |
97 | | - <xs:attribute name="message" type="xs:string"/> |
98 | | - <xs:attribute name="type" type="xs:string"/> |
99 | | - </xs:complexType> |
100 | | - </xs:element> |
101 | | - <xs:element name="flakyError" minOccurs="0" maxOccurs="unbounded"> |
102 | | - <xs:complexType> |
103 | | - <xs:sequence> |
104 | | - <xs:element name="stackTrace" type="xs:string"/> |
105 | | - <xs:element name="system-out" type="xs:string" minOccurs="0"/> |
106 | | - <xs:element name="system-err" type="xs:string" minOccurs="0"/> |
107 | | - </xs:sequence> |
108 | | - <xs:attribute name="message" type="xs:string"/> |
109 | | - <xs:attribute name="type" type="xs:string"/> |
110 | | - </xs:complexType> |
111 | | - </xs:element> |
112 | | - <xs:element name="system-out" type="xs:string" minOccurs="0"/> |
113 | | - <xs:element name="system-err" type="xs:string" minOccurs="0"/> |
114 | | - </xs:sequence> |
115 | | - <xs:attribute name="name" type="xs:string" use="required"/> |
116 | | - <xs:attribute name="classname" type="xs:string"/> |
117 | | - <xs:attribute name="group" type="xs:string"/> |
118 | | - <xs:attribute name="time" type="xs:float" use="required"/> |
119 | | - </xs:complexType> |
120 | | - </xs:element> |
| 27 | + <xs:element name="property" minOccurs="0" maxOccurs="unbounded"> |
| 28 | + <xs:complexType> |
| 29 | + <xs:attribute name="name" type="xs:string" use="required"/> |
| 30 | + <xs:attribute name="value" type="xs:string" use="required"/> |
| 31 | + </xs:complexType> |
| 32 | + </xs:element> |
| 33 | + </xs:sequence> |
| 34 | + </xs:complexType> |
| 35 | + </xs:element> |
| 36 | + <xs:element name="testcase" minOccurs="0" maxOccurs="unbounded"> |
| 37 | + <xs:complexType> |
| 38 | + <xs:sequence> |
| 39 | + <xs:element name="failure" nillable="true" minOccurs="0" maxOccurs="unbounded"> |
| 40 | + <xs:complexType> |
| 41 | + <xs:simpleContent> |
| 42 | + <xs:extension base="xs:string"> |
| 43 | + <xs:attribute name="message" type="xs:string"/> |
| 44 | + <xs:attribute name="type" type="xs:string"/> |
| 45 | + </xs:extension> |
| 46 | + </xs:simpleContent> |
| 47 | + </xs:complexType> |
| 48 | + </xs:element> |
| 49 | + <xs:element name="rerunFailure" minOccurs="0" maxOccurs="unbounded"> |
| 50 | + <xs:complexType> |
| 51 | + <xs:sequence> |
| 52 | + <xs:element name="stackTrace" type="xs:string"/> |
| 53 | + <xs:element name="system-out" type="xs:string" minOccurs="0"/> |
| 54 | + <xs:element name="system-err" type="xs:string" minOccurs="0"/> |
| 55 | + </xs:sequence> |
| 56 | + <xs:attribute name="message" type="xs:string"/> |
| 57 | + <xs:attribute name="type" type="xs:string"/> |
| 58 | + </xs:complexType> |
| 59 | + </xs:element> |
| 60 | + <xs:element name="flakyFailure" minOccurs="0" maxOccurs="unbounded"> |
| 61 | + <xs:complexType> |
| 62 | + <xs:sequence> |
| 63 | + <xs:element name="stackTrace" type="xs:string"/> |
| 64 | + <xs:element name="system-out" type="xs:string" minOccurs="0"/> |
| 65 | + <xs:element name="system-err" type="xs:string" minOccurs="0"/> |
| 66 | + </xs:sequence> |
| 67 | + <xs:attribute name="message" type="xs:string"/> |
| 68 | + <xs:attribute name="type" type="xs:string"/> |
| 69 | + </xs:complexType> |
| 70 | + </xs:element> |
| 71 | + <xs:element name="skipped" nillable="true" minOccurs="0" maxOccurs="1"> |
| 72 | + <xs:complexType> |
| 73 | + <xs:simpleContent> |
| 74 | + <xs:extension base="xs:string"> |
| 75 | + <xs:attribute name="message" type="xs:string"/> |
| 76 | + </xs:extension> |
| 77 | + </xs:simpleContent> |
| 78 | + </xs:complexType> |
| 79 | + </xs:element> |
| 80 | + <xs:element name="error" nillable="true" minOccurs="0" maxOccurs="1"> |
| 81 | + <xs:complexType> |
| 82 | + <xs:simpleContent> |
| 83 | + <xs:extension base="xs:string"> |
| 84 | + <xs:attribute name="message" type="xs:string"/> |
| 85 | + <xs:attribute name="type" type="xs:string"/> |
| 86 | + </xs:extension> |
| 87 | + </xs:simpleContent> |
| 88 | + </xs:complexType> |
| 89 | + </xs:element> |
| 90 | + <xs:element name="rerunError" minOccurs="0" maxOccurs="unbounded"> |
| 91 | + <xs:complexType> |
| 92 | + <xs:sequence> |
| 93 | + <xs:element name="stackTrace" type="xs:string"/> |
| 94 | + <xs:element name="system-out" type="xs:string" minOccurs="0"/> |
| 95 | + <xs:element name="system-err" type="xs:string" minOccurs="0"/> |
| 96 | + </xs:sequence> |
| 97 | + <xs:attribute name="message" type="xs:string"/> |
| 98 | + <xs:attribute name="type" type="xs:string"/> |
| 99 | + </xs:complexType> |
| 100 | + </xs:element> |
| 101 | + <xs:element name="flakyError" minOccurs="0" maxOccurs="unbounded"> |
| 102 | + <xs:complexType> |
| 103 | + <xs:sequence> |
| 104 | + <xs:element name="stackTrace" type="xs:string"/> |
| 105 | + <xs:element name="system-out" type="xs:string" minOccurs="0"/> |
| 106 | + <xs:element name="system-err" type="xs:string" minOccurs="0"/> |
| 107 | + </xs:sequence> |
| 108 | + <xs:attribute name="message" type="xs:string"/> |
| 109 | + <xs:attribute name="type" type="xs:string"/> |
| 110 | + </xs:complexType> |
| 111 | + </xs:element> |
| 112 | + <xs:element name="system-out" type="xs:string" minOccurs="0"/> |
| 113 | + <xs:element name="system-err" type="xs:string" minOccurs="0"/> |
121 | 114 | </xs:sequence> |
122 | | - <xs:attribute name="version" type="xs:string"/> |
123 | 115 | <xs:attribute name="name" type="xs:string" use="required"/> |
124 | | - <xs:attribute name="time" type="xs:float"/> |
125 | | - <xs:attribute name="tests" type="xs:string" use="required"/> |
126 | | - <xs:attribute name="errors" type="xs:string" use="required"/> |
127 | | - <xs:attribute name="skipped" type="xs:string" use="required"/> |
128 | | - <xs:attribute name="failures" type="xs:string" use="required"/> |
| 116 | + <xs:attribute name="classname" type="xs:string"/> |
129 | 117 | <xs:attribute name="group" type="xs:string"/> |
130 | | - </xs:complexType> |
131 | | - </xs:element> |
| 118 | + <xs:attribute name="time" type="xs:float" use="required"/> |
| 119 | + </xs:complexType> |
| 120 | + </xs:element> |
| 121 | + </xs:sequence> |
| 122 | + <xs:attribute name="version" type="xs:string"/> |
| 123 | + <xs:attribute name="name" type="xs:string" use="required"/> |
| 124 | + <xs:attribute name="time" type="xs:float"/> |
| 125 | + <xs:attribute name="tests" type="xs:string" use="required"/> |
| 126 | + <xs:attribute name="errors" type="xs:string" use="required"/> |
| 127 | + <xs:attribute name="skipped" type="xs:string" use="required"/> |
| 128 | + <xs:attribute name="failures" type="xs:string" use="required"/> |
| 129 | + <xs:attribute name="group" type="xs:string"/> |
| 130 | + </xs:complexType> |
| 131 | + </xs:element> |
132 | 132 | </xs:schema> |
| 133 | + |
0 commit comments