simpleType color
version
namespace http://www.w3.org/1998/Math/MathML3
type restriction of xsd:string
used by
attribute {}:DeprecatedTokenAtt/@background {}:DeprecatedTokenAtt/@color {}:CommonPresAtt/@mathbackground {}:CommonPresAtt/@mathcolor
source <xsd:simpleType name="color">
<xsd:restriction base="xs:string">
<xsd:pattern value="\s*((#[0-9a-fA-F]{3}([0-9a-fA-F]{3})?)|[aA][qQ][uU][aA]|[bB][lL][aA][cC][kK]|[bB][lL][uU][eE]|[fF][uU][cC][hH][sS][iI][aA]|[gG][rR][aA][yY]|[gG][rR][eE][eE][nN]|[lL][iI][mM][eE]|[mM][aA][rR][oO][oO][nN]|[nN][aA][vV][yY]|[oO][lL][iI][vV][eE]|[pP][uU][rR][pP][lL][eE]|[rR][eE][dD]|[sS][iI][lL][vV][eE][rR]|[tT][eE][aA][lL]|[wW][hH][iI][tT][eE]|[yY][eE][lL][lL][oO][wW])\s*">
</xsd:pattern>
</xsd:restriction>
</xsd:simpleType>