3.1.4.1.4.18 mce:FingerprintValueType Simple Type
The FingerprintValueType simple type specifies the fingerprint value constraints. It must be a based64 encoded string with 2732 characters. <70>
<xs:simpleType name="FingerprintValueType">
<xs:restriction base="xs:string">
<xs:minLength value="2732"/>
<xs:maxLength value="2732"/>
</xs:restriction>
</xs:simpleType>