http://www.yworks.com/xml/graphml
element Shape

Super Types
{http://www.yworks.com/xml/graphml} (restriction)

Documentation
The actual shape of a GroupNodeRealizer.
Properties
This component is not nillable.

Model
<Shape
  type = shapeType.type>

</Shape>


Attribute Summary
 shapeType.typetype
           The shape type.  

Attribute Detail

type

The shape type.

Type:
shapeType.type
Use:
required
Form:
unqualified

Source
<xs:element maxOccurs="1" minOccurs="0" name="Shape">
<xs:complexType>
<xs:attribute name="type" type="shapeType.type" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>


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