xpfCreateXmlConfiguration
FUNCTION xpfCreateXmlConfiguration (schemaId : GENERIC; xmlConfigString : STRING; nameSpace : STRING; nameSpaceAlias : STRING; xmlSchemaURL : STRING; options : INTEGER; parserMessage : STRING) xmlConfigId : GENERIC;
Use this function to ....
Arguments
Type | Name | Comment |
GENERIC | schemaId | A numeric schemaID that uniquely identifies the associated Express schema in an EDMdatabase |
STRING | xmlConfigString | The actual configuration XML to be stored. |
STRING | nameSpace | 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 |
STRING | nameSpaceAlias | The namespace alias related to the namespace above. |
STRING | xmlSchemaURL | The XML Schema URL related to the namespace above. |
INTEGER | options | Currently unused. |
STRING | parserMessage | Â |
Return Value
Â
Type | Name | Comment |
GENERIC | xmlConfigId | 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.
Â