#include "ciflib.h"
CifSchema *cifConstructSchema(const int dataBlockIndex)
cifConstructSchema builds the schema for the data block specified by the input argument.
| dataBlockIndex | zero-based index of a data block within the current file |
A pointer to CifSchema is returned if the operation is successful, or NULL for failure.
| See also: | cifConstructSchemaByAlias |
|---|---|
| cifFreeSchema | |
| cifPrintSchema | |
| cifConstructSchemas | |
| cifConstructSchemasByAlias | |
| cifFreeSchemas | |
| cifPrintSchemas |