<xs:attributeGroup name="svg_SVG.Font.attrib">
<xs:attribute name="font-family" type="mei:svg_FontFamilyValue.datatype"/>
<xs:attribute name="font-size" type="mei:svg_FontSizeValue.datatype"/>
<xs:attribute name="font-size-adjust" type="mei:svg_FontSizeAdjustValue.datatype"/>
<xs:attribute name="font-stretch">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="normal"/>
<xs:enumeration value="wider"/>
<xs:enumeration value="narrower"/>
<xs:enumeration value="ultra-condensed"/>
<xs:enumeration value="extra-condensed"/>
<xs:enumeration value="condensed"/>
<xs:enumeration value="semi-condensed"/>
<xs:enumeration value="semi-expanded"/>
<xs:enumeration value="expanded"/>
<xs:enumeration value="extra-expanded"/>
<xs:enumeration value="ultra-expanded"/>
<xs:enumeration value="inherit"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="font-style">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="normal"/>
<xs:enumeration value="italic"/>
<xs:enumeration value="oblique"/>
<xs:enumeration value="inherit"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="font-variant">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="normal"/>
<xs:enumeration value="small-caps"/>
<xs:enumeration value="inherit"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="font-weight">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="normal"/>
<xs:enumeration value="bold"/>
<xs:enumeration value="bolder"/>
<xs:enumeration value="lighter"/>
<xs:enumeration value="100"/>
<xs:enumeration value="200"/>
<xs:enumeration value="300"/>
<xs:enumeration value="400"/>
<xs:enumeration value="500"/>
<xs:enumeration value="600"/>
<xs:enumeration value="700"/>
<xs:enumeration value="800"/>
<xs:enumeration value="900"/>
<xs:enumeration value="inherit"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup> |