Versions Compared

Key

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

...

Export an edmModel or parts of an edmModel to an Xml-formatted file on the file system. This function has an insufficient parameter list. Use the improved xpxWriteXMLFileEx instead. xpxWriteXMLFile has been kept for compatibility reasons.

Arguments

...

TypeNameComment
STRINGrepositoryNameThe name of the data repository that contains the model to make a XML representation of. Repository names are case sensitive.
STRINGmodelNameThe name of the data model from which data is to be exported to the specified XML File. Model names are case sensitive.
GENERICdataItem
STRINGheaderRepositoryNameThe 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>
STRINGheaderModelNameSpecifies 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>.
STRINGxmlConfigurationNameThe name of the XML configuration. NULL means no configuration.
STRINGxmlFileNameThe name of the XML file to be generated.
STRINGdiagnosticFileSpecifies 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.
STRINGencodingEDM

The encoding of data in EDM (source). Default is UTF8. Legal values are;

  • "UTF-8"
  • "UTF-16"
  • "ISO-10646-UCS-2"
  • "ISO-10646-UCS-4"
  • "ISO-LATIN-1"
  • "ISO-LATIN-2"
  • "ISO-8859-3"
  • "ISO-8859-4"
  • "ISO-8859-5"
  • "ISO-8859-6"
  • "ISO-8859-7"
  • "ISO-8859-8"
  • "ISO-8859-9"
  • "ISO-2022-jp"
  • "SHIFT_JIS"
  • "EUC-JP"
STRINGencodingXMLThe encoding of data in XML (target). Default is UTF8. Legal values are the same as for encodingEDM.
INTEGERoptionsA bitwise OR between the options described below.
INTEGERnumberOfWarningsthe number of warnings generated by EDM when the model was exported.
INTEGERnumberOfErrorsthe number of errors encountered when the model was exported.
INTEGERsdaiErrorany EDMinterface error code returned from the EDMserver.

...