Object Schema Methodology
      ObjectSchemaMethodology is a XmlSchemaMethodology that consistently models information and its relationship to other objects.
In a data world, CascadeAll or CascadeDelete such that the information makes no sense outside the context of the parent.
The following XML is produced when extracting from the two tables PERSON(id,name,age) and PERSON_ADDRESS(person_id,role,line1,line2,line3,code) tables and would potentially be modelled as the following if there are only two roles for home and work.
        
        9021090210>
        Jack 
        25 
        
        1 Smith Street 
        Pretoria 
        0001
        
        
        15 Clonmore Road 
        Bryanston 
        2021
        
       
      
Relationships that are not CascadeAll or CascadeDelete are typically referenced via a reference to the object instead of embedding the entire objects structure.
An example would follow as:
        
        101020203 
        2009-05-30 
        15