type | m:color |
source | <xsd:attribute name="mathcolor" type="m:color"/> |
type | union of m:color restriction of xsd:token |
source |
<xsd:attribute name="mathbackground">
<xsd:simpleType>
</xsd:attribute>
<xsd:union memberTypes="m:color">
</xsd:simpleType>
<xsd:simpleType>
</xsd:union>
<xsd:restriction base="xs:token">
</xsd:simpleType>
<xsd:enumeration value="transparent">
</xsd:enumeration>
</xsd:restriction>
|