3.1.4.1.3.11 classificationType Complex Type

The classificationType complex type specifies a classification identifier.<12>

 <xs:complexType name="classificationType">
     <xs:attribute name="rulePackId" type="xs:string" use="required" />
     <xs:attribute name="id" type="xs:string" use="required" />
     <xs:attribute name="minCount" type="xs:integer" use="optional" />
     <xs:attribute name="maxCount" type="xs:integer" use="optional" />
     <xs:attribute name="minConfidence" type="xs:integer" use="optional" />
     <xs:attribute name="maxConfidence" type="xs:integer" use="optional" />
 </xs:complexType>

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

Attribute

Type

Description

rulePackId

xs:string ([XMLSCHEMA2] section 3.2.1)

Specifies the rule pack identifier. This attribute MUST be present.

id

xs:string

Specifies the classification identifier. This attribute MUST be present.

minCount

xs:integer ([XMLSCHEMA2] section 3.3.13)

Specifies the minimum count. This attribute is optional.

maxCount

xs:integer

Specifies the maximum count. This attribute is optional.

minConfidence

xs:integer

Specifies the minimum confidence. This attribute is optional.

maxConfidence

xs:integer

Specifies the maximum confidence. This attribute is optional.