We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e71708 commit 312a58dCopy full SHA for 312a58d
src/bcf/README.md
@@ -3,3 +3,7 @@
3
A simple Python implementation of the BCF standard. Manipulation of BCF-XML is
4
available via `bcfxml.py` and manipulation of BCF-API is available via
5
`bcfapi.py`.
6
+
7
+Python files in 'model' folder are automatically generated from .xsd files (located in 'xsd' folder).
8
+To regenerate them you can use `make models`.
9
+The only exception is 'v2/model/extensions.py', see it's note for the details.
0 commit comments