DesignBuilder XML (dsbXML) is an alternative model file format that includes the full model description and is an XML equivalent of the SKH binary format that is compressed within standard DSB model files. File format aside, the only difference between dsbXML files and SKH files is that dsbXML files do not include calculation results.
DesignBuilder XML files have extension .xml and can be:
Exported using the File > Export > Export model as XML menu command, and,
Imported using the File > Import > Import model from XML menu command.
The dsbXML file format is especially useful in 2 ways:
It supports forward compatibility. In other words, you can import a dsbXML file exported in a more recent version of the software into an older version. Like the other model file formats, dsb and skh, it also supports backward compatibility.
It can be read and written by 3rd party applications enabling interoperability with DesignBuilder without using the API.
Note: The Include library data in exported DesignBuilder XML program option setting can be used to control whether library data is included in the exported dsbXML file.
Tip: For detailed information on the dsbXML file format and how to use it, see the DesignBuilder XML User Guide.
See also: