Equipment Model Tables

In the Equipment model, there is no measurable data; most of the facts are relations.

The following table describes the reporting database tables and their descriptions.

TableDescription
Dim_EquipmentEquipment definitions.
Dim_EquipmentClassEquipment class definitions.
Fact_EquipmentActualEquipment actuals.
Fact_PropertiesOfEquipmentEquipment property configuration, including both class properties and instance properties.
Fact_ClassesOfEquipmentEquipment class and Equipment definition association.
Bridge_EquipmentHierarchyEquipment hierarchy table.

Equipment Hierarchy Table

The Bridge_EquipmentHierarchy table is designed to simplify reports that query multiple depths of the hierarchy information. For example, you can sum the total parts used in one organization.

The bridge table contains a pathway from each parent equipment to each subsidiary below it, including itself (zero length). For example, for the following equipment hierarchy:

  • ABC Medical Supply (1)
    • Chicago Branch (2)
      • Building 2 Production (4)
    • Detroit Branch (3)

The bridge table will look like:

EquipmentSubsidiaryLevelIsParentTopIsSubBottom
110YN
121YN
142YY
241NY
131YY
220NN
330NY
440NY

The following diagram illustrates the relationship between the Equipment model tables: