Interface representing the InterPro Match Complete (IPMC) result model from XML data. IPRMCResultModel

interface IPRMCResultModel {
    _declaration: Declaration;
    _doctype: string[];
    interpromatch: IPRMC[];
}

Properties

_declaration: Declaration

XML declaration metadata.

_doctype: string[]

Document type definition.

interpromatch: IPRMC[]

Array of IPMC data.