simpleType group-alignment-list
version
namespace http://www.w3.org/1998/Math/MathML3
type restriction of list of m:group-alignment
used by
attribute {}:mtd.attributes/@groupalign
source <xsd:simpleType name="group-alignment-list">
<xsd:restriction>
<xsd:simpleType>
<xsd:list itemType="m:group-alignment">
</xsd:list>
</xsd:simpleType> <xsd:minLength value="1">
</xsd:minLength>
</xsd:restriction>
</xsd:simpleType>