File: WOVBScript.api

package info (click to toggle)
sope 5.12.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,588 kB
  • sloc: objc: 169,223; sh: 3,823; ansic: 3,409; javascript: 446; python: 318; makefile: 185
file content (17 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (10)
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 &apos;scriptFile&apos;, &apos;scriptSource&apos;, or &apos;scriptString&apos; must be bound">
    <count test="!=1">
      <bound name="scriptFile"/>
      <bound name="scriptSource"/>
      <bound name="scriptString"/>
    </count>
  </validation>
</wo>