Tokens and Types : Record Token Types
 
Share this page                  
Record Token Types
Composite data structures are represented as record token types. A record type is a collection of named fields, each having a scalar token type. This collection is also referred to as a record schema. One way to view record tokens is as a row of a table, with the record schema matching the table schema.
Record token types correspond to Record Ports, the most common type of ports. For more information about record ports, see the Ports section in Application Model.
Note:  The record token type without any specified fields is abstract.