Add constraint for defbtn attribute to refer to a valid name in the dialog schema
This commit is contained in:
@@ -335,6 +335,10 @@
|
||||
<xs:selector xpath='*'/>
|
||||
<xs:field xpath='@name'/>
|
||||
</xs:unique>
|
||||
<xs:keyref name="defaultButton" refer="uniqueID">
|
||||
<xs:selector xpath="."/>
|
||||
<xs:field xpath="@defbtn"/>
|
||||
</xs:keyref>
|
||||
<xs:keyref name="sliderLink" refer="uniqueID">
|
||||
<xs:selector xpath="slider"/>
|
||||
<xs:field xpath="@link"/>
|
||||
|
Reference in New Issue
Block a user