|
ENTITY External_functional_model SUBTYPE OF (Function_based_behaviour_model); external_file : Digital_file; END_ENTITY; -- External_functional_model |
Entity data types and their attributesRepresentation(OPT) id: STRING; (OPT) name: STRING; (OPT) description: STRING; context_of_items: Representation_context; items: SET [1:?] OF Representation_item; Function_based_behaviour_model (RT) context_of_items: Function_based_behaviour_representation_context; (RT) items: SET [1:?] OF Function_based_behaviour_representation_item; External_functional_model external_file: Digital_file; |
Global rules for this entity data type- |