m:msline.attributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:NMTOKENS optional
href xs:anyURI optional
id xs:ID optional
leftoverhang m:length optional
length m:unsigned-integer optional
mathbackground union of(m:color, restriction of xs:token) optional
mathcolor m:color optional
mslinethickness union of(m:length, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
other optional
position m:integer optional
rightoverhang m:length optional
style xs:string optional
xref optional

Used By

Element m:msline

Source

<xs:attributeGroup name="msline.attributes">
  <xs:attributeGroup ref="m:CommonAtt"/>
  <xs:attributeGroup ref="m:CommonPresAtt"/>
  <xs:attribute name="position" type="m:integer"/>
  <xs:attribute name="length" type="m:unsigned-integer"/>
  <xs:attribute name="leftoverhang" type="m:length"/>
  <xs:attribute name="rightoverhang" type="m:length"/>
  <xs:attribute name="mslinethickness">
    <xs:simpleType>
      <xs:union memberTypes="m:length">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="thin"/>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="medium"/>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="thick"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>