3.1.4.1.3.17 mce:EvidenceType Complex Type
The EvidenceType complex type specifies the classification rules for an affinity-based classification.<18>
-
<xs:complexType name="EvidenceType"> <xs:sequence> <xs:choice maxOccurs="unbounded"> <xs:element name="Match" type="mce:MatchType"/> <xs:element name="Any" type="mce:AnyType"/> </xs:choice> </xs:sequence> <xs:attribute name="confidenceLevel" type="mce:ProbabilityType" use="required"/> </xs:complexType>
The following table lists the child elements of the EvidenceType complex type.
Element |
Type |
Description |
---|---|---|
Match |
mce:MatchType (section 3.1.4.1.3.26) |
Specifies a single classification rule to match. This element can occur zero or more times. |
Any |
mce:AnyType (section 3.1.4.1.3.4) |
Specifies two or more classification rules to match. This element can occur zero or more times. |
The following table lists the attribute of the EvidenceType complex type.
Attribute |
Type |
Description |
---|---|---|
confidenceLevel |
mce:ProbabilityType (section 3.1.4.1.4.10) |
Specifies the probability of a match. This attribute MUST be present. |