<xsd:complexType name="CT_NumericRule">
<xsd:sequence>
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
<xsd:attributeGroup ref="AG_ConstraintAttributes" />
<xsd:attribute name="val" type="xsd:double" use="optional" default="NaN">
<xsd:annotation>
<xsd:documentation>Value</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="fact" type="xsd:double" use="optional" default="NaN">
<xsd:annotation>
<xsd:documentation>Factor</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="max" type="xsd:double" use="optional" default="NaN">
<xsd:annotation>
<xsd:documentation>Max Value</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|