RuleSelectionMethod

Element Information

Model

Children: Extension

Attributes

QName Type Fixed Default Use Inheritable Annotation
criterion restriction of xs:string required

Used By

Element RuleSet

Source

<xs:element name="RuleSelectionMethod">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="criterion" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="weightedSum"/>
          <xs:enumeration value="weightedMax"/>
          <xs:enumeration value="firstHit"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample