Package org.proforma

Class SubmissionFileType


public class SubmissionFileType extends AbstractProformaFileType

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

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

 <complexType name="submission-file-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{urn:proforma:v2.0}file-choice-group"/>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="mimetype" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>