2.16.10 Attribute.DiscourageGrouping

The Attribute.DiscourageGrouping element specifies that the client application is to discourage the user from grouping on an attribute. This element is typically set true on attributes with highly unique values, such as a phone number. If the attribute is a key or an identifying attribute of an entity, the client application groups on the entity’s key columns instead.

The Attribute.DiscourageGrouping element is optional. If this element is present, its value MUST be a Boolean. A value of true specifies that grouping on this attribute is discouraged. If the Attribute.DiscourageGrouping element is not present, its value is interpreted as false.

The following is the parent element of the Attribute.DiscourageGrouping element.

Parent elements

Attribute

The following is the XML Schema definition of the Attribute.DiscourageGrouping element.

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