This is an example USDA result to show that the Cube prim is the Child Prim of World.

#usda 1.0
(
    defaultPrim = "World"
)

def Xform "World"
{
    def Xform "Cube"
    {
    }
}