<ruleLst>
(Rule List)
This element is simply a list of rules.
This element allows for a rule to be specified which changes the value of an existing constraint.
example:
<ruleLst> <rule type="primFontSz" val="2" /> </ruleLst>
In this example a single rule is being defined in the <ruleLst>
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 |
---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Rules">
<sequence>
<element name="rule" type="CT_NumericRule" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>