3.1.4.1.3.3 mce:AffinityType Complex Type

The AffinityType complex type specifies an affinity-based classification type.<7>

 <xs:complexType name="AffinityType">
   <xs:sequence>
     <xs:element name="Evidence" type="mce:EvidenceType" maxOccurs="unbounded"/>
     <xs:element name="Version" type="mce:VersionedEvidenceType" minOccurs="0" maxOccurs="unbounded" />
   </xs:sequence>
   <xs:attribute name="id" type="mce:GuidType" use="required"/>
   <xs:attribute name="evidencesProximity" type="mce:ProximityType" use="required"/>
   <xs:attribute name="thresholdConfidenceLevel" type="mce:ProbabilityType" use="required"/>
   <xs:attribute name="workload" type="mce:WorkloadType"/>
 </xs:complexType>

The following table lists the child elements of the AffinityType complex type.

Element

Type

Description

Evidence

mce:EvidenceType (section 3.1.4.1.3.17)

Specifies the rules that are matched for an affinity-based classification.

Version

mce:VersionedEvidenceType (section 3.1.4.1.3.66)

Specified the version of a list of evidences.

The following table lists the attributes of the AffinityType complex type.

Attribute

Type

Description

id

mce:GuidType (section 3.1.4.1.4.1)

Specifies the rule identifier. This attribute MUST be present.

evidencesProximity

mce:ProximityType (section 3.1.4.1.4.11)

Specifies the proximity value used by the classification engine. This attribute MUST be present.

thresholdConfidenceLevel

mce:ProbabilityType (section 3.1.4.1.4.10)

Specifies the confidence level threshold used by the classification engine to trigger an action. This attribute MUST be present.

workload

mce:WorkloadType (section 3.1.4.1.4.15)

This attribute is not used.