ChangePoint (v12.2.1)
Temporal change points for attribute values and decision report nodes provided to and returned from an Assess action.

In this example, the happiness of the people changes from being unknown before 1 January 2007 to false on 1 January 2007, and then changes to true on 28 February 2007.
<typ:attribute id="people_happy" type="boolean">
<typ:unknown-val/>
<typ:change-point date="2007-01-01">
<typ:boolean-val>false</boolean-val>
</typ:change-point>
<typ:change-point date="2007-02-28">
<typ:boolean-val>true</boolean-val>
</typ:change-point>
</typ:attribute>
Namespace
http://oracle.com/determinations/server/12.2.1/rulebase/assess/types
Used By
AttributeNodeType, AttributeType
Field | Type | Description |
---|---|---|
date | xsd:date
|
The date from which the new attribute value takes effect |
boolean-val | xsd:boolean
|
For Boolean attributes, contains the value of the attribute. Must be set to either "true" or "false". |
date-val | xsd:date
|
For date attributes, contains the value of the attribute. Must be set to a valid date in the yyyy-mm-dd format. I.e. <year>-<month as two digit number>-<day of month as two digit number> |
datetime-val | xsd:dateTime
|
For datetime attributes, contains the value of the attribute. Must be a valid date and time in the timezone for the policy model, in the format yyyy-mm-ddThh:mm:ss format. I.e. <year>-<month as two digit number>-<day of month>âTâ<hours 00-23>:<minutes 00-59>:<seconds 00-59> |
time-val | xsd:time
|
For time attributes, contains the value of the attribute. Must be a valid time in hh:mm:ss format. I.e. <hours 00-23>:<minutes 00-59>:<seconds 00-59> |
number-val | xsd:decimal
|
For number or currency attributes, contains the value of the attribute |
text-val | xsd:string
|
For text attributes, contains the value of the attribute |
uncertain-val | UncertainValue | For attributes of any type, this field is used when the attribute has the value uncertain |
unknown-val | UnknownValue | For attributes of any type, this field is used when the attribute has the value unknown |