mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0023619: Integration of test grid "xml" into the new testing system
Removing XML Validator Improvements of begin and TODO's in testing cases small correction in begin file to provide normal behavior of tests if Java is not installed
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
</sequence>
|
||||
<attribute name="date" type="date" use="required"/>
|
||||
<attribute name="schemav" type="nonNegativeInteger" use="required"/>
|
||||
<attribute name="DocVersion" type="nonNegativeInteger" use="required"/>
|
||||
<attribute name="objnb" type="nonNegativeInteger" use="required"/>
|
||||
</complexType>
|
||||
</element> <!-- END 'info' -->
|
||||
|
@@ -47,6 +47,7 @@
|
||||
<extension base="ocaf:AbsListIntegerAttributeType">
|
||||
<attribute name="first" type="int" default="1"/>
|
||||
<attribute name="last" type="int" use="required"/>
|
||||
<attribute name="delta" type="int" use="required"/>
|
||||
</extension>
|
||||
</complexContent>
|
||||
</complexType>
|
||||
@@ -58,6 +59,7 @@
|
||||
<extension base="ocaf:AbsListRealAttributeType">
|
||||
<attribute name="first" type="int" default="1"/>
|
||||
<attribute name="last" type="int" use="required"/>
|
||||
<attribute name="delta" type="int" use="required"/>
|
||||
</extension>
|
||||
</complexContent>
|
||||
</complexType>
|
||||
|
Reference in New Issue
Block a user