Elements to define QuickFixes or QuickFix groups inside of a Schematron schema. |
Element | sqf:fixes |
<xs:group name="fixElements"> <xs:annotation> <xs:documentation>Elements to define QuickFixes or QuickFix groups inside of a Schematron schema.</xs:documentation> </xs:annotation> <xs:choice> <xs:element ref="sqf:fix"/> <xs:element ref="sqf:group"/> </xs:choice> </xs:group> |