diff --git a/CHANGELOG.md b/CHANGELOG.md
index 11357e263..cf891a055 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [fj-doc-playground-quarkus] apply DocFacadeSource.cleanInput() to document generation playground
- [fj-doc-playground-quarkus] fj-service-helper-bom-version set to 1.4.3
+### Fixed
+
+- [fj-doc-base] doc-2-1.xsd, element **phrase**, **para**, **h** are now allowed as
+ children for **para** and **h**.
+
## [8.9.1] - 2024-10-12
### Changed
diff --git a/fj-doc-base/src/main/resources/config/doc-2-1.xsd b/fj-doc-base/src/main/resources/config/doc-2-1.xsd
index 3b5ae9fad..8af43e8f5 100644
--- a/fj-doc-base/src/main/resources/config/doc-2-1.xsd
+++ b/fj-doc-base/src/main/resources/config/doc-2-1.xsd
@@ -4,9 +4,9 @@
/*
* @(#)doc-2-1.xsd
*
- * @project : org.fugerit.java.doc.base
+ * @project : fj-doc-base
* @creation : 2023-08-18
- * @version : 2.1.0-rc.1 (2023-08-18)
+ * @version : 2.1.0-rc.2 (2024-10-14)
*
* XSD for fugerit doc configuration
*/
@@ -478,6 +478,7 @@
+
@@ -499,6 +500,11 @@
+
+
+
+
+