Package org.proforma

Class TestResponseType

java.lang.Object
org.proforma.TestResponseType

public class TestResponseType extends Object

Java-Klasse für test-response-type complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="test-response-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="test-result" type="{urn:proforma:v2.0}test-result-type"/>
         <element name="subtests-response" type="{urn:proforma:v2.0}subtests-response-type"/>
       </choice>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>