Definition Type: ComplexType
Name: symElt
Namespace: http://schemas.microsoft.com/office/word/2003/auxHint
Containing Schema: wordnetaux.xsd
Abstract
Documentation:
Defines a symbol character.
Collapse XSD Schema Diagram:
Drilldown into char in schema wordnetaux_xsd Drilldown into font in schema wordnetaux_xsdXSD Diagram of symElt in schema wordnetaux_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="symElt">
    <xsd:annotation>
        <xsd:documentation>Defines a symbol character.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="font" type="xsd:string">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the font in which the symbol character is found.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="char" type="hexNumberType">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the character code of the symbol.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
font wx:font (Optional)
char wx:char (Optional)
Collapse Derivation Tree:
Collapse References:
wx:sym