http://www.yworks.com/xml/graphml
complexType LineStyle.type

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

Documentation
Complex type that describes the attributes of a line style.
Properties
This component is not nillable.

Model
<...
  color = color.type
  hasColor = xs:boolean
  type = lineType.type
  width = xs:double>

</...>


Attribute Summary
 color.typecolor
           The color of the line.  
 xs:booleanhasColor
          Whether the line has a color set. 
 lineType.typetype
           The type of the line.  
 xs:doublewidth
           The width of the line.  

Attribute Detail

color

The color of the line.

Type:
color.type
Use:
optional
Form:
unqualified

hasColor

Whether the line has a color set. If false, the line is invisible.

Type:
xs:boolean
Use:
optional
Form:
unqualified

type

The type of the line.

Type:
lineType.type
Use:
optional
Form:
unqualified

width

The width of the line.

Type:
xs:double
Use:
optional
Form:
unqualified

Source
<xs:complexType name="LineStyle.type">
<xs:attribute name="color" type="color.type" use="optional">
</xs:attribute>
<xs:attribute name="hasColor" type="xs:boolean" use="optional">
</xs:attribute>
<xs:attribute name="type" type="lineType.type" use="optional">
</xs:attribute>
<xs:attribute name="width" type="xs:double" use="optional">
</xs:attribute>
</xs:complexType>


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