<complexType name="symbolType">
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="svg:desc"/>
<element ref="svg:title"/>
<element ref="svg:metadata"/>
<element ref="svg:defs"/>
<element ref="svg:path"/>
<element ref="svg:text"/>
<element ref="svg:rect"/>
<element ref="svg:circle"/>
<element ref="svg:ellipse"/>
<element ref="svg:line"/>
<element ref="svg:polyline"/>
<element ref="svg:polygon"/>
<element ref="svg:use"/>
<element ref="svg:image"/>
<element ref="svg:svg"/>
<element ref="svg:g"/>
<element ref="svg:view"/>
<element ref="svg:switch"/>
<element ref="svg:a"/>
<element ref="svg:altGlyphDef"/>
<element ref="svg:script"/>
<element ref="svg:style"/>
<element ref="svg:symbol"/>
<element ref="svg:marker"/>
<element ref="svg:clipPath"/>
<element ref="svg:mask"/>
<element ref="svg:linearGradient"/>
<element ref="svg:radialGradient"/>
<element ref="svg:pattern"/>
<element ref="svg:filter"/>
<element ref="svg:cursor"/>
<element ref="svg:font"/>
<element ref="svg:animate"/>
<element ref="svg:set"/>
<element ref="svg:animateMotion"/>
<element ref="svg:animateColor"/>
<element ref="svg:animateTransform"/>
<element ref="svg:color-profile"/>
<element ref="svg:font-face"/>
</choice>
<attributeGroup ref="svg:stdAttrs"/>
<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-All"/>
<attribute name="viewBox" type="svg:ViewBoxSpecType" use="optional"/>
<attribute name="preserveAspectRatio" type="svg:PreserveAspectRatioSpecType" default="xMidYMid meet"/>
<attributeGroup ref="svg:graphicsElementEvents"/>
</complexType> |