The following procedure explains how to convert a local object into a global object.
Example Before Local to Global Conversions Within the Browser
Job is a child element of the Customer element.
Nickname is the attribute of the Name element.
After Conversions
Job became Job2, a global element.
Nickname became a global attribute.