This is an automated email from the ASF dual-hosted git repository.
nmalin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push:
new 7e09ec3 Improved: update ofbiz-component.xsd after improvement
'Improve Uel loading (OFBIZ-13372)'
7e09ec3 is described below
commit 7e09ec3886c8196cf13695869bcc803602dffa85
Author: Nicolas Malin <[email protected]>
AuthorDate: Mon Jun 1 10:40:10 2026 +0200
Improved: update ofbiz-component.xsd after improvement 'Improve Uel loading
(OFBIZ-13372)'
---
dtds/ofbiz-component.xsd | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/dtds/ofbiz-component.xsd b/dtds/ofbiz-component.xsd
index b6f7279..307ad05 100644
--- a/dtds/ofbiz-component.xsd
+++ b/dtds/ofbiz-component.xsd
@@ -30,6 +30,7 @@ under the License.
<xs:element minOccurs="0" maxOccurs="unbounded"
ref="keystore"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="webapp"/>
<xs:element minOccurs="0" maxOccurs="unbounded"
ref="container"/>
+ <xs:element minOccurs="0" maxOccurs="unbounded"
ref="uel-mapping"/>
</xs:sequence>
<xs:attributeGroup ref="attlist.ofbiz-component"/>
</xs:complexType>
@@ -297,4 +298,13 @@ under the License.
<xs:any minOccurs="0" maxOccurs="unbounded"
processContents="skip"/>
</xs:sequence>
</xs:complexType>
+ <xs:element name="uel-mapping">
+ <xs:complexType>
+ <xs:attributeGroup ref="attlist.uel-mapping"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:attributeGroup name="attlist.uel-mapping">
+ <xs:attribute type="xs:string" name="name" use="required"/>
+ <xs:attribute type="xs:string" name="class-name" use="required"/>
+ </xs:attributeGroup>
</xs:schema>