<rule>
(Rule)
This element allows for a rule to be specified which changes the value of an existing constraint.
<ruleLst> <rule type="primFontSz" val="2" /> </ruleLst>
In this example a rule is being defined that will shrink the primary font size down to a lower limit of 2pt font when the text no longer fits correctly in the layout node. ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
Factor used in a reference constraint or a rule in order to modify a referenced value by the factor defined. <constr type="w" for="ch" forName="transition1" refType="w" refFor="ch" refForName="node1" op="equ" fact="0.1"/> In this example, the width for The possible values for this attribute are defined by the XML Schema double datatype. |
|
Specifies the axis of layout nodes to apply a constraint or rule to. <constr type="w" for="ch" forName="transition1" refType="w" refFor="ch" refForName="node1" op="equ" fact="0.1"/> In this example, the The possible values for this attribute are defined by the ST_ConstraintRelationship simple type (§5.9.7.20). |
|
Specifies the name of the layout node to apply a constraint or rule to. <constr type="w" for="ch" forName="transition1" refType="w" refFor="ch" refForName="node1" op="equ" fact="0.1"/> In this example, The possible values for this attribute are defined by the XML Schema string datatype. |
|
Sets the maximum value for a constraint so rules can no longer increase the constraint beyond that value. The possible values for this attribute are defined by the XML Schema double datatype. |
|
Specifies the type of data point to select. The possible values for this attribute are defined by the ST_ElementType simple type (§5.9.7.25). |
|
Specifies the constraint to apply to this layout node. <constr type="w" for="ch" forName="transition1" refType="w" refFor="ch" refForName="node1" op="equ" fact="0.1"/> In this example, The possible values for this attribute are defined by the ST_ConstraintType simple type (§5.9.7.21). |
|
Specifies an absolute value instead of reference another constraint. <constr type="w" for="ch" forName="transition1" val="10"/> In this example, The possible values for this attribute are defined by the XML Schema double datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_NumericRule">
<sequence>
<element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
<attributeGroup ref="AG_ConstraintAttributes"/>
<attribute name="val" type="xsd:double" use="optional" default="NaN"/>
<attribute name="fact" type="xsd:double" use="optional" default="NaN"/>
<attribute name="max" type="xsd:double" use="optional" default="NaN"/>
</complexType>