math.attlist

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
altimg xs:anyURI optional
alttext xs:string optional
baseline xs:string optional
class xs:NMTOKENS optional
display restriction of xs:string inline optional
height xs:string optional
id xs:ID optional
macros xs:string optional
name xs:string optional
overflow restriction of xs:string scroll optional
style xs:string optional
type xs:string optional
width xs:string optional
xlink:href anyURI optional
xref xs:IDREF optional

Used By

Complex Type math.type

Source

<xs:attributeGroup name="math.attlist">
  <xs:attributeGroup ref="Browser-interface.attrib"/>
  <xs:attribute name="macros" type="xs:string"/>
  <!-- deprecated
  <xs:attribute name="mode" type="xs:string"/>
-->
  <xs:attribute name="display" default="inline">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="block"/>
        <xs:enumeration value="inline"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>