<complexType name="font-faceType">
<sequence>
<group ref="svg:descTitleMetadata" minOccurs="0"/>
<element ref="svg:font-face-src"/>
<element ref="svg:definition-src"/>
</sequence>
<attributeGroup ref="svg:stdAttrs"/>
<attribute name="font-family" type="svg:FontFamilyValueType" use="optional"/>
<attribute name="font-style" type="string" use="optional"/>
<attribute name="font-variant" type="string" use="optional"/>
<attribute name="font-weight" type="string" use="optional"/>
<attribute name="font-stretch" type="string" use="optional"/>
<attribute name="font-size" type="svg:FontSizeValueType" use="optional"/>
<attribute name="unicode-range" type="string" use="optional"/>
<attribute name="units-per-em" type="double" use="optional"/>
<attribute name="panose-1" type="string" use="optional"/>
<attribute name="stemv" type="double" use="optional"/>
<attribute name="stemh" type="double" use="optional"/>
<attribute name="slope" type="double" use="optional"/>
<attribute name="cap-height" type="double" use="optional"/>
<attribute name="x-height" type="double" use="optional"/>
<attribute name="accent-height" type="double" use="optional"/>
<attribute name="ascent" type="double" use="optional"/>
<attribute name="descent" type="double" use="optional"/>
<attribute name="widths" type="string" use="optional"/>
<attribute name="bbox" type="string" use="optional"/>
<attribute name="ideographic" type="double" use="optional"/>
<attribute name="baseline" type="double" use="optional"/>
<attribute name="centerline" type="double" use="optional"/>
<attribute name="mathline" type="double" use="optional"/>
<attribute name="hanging" type="double" use="optional"/>
<attribute name="topline" type="double" use="optional"/>
<attribute name="underline-position" type="double" use="optional"/>
<attribute name="underline-thickness" type="double" use="optional"/>
<attribute name="strikethrough-position" type="double" use="optional"/>
<attribute name="strikethrough-thickness" type="double" use="optional"/>
<attribute name="overline-position" type="double" use="optional"/>
<attribute name="overline-thickness" type="double" use="optional"/>
</complexType> |