Extended document type info and Regula's 'Information Reference Systems' links

FDSIDList

interface FDSIDList {
    dCountryName?: string;
    dDescription?: string;
    dFormat?: DocumentFormat;
    dMRZ?: boolean;
    dStateCode?: string;
    dStateName?: string;
    dType?: DocumentType;
    dYear?: string;
    ICAOCode?: string;
    isDeprecated?: boolean;
    List?: number[];
}

Properties

dCountryName?: string

Issuing country name

FDSIDList

dDescription?: string

Document description

FDSIDList

dFormat?: DocumentFormat

FDSIDList

dMRZ?: boolean

Flag indicating the presence of MRZ on the document

FDSIDList

dStateCode?: string

Issuing state code

FDSIDList

dStateName?: string

Issuing state name

FDSIDList

dType?: DocumentType

FDSIDList

dYear?: string

Year of publication of the document

FDSIDList

ICAOCode?: string

ICAO code of the issuing country

FDSIDList

isDeprecated?: boolean

Whether the document is deprecated

FDSIDList

List?: number[]

Document identifiers in 'Information Reference Systems'

FDSIDList