http://www.yworks.com/xml/graphml
attributeGroup Rectangle.group

Documentation
Attribute group that describes a two-dimensional rectangle.

The location is specified by the x and y attribute, the dimension by the width and height attributes.

Properties
This component is not nillable.

Model

  height = xs:double
  width = xs:double
  x = xs:double
  y = xs:double



Attribute Summary
 xs:doubleheight
           The height of the rectangle.  
 xs:doublewidth
           The width of the rectangle.  
 xs:doublex
           The x coordinate of the rectangle.  
 xs:doubley
           The y coordinate of the rectangle.  

Attribute Detail

height

The height of the rectangle.

Type:
xs:double
Use:
required
Form:
unqualified

width

The width of the rectangle.

Type:
xs:double
Use:
required
Form:
unqualified

x

The x coordinate of the rectangle.

Type:
xs:double
Use:
required
Form:
unqualified

y

The y coordinate of the rectangle.

Type:
xs:double
Use:
required
Form:
unqualified

Source
<xs:attributeGroup name="Rectangle.group">
<xs:attribute name="x" type="xs:double" use="required">
</xs:attribute>
<xs:attribute name="y" type="xs:double" use="required">
</xs:attribute>
<xs:attribute name="width" type="xs:double" use="required">
</xs:attribute>
<xs:attribute name="height" type="xs:double" use="required">
</xs:attribute>
</xs:attributeGroup>


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