ENTITY node_sequence

(* SCHEMA finite_element_analysis_control_and_result_schema; *)
ENTITY node_sequence;
  order_id                  : identifier;
  control_ref               : control;
  purpose                   : text;
  nodes                     : LIST [1:?] OF node_representation;
UNIQUE
  UR1: order_id, control_ref;
END_ENTITY;

Explicit Attributes

Entity node_sequence has the following local and inherited explicit attributes:
AttributeTypeDefined By
 order_ididentifier (STRING)node_sequence
 control_refcontrol (ENTITY)node_sequence
 purposetext (STRING)node_sequence
 nodesLIST OF node_representation (ENTITY)node_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:14:00-04:00