ChangePoint (v12.2.1)

Temporal change points for attribute values and decision report nodes provided to and returned from an Assess action.

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