mei:svg_SVG.Text.attrib

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
writing-mode restriction of xs:token optional

Used By

Source

<xs:attributeGroup name="svg_SVG.Text.attrib">
  <xs:attribute name="writing-mode">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="lr-tb"/>
        <xs:enumeration value="rl-tb"/>
        <xs:enumeration value="tb-rl"/>
        <xs:enumeration value="lr"/>
        <xs:enumeration value="rl"/>
        <xs:enumeration value="tb"/>
        <xs:enumeration value="inherit"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>