namespace GenericData; table GenericTask { id: int; file_info: string; time: string; description: string; is_video: bool; mask: int; header: string; user: string; recurring: int; notify: bool; } root_type GenericTask;