<xs:element name="RuleSet">
<xs:complexType>
<xs:sequence>
<xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="RuleSelectionMethod" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="ScoreDistribution" minOccurs="0" maxOccurs="unbounded"/>
<xs:group ref="Rule" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="recordCount" type="NUMBER" use="optional"/>
<xs:attribute name="nbCorrect" type="NUMBER" use="optional"/>
<xs:attribute name="defaultScore" type="xs:string" use="optional"/>
<xs:attribute name="defaultConfidence" type="NUMBER" use="optional"/>
</xs:complexType>
</xs:element> |