The SEDRIS Data Representation Model
APPENDIX C - Types
SE_URN
/*
 * STRUCT: SE_URN
 *
 *   This data type specifies a string of ASCII characters, which as
 *   further restricted by IETF RFC 2396, forms a Uniform Resource Name
 *   (URN).
 */
typedef struct
{
SE_Short_Integer_Positive string_length;
SE_Character *string_value;
} SE_URN;



Prev: SE_Union_Reason. Next: SE_Variable_Code.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS