ENTITY drawing_revision_sequence

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
ENTITY drawing_revision_sequence;
  predecessor : drawing_revision;
  successor : drawing_revision;
WHERE
  wr1 : predecessor :<>: successor;
END_ENTITY; -- 10303-101: drawing_definition_schema

Explicit Attributes

Entity drawing_revision_sequence has the following local and inherited explicit attributes:
AttributeTypeDefined By
 predecessordrawing_revision (ENTITY)drawing_revision_sequence
 successordrawing_revision (ENTITY)drawing_revision_sequence

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:11-04:00