annotate test_create/interface-specs.xml @ 1840:658af90cb1c5

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