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

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

Documentation
The valid label models for node labels.

Valid values are:

Properties
This component is not nillable.

Model

('centered' | 'center_slider' | 'side_slider' | 'free' | 'two_pos' | 'three_center' | 'six_pos')

Source
<xs:simpleType name="edgeLabelModel.type">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="centered"/>
<xs:enumeration value="center_slider"/>
<xs:enumeration value="side_slider"/>
<xs:enumeration value="free"/>
<xs:enumeration value="two_pos"/>
<xs:enumeration value="three_center"/>
<xs:enumeration value="six_pos"/>
</xs:restriction>
</xs:simpleType>


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