<attributeGroup name="PresentationAttributes-Viewports">
<annotation>
<documentation>The following presentation attributes apply to elements that establish viewports</documentation>
</annotation>
<attribute name="clip" type="svg:ClipValueType" use="optional"/>
<attribute name="overflow" use="optional">
<simpleType>
<restriction base="string">
<enumeration value="visible"/>
<enumeration value="hidden"/>
<enumeration value="scroll"/>
<enumeration value="auto"/>
<enumeration value="inherit"/>
</restriction>
</simpleType>
</attribute>
</attributeGroup> |