<ST_StyleMatrixColumnIndex> (Style Matrix Column Index)

This simple type specifies an index into one of the lists in the style matrix specified by the <fmtScheme> element (<bgFillStyleLst, effectStyleLst>, <fillStyleLst>, or <lnStyleLst>).

This simple type's contents are a restriction of the XML Schema unsignedInt datatype.

Referenced By

<bgRef@idx>4.4.1.3); <effectRef@idx>5.1.4.2.8); <fillRef@idx>5.1.4.2.10); <lnRef@idx>5.1.4.2.19)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_StyleMatrixColumnIndex">
	<restriction base="xsd:unsignedInt"/>
</simpleType>