XmlConfig: {
    complex: ComplexType | SaveData<ComplexType>;
    outLabel?: string;
    priorities?: Record<string, Record<string, number>>;
    typePaths: string[][] | "infinite";
}