1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
<?xml version="1.0" standalone="yes"?>
<wo class="WOVBScript">
<binding name="hideInComment" passthrough="NO" defaults="YES/NO"/>
<binding name="scriptSource" passthrough="NO"/>
<binding name="scriptString" passthrough="NO"/>
<binding name="scriptFile" passthrough="NO"/>
<binding name="otherTagString" passthrough="NO"/>
<validation message="one of 'scriptFile', 'scriptSource', or 'scriptString' must be bound">
<count test="!=1">
<bound name="scriptFile"/>
<bound name="scriptSource"/>
<bound name="scriptString"/>
</count>
</validation>
</wo>
|