SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Classification_Entry
/*
 * STRUCT: SE_Classification_Entry
 *
 *   Represents a <Classification Data> instance, together with any
 *   qualifying <Property Value> components, for use within an
 *   SE_Classification_Parameters structure.
 *
 *   Note that the qualified <Classification Data> thus represented
 *   must comply with the DRM's constraints for qualified
 *   <Classification Data>.
 */
typedef struct
{
SE_Classification_Data_Fields class_data; (notes)
SE_Integer_Unsigned prop_val_count; (notes)
SE_Property_Value_Fields *prop_val_array; (notes)
} 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> being matched against
 this entry shall have.

prop_val_array

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



Prev: SE_Branch_Range_Matching. Next: SE_Classification_Parameters.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS