fixes invalid XSD detected by new schema validation

Sat, 27 Jan 2024 14:29:52 +0100

author
Mike Becker <universe@uap-core.de>
date
Sat, 27 Jan 2024 14:29:52 +0100
changeset 110
21a6cf841d60
parent 109
1e852be12654
child 111
cb128bae1161

fixes invalid XSD detected by new schema validation

src/main/resources/make/uwproj.xsd file | annotate | diff | comparison | revisions
--- a/src/main/resources/make/uwproj.xsd	Sat Jan 27 14:28:09 2024 +0100
+++ b/src/main/resources/make/uwproj.xsd	Sat Jan 27 14:29:52 2024 +0100
@@ -195,11 +195,11 @@
         </xs:annotation>
         <xs:choice minOccurs="0" maxOccurs="unbounded">
             <xs:group ref="TargetDataGroup"/>
+            <xs:element name="desc" type="xs:string"/>
         </xs:choice>
         <xs:attribute name="name" type="xs:string" use="required"/>
         <xs:attribute name="arg" type="xs:string"/>
         <xs:attribute name="default" type="xs:boolean" default="false"/>
-        <xs:element name="desc" type="xs:string"/>
     </xs:complexType>
 
     <xs:complexType name="OptionType">

mercurial