Skip to content

Commit f99842e

Browse files
1 parent 8785132 commit f99842e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

schema/8.5.xsd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
<xs:attribute name="cacheTokens" type="xs:boolean" default="false"/>
245245
<xs:attribute name="colors" type="xs:boolean" default="false"/>
246246
<xs:attribute name="columns" type="columnsType" default="80"/>
247-
<xs:attribute name="convertDeprecationsToExceptions" type="xs:boolean" default="true"/>
247+
<xs:attribute name="convertDeprecationsToExceptions" type="xs:boolean" default="false"/>
248248
<xs:attribute name="convertErrorsToExceptions" type="xs:boolean" default="true"/>
249249
<xs:attribute name="convertNoticesToExceptions" type="xs:boolean" default="true"/>
250250
<xs:attribute name="convertWarningsToExceptions" type="xs:boolean" default="true"/>
@@ -309,8 +309,10 @@
309309
</xs:complexType>
310310
<xs:complexType name="testSuiteType">
311311
<xs:sequence>
312-
<xs:group ref="pathGroup"/>
313-
<xs:element name="exclude" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
312+
<xs:choice minOccurs="0" maxOccurs="unbounded">
313+
<xs:group ref="pathGroup"/>
314+
<xs:element name="exclude" type="xs:string"/>
315+
</xs:choice>
314316
</xs:sequence>
315317
<xs:attribute name="name" type="xs:string" use="required"/>
316318
</xs:complexType>

0 commit comments

Comments
 (0)