<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>
|