Membership Element

The <Membership> element indicates that class membership needs to be evaluated for a client or policy level transaction.

Transaction Element/Attribute Table
Element/Tag Definition Attributes Element/Attribute Value and Description

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

XML Schema

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

 

 

 

 

 

Oracle Insurance Logo Copyright © 2017, Oracle and/or its affiliates. All rights reserved. About Oracle Insurance | Contact Us