ENTITY item_reference
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY item_reference
SUPERTYPE OF (ONEOF
(item_reference_standard,
item_reference_proprietary,
item_reference_library));
ref : identifier;
WHERE
WRI7 : LENGTH(ref) > 0;
END_ENTITY;
Explicit Attributes
Entity item_reference has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
ref | identifier (STRING) | item_reference |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity item_reference has the following subtypes:
item_reference_library*
item_reference_proprietary*
item_reference_standard*
* - Immediate Subtypes
Referenced By
Entity item_reference 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