http://graphml.graphdrawing.org/xmlns/graphml
complexType graphml.type

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://graphml.graphdrawing.org/xmlns/graphml}graphml.type (restriction)

Documentation
Complex type for the <graphml> element. user defined extra attributes for <graphml> elements.
Properties
This component is not nillable.

Model
<...>
(desc?, key*, (graph | data)* )
</...>


Nested Element Summary
 data
          
 desc
          
 graph
          
 key
          
Source
<xs:complexType final="#all" name="graphml.type">
<xs:sequence>
<xs:element minOccurs="0" ref="desc"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="key"/>
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="graph"/>
<xs:element ref="data"/>
</xs:choice>
</xs:sequence>
</xs:sequence>
<xs:attributeGroup ref="graphml.extra.attrib">
</xs:attributeGroup>
</xs:complexType>


© Copyright 2000-2009, yWorks GmbH. All rights reserved.