<xs:element name="group">
<xs:annotation>
<xs:documentation>Defines a Schematron QuickFix group. If the group is linked by an assert or report, all QuickFixes of this group will be associated with the assert/report.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="1" maxOccurs="unbounded">
<xs:element ref="sqf:fix"/>
</xs:choice>
<xs:attribute name="id" use="required" type="xs:string">
<xs:annotation>
<xs:documentation>The ID to reference the QuickFix group.</xs:documentation>
<xs:documentation source="value">characters of type xs:ID. The value must be unique in the parent element.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="use-when" use="optional" type="xs:string" default="true()">
<xs:annotation>
<xs:documentation>The condition to provide the QuickFixes of the QuickFix group.</xs:documentation>
<xs:documentation source="value">XPath expression. It expects as return value an xs:boolean.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute ref="xml:lang"/>
<xs:attributeGroup ref="sch:foreign"/>
</xs:complexType>
</xs:element> |