annotate test_create/interface-specs.xml @ 2103:cc2fb78ddd89

Minor changes to instructions, demo page, and test examples
author Brecht De Man <b.deman@qmul.ac.uk>
date Fri, 19 Feb 2016 16:08:54 +0100
parents f329347e8918
children e0934138c676
rev   line source
nickjillings@1370 1 <?xml version="1.0" encoding="UTF-8" ?>
nickjillings@1370 2 <root>
nickjillings@1370 3 <global>
nickjillings@1370 4 <metrics>
nickjillings@1370 5 <list name="testTimer">Test Timer</list>
nickjillings@1370 6 <list name="elementTimer">Element Playback Timer</list>
nickjillings@1370 7 <list name="elementInitialPosition">Element Initial Poisition</list>
nickjillings@1370 8 <list name="elementTracker">Element Movement Tracker</list>
nickjillings@1370 9 <list name="elementFlagListenedTo">Element Listened to Flag</list>
nickjillings@1370 10 <list name="elementFlagMoved">Element Moved Flag</list>
nickjillings@1370 11 <list name="elementListenTracker">Element Listen Tracker</list>
nickjillings@1370 12 </metrics>
nickjillings@1370 13 <checks>
nickjillings@1370 14 <list name="fragmentMoved">Check all moved</list>
nickjillings@1370 15 <list name="fragmentPlayed">Check all played</list>
nickjillings@1370 16 <list name="fragmentFullPlayback">Check all fully played (non-loop only)</list>
nickjillings@1370 17 <list name="fragmentComments">Check comments entered</list>
nickjillings@1370 18 <list name="scalerange">Enforce scale usage range</list>
nickjillings@1370 19 </checks>
nickjillings@1370 20 <show>
nickjillings@1370 21 <list name="volume">Show master volume control</list>
nickjillings@1370 22 <list name="page-count">Show test page count</list>
nickjillings@1370 23 <list name="playhead">Show playhead</list>
nickjillings@1370 24 <list name="comments">Show Element Comment Boxes</list>
nickjillings@1370 25 </show>
nickjillings@1370 26 </global>
nickjillings@1370 27 <interfaces>
nickjillings@1370 28 <interface name="APE">
nickjillings@1370 29 <metrics>
nickjillings@1370 30 <entry name="testTimer" support="optional" default="on"/>
nickjillings@1370 31 <entry name="elementTimer" support="optional" default="on"/>
nickjillings@1370 32 <entry name="elementInitialPosition" support="optional" default="on"/>
nickjillings@1370 33 <entry name="elementTracker" support="optional" default="on"/>
nickjillings@1370 34 <entry name="elementFlagListenedTo" support="optional" default="on"/>
nickjillings@1370 35 <entry name="elementFlagMoved" support="optional" default="on"/>
nickjillings@1370 36 <entry name="elementListenTracker" support="optional" default="on"/>
nickjillings@1370 37 </metrics>
nickjillings@1370 38 <checks>
nickjillings@1370 39 <entry name="fragmentMoved" support="optional" default="off"/>
nickjillings@1370 40 <entry name="fragmentPlayed" support="optional" default="off"/>
nickjillings@1370 41 <entry name="fragmentFullPlayback" support="optional" default="off"/>
nickjillings@1370 42 <entry name="fragmentComments" support="optional" default="off"/>
nickjillings@1370 43 <entry name="scalerange" support="optional" default="off"/>
nickjillings@1370 44 </checks>
nickjillings@1370 45 <show>
nickjillings@1370 46 <entry name="volume" support="optional" default="off"/>
nickjillings@1370 47 <entry name="page-count" support="optional" default="off"/>
nickjillings@1370 48 <entry name="playhead" support="optional" default="off"/>
nickjillings@1370 49 <entry name="comments" support="optional" default="on"/>
nickjillings@1370 50 </show>
nickjillings@1370 51 <elements>
nickjillings@1370 52 <number min="1" max="undefined"/>
nickjillings@1370 53 <anchor min="0" max="undefined"/>
nickjillings@1370 54 <reference min="0" max="undefined"/>
nickjillings@1370 55 <outsidereference min="0" max="1"/>
nickjillings@1370 56 </elements>
nickjillings@1370 57 </interface>
nickjillings@1370 58 <interface name="MUSHRA">
nickjillings@1370 59 <metrics>
nickjillings@1370 60 <entry name="testTimer" support="optional" default="on"/>
nickjillings@1370 61 <entry name="elementTimer" support="optional" default="on"/>
nickjillings@1370 62 <entry name="elementInitialPosition" support="optional" default="on"/>
nickjillings@1370 63 <entry name="elementTracker" support="optional" default="on"/>
nickjillings@1370 64 <entry name="elementFlagListenedTo" support="optional" default="on"/>
nickjillings@1370 65 <entry name="elementFlagMoved" support="optional" default="on"/>
nickjillings@1370 66 <entry name="elementListenTracker" support="optional" default="on"/>
nickjillings@1370 67 </metrics>
nickjillings@1370 68 <checks>
nickjillings@1370 69 <entry name="fragmentMoved" support="optional" default="off"/>
nickjillings@1370 70 <entry name="fragmentPlayed" support="optional" default="off"/>
nickjillings@1370 71 <entry name="fragmentFullPlayback" support="optional" default="off"/>
nickjillings@1370 72 <entry name="fragmentComments" support="optional" default="off"/>
nickjillings@1370 73 <entry name="scalerange" support="optional" default="off"/>
nickjillings@1370 74 </checks>
nickjillings@1370 75 <show>
nickjillings@1370 76 <entry name="volume" support="optional" default="off"/>
nickjillings@1370 77 <entry name="page-count" support="optional" default="off"/>
nickjillings@1370 78 <entry name="playhead" support="optional" default="off"/>
nickjillings@1370 79 <entry name="comments" support="optional" default="off"/>
nickjillings@1370 80 </show>
nickjillings@1370 81 <elements>
nickjillings@1370 82 <number min="1" max="undefined"/>
nickjillings@1370 83 <anchor min="0" max="undefined"/>
nickjillings@1370 84 <reference min="0" max="undefined"/>
nickjillings@1370 85 <outsidereference min="0" max="1"/>
nickjillings@1370 86 </elements>
nickjillings@1370 87 </interface>
nickjillings@1370 88 <interface name="horizontal">
nickjillings@1370 89 <metrics>
nickjillings@1370 90 <entry name="testTimer" support="optional" default="on"/>
nickjillings@1370 91 <entry name="elementTimer" support="optional" default="on"/>
nickjillings@1370 92 <entry name="elementInitialPosition" support="optional" default="on"/>
nickjillings@1370 93 <entry name="elementTracker" support="optional" default="on"/>
nickjillings@1370 94 <entry name="elementFlagListenedTo" support="optional" default="on"/>
nickjillings@1370 95 <entry name="elementFlagMoved" support="optional" default="on"/>
nickjillings@1370 96 <entry name="elementListenTracker" support="optional" default="on"/>
nickjillings@1370 97 </metrics>
nickjillings@1370 98 <checks>
nickjillings@1370 99 <entry name="fragmentMoved" support="optional" default="off"/>
nickjillings@1370 100 <entry name="fragmentPlayed" support="optional" default="off"/>
nickjillings@1370 101 <entry name="fragmentFullPlayback" support="optional" default="off"/>
nickjillings@1370 102 <entry name="fragmentComments" support="optional" default="off"/>
nickjillings@1370 103 <entry name="scalerange" support="optional" default="off"/>
nickjillings@1370 104 </checks>
nickjillings@1370 105 <show>
nickjillings@1370 106 <entry name="volume" support="optional" default="off"/>
nickjillings@1370 107 <entry name="page-count" support="optional" default="off"/>
nickjillings@1370 108 <entry name="playhead" support="optional" default="off"/>
nickjillings@1370 109 <entry name="comments" support="optional" default="off"/>
nickjillings@1370 110 </show>
nickjillings@1370 111 <elements>
nickjillings@1370 112 <number min="1" max="undefined"/>
nickjillings@1370 113 <anchor min="0" max="undefined"/>
nickjillings@1370 114 <reference min="0" max="undefined"/>
nickjillings@1370 115 <outsidereference min="0" max="1"/>
nickjillings@1370 116 </elements>
nickjillings@1370 117 </interface>
nickjillings@1370 118 <interface name="discrete">
nickjillings@1370 119 <metrics>
nickjillings@1370 120 <entry name="testTimer" support="optional" default="on"/>
nickjillings@1370 121 <entry name="elementTimer" support="optional" default="on"/>
nickjillings@1370 122 <entry name="elementInitialPosition" support="none"/>
nickjillings@1370 123 <entry name="elementTracker" support="optional" default="on"/>
nickjillings@1370 124 <entry name="elementFlagListenedTo" support="optional" default="on"/>
nickjillings@1370 125 <entry name="elementFlagMoved" support="optional" default="on"/>
nickjillings@1370 126 <entry name="elementListenTracker" support="optional" default="on"/>
nickjillings@1370 127 </metrics>
nickjillings@1370 128 <checks>
nickjillings@1370 129 <entry name="fragmentMoved" support="mandatory"/>
nickjillings@1370 130 <entry name="fragmentPlayed" support="optional" default="off"/>
nickjillings@1370 131 <entry name="fragmentFullPlayback" support="optional" default="off"/>
nickjillings@1370 132 <entry name="fragmentComments" support="optional" default="off"/>
nickjillings@1370 133 <entry name="scalerange" support="none"/>
nickjillings@1370 134 </checks>
nickjillings@1370 135 <show>
nickjillings@1370 136 <entry name="volume" support="optional" default="off"/>
nickjillings@1370 137 <entry name="page-count" support="optional" default="off"/>
nickjillings@1370 138 <entry name="playhead" support="optional" default="off"/>
nickjillings@1370 139 <entry name="comments" support="optional" default="off"/>
nickjillings@1370 140 </show>
nickjillings@1370 141 <elements>
nickjillings@1370 142 <number min="1" max="undefined"/>
nickjillings@1370 143 <anchor min="0" max="undefined"/>
nickjillings@1370 144 <reference min="0" max="undefined"/>
nickjillings@1370 145 <outsidereference min="0" max="1"/>
nickjillings@1370 146 </elements>
nickjillings@1370 147 </interface>
nickjillings@1370 148 <interface name="AB">
nickjillings@1370 149 <metrics>
nickjillings@1370 150 <entry name="testTimer" support="optional" default="on"/>
nickjillings@1370 151 <entry name="elementTimer" support="optional" default="on"/>
nickjillings@1370 152 <entry name="elementInitialPosition" support="none"/>
nickjillings@1370 153 <entry name="elementTracker" support="optional" default="on"/>
nickjillings@1370 154 <entry name="elementFlagListenedTo" support="optional" default="on"/>
nickjillings@1370 155 <entry name="elementFlagMoved" support="none"/>
nickjillings@1370 156 <entry name="elementListenTracker" support="optional" default="on"/>
nickjillings@1370 157 </metrics>
nickjillings@1370 158 <checks>
nickjillings@1370 159 <entry name="fragmentMoved" support="none"/>
nickjillings@1370 160 <entry name="fragmentPlayed" support="optional" default="off"/>
nickjillings@1370 161 <entry name="fragmentFullPlayback" support="optional" default="off"/>
nickjillings@1370 162 <entry name="fragmentComments" support="optional" default="off"/>
nickjillings@1370 163 <entry name="scalerange" support="none"/>
nickjillings@1370 164 </checks>
nickjillings@1370 165 <show>
nickjillings@1370 166 <entry name="volume" support="optional" default="off"/>
nickjillings@1370 167 <entry name="page-count" support="optional" default="off"/>
nickjillings@1370 168 <entry name="playhead" support="optional" default="off"/>
nickjillings@1370 169 <entry name="comments" support="optional" default="off"/>
nickjillings@1370 170 </show>
nickjillings@1370 171 <elements>
nickjillings@1370 172 <number min="2" max="undefined"/>
nickjillings@1370 173 <anchor min="0" max="undefined"/>
nickjillings@1370 174 <reference min="0" max="undefined"/>
nickjillings@1370 175 <outsidereference min="0" max="1"/>
nickjillings@1370 176 </elements>
nickjillings@1370 177 </interface>
nickjillings@1370 178 </interfaces>
nickjillings@1370 179 <scaledefinitions>
nickjillings@1370 180 <scale name="Likert">
nickjillings@1370 181 <scalelabel position="0">Strongly Disagree</scalelabel>
nickjillings@1370 182 <scalelabel position="25">Disagree</scalelabel>
nickjillings@1370 183 <scalelabel position="50">Neutral</scalelabel>
nickjillings@1370 184 <scalelabel position="75">Agree</scalelabel>
nickjillings@1370 185 <scalelabel position="100">Strongly Agree</scalelabel>
nickjillings@1370 186 </scale>
nickjillings@1370 187 <scale name="ABC">
nickjillings@1370 188 <scalelabel position="100">Imperceptible</scalelabel>
nickjillings@1370 189 <scalelabel position="75">Perceptible but not annoying</scalelabel>
nickjillings@1370 190 <scalelabel position="50">Slightly annoying</scalelabel>
nickjillings@1370 191 <scalelabel position="25">Annoying</scalelabel>
nickjillings@1370 192 <scalelabel position="0">Very annoying</scalelabel>
nickjillings@1370 193 </scale>
nickjillings@1370 194 <scale name="Bipolar">
nickjillings@1370 195 <scalelabel position="0">-50</scalelabel>
nickjillings@1370 196 <scalelabel position="50">0</scalelabel>
nickjillings@1370 197 <scalelabel position="100">50</scalelabel>
nickjillings@1370 198 </scale>
nickjillings@1370 199 <scale name="ACR">
nickjillings@1370 200 <scalelabel position="0">Bad</scalelabel>
nickjillings@1370 201 <scalelabel position="25">Poor</scalelabel>
nickjillings@1370 202 <scalelabel position="50">Fair</scalelabel>
nickjillings@1370 203 <scalelabel position="75">Good</scalelabel>
nickjillings@1370 204 <scalelabel position="100">Excellent</scalelabel>
nickjillings@1370 205 </scale>
nickjillings@1370 206 <scale name="DCR">
nickjillings@1370 207 <scalelabel position="0">(1) Very Annoying</scalelabel>
nickjillings@1370 208 <scalelabel position="25">(2) Annoying</scalelabel>
nickjillings@1370 209 <scalelabel position="50">(3) Slightly Annoying</scalelabel>
nickjillings@1370 210 <scalelabel position="75">(4) Audible but not Annoying</scalelabel>
nickjillings@1370 211 <scalelabel position="100">(5) Inaudible</scalelabel>
nickjillings@1370 212 </scale>
nickjillings@1370 213 <scale name="CCR">
nickjillings@1370 214 <scalelabel position="12">Much Worse</scalelabel>
nickjillings@1370 215 <scalelabel position="25">Worse</scalelabel>
nickjillings@1370 216 <scalelabel position="38">Slightly Worse</scalelabel>
nickjillings@1370 217 <scalelabel position="50">About the same</scalelabel>
nickjillings@1370 218 <scalelabel position="62">Slightly Better</scalelabel>
nickjillings@1370 219 <scalelabel position="75">Better</scalelabel>
nickjillings@1370 220 <scalelabel position="88">Much Better</scalelabel>
nickjillings@1370 221 </scale>
nickjillings@1370 222 <scale name="HCRS">
nickjillings@1370 223 <scalelabel position="10">Dislike Extremely</scalelabel>
nickjillings@1370 224 <scalelabel position="20">Dislike Very Much</scalelabel>
nickjillings@1370 225 <scalelabel position="30">Dislike Moderate</scalelabel>
nickjillings@1370 226 <scalelabel position="40">Dislike Slightly</scalelabel>
nickjillings@1370 227 <scalelabel position="50">Neither Like nor Dislike</scalelabel>
nickjillings@1370 228 <scalelabel position="60">Like Slightly</scalelabel>
nickjillings@1370 229 <scalelabel position="70">Like Moderate</scalelabel>
nickjillings@1370 230 <scalelabel position="80">Like Very Much</scalelabel>
nickjillings@1370 231 <scalelabel position="90">Like Extremely</scalelabel>
nickjillings@1370 232 </scale>
nickjillings@1370 233 </scaledefinitions>
nickjillings@1370 234 <tests>
nickjillings@1370 235 <test name="APE" interface="APE"/>
nickjillings@1370 236 <test name="vertical-sliders" interface="MUSHRA"/>
nickjillings@1370 237 <test name="horizontal-sliders" interface="horizontal"/>
nickjillings@1370 238 <test name="discrete" interface="discrete"/>
nickjillings@1370 239 <test name="Comparison" interface="AB"/>
nickjillings@1370 240 <test name="MUSHRA" interface="MUSHRA">
nickjillings@1370 241 <checks>
nickjillings@1370 242 <entry name="fragmentMoved" support="none"/>
nickjillings@1370 243 <entry name="fragmentPlayed" support="none"/>
nickjillings@1370 244 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1370 245 <entry name="fragmentComments" support="none"/>
nickjillings@1370 246 <entry name="scalerange" support="none"/>
nickjillings@1370 247 </checks>
nickjillings@1370 248 <show>
nickjillings@1370 249 <entry name="volume" support="none"/>
nickjillings@1370 250 <entry name="page-count" support="none"/>
nickjillings@1370 251 <entry name="playhead" support="none"/>
nickjillings@1370 252 <entry name="comments" support="none"/>
nickjillings@1370 253 </show>
nickjillings@1370 254 <elements>
nickjillings@1370 255 <anchor min="1" max="undefined"/>
nickjillings@1370 256 <reference min="1" max="undefined"/>
nickjillings@1370 257 <outsidereference min="1" max="1"/>
nickjillings@1370 258 </elements>
nickjillings@1370 259 <scale name="ACR"/>
nickjillings@1370 260 </test>
nickjillings@1370 261 <test name="Rank" interface="discrete">
nickjillings@1370 262 <checks>
nickjillings@1370 263 <entry name="fragmentPlayed" support="none"/>
nickjillings@1370 264 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1370 265 <entry name="fragmentComments" support="none"/>
nickjillings@1370 266 </checks>
nickjillings@1370 267 <show>
nickjillings@1370 268 <entry name="volume" support="none"/>
nickjillings@1370 269 <entry name="page-count" support="none"/>
nickjillings@1370 270 <entry name="playhead" support="none"/>
nickjillings@1370 271 <entry name="comments" support="none"/>
nickjillings@1370 272 </show>
nickjillings@1370 273 <scale name="undefined"/>
nickjillings@1370 274 </test>
nickjillings@1370 275 <test name="Likert" interface="discrete">
nickjillings@1370 276 <checks>
nickjillings@1370 277 <entry name="fragmentPlayed" support="none"/>
nickjillings@1370 278 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1370 279 <entry name="fragmentComments" support="none"/>
nickjillings@1370 280 </checks>
nickjillings@1370 281 <show>
nickjillings@1370 282 <entry name="volume" support="none"/>
nickjillings@1370 283 <entry name="page-count" support="none"/>
nickjillings@1370 284 <entry name="playhead" support="none"/>
nickjillings@1370 285 <entry name="comments" support="none"/>
nickjillings@1370 286 </show>
nickjillings@1370 287 <scale name="Likert"/>
nickjillings@1370 288 </test>
nickjillings@1370 289 <test name="ABC/HR" interface="MUSHRA">
nickjillings@1370 290 <checks>
nickjillings@1370 291 <entry name="fragmentMoved" support="none"/>
nickjillings@1370 292 <entry name="fragmentPlayed" support="none"/>
nickjillings@1370 293 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1370 294 <entry name="fragmentComments" support="none"/>
nickjillings@1370 295 </checks>
nickjillings@1370 296 <show>
nickjillings@1370 297 <entry name="volume" support="none"/>
nickjillings@1370 298 <entry name="page-count" support="none"/>
nickjillings@1370 299 <entry name="playhead" support="none"/>
nickjillings@1370 300 <entry name="comments" support="none"/>
nickjillings@1370 301 </show>
nickjillings@1370 302 <scale name="ABC"/>
nickjillings@1370 303 </test>
nickjillings@1370 304 <test name="Bipolar" interface="horizontal">
nickjillings@1370 305 <checks>
nickjillings@1370 306 <entry name="fragmentMoved" support="mandatory"/>
nickjillings@1370 307 <entry name="fragmentPlayed" support="none"/>
nickjillings@1370 308 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1370 309 <entry name="fragmentComments" support="none"/>
nickjillings@1370 310 </checks>
nickjillings@1370 311 <show>
nickjillings@1370 312 <entry name="volume" support="none"/>
nickjillings@1370 313 <entry name="page-count" support="none"/>
nickjillings@1370 314 <entry name="playhead" support="none"/>
nickjillings@1370 315 <entry name="comments" support="none"/>
nickjillings@1370 316 </show>
nickjillings@1370 317 <elements>
nickjillings@1370 318 <outsidereference min="1" max="1"/>
nickjillings@1370 319 </elements>
nickjillings@1370 320 <scale name="Bipolar"/>
nickjillings@1370 321 </test>
nickjillings@1370 322 <test name="ACR" interface="discrete">
nickjillings@1370 323 <checks>
nickjillings@1370 324 <entry name="fragmentPlayed" support="none"/>
nickjillings@1370 325 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1370 326 <entry name="fragmentComments" support="none"/>
nickjillings@1370 327 </checks>
nickjillings@1370 328 <show>
nickjillings@1370 329 <entry name="volume" support="none"/>
nickjillings@1370 330 <entry name="page-count" support="none"/>
nickjillings@1370 331 <entry name="playhead" support="none"/>
nickjillings@1370 332 <entry name="comments" support="none"/>
nickjillings@1370 333 </show>
nickjillings@1370 334 <scale name="ACR"/>
nickjillings@1370 335 </test>
nickjillings@1370 336 <test name="DCR" interface="discrete">
nickjillings@1370 337 <checks>
nickjillings@1370 338 <entry name="fragmentPlayed" support="none"/>
nickjillings@1370 339 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1370 340 <entry name="fragmentComments" support="none"/>
nickjillings@1370 341 </checks>
nickjillings@1370 342 <show>
nickjillings@1370 343 <entry name="volume" support="none"/>
nickjillings@1370 344 <entry name="page-count" support="none"/>
nickjillings@1370 345 <entry name="playhead" support="none"/>
nickjillings@1370 346 <entry name="comments" support="none"/>
nickjillings@1370 347 </show>
nickjillings@1370 348 <scale name="DCR"/>
nickjillings@1370 349 </test>
nickjillings@1370 350 <test name="CCR" interface="discrete">
nickjillings@1370 351 <checks>
nickjillings@1370 352 <entry name="fragmentPlayed" support="none"/>
nickjillings@1370 353 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1370 354 <entry name="fragmentComments" support="none"/>
nickjillings@1370 355 </checks>
nickjillings@1370 356 <show>
nickjillings@1370 357 <entry name="volume" support="none"/>
nickjillings@1370 358 <entry name="page-count" support="none"/>
nickjillings@1370 359 <entry name="playhead" support="none"/>
nickjillings@1370 360 <entry name="comments" support="none"/>
nickjillings@1370 361 </show>
nickjillings@1370 362 <scale name="CCR"/>
nickjillings@1370 363 </test>
nickjillings@1370 364 <test name="HCRS" interface="MUSHRA">
nickjillings@1370 365 <checks>
nickjillings@1370 366 <entry name="fragmentMoved" support="mandatory"/>
nickjillings@1370 367 <entry name="fragmentPlayed" support="none"/>
nickjillings@1370 368 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1370 369 <entry name="fragmentComments" support="none"/>
nickjillings@1370 370 </checks>
nickjillings@1370 371 <show>
nickjillings@1370 372 <entry name="volume" support="none"/>
nickjillings@1370 373 <entry name="page-count" support="none"/>
nickjillings@1370 374 <entry name="playhead" support="none"/>
nickjillings@1370 375 <entry name="comments" support="none"/>
nickjillings@1370 376 </show>
nickjillings@1370 377 <elements>
nickjillings@1370 378 <outsidereference min="1" max="1"/>
nickjillings@1370 379 </elements>
nickjillings@1370 380 <scale name="HCRS"/>
nickjillings@1370 381 </test>
nickjillings@1370 382 <test name="ITUR5PCIS" interface="MUSHRA">
nickjillings@1370 383 <checks>
nickjillings@1370 384 <entry name="fragmentMoved" support="none"/>
nickjillings@1370 385 <entry name="fragmentPlayed" support="none"/>
nickjillings@1370 386 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1370 387 <entry name="fragmentComments" support="none"/>
nickjillings@1370 388 </checks>
nickjillings@1370 389 <show>
nickjillings@1370 390 <entry name="volume" support="none"/>
nickjillings@1370 391 <entry name="page-count" support="none"/>
nickjillings@1370 392 <entry name="playhead" support="none"/>
nickjillings@1370 393 <entry name="comments" support="none"/>
nickjillings@1370 394 </show>
nickjillings@1370 395 <elements>
nickjillings@1370 396 <outsidereference min="1" max="1"/>
nickjillings@1370 397 </elements>
nickjillings@1370 398 <scale name="ABC"/>
nickjillings@1370 399 </test>
nickjillings@1370 400 <test name="AB" interface="AB">
nickjillings@1370 401 <checks>
nickjillings@1370 402 <entry name="fragmentPlayed" support="none"/>
nickjillings@1370 403 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1370 404 <entry name="fragmentComments" support="none"/>
nickjillings@1370 405 </checks>
nickjillings@1370 406 <show>
nickjillings@1370 407 <entry name="volume" support="none"/>
nickjillings@1370 408 <entry name="page-count" support="none"/>
nickjillings@1370 409 <entry name="playhead" support="none"/>
nickjillings@1370 410 <entry name="comments" support="none"/>
nickjillings@1370 411 </show>
nickjillings@1370 412 <elements>
nickjillings@1370 413 <number min="2" max="2"/>
nickjillings@1370 414 <outsidereference min="0" max="0"/>
nickjillings@1370 415 </elements>
nickjillings@1370 416 <scale name="ABC"/>
nickjillings@1370 417 </test>
nickjillings@1370 418 <test name="ABX" interface="AB">
nickjillings@1370 419 <checks>
nickjillings@1370 420 <entry name="fragmentPlayed" support="none"/>
nickjillings@1370 421 <entry name="fragmentFullPlayback" support="none"/>
nickjillings@1370 422 <entry name="fragmentComments" support="none"/>
nickjillings@1370 423 </checks>
nickjillings@1370 424 <show>
nickjillings@1370 425 <entry name="volume" support="none"/>
nickjillings@1370 426 <entry name="page-count" support="none"/>
nickjillings@1370 427 <entry name="playhead" support="none"/>
nickjillings@1370 428 <entry name="comments" support="none"/>
nickjillings@1370 429 </show>
nickjillings@1370 430 <elements>
nickjillings@1370 431 <number min="2" max="2"/>
nickjillings@1370 432 <outsidereference min="1" max="1"/>
nickjillings@1370 433 </elements>
nickjillings@1370 434 <scale name="ABC"/>
nickjillings@1370 435 </test>
nickjillings@1370 436 </tests>
nickjillings@1370 437 </root>