sqf:call-fix

This element calls another QuickFix within a QuickFix. The called QuickFix must be defined globally or for the same Schematron rule as the calling QuickFix. A calling QuickFix should not have other activity elements.

The calling QuickFix adopts the activity elements of the called QuickFix. With the help of parameters, these can be specified (see<a ref="#sqf_with-param">
  <icode type="element">sqf:with-param</icode>
</a>).

The description and other characteristics (e.g. @use-when) of the called QuickFix will not be adopted.

Element Information

Model

Children: sqf:with-param

Attributes

QName Type Fixed Default Use Inheritable Annotation
ref xs:string required
This attribute refers to a QuickFix by using the ID. The referred QuickFix must be defined globally or for the same Schematron rule as the referring QuickFix.