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

Documentation
Attribute group that describes a two-dimensional location, specified by the x and y attribute.
Properties
This component is not nillable.

Model

  x = xs:double
  y = xs:double



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:attributeGroup name="Location.group">
<xs:attribute name="x" type="xs:double" use="required">
</xs:attribute>
<xs:attribute name="y" type="xs:double" use="required">
</xs:attribute>
</xs:attributeGroup>


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