2.19.7 Role.Hidden

The Role.Hidden element specifies that the role is not to be displayed to the user.

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

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

Parent elements

Role

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

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