Definitions for "Enumerations"
Keywords:  surprise, python, xml, scripts, via
Enumerations is a collection of C, C++ and Python files containing, surprise, enumerations. These files are generated from xml files via python scripts.
Enumerations are lists of possible values for a given attribute. They may be global or local. Global enumerations named may be used by other attributes within a component. A local enumeration is unnamed and may only be used by the attribute containing it.