|  | ||
| 
 | SCHEMA_NODE | |||||||||||
| Structure | A data type that stores a schema definition and associated attributes 
 
 SCHEMA_NODE { NAME name; char *description; ATTRIBUTE_NODE *first_attribute; SCHEMA_NODE *next_schema; }; 
 
 | |||||||||||
| Members | 
 | |||||||||||
| See Also | 
 | |||||||||||
| Header | silver.h, ssnodes.h | |||||||||||