2.2.4.2.2.16.2 MiningModelColumn
This complex type represents a column in a MiningModel.
-
<xsd:complexType name="MiningModelColumn"> <xsd:all> <xsd:element name="Name" type="xsd:string"/> <xsd:element name="ID" type="xsd:string" minOccurs="0"/> <xsd:element name="Description" type="xsd:string" minOccurs="0"/> <xsd:element name="SourceColumnID" type="xsd:string"/> <xsd:element name="Usage" minOccurs="0"> <xsd:simpleType> <xsd:restriction base="xsd:string" > <xsd:enumeration value="Key" /> <xsd:enumeration value="Input" /> <xsd:enumeration value="Predict" /> <xsd:enumeration value="PredictOnly" /> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="Filter" type="xsd:string" minOccurs="0"/> <xsd:element name="Translations" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="Translation" type="Translation" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="Columns" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="Column" type="MiningModelColumn" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="ModelingFlags" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="ModelingFlag" type="MiningModelingFlag" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="Annotations" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="Annotation" type="Annotation" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:all> </xsd:complexType>
Element |
Read-Only |
Default value |
Description |
---|---|---|---|
Name |
|
[Required] |
The object name. |
ID |
|
Defaults to Name |
The object ID string. |
Description |
|
Empty |
The object description. |
SourceColumnID |
|
Empty |
The ID of the source column in the parent structure. |
Usage |
|
"None"<98> |
Specifies the usage for this column within the MiningModel. If the column that is referenced by the SourceColumnID value is a key column, the Usage element MUST be set to "Key". |
Filter |
|
Empty |
A string that contains a valid DMX filter to be applied to nested table columns. An empty string or missing element implies no filter. This element is empty for non-table columns.<99> |
Translations |
|
Empty |
A collection of Translation objects. |
Columns |
|
Empty |
A set of Column objects. This is a nesting of this same type. It is used only for nested tables. |
ModelingFlags |
|
Empty |
A collection of ModelingFlag objects. |
Annotations |
|
Empty |
A collection of Annotation objects. |