attributes

List of main entity attributes

All attributes that are either indexed, keys or used for connecting details.

Syntax:

attributes {
( Attribute )*
}

attributes {
   key       MovieId       Number;
   indexed   Title         Text;
}

List of entity attributes

All attributes that are either indexed, keys or used for connecting details.

Syntax:

attributes {
( Attribute )*
}

attributes {
   key       MovieId       Number;
   indexed   Title         Text;
}

This page is generated from IFS Developer Studio - for latest update, see help pages in the tool itself.