mei:svg_SVG.TextContent.attrib

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
alignment-baseline restriction of xs:token optional
baseline-shift mei:svg_BaselineShiftValue.datatype optional
direction restriction of xs:token optional
dominant-baseline restriction of xs:token optional
glyph-orientation-horizontal mei:svg_GlyphOrientationHorizontalValue.datatype optional
glyph-orientation-vertical mei:svg_GlyphOrientationVerticalValue.datatype optional
kerning mei:svg_KerningValue.datatype optional
letter-spacing mei:svg_SpacingValue.datatype optional
text-anchor restriction of xs:token optional
text-decoration mei:svg_TextDecorationValue.datatype optional
unicode-bidi restriction of xs:token optional
word-spacing mei:svg_SpacingValue.datatype optional

Used By

Source

<xs:attributeGroup name="svg_SVG.TextContent.attrib">
  <xs:attribute name="alignment-baseline">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="auto"/>
        <xs:enumeration value="baseline"/>
        <xs:enumeration value="before-edge"/>
        <xs:enumeration value="text-before-edge"/>
        <xs:enumeration value="middle"/>
        <xs:enumeration value="central"/>
        <xs:enumeration value="after-edge"/>
        <xs:enumeration value="text-after-edge"/>
        <xs:enumeration value="ideographic"/>
        <xs:enumeration value="alphabetic"/>
        <xs:enumeration value="hanging"/>
        <xs:enumeration value="mathematical"/>
        <xs:enumeration value="inherit"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="baseline-shift" type="mei:svg_BaselineShiftValue.datatype"/>
  <xs:attribute name="direction">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="ltr"/>
        <xs:enumeration value="rtl"/>
        <xs:enumeration value="inherit"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="dominant-baseline">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="auto"/>
        <xs:enumeration value="use-script"/>
        <xs:enumeration value="no-change"/>
        <xs:enumeration value="reset-size"/>
        <xs:enumeration value="ideographic"/>
        <xs:enumeration value="alphabetic"/>
        <xs:enumeration value="hanging"/>
        <xs:enumeration value="mathematical"/>
        <xs:enumeration value="central"/>
        <xs:enumeration value="middle"/>
        <xs:enumeration value="text-after-edge"/>
        <xs:enumeration value="text-before-edge"/>
        <xs:enumeration value="inherit"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="glyph-orientation-horizontal" type="mei:svg_GlyphOrientationHorizontalValue.datatype"/>
  <xs:attribute name="glyph-orientation-vertical" type="mei:svg_GlyphOrientationVerticalValue.datatype"/>
  <xs:attribute name="kerning" type="mei:svg_KerningValue.datatype"/>
  <xs:attribute name="letter-spacing" type="mei:svg_SpacingValue.datatype"/>
  <xs:attribute name="text-anchor">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="start"/>
        <xs:enumeration value="middle"/>
        <xs:enumeration value="end"/>
        <xs:enumeration value="inherit"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="text-decoration" type="mei:svg_TextDecorationValue.datatype"/>
  <xs:attribute name="unicode-bidi">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="normal"/>
        <xs:enumeration value="embed"/>
        <xs:enumeration value="bidi-override"/>
        <xs:enumeration value="inherit"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="word-spacing" type="mei:svg_SpacingValue.datatype"/>
</xs:attributeGroup>