<xsd:complexType name="CT_DynamicFilter">
<xsd:attribute name="type" type="ST_DynamicFilterType" use="required">
<xsd:annotation>
<xsd:documentation>Dynamic filter type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="val" type="xsd:double" use="optional">
<xsd:annotation>
<xsd:documentation>Value</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="maxVal" type="xsd:double" use="optional">
<xsd:annotation>
<xsd:documentation>Max Value</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|