Java content class for load-testing element declaration.
The following schema fragment specifies the expected content contained within this java content object.
<element name="load-testing">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="test-set" type="{}test-set" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
|