sqf:fixElements

Elements to define QuickFixes or QuickFix groups inside of a Schematron schema.

Element Group Information

Model

Children: sqf:fix, sqf:group

Used By

Element sqf:fixes

Source

<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>