<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> |