...
Creates a new or modifies an existing XML Configuration for a compiled express schema in the EDMdatabase.
Any number of XML Configurations may be defined for each express schema. XML Configurations are stored and handled in the same way as query schemas and rule schemas. All XML Configurations are unique instances of the edm_xml_configuration entity in the ExpressDataManager model.
XML Configurations are protected objects in the EDMdatabase. Ownership and access rights may be set up individually on each XML Configuration in the same way as for any other protected database object in EDM.
Related functions: edmiDeleteXMLConfiguration , edmiDeleteXMLConfigurationBN , edmiGetXMLConfiguration , edmiGetXMLConfigurationBN , edmiGetXMLConfigurationId , edmiListXMLConfigurations
Header:
#include "sdai.h"
Prototype:
EdmiError edmiCreateXMLConfiguration(SdaiSchema schemaId,
SdaiString xmlConfigurationName,
SdaiString xmlConfigurationString,
SdaiString nameSpace,
SdaiString nameSpaceAlias,
SdaiString xmlSchemaURL,
SdaiUnsignedInt options,
SdaiInstance *xmlConfigurationId);
Arguments:
...