m:mscarries.attributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:NMTOKENS optional
crossout list of restriction of xs:token optional
href xs:anyURI optional
id xs:ID optional
location restriction of xs:token optional
mathbackground union of(m:color, restriction of xs:token) optional
mathcolor m:color optional
other optional
position m:integer optional
scriptsizemultiplier m:number optional
style xs:string optional
xref optional

Used By

Element m:mscarries

Source

<xs:attributeGroup name="mscarries.attributes">
  <xs:attributeGroup ref="m:CommonAtt"/>
  <xs:attributeGroup ref="m:CommonPresAtt"/>
  <xs:attribute name="position" type="m:integer"/>
  <xs:attribute name="location">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="w"/>
        <xs:enumeration value="nw"/>
        <xs:enumeration value="n"/>
        <xs:enumeration value="ne"/>
        <xs:enumeration value="e"/>
        <xs:enumeration value="se"/>
        <xs:enumeration value="s"/>
        <xs:enumeration value="sw"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="crossout">
    <xs:simpleType>
      <xs:list>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="none"/>
            <xs:enumeration value="updiagonalstrike"/>
            <xs:enumeration value="downdiagonalstrike"/>
            <xs:enumeration value="verticalstrike"/>
            <xs:enumeration value="horizontalstrike"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:list>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="scriptsizemultiplier" type="m:number"/>
</xs:attributeGroup>