<ST_FontCollectionIndex> (Font Collection Index)

This simple type represents one of the fonts associated with the style.

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

The following are possible enumeration values for this type:

Enumeration Value

Description

<major> (Major Font)

The major font of the style's font scheme.

<minor> (Minor Font)

The minor font of the style's font scheme.

<none> (None)

No font reference.

Referenced By

<fontRef@idx>5.1.4.1.17)

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

<simpleType name="ST_FontCollectionIndex">
	<restriction base="xsd:token">
	<enumeration value="major"/>
	<enumeration value="minor"/>
	<enumeration value="none"/>
	</restriction>
</simpleType>