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

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

Documentation
The valid line types for an edge or node realizer.

Valid values are:

Properties
This component is not nillable.

Model

('line' | 'dashed' | 'dotted')

Source
<xs:simpleType name="lineType.type">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="line"/>
<xs:enumeration value="dashed"/>
<xs:enumeration value="dotted"/>
</xs:restriction>
</xs:simpleType>


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