Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxGetXmlConfigurationBN (schemaId            : GENERIC;
                                   xmlConfigName       : STRING;
                                   VAR xmlConfigId     : GENERIC;
                                   VAR xmlConfigString : STRING;
                                   VAR nameSpace       : STRING;
                                   VAR nameSpaceAlias  : STRING;
                                   VAR xmlSchemaURL    : STRING)
                                   status              : INTEGER;

Reads the XML Configuration data associated by a given XML Configuration Id.           

Arguments

...

TypeNameComment
GENERICschemaIdThe id that uniquely identifies the edmSchema for which the XML Configuration was created.
STRINGxmlConfigNameThe name that was assigned to the XML Configuration. 
GENERICxmlConfigIdThe instance Id that uniquely identifies the XML Configuration in the EDMdatabase
STRINGxmlConfigStringThe allocated string buffer containing the XML Configuration data
STRINGnameSpaceThe string buffer containing the namespace of the elements contained in the UOS element of the generated XML.
STRINGnameSpaceAliasThe allocated string buffer containing the alias of the namespace above
STRINGxmlSchemaURLThe allocated string buffer containing the XML Schema URL associated with the <nameSpace> above.

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"