기본 표시 클래스에서 사용되는 표준 규칙 클래스 샘플

이 클래스는 기본 표시 카테고리 클래스별 목록에서 사용됩니다. 여기에는 주어진 가족 구성원의 이름, 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>