Oracle® XML Configuration Guide Release 9.7.1.0 E51561-01
Many items associated to a policy are multiple instances of complex data types. It is necessary to construct loops that initially collect the instances and return each one during each iteration. This math variable type returns a single instance of an object from the object collection (SOURCEARRAY).
TYPE=OBJECT | ||||
---|---|---|---|---|
Element |
Attributes |
Attribute Value |
Element Value |
Definition |
<MathVariable> |
TYPE |
OBJECT |
|
|
|
OBJECTNAME |
Name of the object where the data resides. This coincides with a database table name. |
This will be the same OBJECTNAME listed in the associated TYPE=OBJECTLOOP statement. | |
|
SOURCEARRAY |
The VARIABLENAME of the associated OBJECTLOOP MathLoop. |
|
<MathVariable VARIABLENAME="IndividualClient" TYPE="OBJECT" OBJECTNAME="Client" SOURCEARRAY="ClientLoop"></MathVariable>
Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved. Legal notices.