xpfCreateXmlConfiguration

FUNCTION xpfCreateXmlConfiguration (schemaId        : GENERIC;
                                    xmlConfigString : STRING;  
                                    nameSpace       : STRING; 
                                    nameSpaceAlias  : STRING; 
                                    xmlSchemaURL    : STRING;  
                                    options         : INTEGER; 
                                    parserMessage   : STRING)  
                                    xmlConfigId     : GENERIC;                

Use this function to ....

Arguments


TypeNameComment
GENERICschemaIdA numeric schemaID that uniquely identifies the associated Express schema in an EDMdatabase
STRINGxmlConfigStringThe actual configuration XML to be stored.
STRINGnameSpace

The namespace string to associate with the configuration. The parameter is optional. This is the namespace of elements contained in the UOS element of the generated XML

STRINGnameSpaceAliasThe namespace alias related to the namespace above.
STRINGxmlSchemaURLThe XML Schema URL related to the namespace above.
INTEGERoptionsCurrently unused.
STRINGparserMessage 

Return Value


 

TypeNameComment
GENERICxmlConfigId

The instance Id of the XML Configurations insert in the entity extent of edm_xml_configuration in the ExpressDataManager model.

Options


 

Example


<Missing Example>

 

See also

Filter by label

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

Â