attribute

Attribute definition

...

Syntax:

attribute Name Datatype [ Conditions ] ( PropertySet | ;)

attribute ActorCount  Number;

Name

Name of the attribute

Syntax:

<Identifier>

Restrictions:

Datatype

Datatype for the attribute

Syntax:

#Datatype

Conditions

Conditionally included attribute

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

Syntax:

conditionally AttributeCondition ( ,AttributeCondition )*

aggregate ActorData[] Biography() conditionally ActorBiography;

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