ENTITY document_with_class

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY document_with_class
SUPERTYPE OF (document_standard)
SUBTYPE OF (document);
	class : identifier;
END_ENTITY;  (*  STEP Part 41 (2nd edition unchanged) *)

Explicit Attributes

Entity document_with_class 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

    No derived attributes

Inverse Attributes

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

Supertypes

Entity document_with_class inherits from the following supertypes:
  document

Subtypes

Entity document_with_class has the following subtypes:
    document_standard*
* - Immediate Subtypes

Referenced By

Entity document_with_class 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
 select_generic_item SELECT document


[Top Level Definitions] [Exit]

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