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

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

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

Model
<...
  selected = xs:boolean>
(Geometry?, Fill, BorderStyle?, NodeLabel* )
</...>


Nested Element Summary
LineStyle.typeBorderStyle
           The LineStyle of the border.  
 Fill
           The fill attributes of the node.  
Geometry.typeGeometry
           The location and size of the node.  
NodeLabel.typeNodeLabel
           The (optional) node label.  

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

Attribute Detail

selected

Whether the node is currently selected.

Type:
xs:boolean
Use:
optional
Form:
unqualified

Sub Types
{http://www.yworks.com/xml/graphml}Node.type (restriction)
|
+--{http://www.yworks.com/xml/graphml}GenericNode.type (extension)
| |
| +--{http://www.yworks.com/xml/graphml}GenericGroupNode.type (extension)
|
+--{http://www.yworks.com/xml/graphml}GroupNode.type (extension)
|
+--{http://www.yworks.com/xml/graphml}ImageNode.type (extension)
|
+--{http://www.yworks.com/xml/graphml}ShapeNode.type (extension)

Source
<xs:complexType name="Node.type">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="Geometry" type="Geometry.type">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="Fill">
<xs:complexType>
<xs:attribute name="hasColor" type="xs:boolean" use="optional">
</xs:attribute>
<xs:attribute name="color" type="xs:string" use="optional">
</xs:attribute>
<xs:attribute name="color2" type="xs:string" use="optional">
</xs:attribute>
<xs:attribute name="transparent" type="xs:boolean" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="BorderStyle" type="LineStyle.type">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="NodeLabel" type="NodeLabel.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.