主显示类使用的标准规则类的样本

此类在列表中由主显示类别类使用。它包含给定家庭成员的姓名、concernRoleID 和总收入。

<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>