ENTITY document_standard
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY document_standard
SUBTYPE OF (document_with_class);
DERIVE
clauses : SET [1:?] OF document_usage_constraint := bag_to_set
(USEDIN(SELF,
'STRUCTURAL_FRAME_SCHEMA.DOCUMENT_USAGE_CONSTRAINT.SOURCE'));
INVERSE
relevant_clauses : SET [1:?] OF document_usage_constraint FOR source;
WHERE
WRD11 : ((SELF\document.kind.product_data_type = 'Standard Specification') OR
(SELF\document.kind.product_data_type = 'Code of Practice'));
END_ENTITY;
Explicit Attributes
Entity document_standard has the following local and inherited explicit attributes:
Derived Attributes
Entity document_standard has the following local and inherited derived attributes:
Inverse Attributes
Entity document_standard has the following local and inherited inverse attributes:
Supertypes
Entity document_standard inherits from the following supertypes:
document
document_with_class
Subtypes
No subtypesReferenced By
Entity document_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