Sample of Standard Rule Class Used by the Main Display Class

This class is used in a list by the main display category class. It holds the name, concernRoleID and total income for a given family member.

<Class
 name="CaseParticipantClass"
>
  
  <Attribute name="concernRoleID">
    <Annotations>
      <Display/>
    </Annotations>
    ...
  </Attribute>
  
  <Attribute name="participantFullName">
    <Annotations>
      <Display/>
    </Annotations>
    ...
  </Attribute>
  
  <Attribute name="participantTotalIncome">
    <Annotations>
      <Display domain="CURAM_MONEY"/>
    </Annotations>
    ...
  </Attribute>
</Class>