Simple Mapping Configuration

The following simple mapping configuration is defined for HouseHoldMember dynamic evidence type.:

<?xml version="1.0" encoding="UTF-8"?>
<application-builder-config >
    <evidence-config package="curam.gumbo.evidence">
        <entity name="HouseHoldMember" ev-type-code="DE_HMEMBER"/>
    </evidence-config>
</application-builder-config>

A developer must specify dynamic evidence type code in the 'ev-type-code' attribute. This is to enable the system to determine whether the evidence is static or dynamic. If this attribute is left blank or contains an invalid entry the system assumes that the type of evidence is static and will proceed to map the data.