Class XMLGraphContent


  • public class XMLGraphContent
    extends Object

    Java class for graph-content complex type.

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

     <complexType name="graph-content">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded" minOccurs="0">
             <element ref="{http://www.gexf.net/1.2draft}attributes"/>
             <choice>
               <element ref="{http://www.gexf.net/1.2draft}nodes"/>
               <element ref="{http://www.gexf.net/1.2draft}edges"/>
             </choice>
           </choice>
           <attribute name="timeformat" type="{http://www.gexf.net/1.2draft}timeformat-type" />
           <attribute name="start" type="{http://www.gexf.net/1.2draft}time-type" />
           <attribute name="startopen" type="{http://www.gexf.net/1.2draft}time-type" />
           <attribute name="end" type="{http://www.gexf.net/1.2draft}time-type" />
           <attribute name="endopen" type="{http://www.gexf.net/1.2draft}time-type" />
           <attribute name="defaultedgetype" type="{http://www.gexf.net/1.2draft}defaultedgetype-type" />
           <attribute name="idtype" type="{http://www.gexf.net/1.2draft}idtype-type" />
           <attribute name="mode" type="{http://www.gexf.net/1.2draft}mode-type" />
         </restriction>
       </complexContent>
     </complexType>