ENTITY dated_effectivity

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

Explicit Attributes

Entity dated_effectivity has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)effectivity
 effectivity_end_datedate_time_or_event_occurrence (SELECT)dated_effectivity
 effectivity_start_datedate_time_or_event_occurrence (SELECT)dated_effectivity

Derived Attributes

Entity dated_effectivity has the following local and inherited derived attributes:
AttributeTypeDefined By
 namelabel (STRING)effectivity
 descriptiontext (STRING)effectivity

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
 description_attribute_select SELECT effectivity
 effectivity ENTITY dated_effectivity
 effectivity_assignment ENTITY effectivity
 name_attribute_select SELECT effectivity


[Top Level Definitions] [Exit]

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