/*
 * ENUM: SE_HS_MULTIPLICITY_INTERPRETATION_ENUM
 *
 *   Used to indicate how to interpret the multiplicity field of
 *   a <Hierarchy Summary Item> object.
 */
typedef enum
{
SE_HS_EXACT_MULTIPLICITY, (notes)
SE_HS_ROUGH_ORDER_OF_MAGNITUDE, (notes)
SE_HS_UNKNOWN_MULTIPLICITY (notes)
} SE_HS_MULTIPLICITY_INTERPRETATION_ENUM;


Enumerator Notes

SE_HS_EXACT_MULTIPLICITY

 The multiplicity represents exactly how many of the object
 type it represents.

SE_HS_ROUGH_ORDER_OF_MAGNITUDE

 The multiplicity represents (roughly) the order of magnitude
 of the actual multiplicity, e.g. 10, 100, 1000, 10000...

SE_HS_UNKNOWN_MULTIPLICITY

 Objects of this type will be present, but the multiplicity is
 unknown. In this case, we recommend setting the multiplicity
 field of <Hierarchy Summary Item> to zero.
Prev: SE_GRID_OVERLAP_OP_ENUM. Next: SE_ID. Up:Index