<complexType name="altGlyphType" mixed="true">
<sequence minOccurs="0" maxOccurs="unbounded"/>
<attributeGroup ref="svg:stdAttrs"/>
<attributeGroup ref="svg:xlinkRefAttrs"/>
<attribute ref="xlink:href" use="optional"/>
<attribute name="glyphRef" type="string" use="optional"/>
<attribute name="format" type="string" 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"/>
</complexType> |