|
ENTITY Classification_attribute; id : STRING; name : OPTIONAL STRING; description : OPTIONAL STRING; allowed_values : OPTIONAL SET [1:?] OF Measure_item; characterized_class : Class_with_attributes; attribute_definition : Independent_property; END_ENTITY; -- Classification_attribute |
Entity data types and their attributesClassification_attributeid: STRING; (OPT) name: STRING; (OPT) description: STRING; (OPT) allowed_values: SET [1:?] OF Measure_item; characterized_class: Class_with_attributes; attribute_definition: Independent_property; |
Global rules for this entity data type- |