EntityType (v12.2.5)
Entity data provided to and returned from an Interview action. Used to group all entity instances for a single entity type.
Note: Entities which are inferred by rules in the policy model must not be supplied in an Interview request.

<typ:entity id="person">
<typ:instance id="sue"/>
<typ:instance id="bobjr"/>
<typ:instance id="lilSue"/>
</typ:entity>
Namespace
http://oracle.com/determinations/server/interview/12.2.5/rulebase/types
Used By
EntityInstanceType, GlobalInstanceType
Field | Type | Description |
---|---|---|
id | xsd:string
|
The name of the entity |
instance[] | EntityInstanceType | All entity instances for this entity |