pub const DMN_1001: &str = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<definitions namespace=\"https://dsntk.io/\"\n name=\"_1001\"\n id=\"_cf07a27f-362e-4459-98fd-79cc8bd458f2\"\n xmlns=\"https://www.omg.org/spec/DMN/20191111/MODEL/\">\n\n <description>\n Direct type recursion.\n Generally DMN specification does not allow recursive item definitions.\n This is a non-conformant exception for direct (tree-like) recursion.\n </description>\n\n <itemDefinition name=\"iTreeNode\">\n <itemComponent name=\"children\" isCollection=\"true\">\n <typeRef>iTreeNode</typeRef>\n </itemComponent>\n <itemComponent name=\"value\">\n <typeRef>number</typeRef>\n </itemComponent>\n </itemDefinition>\n \n</definitions>\n";