Entity element

An entity element (<Entity>) is exactly the same as a RootEntity element except that these elements have an ancestor element of type RootEntityElement or EntityElement. Since the ancestor entity element itself requires an entity at node generation time, these elements must additionally supply a parentpath expression.

This parentpath expression is a Gosu expression that returns an entity of the same type as the ancestor entity element. The expression can access a symbol ENTITY, which corresponds to the entity for the node. This symbol automatically has the appropriate Gosu type for the entity.

<Entity type="PersonalVehicleCov" parentpath="ENTITY.PersonalVehicle"/>