make/uwproj.xsd

changeset 809
8e6d8f0327cf
parent 802
16e5b9d32754
--- a/make/uwproj.xsd	Wed Feb 07 17:12:59 2024 +0100
+++ b/make/uwproj.xsd	Sun Apr 07 10:26:25 2024 +0200
@@ -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