Class XMLGexfContent


  • public class XMLGexfContent
    extends Object
    Tree

    Java class for gexf-content complex type.

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

     <complexType name="gexf-content">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.gexf.net/1.2draft}meta" minOccurs="0"/>
             <element ref="{http://www.gexf.net/1.2draft}graph"/>
           </sequence>
           <attribute name="version" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="1.2"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="variant" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>