attributeGroup maligngroup.attlist
version
namespace http://www.w3.org/1998/Math/MathML
used by
complexType {http://www.w3.org/1998/Math/MathML}:maligngroup.type
attributes
Name Type Use Default Fixed annotation
groupalign xsd:string
class xsd:NMTOKENS
style xsd:string
xref xsd:IDREF
id xsd:ID
xlink:href xsd:anyURI
source <xsd:attributeGroup name="maligngroup.attlist">
<xsd:attribute name="groupalign">
<xsd:simpleType>
<xsd:restriction base="xs:string">
<xsd:enumeration value="left">
</xsd:enumeration>
<xsd:enumeration value="center">
</xsd:enumeration>
<xsd:enumeration value="right">
</xsd:enumeration>
<xsd:enumeration value="decimalpoint">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attributeGroup ref="Common.attrib"/>
</xsd:attributeGroup>

attribute maligngroup.attlist/@groupalign
type restriction of xsd:string
source <xsd:attribute name="groupalign">
<xsd:simpleType>
<xsd:restriction base="xs:string">
<xsd:enumeration value="left"/>
<xsd:enumeration value="center"/>
<xsd:enumeration value="right"/>
<xsd:enumeration value="decimalpoint"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>