Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIGNET Pierre
cadbiom
Commits
633df29d
Commit
633df29d
authored
Jan 18, 2020
by
VIGNET Pierre
Browse files
[doc] File format: add encoding and root tag specs
parent
fa7e5588
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/source/file_format_specification.rst
View file @
633df29d
...
...
@@ -4,6 +4,10 @@ Cadbiom File Format Specification
Models
------
Cadbiom models are written in XML (Extensible Markup Language).
The current encoding is ASCII, for reasons of ease of maintenance because the language used and the interface remain in Python2 and GTK2.
This means that **non-ASCII characters are currently not allowed** in these files.
Naming
~~~~~~
Model files should have a .bcx extension.
...
...
@@ -12,6 +16,10 @@ MIME Type
~~~~~~~~~
``application/xml`` or ``text/plain`` (depending on the version, the prologue may be absent).
Body
~~~~
The root element is a tag <model>.
Tags for nodes
~~~~~~~~~~~~~~
Type of tags are:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment