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

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

Documentation
The Arc.
Properties
This component is not nillable.

Model
<Arc
  height = xs:double
  ratio = xs:double
  type = arc.type>

</Arc>


Attribute Summary
 xs:doubleheight
           The current height of the arc.  
 xs:doubleratio
           The current ratio of the arc.  
 arc.typetype
           The arc type.  

Attribute Detail

height

The current height of the arc.

Type:
xs:double
Use:
optional
Form:
unqualified

ratio

The current ratio of the arc.

Type:
xs:double
Use:
optional
Form:
unqualified

type

The arc type.

Type:
arc.type
Use:
optional
Form:
unqualified

Source
<xs:element name="Arc">
<xs:complexType>
<xs:attribute name="type" type="arc.type" use="optional">
</xs:attribute>
<xs:attribute name="height" type="xs:double" use="optional">
</xs:attribute>
<xs:attribute name="ratio" type="xs:double" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>


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