Allow component's to use local services.

This commit is contained in:
Michael Mueller
2025-04-17 15:39:20 +02:00
parent c4e83c816a
commit ffb2295496

View File

@@ -7,6 +7,7 @@
<xs:choice minOccurs="1" maxOccurs="3">
<xs:element name="parent"/>
<xs:element name="any-child"/>
<xs:element name="local"/>
<xs:element name="child">
<xs:complexType>
<xs:attribute name="name" type="xs:string" />