Class MarkupType.Relation

  • Enclosing class:
    MarkupType

    public static class MarkupType.Relation
    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">
           <choice>
             <element name="group" type="{http://schema.webpdf.de/1.0/extraction/info}GroupRelationType"/>
             <element name="mark" type="{http://schema.webpdf.de/1.0/extraction/info}MarkRelationType"/>
             <element name="state" type="{http://schema.webpdf.de/1.0/extraction/info}ReplyStateRelationType"/>
             <element name="comment" type="{http://schema.webpdf.de/1.0/extraction/info}CommentRelationType"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>