|
ENTITY User_defined_attribute_assignment SUBTYPE OF (Applied_independent_property); SELF\Applied_independent_property.base_independent_property : User_defined_attribute; SELF\Assigned_property.described_element : user_defined_attribute_assignment_select; END_ENTITY; -- User_defined_attribute_assignment |
Entity data types and their attributesAssigned_property(OPT) id: STRING; name: STRING; (OPT) description: STRING; described_element: property_assignment_select; Applied_independent_property base_independent_property: Independent_property; (RT) (DER) name: STRING; User_defined_attribute_assignment (RT) base_independent_property: User_defined_attribute; (RT) described_element: user_defined_attribute_assignment_select; |
Global rules for this entity data type- |