Oracle® Insurance XML Configuration Guide Release 10.2.0.0 E62439-01
The <Membership
>
element indicates that class membership needs to be evaluated for a client or policy level transaction.
Element/Tag |
Attribute |
Definition |
Element/Attribute Value |
---|---|---|---|
<Membership> |
|
Optional. |
|
<ClassGroup>
|
|
Required, repeatable element: The parent element that defines the details of the Class Membership calculation. |
|
TYPE |
Required attribute: Specifies the Class Group type for the Membership calculation. |
String: A code value from AsCode. |
|
DISPLAYMEMBERSHIPCLASS |
Optional attribute: Specifies the Class Membership types to display. |
String: All | LowestOnly All - Displays all available Membership Classes. LowestOnly - Displays only the leaf nodes or lowest level Membership Classes. |
|
<WriteMembership> |
|
Optional element: Determines whether Membership records should be written to the database. |
String: Yes | No | Name of an activity field or math variable with a value of Yes or No. Yes - Membership records should be committed to the database. No - Membership records should not be committed to the database. |
<EffectiveFromDate> |
|
Optional element: Defines the effective starting date of the Membership calculation. |
String: SystemDate | Activity:EffectiveDate | Name of an activity date field or math variable. The default value is the activity effective date. |
<EffectiveToDate> |
|
Optional element: Defines the effective ending date of the Membership calculation. |
String: SystemDate | Activity:EffectiveDate | Name of an activity date field or math variable. The default value is 12/31/9999. The EffectiveToDate must be on or after the EffectiveFromDate. Note: This will accept null a value and set it to the default value in case the user do not provide a value. |
<Membership>
<ClassGroup TYPE="[code]" DisplayMembershipClass="All|LowestOnly">
<WriteMembership>Yes|No|[text field]|[mathvariable]</WriteMembership >
<EffectiveFromDate>SystemDate|
Activity:EffectiveDate|
[date field|date mathvariable]</EffectiveFromDate>
<EffectiveToDate>SystemDate|
Activity:EffectiveDate|
[date field|date mathvariable]</EffectiveToDate>
</ClassGroup>
</Membership>
Copyright © 2009, 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices