The SEDRIS Data Representation Model
APPENDIX C - Types
SE_HS_Multiplicity_Code
/*
 * REGISTERABLE ENUM: SE_HS_Multiplicity_Code
 *
 *   This data type is used to indicate how to interpret the multiplicity
 *   field of a <Hierarchy Summary Item> instance.
 */
typedef SE_Short_Integer SE_HS_Multiplicity_Code;
Enumerant Definition Value
SE_HSMULCOD_EXACT
 The multiplicity represents exactly how many of the object
 type it represents.
1
SE_HSMULCOD_ORDER_OF_MAGNITUDE
 The multiplicity represents (roughly) the order of magnitude
 of the actual multiplicity, such as 10, 100, 1000, 10000...
2
SE_HSMULCOD_UNKNOWN
 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.
3



Prev: SE_HLS_Data. Next: SE_HSV_Data.


Return to: Top of this Page, Type Index