Java content class for test-set complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="test-set">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="output-dir" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="threads" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="batch-size" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="run-delay" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="selection" type="{}test-selection"/>
<element name="unit-tests" type="{}unit-tests"/>
<element name="log-on" type="{}log-on"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|