<ST_Panose> (Panose Type)

This type specifies the Panose setting for this font so that generating applications using this Office Open XML Standard may determine the closest font type if necessary.

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

This simple type also specifies the following restrictions:

  • This simple type's contents must have a length of exactly 10 characters.

Referenced By

<buFont@panose>5.1.5.4.6); <cs@panose>5.1.5.3.1); <ea@panose>5.1.5.3.3); <font@panose>4.3.1.10); <latin@panose>5.1.5.3.7); <sym@panose>5.1.5.3.10)

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

<simpleType name="ST_Panose">
	<restriction base="xsd:hexBinary">
	<length value="10"/>
	</restriction>
</simpleType>