Add constraint for defbtn attribute to refer to a valid name in the dialog schema

This commit is contained in:
2015-10-02 23:14:27 -04:00
parent b39ac35298
commit 1b75bb4755

View File

@@ -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"/>