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:
AttributeTypeDefined By
 ididentifier (STRING)document
 namelabel (STRING)document
 descriptiontext (STRING)document
 kinddocument_type (ENTITY)document
 classidentifier (STRING)document_with_class

Derived Attributes

Entity document_standard has the following local and inherited derived attributes:
AttributeTypeDefined By
 clausesSET OF document_usage_constraint (ENTITY)document_standard

Inverse Attributes

Entity document_standard has the following local and inherited inverse attributes:
AttributeTypeDefined By
 representation_typesSET OF document_representation_type (ENTITY)document
 relevant_clausesSET OF document_usage_constraint (ENTITY)document_standard

Supertypes

Entity document_standard inherits from the following supertypes:
  document
    document_with_class

Subtypes

    No subtypes

Referenced By

Entity document_standard and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_document_relationship FUNCTION document
 document ENTITY document_with_class
 document_relationship ENTITY document
 document_representation_type ENTITY document
 document_standard ENTITY document
 document_usage_constraint ENTITY document
 document_with_class ENTITY document_standard
 select_generic_item SELECT document


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00