ENTITY item_ref_source_standard
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 - See Issue 81 *)
ENTITY item_ref_source_standard
SUBTYPE OF (item_ref_source);
standardization_organization : label;
name_of_standard : label;
year_of_standard : year_number;
version_of_standard : OPTIONAL label;
INVERSE
standard_items : SET [0:?] OF item_reference_standard FOR source;
END_ENTITY;
Explicit Attributes
Entity item_ref_source_standard has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
standardization_organization | label (STRING) | item_ref_source_standard |
name_of_standard | label (STRING) | item_ref_source_standard |
year_of_standard | year_number (INTEGER) | item_ref_source_standard |
version_of_standard | label (STRING) | item_ref_source_standard |
|
Derived Attributes
No derived attributes
Inverse Attributes
Entity item_ref_source_standard has the following local and inherited inverse attributes:
Supertypes
Entity item_ref_source_standard inherits from the following supertypes:
item_ref_source
Subtypes
No subtypesReferenced By
Entity item_ref_source_standard 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