<complexType name="feFuncBType">
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="svg:animate"/>
<element ref="svg:set"/>
</choice>
<attributeGroup ref="svg:stdAttrs"/>
<attribute name="type" use="required">
<simpleType>
<restriction base="string">
<enumeration value="identity"/>
<enumeration value="table"/>
<enumeration value="discrete"/>
<enumeration value="linear"/>
<enumeration value="gamma"/>
</restriction>
</simpleType>
</attribute>
<attributeGroup ref="svg:component_transfer_function_attributes"/>
</complexType> |