3.1.4.1.3.67 mce:FingerprintType Type

The FingerprintType complex type specifies properties of the fingerprint. <55>

 <xs:complexType name="FingerprintType">
   <xs:simpleContent>
     <xs:extension base="mce:FingerprintValueType">
       <xs:attribute name="id" type="xs:token" use="required"/>
       <xs:attribute name="threshold" type="mce:ProbabilityType" use="required"/>
       <xs:attribute name="shingleCount" type="xs:positiveInteger" use="required"/>
       <xs:attribute name="description" type="xs:string" use="optional"/>
     </xs:extension>
   </xs:simpleContent>
 </xs:complexType> 

The following table lists the attribute of the FingerprintType complex type.

Attribute

Type

Description

id

xs:token

Specifies the identifier of this fingerprint.

threshold

mce:ProbabilityType (section 3.1.4.1.4.10)

Specifies the percentage of containment that the fingerprint text processor will identify it as a matching item. The threshold level has to be a value between 1 and 100.

shingleCount

xs:positiveInteger

Specifies the number of shingles of the document that is used to generate fingerprint.

description

xs:string

Specifies the description of the fingerprint.