This is an example USDA result from adding a Cone to the a World Prim.

#usda 1.0
(
    defaultPrim = "World"
)

def Xform "World"
{
    def Cone "Cone"
    {
    }
}