ENTITY release
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY release
ABSTRACT SUPERTYPE OF (ONEOF
(release_logical, release_spring_linear, release_spring_non_linear));
release_name : label;
release_description : OPTIONAL text;
INVERSE
release_for_element_nodes : SET [1:?] OF element_node_connectivity FOR fixity;
END_ENTITY;
Explicit Attributes
Entity release has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
release_name | label (STRING) | release |
release_description | text (STRING) | release |
|
Derived Attributes
No derived attributes
Inverse Attributes
Entity release has the following local and inherited inverse attributes:
Supertypes
No supertypesSubtypes
Entity release has the following subtypes:
release_logical*
release_spring_linear*
release_spring_non_linear*
release_warping
* - Immediate Subtypes
Referenced By
Entity release and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00