XmlNodeParams: NodeParams & {
    initialValues?: Record<string, unknown>;
    schema?: XmlSchema;
    xmlConfig: XmlConfig;
}