Definition Type: ComplexType
Name: symElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a symbol character.
Collapse XSD Schema Diagram:
Drilldown into char in schema wordnet_xsd Drilldown into font in schema wordnet_xsdXSD Diagram of symElt in schema wordnet_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="stringType">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the symbol font.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="char" type="shortHexNumberType">
        <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 W:font (Optional)
char W:char (Optional)
Collapse Derivation Tree:
Collapse References:
W:sym