arg attribute in option element is required

Wed, 11 Oct 2023 20:41:26 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 11 Oct 2023 20:41:26 +0200
changeset 89
9817c08f9637
parent 88
0a663c3692a0
child 90
a13789dd1cfb

arg attribute in option element is required

uwproj.xsd file | annotate | diff | comparison | revisions
--- a/uwproj.xsd	Tue Oct 10 20:33:49 2023 +0200
+++ b/uwproj.xsd	Wed Oct 11 20:41:26 2023 +0200
@@ -212,7 +212,7 @@
             <xs:element name="value" type="OptionValueType" minOccurs="0" maxOccurs="unbounded"/>
             <xs:element name="default" type="OptionDefaultType" minOccurs="0" maxOccurs="unbounded"/>
         </xs:sequence>
-        <xs:attribute name="arg" type="xs:string"/>
+        <xs:attribute name="arg" type="xs:string" use="required"/>
     </xs:complexType>
 
     <xs:complexType name="OptionValueType">

mercurial