Class DocumentType.Attributes

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    DocumentType

    public static class DocumentType.Attributes
    extends Object
    implements Serializable

    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">
           <sequence maxOccurs="unbounded" minOccurs="0">
             <element name="attribute">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="attributeReference" type="{http://www.iknowbase.com/ws/iknowbase-2}objectReference"/>
                       <element name="required" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form