2.7.3.1 CT_SymEx

Target namespace: http://schemas.microsoft.com/office/word/2015/wordml/symex

Referenced by: symEx

The CT_SymEx complex type specifies the properties of an extended symbol character (as specified in section 2.7.1.1).

Attributes:

font: An ST_String (as specified in [ISO/IEC29500-1:2016] section 22.9.2.13) attribute that specifies the name of the font with which the character is to be rendered.

char: An ST_LongHexNumber (as specified by [ISO/IEC29500-1:2016] section 17.18.50) attribute that specifies the Unicode character code of the symbol character.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_SymEx">
   <xsd:attribute name="font" type="w12:ST_String"/>
   <xsd:attribute name="char" type="w12:ST_LongHexNumber"/>
 </xsd:complexType>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).