edmiDeleteXMLConfiguration

EdmiError edmiDeleteXMLConfiguration(SdaiInstance xmlConfigurationId);

Deletes an XML Configuration for a compiled express schema in the EDMdatabase.

Arguments


TypeNameComment
SdaiInstance

xmlConfigurationId

Instance Id that uniquely identifies the XML Configuration.

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.

Options


 

Example


 

 EdmiError rstat;
 SdaiModel modId, dictModId;
 SdaiInstance xmlConfigId;
 SdaiSchema schemaId;
 modId = edmiGetModelBN("London", "Block34");
 sdaiGetAttrBN(modId, "UNDERLYING_SCHEMA", sdaiINSTANCE, &schemaId);
 dictModId = sdaiGetInstanceModel(schemaId);
 rstat = edmiGetXMLConfigurationId(dictModId, "XMLBlock", &xmlConfigId);
 if (rstat = edmiDeleteXMLConfiguration(xmlConfigId)) {
 printf("\nError %d in edmiDeleteXMLConfiguration: %s", rstat,
 edmiGetErrorText(rstat)); 
 goto Error; 
 }

 

See also

Filter by label

There are no items with the selected labels at this time.

Â