VectorFields

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
numberOfFields INT-NUMBER optional

Used By

Source

<xs:element name="VectorFields">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="FieldRef"/>
        <xs:element ref="CategoricalPredictor"/>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="numberOfFields" type="INT-NUMBER" use="optional"/>
  </xs:complexType>
</xs:element>

Sample