I want to create three top level sections within the wp admin area, which then list a group of wordpress custom post types. For eg.
Things to do: (Main Group) - Events (custom post type) - Attractions (custom post type) - Shopping (custom post type) - etc
Accommodation: (Another Main Group) - Hotel (custom post type) - Bed and Breakfasts (custom post type) - etc
I would rather do these and individual custom post types than using a custom taxonomy for better organisation and control.
Also each custom post type will more than likely has further of its own taxonomies applied - eg events might have a taxonomy of outdoors, indoors etc.
I know how to create individual post types, but Im not sure of how to group them in a top level hierarchy.