The Entity Node

The root node of a client metadata EUIM document is the Entity node. This contains attributes for specifying the name of the Entity as well as the display name for use on screens. You can also specify here whether or not the entity should be modifiable.

<Entity name="PaidEmployment"
        displayName="Paid Employment"
        modify="Yes"
      >
       ...
      </Entity>