KNNInput

Element Information

Model

Children: Extension

Attributes

QName Type Fixed Default Use Inheritable Annotation
compareFunction COMPARE-FUNCTION optional
field FIELD-NAME required
fieldWeight REAL-NUMBER 1 optional

Used By

Element KNNInputs

Source

<xs:element name="KNNInput">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="field" type="FIELD-NAME" use="required"/>
    <xs:attribute name="fieldWeight" type="REAL-NUMBER" default="1"/>
    <xs:attribute name="compareFunction" type="COMPARE-FUNCTION"/>
  </xs:complexType>
</xs:element>

Sample