<tailEnd>
(Tail line end style)
This element specifies decorations which can be added to the tail of a line.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the line end length in relation to the line width. The possible values for this attribute are defined by the ST_LineEndLength simple type (§5.1.12.32). |
|
Specifies the line end decoration, such as a triangle or arrowhead. The possible values for this attribute are defined by the ST_LineEndType simple type (§5.1.12.33). |
|
Specifies the line end width in relation to the line width. The possible values for this attribute are defined by the ST_LineEndWidth simple type (§5.1.12.34). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_LineEndProperties">
<attribute name="type" type="ST_LineEndType" use="optional"/>
<attribute name="w" type="ST_LineEndWidth" use="optional"/>
<attribute name="len" type="ST_LineEndLength" use="optional"/>
</complexType>