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

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

Documentation
The valid label positions for edge labels.

Note: For a given edge label model, the set of valid label positions is a subset of this enumeration that depends on the actual edge label model.

Valid values are:

Properties
This component is not nillable.

Model

('center' | 'tcentr' | 'scentr' | 'anywhere' | 'stail' | 'ttail' | 'tail' | 'shead' | 'thead' | 'head')

Source
<xs:simpleType name="edgeLabelPosition.type">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="center"/>
<xs:enumeration value="tcentr"/>
<xs:enumeration value="scentr"/>
<xs:enumeration value="anywhere"/>
<xs:enumeration value="stail"/>
<xs:enumeration value="ttail"/>
<xs:enumeration value="tail"/>
<xs:enumeration value="shead"/>
<xs:enumeration value="thead"/>
<xs:enumeration value="head"/>
</xs:restriction>
</xs:simpleType>


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