Ideally we'd like to express that *either* 'high' + 'low' OR 'pos' is
required, but it doesn't appear that this is possible. But the rnn
parsing code should still enforce this.
Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6107>
<group ref="rng:topGroup" />\r
</choice>\r
<attribute name="name" type="NMTOKEN" use="required" />\r
- <attribute name="high" type="nonNegativeInteger" use="required" />\r
- <attribute name="low" type="nonNegativeInteger" use="required" />\r
+ <attribute name="high" type="nonNegativeInteger" use="optional" />\r
+ <attribute name="low" type="nonNegativeInteger" use="optional" />\r
+ <attribute name="pos" type="nonNegativeInteger" use="optional" />\r
<attribute name="type" type="NMTOKENS" use="optional" />\r
<attribute name="varset" type="NMTOKEN" use="optional" />\r
<attribute name="variants" type="string" use="optional" />\r