Package org.proforma

Class TaskFileType

All Implemented Interfaces:
ResourceCaster.ProformaTaskResource

public class TaskFileType extends AbstractProformaFileType implements ResourceCaster.ProformaTaskResource

Java-Klasse für task-file-type complex type.

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

 <complexType name="task-file-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:proforma:v2.1}file-choice-group"/>
         <element name="internal-description" type="{urn:proforma:v2.1}description-type" minOccurs="0"/>
       </sequence>
       <attGroup ref="{urn:proforma:v2.1}resource-properties"/>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="mimetype" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>