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