SilverScreen Solid Modeler

SCHEMA_NODE

SCHEMA_NODE

Previous topic Next topic  

SCHEMA_NODE

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

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

Member

Description

name

schema name

description

schema description

first_attribute

pointer to first attribute within schema

next_schema

pointer to next schema

 

 

See Also

OBJECT_NODE, ATTRIBUTE_NODE

 

Header

silver.h, ssnodes.h