Class DocumentType


  • public class DocumentType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">A document element that describes the content and properties of the PDF document as metadata.</p>
     

    Java class for document element declaration.

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

    
     <element name="document">
       <complexType>
         <complexContent>
           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             <sequence>
               <element name="information" type="{http://schema.webpdf.de/1.0/extraction/info}InformationType"/>
               <element name="security" type="{http://schema.webpdf.de/1.0/extraction/info}SecurityType"/>
               <element name="attachments" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <sequence>
                         <element name="attachment" type="{http://schema.webpdf.de/1.0/extraction/info}AttachmentType" maxOccurs="unbounded" minOccurs="0"/>
                       </sequence>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="pages" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <sequence>
                         <element name="page" maxOccurs="unbounded" minOccurs="0">
                           <complexType>
                             <complexContent>
                               <extension base="{http://schema.webpdf.de/1.0/extraction/info}PageType">
                                 <sequence>
                                   <element name="boxes" type="{http://schema.webpdf.de/1.0/extraction/info}BoxesType"/>
                                 </sequence>
                               </extension>
                             </complexContent>
                           </complexType>
                         </element>
                       </sequence>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="form" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <sequence>
                         <element name="field" type="{http://schema.webpdf.de/1.0/extraction/info}FieldType" maxOccurs="unbounded" minOccurs="0"/>
                       </sequence>
                       <attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
                       <attribute name="formType" type="{http://schema.webpdf.de/1.0/extraction/info}FormsFormatType" default="none" />
                       <attribute name="defaultAppearance" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
                       <attribute name="needAppearances" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="annotations" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <choice maxOccurs="unbounded" minOccurs="0">
                         <element name="annotation" type="{http://schema.webpdf.de/1.0/extraction/info}AnnotationType"/>
                       </choice>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="signatures" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <choice maxOccurs="unbounded" minOccurs="0">
                         <element name="signature" type="{http://schema.webpdf.de/1.0/extraction/info}SignatureType"/>
                       </choice>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="backgrounds" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <choice maxOccurs="unbounded" minOccurs="0">
                         <element name="background" type="{http://schema.webpdf.de/1.0/extraction/info}BackgroundContentType"/>
                       </choice>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="headersFooters" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <choice maxOccurs="unbounded" minOccurs="0">
                         <element name="headerFooter" type="{http://schema.webpdf.de/1.0/extraction/info}HeaderFooterType"/>
                       </choice>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="transitions" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <choice maxOccurs="unbounded" minOccurs="0">
                         <element name="transition" type="{http://schema.webpdf.de/1.0/extraction/info}TransitionType"/>
                       </choice>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="images" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <choice maxOccurs="unbounded" minOccurs="0">
                         <element name="image" type="{http://schema.webpdf.de/1.0/extraction/info}ImageType"/>
                       </choice>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="folders" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <sequence maxOccurs="unbounded" minOccurs="0">
                         <element name="folder" type="{http://schema.webpdf.de/1.0/extraction/info}FolderType"/>
                       </sequence>
                       <attribute name="initialFile" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
             </sequence>
           </restriction>
         </complexContent>
       </complexType>
     </element>