aggregate

Aggregated detail definition

...

Syntax:

aggregate Name [ IsArray ] Block (Attributes )[ Conditions ] ( PropertySet | ;)

Name

Name of the aggregate

Syntax:

<Identifier>

Restrictions:

IsArray

Flag that determines if the aggregate is an array or not

Syntax:

<"[]":"">

Block

Reference to aggregated block

Syntax:

<Identifier>

Restrictions:

Attributes

Parameters passed to detail block

Syntax:

[ AggregateAttribute ( ,AggregateAttribute )* ]

Conditions

Conditionally included aggregate

An aggregate that has conditions will only be part of the data if all given conditions evaluate to TRUE.

Syntax:

conditionally AggregateCondition ( ,AggregateCondition )*

aggregate ActorData[] Biography() conditionally ActorBiography;

This page is generated from IFS Developer Studio at 2021-08-13 08:48.