The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Predef_Func_Arg_Structure
/*
 * STRUCT: SE_Predef_Func_Arg_Structure
 *
 *   This data type specifies the range of types that are valid for the
 *   <Predefined Function> argument being described.
 */
typedef struct
{

SE_Integer_Positive valid_type_count;1
EDCS_Attribute_Value_Type *valid_type_array;2
} SE_Predef_Func_Arg_Structure;


Field Notes

valid_type_count

count of valid types

valid_type_array

list of types that are valid for this argument




Prev: SE_Polygon_Flag. Next: SE_Predef_Func_Structure.


Return to: Top of this Page, Type Index