def create_family_f4(): return Family( "f4", Edit(SLEEP=2), RepeatString("NAME", ["a", "b", "c", "d", "e", "f"]), Family( "f5", RepeatInteger("VALUE", 1, 10), Task("t1", RepeatDate("DATE", 20101230, 20110105), Label("info", ""), Label("date", ""))))
def create_family_f3(): return Family("f3", Task("t1", Label("info", "")))