...
Type | Name | Comment |
STRING | repositoryName | The name of the data repository that contains the model to make a XML representation of. Repository names are case sensitive. |
STRING | modelName | The name of the data model from which data is to be exported to the specified XML File. Model names are case sensitive. |
GENERIC | dataItem | |
STRING | headerRepositoryName | The name of the data repository that contains the XML header model. Repository names are case sensitive. If this parameter is NULL or an empty string, <headerRepositoryName> will be set equal to <repositoryName> |
STRING | headerModelName | Specifies the name of the XML Header Model that will be exported to the Header Section in the resulting XML file. XML Header Model names are case sensitive. The specified XML Header Model must be located in the repository specified by the parameter <headerRepositoryName>. |
STRING | xmlConfigurationName | The name of the XML configuration. NULL means no configuration. |
STRING | xmlFileName | The name of the XML file to be generated. |
STRING | diagnosticFile | Specifies the file name for diagnostic information generated by this function. If no file name is supplied, i.e. the <diagnosticFileName> argument is set to NULL or an empty string, all diagnostic information will be written to the EDMinterface current output device. |
STRING | encodingEDM | The encoding of data in EDM (source). Default is UTF8. Legal values are;
|
STRING | encodingXML | |
INTEGER | options | A bitwise OR between the options described below. |
INTEGER | numberOfWarnings | the number of warnings generated by EDM when the model was exported. |
INTEGER | numberOfErrors | the number of errors encountered when the model was exported. |
INTEGER | sdaiError | any EDMinterface error code returned from the EDMserver. |
...