|
ENTITY Numeric_user_defined_attribute SUBTYPE OF (User_defined_attribute); allowed_units : OPTIONAL SET [1:?] OF Unit; END_ENTITY; -- Numeric_user_defined_attribute |
Entity data types and their attributesIndependent_propertyid: STRING; property_type: STRING; (OPT) description: STRING; User_defined_attribute name: STRING; Numeric_user_defined_attribute (OPT) allowed_units: SET [1:?] OF Unit; |
Global rules for this entity data type- |