http://www.yworks.com/xml/graphml
simpleType arc.type

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

Documentation
The arc types for ArcEdgeRealizers.

Valid values are:

Properties
This component is not nillable.

Model

('fixedHeight' | 'fixedRatio')

Source
<xs:simpleType name="arc.type">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="fixedHeight"/>
<xs:enumeration value="fixedRatio"/>
</xs:restriction>
</xs:simpleType>


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