EGL types

EGL provides several native types, and a language extender can add more. The most elemental are the simple native types. They have no sub-fields and can be categorized as follows:

Other native types have sub-fields:

As an EGL developer, you can create parts, which are types that are specific to your set of applications. For example, you might create a part named EmployeeRecordPart, from which you create an instance that has data on a specific employee.

The native types are further described in "Class classifier overview.”