The Save dialog allows the saving of a model in an active canvas window to a file. The dialog has several options:
- Encoding determines the file encoding standard.
- Prefix specifies the prefix used in all XML tags in the file. The default value csml stands for ?gCell System Markup Language?h.
- If Save net with figures is not checked, the data on the position of model elements and their graphical representation will not be written in the file.
- If Save net with external file references is checked, the model that makes use of elements in other files will store references to those files. Otherwise, the contents of referenced files will be in included in the output file.
- If Save net with all default settings is checked, each element in the canvas will be annotated with the current graphics settings. Use this option in case you want to preserve the way the model looks while passing it to a user who may have different display settings.
- If Save all figures internally is checked, all images on the canvas will be saved inside the model CSML file. Use this option in case you want to include all graphical files (JPEG, PNG, and SVG) inside your model file. This can be useful if you want to pass your model to another user. This will assure that the user will see all the graphics you have added to your model from external files.