Package org.proforma

Class SubmissionType


  • public class SubmissionType
    extends Object

    Java class for submission-type complex type.

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

     <complexType name="submission-type">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="external-task" type="{urn:proforma:v2.1}external-task-type"/>
               <element name="included-task-file" type="{urn:proforma:v2.1}included-task-file-type"/>
               <element name="task" type="{urn:proforma:v2.1}task-type"/>
             </choice>
             <element name="grading-hints" type="{urn:proforma:v2.1}grading-hints-type" minOccurs="0"/>
             <choice>
               <element name="external-submission" type="{urn:proforma:v2.1}external-submission-type"/>
               <element name="files" type="{urn:proforma:v2.1}submission-files-type"/>
             </choice>
             <element name="lms" type="{urn:proforma:v2.1}lms-type" minOccurs="0"/>
             <element name="result-spec" type="{urn:proforma:v2.1}result-spec-type"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>