simpleType linestyle
version
namespace http://www.w3.org/1998/Math/MathML3
type restriction of xsd:token
used by
attribute {}:mstyle.generalattributes/@columnlines {}:mtable.attributes/@columnlines {}:mstyle.generalattributes/@frame {}:mtable.attributes/@frame {}:mstyle.generalattributes/@rowlines {}:mtable.attributes/@rowlines
source <xsd:simpleType name="linestyle">
<xsd:restriction base="xs:token">
<xsd:enumeration value="none">
</xsd:enumeration> <xsd:enumeration value="solid">
</xsd:enumeration> <xsd:enumeration value="dashed">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>