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

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

Documentation
Type definition for rectangles.
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:complexType name="Rectangle.type">
<xs:attributeGroup ref="Rectangle.group"/>
</xs:complexType>


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