Beispiel der Standardregelklasse, die von der Hauptanzeigeklasse verwendet wird

Diese Klasse wird in einer Liste von der Klasse der Hauptanzeigekategorie verwendet. In ihr sind der Name, die Rollen-ID des Betroffenen (concernRoleID) und das Gesamteinkommen für ein bestimmtes Familienmitglied enthalten.

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