2.19.8 Role.HiddenFields

The Role.HiddenFields element specifies a set of fields and field folders that the client application does not display for the role's target entity when the role is used to reach the entity. For example, the AddressType attribute is hidden when Address is displayed via the HomeAddress role.

The Role.HiddenFields element is optional. This element is of type HiddenFields. If the Role.HiddenFields element is not present, its value is interpreted as NULL.

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

Parent elements

Role

The following is the XML Schema definition of the Role.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>