SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Classification_Entry
/*
 * STRUCT: SE_Classification_Entry
 *
 *   This data type specifies single entry in the data provided by
 *   the SE_Classification_Parameters data type.
 *
 *   The qualified <Classification Data> instance thus represented
 *   shall comply with the DRM's constraints for qualified
 *   <Classification Data> instances.
 */
typedef struct
{

SE_Classification_Data_Fields class_data;1
SE_Integer_Unsigned prop_val_count;2
SE_Property_Value_Fields *prop_val_array;3
} SE_Classification_Entry;


Field Notes

class_data

The field values that a <Classification Data> instance being matched against this entry shall have.

prop_val_count

The number of qualifying <Property Value> instances that a <Classification Data> instance being matched against this entry shall have.

prop_val_array

The field values of the qualifying <Property Value> instances that a <Classification Data> instance being matched against this entry shall have.




Prev: SE_Branch_Range_Matching. Next: SE_Classification_Parameters.


Return to: Top of this Page, Type Index