m:mspace.attributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
background union of(m:color, restriction of xs:token) optional
class xs:NMTOKENS optional
color m:color optional
depth m:length optional
dir restriction of xs:token optional
fontfamily optional
fontsize m:length optional
fontstyle restriction of xs:token optional
fontweight restriction of xs:token optional
height m:length optional
href xs:anyURI optional
id xs:ID optional
indentalign restriction of xs:token optional
indentalignfirst restriction of xs:token optional
indentalignlast restriction of xs:token optional
indentshift m:length optional
indentshiftfirst union of(m:length, restriction of xs:token) optional
indentshiftlast union of(m:length, restriction of xs:token) optional
indenttarget optional
linebreak restriction of xs:token optional
mathbackground union of(m:color, restriction of xs:token) optional
mathcolor m:color optional
mathsize union of(m:length, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
mathvariant restriction of xs:token optional
other optional
style xs:string optional
width m:length optional
xref optional

Used By

Element m:mspace

Source

<xs:attributeGroup name="mspace.attributes">
  <xs:attributeGroup ref="m:CommonAtt"/>
  <xs:attributeGroup ref="m:CommonPresAtt"/>
  <xs:attributeGroup ref="m:TokenAtt"/>
  <xs:attribute name="width" type="m:length"/>
  <xs:attribute name="height" type="m:length"/>
  <xs:attribute name="depth" type="m:length"/>
  <xs:attribute name="linebreak">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="auto"/>
        <xs:enumeration value="newline"/>
        <xs:enumeration value="nobreak"/>
        <xs:enumeration value="goodbreak"/>
        <xs:enumeration value="badbreak"/>
        <xs:enumeration value="indentingnewline"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="indentalign">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="left"/>
        <xs:enumeration value="center"/>
        <xs:enumeration value="right"/>
        <xs:enumeration value="auto"/>
        <xs:enumeration value="id"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="indentshift" type="m:length"/>
  <xs:attribute name="indenttarget"/>
  <xs:attribute name="indentalignfirst">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="left"/>
        <xs:enumeration value="center"/>
        <xs:enumeration value="right"/>
        <xs:enumeration value="auto"/>
        <xs:enumeration value="id"/>
        <xs:enumeration value="indentalign"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="indentshiftfirst">
    <xs:simpleType>
      <xs:union memberTypes="m:length">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="indentshift"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="indentalignlast">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="left"/>
        <xs:enumeration value="center"/>
        <xs:enumeration value="right"/>
        <xs:enumeration value="auto"/>
        <xs:enumeration value="id"/>
        <xs:enumeration value="indentalign"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="indentshiftlast">
    <xs:simpleType>
      <xs:union memberTypes="m:length">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="indentshift"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>