// THIS CODE WAS GENERATED WITH THE GENERIC WORKFLOW NODES FOR KNIME NODE GENERATOR
// DO NOT MODIFY
package de.openms.knime.nodes.XMLValidator;

import com.genericworkflownodes.knime.generic_node.GenericKnimeNodeModel;

import com.genericworkflownodes.knime.config.INodeConfiguration;
import com.genericworkflownodes.knime.custom.config.IPluginConfiguration;

/**
    @brief XMLValidator Node Model.
*/
public class XMLValidatorNodeModel extends GenericKnimeNodeModel {  
    protected XMLValidatorNodeModel(INodeConfiguration nodeConfig,
            IPluginConfiguration pluginConfig) {
        super(nodeConfig, pluginConfig, new String[][]{{"mzml" ,"mzdata" ,"featurexml" ,"mzid" ,"idxml" ,"consensusxml" ,"mzxml" ,"ini" ,"pepxml" ,"traml" ,"xml" }, {"xsd" },}, new String[][]{});
    }
}
