2.7.11 Entity.Hidden

The Entity.Hidden element specifies that the entity is not to be displayed to the user.

The Entity.Hidden element is optional. If this element is present, its value MUST be a Boolean. A value of true specifies that the entity is not displayed to the user. If the Entity.Hidden element is not present, its value is interpreted as false.

The following is the parent element of the Entity.Hidden element.

Parent elements

Entity

The following is the XML Schema definition of the Entity.Hidden element.

 <xsd:element name="Hidden" type="xsd:boolean" minOccurs="0" />