Package org.proforma

Class ResponseType


  • public class ResponseType
    extends Object

    Java class for response-type complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="response-type">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="merged-test-feedback" type="{urn:proforma:v2.1}merged-test-feedback-type"/>
               <element name="separate-test-feedback" type="{urn:proforma:v2.1}separate-test-feedback-type"/>
             </choice>
             <element name="files" type="{urn:proforma:v2.1}response-files-type"/>
             <element name="response-meta-data" type="{urn:proforma:v2.1}response-meta-data-type"/>
           </sequence>
           <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
           <attribute name="submission-id" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>