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

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

Documentation
The arrow types for EdgeRealizers.

Valid values are:

Properties
This component is not nillable.

Model

('standard' | 'delta' | 'diamond' | 'white_diamond' | 'white_delta' | 'none' | 'plain' | 'concave' | 'convex' | 'circle' | 'dash' | 'transparent_circle' | 'skewed_dash' | 't_shape')

Source
<xs:simpleType name="arrowType.type">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="standard"/>
<xs:enumeration value="delta"/>
<xs:enumeration value="diamond"/>
<xs:enumeration value="white_diamond"/>
<xs:enumeration value="white_delta"/>
<xs:enumeration value="none"/>
<xs:enumeration value="plain"/>
<xs:enumeration value="concave"/>
<xs:enumeration value="convex"/>
<xs:enumeration value="circle"/>
<xs:enumeration value="dash"/>
<xs:enumeration value="transparent_circle"/>
<xs:enumeration value="skewed_dash"/>
<xs:enumeration value="t_shape"/>
</xs:restriction>
</xs:simpleType>


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