|
ENTITY level_type SUBTYPE OF (complex_type); levels : LIST [1:4] OF UNIQUE level; value_type : simple_type; WHERE WR1: 'ISO13584_IEC61360_DICTIONARY_SCHEMA.NUMBER_TYPE' IN TYPEOF(value_type); END_ENTITY; -- level_type |
Entity data types and their attributesdata_type- complex_type - level_type levels: LIST [1:4] OF UNIQUE level; value_type: simple_type; |
Users: by entity attributesdata_typedata_type_element.type_definition property_DET.domain complex_type level_type Users: by defined types, not used by any entity attributelevel_type- |
Global rules for this entity data type- |