ENTITY dated_effectivity

(* SCHEMA config_control_design; *)
  ENTITY dated_effectivity
    SUBTYPE OF (effectivity);
      effectivity_start_date : date_and_time;
      effectivity_end_date   : OPTIONAL date_and_time;
  END_ENTITY; -- dated_effectivity

Explicit Attributes

Entity dated_effectivity has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)effectivity
 effectivity_start_datedate_and_time (ENTITY)dated_effectivity
 effectivity_end_datedate_and_time (ENTITY)dated_effectivity

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity dated_effectivity inherits from the following supertypes:
  effectivity

Subtypes

    No subtypes

Referenced By

Entity dated_effectivity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 effectivity ENTITY dated_effectivity
 effectivity_requires_approval RULE effectivity
 subtype_mandatory_effectivity RULE effectivity


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:38:03-04:00