simpleType group-alignment-list-list
version
namespace http://www.w3.org/1998/Math/MathML3
type restriction of xsd:string
used by
attribute {}:mstyle.generalattributes/@groupalign {}:mtable.attributes/@groupalign {}:mtr.attributes/@groupalign
source <xsd:simpleType name="group-alignment-list-list">
<xsd:restriction base="xs:string">
<xsd:pattern value="(\s*\{\s*(left|center|right|decimalpoint)(\s+(left|center|right|decimalpoint))*\})*\s*">
</xsd:pattern>
</xsd:restriction>
</xsd:simpleType>