Running Example
Bookstore:
- Non Uniform Hierarchy
- sci-fi: 2 levels
- mystery: 3 levels
<books_and_customers><bookstore> <fiction> <sci-fi> <book> <isbn</isbn> <title>Do androids dream of electric sheep</title> <author>Philip K. Dick</author> </book> </sci-fi> <fantasy> <mystery> <book> <isbn</isbn> <title>The two towers</title> <author>JRR Tolkien</author> </book> </mystery> </fantasy> </fiction></bookstore><!-- continued next column -->
<name>Jason Woolsey</name>