<complexType name="trefType">
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="svg:desc"/>
<element ref="svg:title"/>
<element ref="svg:metadata"/>
<element ref="svg:animate"/>
<element ref="svg:set"/>
<element ref="svg:animateColor"/>
</choice>
<attributeGroup ref="svg:stdAttrs"/>
<attributeGroup ref="svg:xlinkRefAttrs"/>
<attribute ref="xlink:href" use="optional"/>
<attributeGroup ref="svg:testAttrs"/>
<attributeGroup ref="svg:langSpaceAttrs"/>
<attribute name="externalResourcesRequired" type="boolean" use="optional"/>
<attribute name="class" type="svg:ClassListType" use="optional"/>
<attribute name="style" type="svg:StyleSheetType" use="optional"/>
<attributeGroup ref="svg:PresentationAttributes-Color"/>
<attributeGroup ref="svg:PresentationAttributes-FillStroke"/>
<attributeGroup ref="svg:PresentationAttributes-FontSpecification"/>
<attributeGroup ref="svg:PresentationAttributes-Graphics"/>
<attributeGroup ref="svg:PresentationAttributes-TextContentElements"/>
<attributeGroup ref="svg:graphicsElementEvents"/>
<attribute name="x" type="svg:CoordinatesType" use="optional"/>
<attribute name="y" type="svg:CoordinatesType" use="optional"/>
<attribute name="dx" type="svg:LengthsType" use="optional"/>
<attribute name="dy" type="svg:LengthsType" use="optional"/>
<attribute name="rotate" type="string" use="optional"/>
<attribute name="textLength" type="svg:LengthType" use="optional"/>
<attribute name="lengthAdjust" use="optional">
<simpleType>
<restriction base="string">
<enumeration value="spacing"/>
<enumeration value="spacingAndGlyphs"/>
</restriction>
</simpleType>
</attribute>
</complexType> |