http://www.yworks.com/xml/graphml
complexType Edge.type

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.yworks.com/xml/graphml}Edge.type (restriction)

Documentation
Complex type that describes the common attributes of an edge realizer in yFiles.
Properties
This component is not nillable.

Model
<...
  selected = xs:boolean>
(Path?, LineStyle?, Arrows, EdgeLabel* )
</...>


Nested Element Summary
 Arrows
           The source and target arrows.  
EdgeLabel.typeEdgeLabel
           The edge label(s).  
LineStyle.typeLineStyle
           The line style used to draw the edge.  
Path.typePath
           The edge path.  

Attribute Summary
 xs:booleanselected
           Whether the edge currently is selected.  

Attribute Detail

selected

Whether the edge currently is selected.

Type:
xs:boolean
Use:
optional
Form:
unqualified

Sub Types
{http://www.yworks.com/xml/graphml}Edge.type (restriction)
|
+--{http://www.yworks.com/xml/graphml}ArcEdge.type (extension)
|
+--{http://www.yworks.com/xml/graphml}GenericEdge.type (extension)
|
+--{http://www.yworks.com/xml/graphml}PolyLineEdge.type (extension)
|
+--{http://www.yworks.com/xml/graphml}QuadCurveEdge.type (extension)

Source
<xs:complexType name="Edge.type">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="Path" type="Path.type">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="LineStyle" type="LineStyle.type">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="Arrows">
<xs:complexType>
<xs:attribute name="source" type="arrowType.type">
</xs:attribute>
<xs:attribute name="target" type="arrowType.type">
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="EdgeLabel" type="EdgeLabel.type">
</xs:element>
</xs:sequence>
<xs:attribute name="selected" type="xs:boolean" use="optional">
</xs:attribute>
</xs:complexType>


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