<attributeGroup name="PresentationAttributes-FontSpecification">
<annotation>
<documentation>The following presentation attributes have to do with selecting a font to use</documentation>
</annotation>
<attribute name="font-family" type="svg:FontFamilyValueType" use="optional"/>
<attribute name="font-size" type="svg:FontSizeValueType" use="optional"/>
<attribute name="font-size-adjust" type="svg:FontSizeAdjustValueType" use="optional"/>
<attribute name="font-stretch" use="optional">
<simpleType>
<restriction base="string">
<enumeration value="normal"/>
<enumeration value="wider"/>
<enumeration value="narrower"/>
<enumeration value="ultra-condensed"/>
<enumeration value="extra-condensed"/>
<enumeration value="condensed"/>
<enumeration value="semi-condensed"/>
<enumeration value="semi-expanded"/>
<enumeration value="expanded"/>
<enumeration value="extra-expanded"/>
<enumeration value="ultra-expanded"/>
<enumeration value="inherit"/>
</restriction>
</simpleType>
</attribute>
<attribute name="font-style" use="optional">
<simpleType>
<restriction base="string">
<enumeration value="normal"/>
<enumeration value="italic"/>
<enumeration value="oblique"/>
<enumeration value="inherit"/>
</restriction>
</simpleType>
</attribute>
<attribute name="font-variant" use="optional">
<simpleType>
<restriction base="string">
<enumeration value="normal"/>
<enumeration value="small-caps"/>
<enumeration value="inherit"/>
</restriction>
</simpleType>
</attribute>
<attribute name="font-weight" use="optional">
<simpleType>
<restriction base="string">
<enumeration value="normal"/>
<enumeration value="bold"/>
<enumeration value="bolder"/>
<enumeration value="lighter"/>
<enumeration value="100"/>
<enumeration value="200"/>
<enumeration value="300"/>
<enumeration value="400"/>
<enumeration value="500"/>
<enumeration value="600"/>
<enumeration value="700"/>
<enumeration value="800"/>
<enumeration value="900"/>
<enumeration value="inherit"/>
</restriction>
</simpleType>
</attribute>
</attributeGroup> |