Class DataObjectReferenceType

java.lang.Object
eu.europa.esig.asic.manifest.jaxb.DataObjectReferenceType

public class DataObjectReferenceType extends Object

Java class for DataObjectReferenceType complex type.

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

 <complexType name="DataObjectReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/>
         <element name="DataObjectReferenceExtensions" type="{http://uri.etsi.org/02918/v1.2.1#}ExtensionsListType" minOccurs="0"/>
       </sequence>
       <attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Rootfile" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>