From 312a58ddce41594031f13abf5eeaa58f95f39ce0 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 13 Aug 2024 12:01:40 +0500 Subject: [PATCH] bcf - readme note about code structure --- src/bcf/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bcf/README.md b/src/bcf/README.md index aa1e4951e3..71a503f500 100644 --- a/src/bcf/README.md +++ b/src/bcf/README.md @@ -3,3 +3,7 @@ A simple Python implementation of the BCF standard. Manipulation of BCF-XML is available via `bcfxml.py` and manipulation of BCF-API is available via `bcfapi.py`. + +Python files in 'model' folder are automatically generated from .xsd files (located in 'xsd' folder). +To regenerate them you can use `make models`. +The only exception is 'v2/model/extensions.py', see it's note for the details.