diff options
author | Keiron Liddle <keiron@apache.org> | 2001-12-18 11:55:02 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2001-12-18 11:55:02 +0000 |
commit | aba029c6c68de0e59f2d4685d631d7e240b13df9 (patch) | |
tree | 2a288a38568c6479da2dcdccb2dd0738ed8565ba /src/codegen | |
parent | 010d64304dd62265ebcd076fba92720daf2e0950 (diff) | |
download | xmlgraphics-fop-aba029c6c68de0e59f2d4685d631d7e240b13df9.tar.gz xmlgraphics-fop-aba029c6c68de0e59f2d4685d631d7e240b13df9.zip |
changed names to make transforms easier
removed unused files
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194610 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/codegen')
-rw-r--r-- | src/codegen/CourierBold.xml (renamed from src/codegen/Courier-Bold.xml) | 0 | ||||
-rw-r--r-- | src/codegen/CourierBoldOblique.xml (renamed from src/codegen/Courier-BoldOblique.xml) | 0 | ||||
-rw-r--r-- | src/codegen/CourierOblique.xml (renamed from src/codegen/Courier-Oblique.xml) | 0 | ||||
-rw-r--r-- | src/codegen/HelveticaBold.xml (renamed from src/codegen/Helvetica-Bold.xml) | 0 | ||||
-rw-r--r-- | src/codegen/HelveticaBoldOblique.xml (renamed from src/codegen/Helvetica-BoldOblique.xml) | 0 | ||||
-rw-r--r-- | src/codegen/HelveticaOblique.xml (renamed from src/codegen/Helvetica-Oblique.xml) | 0 | ||||
-rw-r--r-- | src/codegen/TimesBold.xml (renamed from src/codegen/Times-Bold.xml) | 0 | ||||
-rw-r--r-- | src/codegen/TimesBoldItalic.xml (renamed from src/codegen/Times-BoldItalic.xml) | 0 | ||||
-rw-r--r-- | src/codegen/TimesItalic.xml (renamed from src/codegen/Times-Italic.xml) | 0 | ||||
-rw-r--r-- | src/codegen/TimesRoman.xml (renamed from src/codegen/Times-Roman.xml) | 0 | ||||
-rw-r--r-- | src/codegen/elements.dtd | 20 | ||||
-rw-r--r-- | src/codegen/elements.xsl | 154 | ||||
-rw-r--r-- | src/codegen/svgelements.xml | 1355 |
13 files changed, 0 insertions, 1529 deletions
diff --git a/src/codegen/Courier-Bold.xml b/src/codegen/CourierBold.xml index 1ae0fbe51..1ae0fbe51 100644 --- a/src/codegen/Courier-Bold.xml +++ b/src/codegen/CourierBold.xml diff --git a/src/codegen/Courier-BoldOblique.xml b/src/codegen/CourierBoldOblique.xml index bb84b7aa0..bb84b7aa0 100644 --- a/src/codegen/Courier-BoldOblique.xml +++ b/src/codegen/CourierBoldOblique.xml diff --git a/src/codegen/Courier-Oblique.xml b/src/codegen/CourierOblique.xml index afea38dde..afea38dde 100644 --- a/src/codegen/Courier-Oblique.xml +++ b/src/codegen/CourierOblique.xml diff --git a/src/codegen/Helvetica-Bold.xml b/src/codegen/HelveticaBold.xml index 4ef3a432a..4ef3a432a 100644 --- a/src/codegen/Helvetica-Bold.xml +++ b/src/codegen/HelveticaBold.xml diff --git a/src/codegen/Helvetica-BoldOblique.xml b/src/codegen/HelveticaBoldOblique.xml index 6686b84fd..6686b84fd 100644 --- a/src/codegen/Helvetica-BoldOblique.xml +++ b/src/codegen/HelveticaBoldOblique.xml diff --git a/src/codegen/Helvetica-Oblique.xml b/src/codegen/HelveticaOblique.xml index bea4e4010..bea4e4010 100644 --- a/src/codegen/Helvetica-Oblique.xml +++ b/src/codegen/HelveticaOblique.xml diff --git a/src/codegen/Times-Bold.xml b/src/codegen/TimesBold.xml index ec6c68548..ec6c68548 100644 --- a/src/codegen/Times-Bold.xml +++ b/src/codegen/TimesBold.xml diff --git a/src/codegen/Times-BoldItalic.xml b/src/codegen/TimesBoldItalic.xml index 2ed674618..2ed674618 100644 --- a/src/codegen/Times-BoldItalic.xml +++ b/src/codegen/TimesBoldItalic.xml diff --git a/src/codegen/Times-Italic.xml b/src/codegen/TimesItalic.xml index 0251f4012..0251f4012 100644 --- a/src/codegen/Times-Italic.xml +++ b/src/codegen/TimesItalic.xml diff --git a/src/codegen/Times-Roman.xml b/src/codegen/TimesRoman.xml index 2e895d48e..2e895d48e 100644 --- a/src/codegen/Times-Roman.xml +++ b/src/codegen/TimesRoman.xml diff --git a/src/codegen/elements.dtd b/src/codegen/elements.dtd deleted file mode 100644 index 2ae37e2eb..000000000 --- a/src/codegen/elements.dtd +++ /dev/null @@ -1,20 +0,0 @@ -<!-- $Id$ --> -<!-- -DTD for svgelements.xml ---> - -<!DOCTYPE elements [ -<!ELEMENT elements (commonAttributes+, element+) > -<!ATTLIST elements - prefix CDATA #REQUIRED - ns CDATA #REQUIRED> -<!ELEMENT element (tagname, attributes) > -<!ELEMENT tagname (#PCDATA) > -<!ELEMENT attributes ((attribute | includeAttributes)+) > -<!ELEMENT commonAttributes ((attribute | includeAttributes)+) > -<!ATTLIST commonAttributes - ref CDATA #REQUIRED> -<!ELEMENT attribute (#PCDATA) > -<!ELEMENT includeAttributes (#PCDATA) > -<!ATTLIST includeAttributes - ref CDATA #REQUIRED> diff --git a/src/codegen/elements.xsl b/src/codegen/elements.xsl deleted file mode 100644 index 3fcca188d..000000000 --- a/src/codegen/elements.xsl +++ /dev/null @@ -1,154 +0,0 @@ -<xsl:stylesheet version="1.0" - xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:lxslt="http://xml.apache.org/xslt" - xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect" - extension-element-prefixes="redirect"> - -<xsl:output method="text" /> - -<xsl:variable name="prefixVal"> -<xsl:value-of select="//elements/@prefix"/> -</xsl:variable> - -<xsl:template name="capfirst"> - <xsl:param name="str"/> - <xsl:variable name="lcletters" select="'abcdefghijklmnopqrstuvwxyz'" /> - <xsl:variable name="ucletters" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'" /> - <xsl:value-of select="concat(translate(substring($str, 1, 1), - $lcletters, $ucletters), substring($str, 2))"/> -</xsl:template> - -<xsl:template name="capall"> - <xsl:param name="str"/> - <xsl:variable name="lcletters" select="'abcdefghijklmnopqrstuvwxyz'" /> - <xsl:variable name="ucletters" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'" /> - <xsl:value-of select="translate($str, - $lcletters, $ucletters)"/> -</xsl:template> - -<xsl:template name="makeClassName"> - <xsl:param name="propstr"/> - <xsl:choose> - <xsl:when test="contains($propstr, '-')"> - <xsl:call-template name="capfirst"> - <xsl:with-param name="str" select="substring-before($propstr, '-')"/> - </xsl:call-template> - <xsl:call-template name="makeClassName"> - <xsl:with-param name="propstr" select="substring-after($propstr, '-')"/> - </xsl:call-template> - </xsl:when> - <xsl:otherwise> - <xsl:call-template name="capfirst"> - <xsl:with-param name="str" select="$propstr"/> - </xsl:call-template> - </xsl:otherwise> - </xsl:choose> -</xsl:template> - -<xsl:template match="attributes"><xsl:apply-templates/></xsl:template> - -<xsl:template match="includeAttributes"> -<xsl:variable name="attr-ref"> - <xsl:value-of select="@ref"/> -</xsl:variable> -<xsl:for-each select="/elements/commonAttributes"> - <xsl:choose> - <xsl:when test="@ref = $attr-ref"> - <xsl:apply-templates/> - </xsl:when> - </xsl:choose> -</xsl:for-each> -</xsl:template> - -<xsl:template match="attribute">"<xsl:apply-templates/>"<xsl:if test="not(position()=last())">, </xsl:if></xsl:template> - -<xsl:template match="elements"> - <xsl:apply-templates select="element"/> -</xsl:template> - -<xsl:template match="tagname"> - <xsl:apply-templates/> -</xsl:template> - -<xsl:template match="element"> - -<xsl:variable name="name"> - <xsl:apply-templates select="tagname"/> -</xsl:variable> - -<xsl:variable name="classname"> - <xsl:choose> - <xsl:when test="class-name"> - <xsl:value-of select="class-name"/> - </xsl:when> - <xsl:otherwise> - <xsl:call-template name="makeClassName"> - <xsl:with-param name="propstr" select="$name"/> - </xsl:call-template> - </xsl:otherwise> - </xsl:choose> -</xsl:variable> - -<redirect:write select="concat('@org/apache/fop@/{$prefixVal}/', $classname, '.java')"> -package org.apache.fop.<xsl:value-of select="$prefixVal"/>; - -import org.apache.fop.fo.*; -import org.apache.fop.layout.Area; -import org.apache.fop.layout.FontState; -import org.apache.fop.apps.FOPException; - -import org.w3c.dom.Element; - -public class <xsl:value-of select="$classname"/> extends <xsl:call-template name="capall"><xsl:with-param name="str" select="$prefixVal"/></xsl:call-template>Obj { - - /** - * inner class for making <xsl:apply-templates select="tagname"/> objects. - */ - public static class Maker extends FObj.Maker { - - /** - * make a <xsl:apply-templates select="tagname"/> object. - * - * @param parent the parent formatting object - * @param propertyList the explicit properties of this object - * - * @return the <xsl:apply-templates select="tagname"/> object - */ - public FObj make(FObj parent, - PropertyList propertyList) throws FOPException { - return new <xsl:value-of select="$classname"/>(parent, propertyList); - } - } - - /** - * returns the maker for this object. - * - * @return the maker for <xsl:apply-templates select="tagname"/> objects - */ - public static FObj.Maker maker() { - return new <xsl:value-of select="$classname"/>.Maker(); - } - - /** - * constructs a <xsl:apply-templates select="tagname"/> object (called by Maker). - * - * @param parent the parent formatting object - * @param propertyList the explicit properties of this object - */ - protected <xsl:value-of select="$classname"/>(FObj parent, PropertyList propertyList) { - super(parent, propertyList); - this.name = "<xsl:value-of select="//@prefix"/>:<xsl:value-of select="$name"/>"; - tagName = "<xsl:value-of select="$name"/>"; - props = new String[] {<xsl:apply-templates select="attributes"/>}; - } - -<xsl:if test="@addText"> - protected void addCharacters(char data[], int start, int length) { - this.children.addElement(new String(data, start, length - start)); - } -</xsl:if> -} -</redirect:write> -</xsl:template> - -</xsl:stylesheet> diff --git a/src/codegen/svgelements.xml b/src/codegen/svgelements.xml deleted file mode 100644 index ddc384112..000000000 --- a/src/codegen/svgelements.xml +++ /dev/null @@ -1,1355 +0,0 @@ -<?xml version="1.0" ?> -<!-- - -This file provides all the information for the svg elements and -attributes. The information corresponds to the svg dtd. - -This information is used to create the code for the svg elements -and the property mappings. - ---> -<elements prefix="svg" ns="http://www.w3.org/2000/svg"> - <commonAttributes ref="stdAttrs"> - <attribute>id</attribute> - <attribute>class</attribute> - </commonAttributes> - <commonAttributes ref="langSpaceAttrs"> - <attribute>xml:lang</attribute> - <attribute>xml:space</attribute> - </commonAttributes> - <commonAttributes ref="testAttrs"> - <attribute>requiredFeatures</attribute> - <attribute>requiredExtensions</attribute> - <attribute>systemLanguage</attribute> - </commonAttributes> - <commonAttributes ref="xlinkRefAttrs"> - <attribute>xmlns:xlink</attribute> - <attribute>xlink:type</attribute> - <attribute>xlink:role</attribute> - <attribute>xlink:arcrole</attribute> - <attribute>xlink:title</attribute> - <attribute>xlink:show</attribute> - <attribute>xlink:actuate</attribute> - </commonAttributes> - <commonAttributes ref="graphicsElementEvents"> - <attribute>onfocusin</attribute> - <attribute>onfocusout</attribute> - <attribute>onactivate</attribute> - <attribute>onclick</attribute> - <attribute>onmousedown</attribute> - <attribute>onmouseup</attribute> - <attribute>onmouseover</attribute> - <attribute>onmousemove</attribute> - <attribute>onmouseout</attribute> - <attribute>onload</attribute> - </commonAttributes> - <commonAttributes ref="documentEvents"> - <attribute>onunload</attribute> - <attribute>onabort</attribute> - <attribute>onerror</attribute> - <attribute>onresize</attribute> - <attribute>onscroll</attribute> - <attribute>onzoom</attribute> - </commonAttributes> - <commonAttributes ref="animationEvents"> - <attribute>onbegin</attribute> - <attribute>onend</attribute> - <attribute>onrepeat</attribute> - </commonAttributes> - <commonAttributes ref="PresentationAttributes-All"> - <includeAttributes ref="PresentationAttributes-Containers"/> - <includeAttributes ref="PresentationAttributes-feFlood"/> - <includeAttributes ref="PresentationAttributes-FillStroke"/> - <includeAttributes ref="PresentationAttributes-FontSpecification"/> - <includeAttributes ref="PresentationAttributes-Gradients"/> - <includeAttributes ref="PresentationAttributes-Graphics"/> - <includeAttributes ref="PresentationAttributes-Images"/> - <includeAttributes ref="PresentationAttributes-LightingEffects"/> - <includeAttributes ref="PresentationAttributes-Markers"/> - <includeAttributes ref="PresentationAttributes-TextContentElements"/> - <includeAttributes ref="PresentationAttributes-TextElements"/> - <includeAttributes ref="PresentationAttributes-Viewports"/> - </commonAttributes> - <commonAttributes ref="PresentationAttributes-Containers"> - <attribute>enable-background</attribute> - </commonAttributes> - <commonAttributes ref="PresentationAttributes-feFlood"> - <attribute>flood-color</attribute> - <attribute>flood-opacity</attribute> - </commonAttributes> - <commonAttributes ref="PresentationAttributes-FillStroke"> - <attribute>fill</attribute> - <attribute>fill-opacity</attribute> - <attribute>fill-rule</attribute> - <attribute>stroke</attribute> - <attribute>stroke-dasharray</attribute> - <attribute>stroke-dashoffset</attribute> - <attribute>stroke-linecap</attribute> - <attribute>stroke-linejoin</attribute> - <attribute>stroke-miterlimit</attribute> - <attribute>stroke-opacity</attribute> - <attribute>stroke-width</attribute> - </commonAttributes> - <commonAttributes ref="PresentationAttributes-FontSpecification"> - <attribute>font-family</attribute> - <attribute>font-size</attribute> - <attribute>font-size-adjust</attribute> - <attribute>font-stretch</attribute> - <attribute>font-style</attribute> - <attribute>font-variant</attribute> - <attribute>font-weight</attribute> - </commonAttributes> - <commonAttributes ref="PresentationAttributes-Gradients"> - <attribute>stop-color</attribute> - <attribute>stop-opacity</attribute> - </commonAttributes> - <commonAttributes ref="PresentationAttributes-Graphics"> - <attribute>clip-path</attribute> - <attribute>clip-rule</attribute> - <attribute>color</attribute> - <attribute>color-interpolation</attribute> - <attribute>color-rendering</attribute> - <attribute>cursor</attribute> - <attribute>display</attribute> - <attribute>filter</attribute> - <attribute>image-rendering</attribute> - <attribute>mask</attribute> - <attribute>opacity</attribute> - <attribute>pointer-events</attribute> - <attribute>space-rendering</attribute> - <attribute>text-rendering</attribute> - <attribute>visibility</attribute> - </commonAttributes> - <commonAttributes ref="PresentationAttributes-Images"> - <attribute>color-profile</attribute> - </commonAttributes> - <commonAttributes ref="PresentationAttributes-LightingEffects"> - <attribute>lighting-color</attribute> - </commonAttributes> - <commonAttributes ref="PresentationAttributes-Markers"> - <attribute>marker-start</attribute> - <attribute>marker-mid</attribute> - <attribute>marker-end</attribute> - </commonAttributes> - <commonAttributes ref="PresentationAttributes-TextContentElements"> - <attribute>alignment-baseline</attribute> - <attribute>baseline-shift</attribute> - <attribute>direction</attribute> - <attribute>glyph-orientation-horizontal</attribute> - <attribute>glyph-orientation-vertical</attribute> - <attribute>kerning</attribute> - <attribute>letter-spacing</attribute> - <attribute>text-decoration</attribute> - <attribute>unicode-bidi</attribute> - <attribute>word-spacing</attribute> - </commonAttributes> - <commonAttributes ref="PresentationAttributes-TextElements"> - <attribute>writing-mode</attribute> - <attribute>text-anchor</attribute> - <attribute>dominant-baseline</attribute> - </commonAttributes> - <commonAttributes ref="PresentationAttributes-Viewports"> - <attribute>clip</attribute> - <attribute>overflow</attribute> - </commonAttributes> - <commonAttributes ref="filter_primitive_attributes"> - <attribute>x</attribute> - <attribute>y</attribute> - <attribute>width</attribute> - <attribute>height</attribute> - <attribute>result</attribute> - </commonAttributes> - <commonAttributes ref="filter_primitive_attributes_with_in"> - <includeAttributes ref="filter_primitive_attributes"/> - <attribute>in</attribute> - </commonAttributes> - <commonAttributes ref="component_transfer_function_attributes"> - <attribute>type</attribute> - <attribute>tableValues</attribute> - <attribute>slope</attribute> - <attribute>intercept</attribute> - <attribute>amplitude</attribute> - <attribute>exponent</attribute> - <attribute>offset</attribute> - </commonAttributes> - <commonAttributes ref="animElementAttrs"> - <includeAttributes ref="xlinkRefAttrs"/> - <attribute>xlink:href</attribute> - </commonAttributes> - <commonAttributes ref="animAttributeAttrs"> - <attribute>attributeName</attribute> - <attribute>attributeType</attribute> - </commonAttributes> - <commonAttributes ref="animTargetAttrs"> - <includeAttributes ref="xlinkRefAttrs"/> - <attribute>xlink:href</attribute> - <attribute>attributeName</attribute> - <attribute>attributeType</attribute> - </commonAttributes> - <commonAttributes ref="animTimingAttrs"> - <attribute>begin</attribute> - <attribute>dur</attribute> - <attribute>end</attribute> - <attribute>min</attribute> - <attribute>max</attribute> - <attribute>restart</attribute> - <attribute>repeatCount</attribute> - <attribute>repeatDur</attribute> - <attribute>fill</attribute> - </commonAttributes> - <commonAttributes ref="animValueAttrs"> - <attribute>calcMode</attribute> - <attribute>values</attribute> - <attribute>keyTimes</attribute> - <attribute>keySplines</attribute> - <attribute>from</attribute> - <attribute>to</attribute> - <attribute>by</attribute> - </commonAttributes> - <commonAttributes ref="animAdditionAttrs"> - <attribute>additive</attribute> - <attribute>accumulate</attribute> - </commonAttributes> - <element> - <tagname>a</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <attribute>xmlns:xlink</attribute> - <attribute>xlink:type</attribute> - <attribute>xlink:role</attribute> - <attribute>xlink:arcrole</attribute> - <attribute>xlink:title</attribute> - <attribute>xlink:show</attribute> - <attribute>xlink:actuate</attribute> - <attribute>xlink:href</attribute> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-All"/> - <attribute>transform</attribute> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>target</attribute> - </attributes> - </element> - <element> - <tagname>circle</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-FillStroke"/> - <includeAttributes ref="PresentationAttributes-Graphics"/> - <attribute>transform</attribute> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>cx</attribute> - <attribute>cy</attribute> - <attribute>r</attribute> - </attributes> - </element> - <element> - <tagname>altGlyph</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="xlinkRefAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <attribute>xlink:href</attribute> - <attribute>glyphRef</attribute> - <attribute>format</attribute> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-FillStroke"/> - <includeAttributes ref="PresentationAttributes-FontSpecification"/> - <includeAttributes ref="PresentationAttributes-Graphics"/> - <includeAttributes ref="PresentationAttributes-TextContentElements"/> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>x</attribute> - <attribute>y</attribute> - <attribute>dx</attribute> - <attribute>dy</attribute> - <attribute>rotate</attribute> - </attributes> - </element> - <element> - <tagname>altGlyphDef</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - </attributes> - </element> - <element> - <tagname>altGlyphItem</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - </attributes> - </element> - <element> - <tagname>animate</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <attribute>externalResourcesRequired</attribute> - <includeAttributes ref="animationEvents"/> - <includeAttributes ref="animElementAttrs"/> - <includeAttributes ref="animAttributeAttrs"/> - <includeAttributes ref="animTimingAttrs"/> - <includeAttributes ref="animValueAttrs"/> - <includeAttributes ref="animAdditionAttrs"/> - </attributes> - </element> - <element> - <tagname>animateColor</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <attribute>externalResourcesRequired</attribute> - <includeAttributes ref="animationEvents"/> - <includeAttributes ref="animElementAttrs"/> - <includeAttributes ref="animAttributeAttrs"/> - <includeAttributes ref="animTimingAttrs"/> - <includeAttributes ref="animValueAttrs"/> - <includeAttributes ref="animAdditionAttrs"/> - </attributes> - </element> - <element> - <tagname>animateMotion</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <attribute>externalResourcesRequired</attribute> - <includeAttributes ref="animationEvents"/> - <includeAttributes ref="animElementAttrs"/> - <includeAttributes ref="animTimingAttrs"/> - <attribute>calcMode</attribute> - <attribute>values</attribute> - <attribute>keyTimes</attribute> - <attribute>keySplines</attribute> - <attribute>from</attribute> - <attribute>to</attribute> - <attribute>by</attribute> - <includeAttributes ref="animAdditionAttrs"/> - <attribute>path</attribute> - <attribute>keyPoints</attribute> - <attribute>rotate</attribute> - <attribute>origin</attribute> - </attributes> - </element> - <element> - <tagname>animateTransform</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <attribute>externalResourcesRequired</attribute> - <includeAttributes ref="animationEvents"/> - <includeAttributes ref="animElementAttrs"/> - <includeAttributes ref="animAttributeAttrs"/> - <includeAttributes ref="animTimingAttrs"/> - <includeAttributes ref="animValueAttrs"/> - <includeAttributes ref="animAdditionAttrs"/> - <attribute>type</attribute> - </attributes> - </element> - <element> - <tagname>clipPath</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-FillStroke"/> - <includeAttributes ref="PresentationAttributes-FontSpecification"/> - <includeAttributes ref="PresentationAttributes-Graphics"/> - <includeAttributes ref="PresentationAttributes-TextContentElements"/> - <includeAttributes ref="PresentationAttributes-TextElements"/> - <attribute>transform</attribute> - <attribute>clipPathUnits</attribute> - </attributes> - </element> - <element> - <tagname>color-profile</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="xlinkRefAttrs"/> - <attribute>xlink:href</attribute> - <attribute>local</attribute> - <attribute>name</attribute> - <attribute>rendering-intent</attribute> - </attributes> - </element> - <element> - <tagname>cursor</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="xlinkRefAttrs"/> - <attribute>xlink:href</attribute> - <includeAttributes ref="testAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>x</attribute> - <attribute>y</attribute> - </attributes> - </element> - <element> - <tagname>defs</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <includeAttributes ref="PresentationAttributes-All"/> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <attribute>transform</attribute> - </attributes> - </element> - <element addText="true"> - <tagname>desc</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <includeAttributes ref="StructuredText"/> - <attribute>class</attribute> - <attribute>style</attribute> - </attributes> - </element> - <element> - <tagname>ellipse</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-FillStroke"/> - <includeAttributes ref="PresentationAttributes-Graphics"/> - <attribute>transform</attribute> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>cx</attribute> - <attribute>cy</attribute> - <attribute>rx</attribute> - <attribute>ry</attribute> - </attributes> - </element> - <element> - <tagname>feBlend</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="filter_primitive_attributes_with_in"/> - <attribute>in2</attribute> - <attribute>mode</attribute> - </attributes> - </element> - <element> - <tagname>feColorMatrix</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="filter_primitive_attributes_with_in"/> - <attribute>type</attribute> - <attribute>values</attribute> - </attributes> - </element> - <element> - <tagname>feComponentTransfer</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="filter_primitive_attributes_with_in"/> - </attributes> - </element> - <element> - <tagname>feComposite</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="filter_primitive_attributes_with_in"/> - <attribute>in2</attribute> - <attribute>operator</attribute> - <attribute>k1</attribute> - <attribute>k2</attribute> - <attribute>k3</attribute> - <attribute>k4</attribute> - </attributes> - </element> - <element> - <tagname>feConvolveMatrix</tagname> - <attributes> - <includeAttributes ref="filter_primitive_attributes_with_in"/> - <attribute>order</attribute> - <attribute>kernelMatrix</attribute> - <attribute>divisor</attribute> - <attribute>bias</attribute> - <attribute>targetX</attribute> - <attribute>targetY</attribute> - <attribute>edgeMode</attribute> - <attribute>kernelUnitLength</attribute> - <attribute>preserveAlpha</attribute> - </attributes> - </element> - <element> - <tagname>feDistantLight</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <attribute>azimuth</attribute> - <attribute>elevation</attribute> - </attributes> - </element> - <element> - <tagname>feDiffuseLighting</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-LightingEffects"/> - <includeAttributes ref="filter_primitive_attributes_with_in"/> - <attribute>surfaceScale</attribute> - <attribute>diffuseConstant</attribute> - </attributes> - </element> - <element> - <tagname>feDisplacementMap</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="filter_primitive_attributes_with_in"/> - <attribute>in2</attribute> - <attribute>scale</attribute> - <attribute>xChannelSelector</attribute> - <attribute>yChannelSelector</attribute> - </attributes> - </element> - <element> - <tagname>feFlood</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="filter_primitive_attributes_with_in"/> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-feFlood"/> - </attributes> - </element> - <element> - <tagname>feFuncR</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="component_transfer_function_attributes"/> - </attributes> - </element> - <element> - <tagname>feFuncG</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="component_transfer_function_attributes"/> - </attributes> - </element> - <element> - <tagname>feFuncB</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="component_transfer_function_attributes"/> - </attributes> - </element> - <element> - <tagname>feFuncA</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="component_transfer_function_attributes"/> - </attributes> - </element> - <element> - <tagname>feGaussianBlur</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="filter_primitive_attributes_with_in"/> - <attribute>stdDeviation</attribute> - </attributes> - </element> - <element> - <tagname>feOffset</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - </attributes> - </element> - <element> - <tagname>fePointLight</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <attribute>x</attribute> - <attribute>y</attribute> - <attribute>z</attribute> - </attributes> - </element> - <element> - <tagname>feImage</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="xlinkRefAttrs"/> - <attribute>xlink:href</attribute> - <includeAttributes ref="langSpaceAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-All"/> - <attribute>transform</attribute> - <includeAttributes ref="filter_primitive_attributes"/> - </attributes> - </element> - <element> - <tagname>feMerge</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="filter_primitive_attributes"/> - </attributes> - </element> - <element> - <tagname>feMergeNode</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <attribute>in</attribute> - </attributes> - </element> - <element> - <tagname>feMorphology</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="filter_primitive_attributes_with_in"/> - <attribute>operator</attribute> - <attribute>radius</attribute> - </attributes> - </element> - <element> - <tagname>feOffset</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="filter_primitive_attributes_with_in"/> - <attribute>dx</attribute> - <attribute>dy</attribute> - </attributes> - </element> - <element> - <tagname>feSpecularLighting</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-LightingEffects"/> - <includeAttributes ref="filter_primitive_attributes_with_in"/> - <attribute>surfaceScale</attribute> - <attribute>specularConstant</attribute> - <attribute>specularExponent</attribute> - </attributes> - </element> - <element> - <tagname>feSpotLight</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <attribute>x</attribute> - <attribute>y</attribute> - <attribute>z</attribute> - <attribute>pointsAtX</attribute> - <attribute>pointsAtY</attribute> - <attribute>pointsAtZ</attribute> - <attribute>specularExponent</attribute> - <attribute>limitingConeAngle</attribute> - </attributes> - </element> - <element> - <tagname>feTile</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="filter_primitive_attributes_with_in"/> - </attributes> - </element> - <element> - <tagname>feTurbulence</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="filter_primitive_attributes"/> - <attribute>baseFrequency</attribute> - <attribute>numOctaves</attribute> - <attribute>seed</attribute> - <attribute>stitchTiles</attribute> - <attribute>type</attribute> - </attributes> - </element> - <element> - <tagname>filter</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="xlinkRefAttrs"/> - <attribute>xlink:href</attribute> - <includeAttributes ref="langSpaceAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-All"/> - <attribute>filterUnits</attribute> - <attribute>primitiveUnits</attribute> - <attribute>x</attribute> - <attribute>y</attribute> - <attribute>width</attribute> - <attribute>height</attribute> - <attribute>filterRes</attribute> - </attributes> - </element> - <element> - <tagname>font</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-All"/> - <attribute>horiz-origin-x</attribute> - <attribute>horiz-origin-y</attribute> - <attribute>horiz-adv-x</attribute> - <attribute>vert-origin-x</attribute> - <attribute>vert-origin-y</attribute> - <attribute>vert-adv-y</attribute> - </attributes> - </element> - <element> - <tagname>font-face</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <attribute>font-family</attribute> - <attribute>font-style</attribute> - <attribute>font-variant</attribute> - <attribute>font-weight</attribute> - <attribute>font-stretch</attribute> - <attribute>font-size</attribute> - <attribute>unicode-range</attribute> - <attribute>units-per-em</attribute> - <attribute>panose-1</attribute> - <attribute>stemv</attribute> - <attribute>stemh</attribute> - <attribute>slope</attribute> - <attribute>cap-height</attribute> - <attribute>x-height</attribute> - <attribute>accent-height</attribute> - <attribute>ascent</attribute> - <attribute>descent</attribute> - <attribute>widths</attribute> - <attribute>bbox</attribute> - <attribute>ideographic</attribute> - <attribute>alphabetic</attribute> - <attribute>mathematical</attribute> - <attribute>hanging</attribute> - <attribute>v-ideographic</attribute> - <attribute>v-alphabetic</attribute> - <attribute>v-mathematical</attribute> - <attribute>v-hanging</attribute> - <attribute>underline-position</attribute> - <attribute>underline-thickness</attribute> - <attribute>strikethrough-position</attribute> - <attribute>strikethrough-thickness</attribute> - <attribute>overline-position</attribute> - <attribute>overline-thickness</attribute> - </attributes> - </element> - <element> - <tagname>font-face-src</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - </attributes> - </element> - <element> - <tagname>font-face-uri</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="xlinkRefAttrs"/> - <attribute>xlink:href</attribute> - </attributes> - </element> - <element> - <tagname>font-face-format</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <attribute>string</attribute> - </attributes> - </element> - <element> - <tagname>font-face-name</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <attribute>name</attribute> - </attributes> - </element> - <element> - <tagname>foreignObject</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-All"/> - <attribute>transform</attribute> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>x</attribute> - <attribute>y</attribute> - <attribute>width</attribute> - <attribute>height</attribute> - <includeAttributes ref="StructuredText"/> - </attributes> - </element> - <element> - <tagname>definition-src</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="xlinkRefAttrs"/> - <attribute>xlink:href</attribute> - </attributes> - </element> - <element> - <tagname>g</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <includeAttributes ref="PresentationAttributes-All"/> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>externalResourcesRequired</attribute> - <attribute>style</attribute> - <attribute>transform</attribute> - <attribute>class</attribute> - </attributes> - </element> - <element> - <tagname>glyph</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-All"/> - <attribute>unicode</attribute> - <attribute>glyph-name</attribute> - <attribute>d</attribute> - <attribute>orientation</attribute> - <attribute>arabic-form</attribute> - <attribute>lang</attribute> - <attribute>horiz-adv-x</attribute> - <attribute>vert-origin-x</attribute> - <attribute>vert-origin-y</attribute> - <attribute>vert-adv-y</attribute> - </attributes> - </element> - <element> - <tagname>glyphRef</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="xlinkRefAttrs"/> - <attribute>xlink:href</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-FontSpecification"/> - <attribute>glyphRef</attribute> - <attribute>format</attribute> - <attribute>x</attribute> - <attribute>y</attribute> - <attribute>dx</attribute> - <attribute>dy</attribute> - </attributes> - </element> - <element> - <tagname>hkern</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <attribute>u1</attribute> - <attribute>g1</attribute> - <attribute>u2</attribute> - <attribute>g2</attribute> - <attribute>k</attribute> - </attributes> - </element> - <element> - <tagname>image</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="xlinkRefAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <includeAttributes ref="PresentationAttributes-Graphics"/> - <includeAttributes ref="PresentationAttributes-Images"/> - <includeAttributes ref="PresentationAttributes-Viewports"/> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <attribute>transform</attribute> - <attribute>preserveAspectRatio</attribute> - <attribute>xlink:href</attribute> - <attribute>x</attribute> - <attribute>y</attribute> - <attribute>width</attribute> - <attribute>height</attribute> - </attributes> - </element> - <element> - <tagname>line</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-FillStroke"/> - <includeAttributes ref="PresentationAttributes-Graphics"/> - <includeAttributes ref="PresentationAttributes-Markers"/> - <attribute>transform</attribute> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>x1</attribute> - <attribute>x2</attribute> - <attribute>y1</attribute> - <attribute>y2</attribute> - </attributes> - </element> - <element> - <tagname>linearGradient</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="xlinkRefAttrs"/> - <attribute>xlink:href</attribute> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-Gradients"/> - <attribute>gradientUnits</attribute> - <attribute>gradientTransform</attribute> - <attribute>class</attribute> - <attribute>x1</attribute> - <attribute>y1</attribute> - <attribute>x2</attribute> - <attribute>y2</attribute> - <attribute>spreadMethod</attribute> - </attributes> - </element> - <element> - <tagname>marker</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-All"/> - <attribute>viewBox</attribute> - <attribute>preserveAspectRatio</attribute> - <attribute>refX</attribute> - <attribute>refY</attribute> - <attribute>markerUnits</attribute> - <attribute>markerWidth</attribute> - <attribute>markerHeight</attribute> - <attribute>orient</attribute> - </attributes> - </element> - <element> - <tagname>mask</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-All"/> - <attribute>transform</attribute> - <attribute>maskUnits</attribute> - <attribute>maskContentUnits</attribute> - <attribute>x</attribute> - <attribute>y</attribute> - <attribute>width</attribute> - <attribute>height</attribute> - </attributes> - </element> - <element> - <tagname>metadata</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - </attributes> - </element> - <element> - <tagname>missing-glyph</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-All"/> - <attribute>d</attribute> - <attribute>horiz-adv-x</attribute> - <attribute>vert-origin-x</attribute> - <attribute>vert-origin-y</attribute> - <attribute>vert-adv-y</attribute> - </attributes> - </element> - <element> - <tagname>mpath</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="xlinkRefAttrs"/> - <attribute>xlink:href</attribute> - <attribute>externalResourcesRequired</attribute> - </attributes> - </element> - <element> - <tagname>path</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <includeAttributes ref="PresentationAttributes-FillStroke"/> - <includeAttributes ref="PresentationAttributes-Graphics"/> - <includeAttributes ref="PresentationAttributes-Markers"/> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>externalResourcesRequired</attribute> - <attribute>style</attribute> - <attribute>transform</attribute> - <attribute>class</attribute> - <attribute>d</attribute> - <attribute>pathLength</attribute> - </attributes> - </element> - <element> - <tagname>pattern</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="xlinkRefAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-All"/> - <attribute>viewBox</attribute> - <attribute>preserveAspectRatio</attribute> - <attribute>xlink:href</attribute> - <attribute>width</attribute> - <attribute>height</attribute> - <attribute>x</attribute> - <attribute>y</attribute> - <attribute>patternUnits</attribute> - <attribute>patternContentUnits</attribute> - <attribute>patternTransform</attribute> - </attributes> - </element> - <element> - <tagname>polygon</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <attribute>externalResourceRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-FillStroke"/> - <includeAttributes ref="PresentationAttributes-Graphics"/> - <includeAttributes ref="PresentationAttributes-Markers"/> - <attribute>transform</attribute> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>points</attribute> - </attributes> - </element> - <element> - <tagname>polyline</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <attribute>externalResourceRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-FillStroke"/> - <includeAttributes ref="PresentationAttributes-Graphics"/> - <includeAttributes ref="PresentationAttributes-Markers"/> - <attribute>transform</attribute> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>points</attribute> - </attributes> - </element> - <element> - <tagname>radialGradient</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="xlinkRefAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>style</attribute> - <attribute>class</attribute> - <includeAttributes ref="PresentationAttributes-Gradients"/> - <attribute>gradientTransform</attribute> - <attribute>xlink:href</attribute> - <attribute>cx</attribute> - <attribute>cy</attribute> - <attribute>r</attribute> - <attribute>fx</attribute> - <attribute>fy</attribute> - <attribute>gradientUnits</attribute> - <attribute>spreadMethod</attribute> - </attributes> - </element> - <element> - <tagname>rect</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-FillStroke"/> - <includeAttributes ref="PresentationAttributes-Graphics"/> - <attribute>transform</attribute> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>x</attribute> - <attribute>y</attribute> - <attribute>width</attribute> - <attribute>height</attribute> - <attribute>rx</attribute> - <attribute>ry</attribute> - </attributes> - </element> - <element> - <tagname>set</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <attribute>externalResourcesRequired</attribute> - <includeAttributes ref="animationEvents"/> - <includeAttributes ref="animElementAttrs"/> - <includeAttributes ref="animAttributeAttrs"/> - <includeAttributes ref="animTimingAttrs"/> - <attribute>to</attribute> - </attributes> - </element> - <element> - <tagname>script</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="xlinkRefAttrs"/> - <attribute>xlink:href</attribute> - <attribute>externalResourcesRequired</attribute> - <attribute>type</attribute> - </attributes> - </element> - <element> - <tagname>stop</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-Gradients"/> - <attribute>offset</attribute> - </attributes> - </element> - <element addText="true"> - <tagname>style</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <attribute>xml:space</attribute> - <attribute>type</attribute> - <attribute>media</attribute> - <attribute>title</attribute> - </attributes> - </element> - <element> - <tagname>svg</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <includeAttributes ref="PresentationAttributes-All"/> - <includeAttributes ref="graphicsElementEvents"/> - <includeAttributes ref="documentEvents"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <attribute>viewBox</attribute> - <attribute>preserveAspectRatio</attribute> - <attribute>zoomAndPan</attribute> - <attribute>x</attribute> - <attribute>y</attribute> - <attribute>width</attribute> - <attribute>height</attribute> - <attribute>contentScriptType</attribute> - <attribute>contentStyleType</attribute> - </attributes> - </element> - <element> - <tagname>switch</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <includeAttributes ref="PresentationAttributes-all"/> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <attribute>transform</attribute> - </attributes> - </element> - <element> - <tagname>symbol</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <attribute>externalResourcesRequired</attribute> - <includeAttributes ref="PresentationAttributes-All"/> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>class</attribute> - <attribute>style</attribute> - <attribute>viewBox</attribute> - <attribute>preserveAspectRatio</attribute> - </attributes> - </element> - <element> - <tagname>tref</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="xlinkRefAttrs"/> - <attribute>xlink:href</attribute> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-FillStroke"/> - <includeAttributes ref="PresentationAttributes-FontSpecification"/> - <includeAttributes ref="PresentationAttributes-Graphics"/> - <includeAttributes ref="PresentationAttributes-TextContentElements"/> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>x</attribute> - <attribute>y</attribute> - <attribute>dx</attribute> - <attribute>dy</attribute> - <attribute>rotate</attribute> - <attribute>textLength</attribute> - <attribute>lengthAdjust</attribute> - </attributes> - </element> - <element addText="true"> - <tagname>tspan</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-FillStroke"/> - <includeAttributes ref="PresentationAttributes-FontSpecification"/> - <includeAttributes ref="PresentationAttributes-Graphics"/> - <includeAttributes ref="PresentationAttributes-TextContentElements"/> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>x</attribute> - <attribute>y</attribute> - <attribute>dx</attribute> - <attribute>dy</attribute> - <attribute>rotate</attribute> - <attribute>textLength</attribute> - <attribute>lengthAdjust</attribute> - </attributes> - </element> - <element addText="true"> - <tagname>text</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-FillStroke"/> - <includeAttributes ref="PresentationAttributes-FontSpecification"/> - <includeAttributes ref="PresentationAttributes-Graphics"/> - <includeAttributes ref="PresentationAttributes-TextContentElements"/> - <includeAttributes ref="PresentationAttributes-TextElements"/> - <attribute>transform</attribute> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>x</attribute> - <attribute>y</attribute> - <attribute>textLength</attribute> - <attribute>lengthAdjust</attribute> - </attributes> - </element> - <element addText="true"> - <tagname>textPath</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="xlinkRefAttrs"/> - <attribute>xlink:href</attribute> - <includeAttributes ref="langSpaceAttrs"/> - <includeAttributes ref="testAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <includeAttributes ref="PresentationAttributes-FillStroke"/> - <includeAttributes ref="PresentationAttributes-FontSpecification"/> - <includeAttributes ref="PresentationAttributes-Graphics"/> - <includeAttributes ref="PresentationAttributes-TextContentElements"/> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>startOffset</attribute> - <attribute>textLength</attribute> - <attribute>lengthAdjust</attribute> - <attribute>method</attribute> - <attribute>spacing</attribute> - </attributes> - </element> - <element addText="true"> - <tagname>title</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <includeAttributes ref="StructuredText"/> - <attribute>class</attribute> - <attribute>style</attribute> - </attributes> - </element> - <element> - <tagname>use</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <includeAttributes ref="xlinkRefAttrs"/> - <includeAttributes ref="testAttrs"/> - <includeAttributes ref="langSpaceAttrs"/> - <includeAttributes ref="PresentationAttributes-All"/> - <includeAttributes ref="graphicsElementEvents"/> - <attribute>externalResourcesRequired</attribute> - <attribute>class</attribute> - <attribute>style</attribute> - <attribute>transform</attribute> - <attribute>xlink:href</attribute> - <attribute>x</attribute> - <attribute>y</attribute> - <attribute>width</attribute> - <attribute>height</attribute> - </attributes> - </element> - <element> - <tagname>vkern</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <attribute>u1</attribute> - <attribute>g1</attribute> - <attribute>u2</attribute> - <attribute>g2</attribute> - <attribute>k</attribute> - </attributes> - </element> - <element> - <tagname>view</tagname> - <attributes> - <includeAttributes ref="stdAttrs"/> - <attribute>externalResourcesRequired</attribute> - <attribute>viewBox</attribute> - <attribute>preserveAspectRatio</attribute> - <attribute>zoomAndPan</attribute> - <attribute>viewTarget</attribute> - </attributes> - </element> -</elements> |