attributeGroup mstack.attributes
version
namespace http://www.w3.org/1998/Math/MathML3
used by
element {http://www.w3.org/1998/Math/MathML3}:mstack
attributes
Name Type Use Default Fixed annotation
id xsd:ID
xref
class xsd:NMTOKENS
style xsd:string
href xsd:anyURI
other
mathcolor m:color
mathbackground m:color
align xsd:string
stackalign xsd:token
charalign xsd:token
charspacing m:length
source <xsd:attributeGroup name="mstack.attributes">
<xsd:attributeGroup ref="m:CommonAtt">
</xsd:attributeGroup> <xsd:attributeGroup ref="m:CommonPresAtt">
</xsd:attributeGroup> <xsd:attribute name="align">
<xsd:simpleType>
<xsd:restriction base="xs:string">
<xsd:pattern value="\s*(top|bottom|center|baseline|axis)(\s+-?[0-9]+)?\s*">
</xsd:pattern>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute> <xsd:attribute name="stackalign">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<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:attribute name="charalign">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="left">
</xsd:enumeration> <xsd:enumeration value="center">
</xsd:enumeration> <xsd:enumeration value="right">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute> <xsd:attribute name="charspacing">
<xsd:simpleType>
<xsd:union memberTypes="m:length">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="loose">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType> <xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="medium">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType> <xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="tight">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
</xsd:attribute>
</xsd:attributeGroup>


attribute mstack.attributes/@align
type restriction of xsd:string
source <xsd:attribute name="align">
<xsd:simpleType>
<xsd:restriction base="xs:string">
<xsd:pattern value="\s*(top|bottom|center|baseline|axis)(\s+-?[0-9]+)?\s*">
</xsd:pattern>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>


attribute mstack.attributes/@stackalign
type restriction of xsd:token
source <xsd:attribute name="stackalign">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<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>


attribute mstack.attributes/@charalign
type restriction of xsd:token
source <xsd:attribute name="charalign">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="left">
</xsd:enumeration> <xsd:enumeration value="center">
</xsd:enumeration> <xsd:enumeration value="right">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>


attribute mstack.attributes/@charspacing
type union of m:length restriction of xsd:token restriction of xsd:token restriction of xsd:token
source <xsd:attribute name="charspacing">
<xsd:simpleType>
<xsd:union memberTypes="m:length">
<xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="loose">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType> <xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="medium">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType> <xsd:simpleType>
<xsd:restriction base="xs:token">
<xsd:enumeration value="tight">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
</xsd:attribute>