http://graphml.graphdrawing.org/xmlns/graphml
complexType data-extension.type

Super Types
{http://graphml.graphdrawing.org/xmlns/graphml}data-extension.type (extension)

Documentation
Redefinition of file graphml-structure.xsd.

Extends the type data-extension.type to allow specifically the content below (i.e. text only or all defined edge and node relaizers, resource blocks or postprocessors)

Properties
This component is not nillable.

Model
<...>
(ShapeNode | ImageNode | GroupNode | GenericNode | GenericGroupNode | ProxyShapeNode | ProxyAutoBoundsNode | PolyLineEdge | ArcEdge | BezierEdge | SplineEdge | QuadCurveEdge | GenericEdge | Postprocessors | Resources)?
</...>


Nested Element Summary
 ArcEdge
          
 BezierEdge
          
 GenericEdge
          
 GenericGroupNode
          
 GenericNode
          
 GroupNode
          
 ImageNode
          
 PolyLineEdge
          
 Postprocessors
          
 ProxyAutoBoundsNode
          
 ProxyShapeNode
          
 QuadCurveEdge
          
 Resources
          
 ShapeNode
          
 SplineEdge
          
Source
<xs:complexType name="data-extension.type">
<xs:complexContent mixed="true">
<xs:extension base="data-extension.type">
<xs:choice maxOccurs="1" minOccurs="0">
<xs:element ref="y:ShapeNode"/>
<xs:element ref="y:ImageNode"/>
<xs:element ref="y:GroupNode"/>
<xs:element ref="y:GenericNode"/>
<xs:element ref="y:GenericGroupNode"/>
<xs:element ref="y:ProxyShapeNode"/>
<xs:element ref="y:ProxyAutoBoundsNode"/>
<xs:element ref="y:PolyLineEdge"/>
<xs:element ref="y:ArcEdge"/>
<xs:element ref="y:BezierEdge"/>
<xs:element ref="y:SplineEdge"/>
<xs:element ref="y:QuadCurveEdge"/>
<xs:element ref="y:GenericEdge"/>
<xs:element ref="y:Postprocessors"/>
<xs:element ref="y:Resources"/>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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