Class AnnotationType.Remove

  • Enclosing class:
    AnnotationType

    public static class AnnotationType.Remove
    extends Object

    Java class for anonymous complex type.

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

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="selection">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice maxOccurs="unbounded" minOccurs="0">
                       <element name="select" type="{http://schema.webpdf.de/1.0/operation}SelectionAnnotationType"/>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </all>
         </restriction>
       </complexContent>
     </complexType>