Package org.proforma

Class ResponseFileType


  • public class ResponseFileType
    extends AbstractProformaFileType

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

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

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