Sat, 27 Jan 2024 14:29:52 +0100
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">