annotate test_create/interface-specs.xml @ 1875:2fc9c1f1abb2

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