<complexType name="clipPathType">
<sequence>
<group ref="svg:descTitleMetadata" minOccurs="0"/>
<choice minOccurs="0" maxOccurs="unbounded">
<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:animate"/>
<element ref="svg:set"/>
<element ref="svg:animateMotion"/>
<element ref="svg:animateColor"/>
<element ref="svg:animateTransform"/>
</choice>
</sequence>
<attributeGroup ref="svg:stdAttrs"/>
<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-FillStroke"/>
<attributeGroup ref="svg:PresentationAttributes-FontSpecification"/>
<attributeGroup ref="svg:PresentationAttributes-Graphics"/>
<attributeGroup ref="svg:PresentationAttributes-TextContentElements"/>
<attributeGroup ref="svg:PresentationAttributes-TextElements"/>
<attribute name="transform" type="svg:TransformListType" use="optional"/>
<attribute name="clipPathUnits" use="optional">
<simpleType>
<restriction base="string">
<enumeration value="userSpaceOnUse"/>
<enumeration value="userSpace"/>
<enumeration value="objectBoundingBox"/>
</restriction>
</simpleType>
</attribute>
</complexType> |