<gsLst> (Gradient Stop List)

The list of gradient stops that specifies the gradient colors and their relative positions in the color band.

Parent Elements

<gradFill>5.1.10.33)

Child Elements

Subclause

<gs> (Gradient stops)

§5.1.10.36

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_GradientStopList">
	<sequence>
	<element name="gs" type="CT_GradientStop" minOccurs="2" maxOccurs="unbounded"/>
	</sequence>
</complexType>