KDBDocumentSubType

Represents a document sub-type, for example Resident Permit (Visa).

KDBDocumentSubType.Id

= Id

The unique identifier of this document sub-type.

KDBDocumentSubType.Name

= Name

The name of this document sub-type.

KDBDocumentSubType.Mrz

= Mrz

The encoding of this document sub-type within the machine-readable zone.

KDBDocumentSubType.DocumentType

= DocumentType

The corresponding document type of this document sub-type.

See also

DocumentType for more information about the document type.

KDBDocumentSubType.RewriteDocumentType

= RewriteDocumentType

The document type that should be used for this document sub-type. If the system encounters this document sub-type, the document type will be re-interpreted to the given one. This can be used to normalise and correct for inconsistencies that are simply present in real-world applications.

See also

DocumentType for more information about the document type.

KDBDocumentSubType.RewriteDocumentNumber

= RewriteDocumentNumber

The type of document number that is used to represent the document number for a document of this document sub-type. If the system encounters this document sub-type, the document number will be re-interpreted to the given one. This can be used to normalise and correct for inconsistencies that are simply present in real-world applications.

See also

KDBDocumentNumber for more information about the document number (knowledge database).