2.20 HiddenFields

The HiddenFields element specifies a collection of references to the fields and field folders that are not displayed for a role’s target entity when the role is used to reach the entity.

The HiddenFields element MUST contain at least one HiddenFields.FieldFolderItemID element and can contain more.

The following are the parent and child elements of the HiddenFields element.

Parent elements

Role

Child elements

HiddenFields.FieldFolderItemID

The following is the XML Schema definition of the HiddenFields element.          

 <xsd:element name="HiddenFields" minOccurs="0">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element name="FieldFolderItemID" type="xsd:QName" 
                    maxOccurs="unbounded" />
     </xsd:sequence>
   </xsd:complexType>
 </xsd:element>