m:munderover.attributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
accent restriction of xs:token optional
accentunder restriction of xs:token optional
align 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
style xs:string optional
xref optional

Used By

Element m:munderover

Source

<xs:attributeGroup name="munderover.attributes">
  <xs:attributeGroup ref="m:CommonAtt"/>
  <xs:attributeGroup ref="m:CommonPresAtt"/>
  <xs:attribute name="accent">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="true"/>
        <xs:enumeration value="false"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="accentunder">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="true"/>
        <xs:enumeration value="false"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="align">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="left"/>
        <xs:enumeration value="right"/>
        <xs:enumeration value="center"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>