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

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

Documentation
The valid label models for node labels.

Valid values are:

Properties
This component is not nillable.

Model

('free' | 'sides' | 'corners' | 'eight_pos' | 'sandwich' | 'internal')

Source
<xs:simpleType name="nodeLabelModel.type">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="free"/>
<xs:enumeration value="sides"/>
<xs:enumeration value="corners"/>
<xs:enumeration value="eight_pos"/>
<xs:enumeration value="sandwich"/>
<xs:enumeration value="internal"/>
</xs:restriction>
</xs:simpleType>


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