<tailEnd> (Tail line end style)

This element specifies decorations which can be added to the tail of a line.

Parent Elements

<ln>5.1.2.1.24); <lnB>5.1.6.3); <lnBlToTr>5.1.6.4); <lnL>5.1.6.5); <lnR>5.1.6.6); <lnT>5.1.6.7); <lnTlToBr>5.1.6.8); <uLn>5.1.5.3.14)

Attributes

Description

<len> (Length of Head/End)

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).

<type> (Line Head/End Type)

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).

<w> (Width of Head/End)

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>