|
ENTITY composite_signal_property_relationship SUBTYPE OF (property_definition, property_definition_relationship); WHERE WR1: SELF\property_definition_relationship.related_property_definition.definition :<>: SELF\property_definition_relationship.relating_property_definition.definition; END_ENTITY; -- composite_signal_property_relationship |
Entity data types and their attributesproperty_definitionname: label; (OPT) description: text; definition: characterized_definition; (DER) id: identifier; property_definition_relationship name: label; description: text; relating_property_definition: property_definition; related_property_definition: property_definition; composite_signal_property_relationship - |
Global rules for this entity data type- |