| 
The SEDRIS Data Representation Model
 APPENDIX C - Types SE_URL  | 
|---|
/* * STRUCT: SE_URL * * This data type specifies a string of ASCII characters, which as * further restricted by IETF RFC 2396, forms a Uniform Resource Locator * (URL). */typedef struct
| SE_Integer_Unsigned | length; | |
| SE_Character | *characters; | 
  |