http://www.yworks.com/xml/graphml
simpleType shapeType.type

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

Documentation
The shape types for a ShapeNodeRealizer.

Valid values are:

Properties
This component is not nillable.

Model

('rectangle' | 'roundrectangle' | 'ellipse' | 'parallelogram' | 'hexagon' | 'octagon' | 'diamond' | 'triangle' | 'trapezoid' | 'trapezoid2' | 'rectangle3d')

Source
<xs:simpleType name="shapeType.type">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="rectangle"/>
<xs:enumeration value="roundrectangle"/>
<xs:enumeration value="ellipse"/>
<xs:enumeration value="parallelogram"/>
<xs:enumeration value="hexagon"/>
<xs:enumeration value="octagon"/>
<xs:enumeration value="diamond"/>
<xs:enumeration value="triangle"/>
<xs:enumeration value="trapezoid"/>
<xs:enumeration value="trapezoid2"/>
<xs:enumeration value="rectangle3d"/>
</xs:restriction>
</xs:simpleType>


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