ENTITY configuration_item

(* SCHEMA configuration_management_schema; *)
ENTITY configuration_item;
   id                  :  identifier;
   name                :  label;
   description         :  OPTIONAL text;
   item_concept        :  product_concept;
   purpose             :  OPTIONAL label;
END_ENTITY;

Explicit Attributes

Entity configuration_item has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)configuration_item
 namelabel (STRING)configuration_item
 descriptiontext (STRING)configuration_item
 item_conceptproduct_concept (ENTITY)configuration_item
 purposelabel (STRING)configuration_item

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity configuration_item has the following subtypes:
    configurable_item*
* - Immediate Subtypes

Referenced By

Entity configuration_item and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 configuration_design ENTITY configuration_item
 configuration_item_relationship ENTITY configuration_item


[Top Level Definitions] [Exit]

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