The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Index_Code
/*
 * REGISTERABLE ENUM: SE_Index_Code
 *
 *   This data type is used to specify various indexes that can be used
 *   within <Data Table> instances as <Axis> types and/or
 *   <Table Property Description> codes, which are too specific to the
 *   DRM to be specified as EAs in EDCS.
 */
typedef SE_Short_Integer SE_Index_Code;
Enumerant Definition Value
SE_IDXCODE_DATA_TABLE_COMPONENT
 Used to allow a <Data Table> to reference its Nth
 ordered <Data Table> component, where N is the value of
 the index being specified.
1
SE_IDXCODE_DATA_TABLE_LIBRARY
 Used to allow a <Data Table> to reference the Nth
 <Data Table> in its transmittal's <Data Table Library>,
 where N is the value of the index being specified.
2
SE_IDXCODE_IMAGE_MAPPING_FUNCTION
 Used to allow a <Data Table> cell to reference the
 Nth ordered <Image Mapping Function> component of
 the <Data Table>.
3
SE_IDXCODE_PROP_TABLE_REF_COMPONENT
 Used to allow a <Data Table> to reference its Nth
 ordered <Property Table Reference> component, where N
 is the value of the index being specified.
4



Prev: SE_Image_Wrap. Next: SE_Integer.


Return to: Top of this Page, Type Index