m:mstack

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
align restriction of xs:string optional
charalign restriction of xs:token optional
charspacing union of(m:length, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
class xs:NMTOKENS optional
href xs:anyURI optional
id xs:ID optional
mathbackground union of(m:color, restriction of xs:token) optional
mathcolor m:color optional
other optional
stackalign restriction of xs:token optional
style xs:string optional
xref optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/1998/Math/MathML'

Source

<xs:element name="mstack" substitutionGroup="m:PresentationExpression">
  <xs:complexType>
    <xs:group minOccurs="0" maxOccurs="unbounded" ref="m:MstackExpression"/>
    <xs:attributeGroup ref="m:mstack.attributes"/>
  </xs:complexType>
</xs:element>

Sample