|
ENTITY Applied_independent_resource_property SUBTYPE OF (Resource_property); base_element_property : Independent_property; DERIVE SELF\Resource_property.name : STRING := base_element_property.property_type; END_ENTITY; -- Applied_independent_resource_property |
Entity data types and their attributesResource_propertyname: STRING; description: STRING; described_element: characterized_resource_select; Applied_independent_resource_property base_element_property: Independent_property; (RT) (DER) name: STRING; |
Global rules for this entity data type- |