API Reference > Functions > SDAI > sdaiCreateSchemaInstance Function
sdaiCreateSchemaInstance Function
Syntax
C++
DAI_EXPORT SdaiSchemaInstance sdaiCreateSchemaInstance(SdaiString schemaInstanceName, SdaiSchema schema, SdaiRep repository);

sdai.h

Parameters 
Description 
SdaiString schemaInstanceName 
[in] A string that contains the schema instance name.  
SdaiRep repository 
[in] A SDAI repository to associate the created schema with.  
schemaName 
[in] A string that contains the schema name.  

An identifier of the created schema instance.

Creates a new SDAI schema instance.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.