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

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

Documentation
Single control point for two dimensional paths.
Properties
This component is not nillable.

Model
<Point
  x = xs:double
  y = xs:double>

</Point>


Attribute Summary
 xs:doublex
           The x coordinate of the point.  
 xs:doubley
           The y coordinate of the point.  

Attribute Detail

x

The x coordinate of the point.

Type:
xs:double
Use:
required
Form:
unqualified

y

The y coordinate of the point.

Type:
xs:double
Use:
required
Form:
unqualified

Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="Point">
<xs:complexType>
<xs:attributeGroup ref="Location.group"/>
</xs:complexType>
</xs:element>


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