Root properties element
The root properties element <RootProperties> corresponds
to the properties or fields on a particular type of entity. These elements
require an includefromtype
attribute that specifies the type for which this element applies. This
type correspond to property change nodes in the generated tree on the
specified type.
The root properties elements can contain the following elements.
- Property display elements (
<PropertyDisplay>), which override display logic for specific properties on the specified type. - Excluded property elements (
<ExcludedPropertyElements>), which define properties that you want to exclude from node generation.
<RootProperties includefromtype="EffectiveDatedFields" sortorder="2">
<PropertyDisplay propertyname="OfferingCode" value="ENTITY.getOfferingName(VALUE)"/>
</RootProperties>
