AttributeAuditNode (v12.2.13)
Node for the report attribute of AuditReportList, and for attribute-node of AttributeAuditNode in the request of a Save data action.
Namespace
http://xmlns.oracle.com/connector/webservice/12.2.13/data/types
Used By
AuditReportList, AttributeAuditNode, RelationshipAuditNode
Field | Type | Description |
---|---|---|
node-id | xsd:string
|
An identifier for the decision report node. When an attribute occurs more than once in a decision report, a reference is made to the first appearance by using this identifier. |
attribute-id | xsd:string
|
The name of the attribute for this decision report node |
attribute-type | AttributeTypeEnum | The data type of the attribute for this decision report node |
entity-id | xsd:string
|
The name of the type of entity this attribute is contained in |
instance-id | xsd:string
|
The unique identifier of the entity instance for this attribute |
is-user-set | xsd:boolean
|
The value of the attribute was set by the user. |
text | xsd:string
|
The text of the decision report for this node. For example "The child's serves of vegetables per day is 3." or "The child does not live at home." |
start-relevance | xsd:date
|
If the relevance does not start at the beginning of time, the first date on which the attribute became relevant to the decision report. Can only be set if temporal rules or values are in use. (optional) |
end-relevance | xsd:date
|
If the relevance does not continue to the end of time, the date on and after which the attribute was no longer relevant to the decision report. Can only be set if temporal rules or values are in use. (optional) |
change-point[] | ChangePoint | When an attribute has temporal change points, these fields indicate where those change points occur |
reference-tags | ReferenceTagList | Contains the reference tags. (optional) |
And also one of the following:
Field | Type | Description |
---|---|---|
boolean-val | xsd:boolean
|
For Boolean attributes, contains the value of the attribute |
date-val | xsd:date
|
For date attributes, contains the value of the attribute |
datetime-val | xsd:dateTime
|
For datetime attributes, contains the value of the attribute |
time-val | xsd:time
|
For time attributes, contains the value of the attribute |
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 |
And also one of the following:
Field | Type | Description |
---|---|---|
attribute-node | AttributeAuditNode | Decision report for another attribute that is relevant to the decision report for this attribute |
relationship-node | RelationishipAuditNode | Decision report for a relationship that is relevant to the decision report for this attribute |
already-proven-node | ReferenceAuditNode | A cross-reference to another decision report node that is relevant to the decision report for this attribute |