ENTITY configuration_item

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

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

    No subtypes

Referenced By

Entity configuration_item and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 approval_item SELECT configuration_item
 configuration_design ENTITY configuration_item
 organization_item SELECT configuration_item
 person_and_organization_item SELECT configuration_item


[Top Level Definitions] [Exit]

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