ToolboxControls.xml 36 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2003, 2018
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <resources>
  8. <xmlFragment id="ToolboxControls">
  9. <!-- String Variable -->
  10. <reportVariable id="reportVariable_string" type="string" name="">
  11. <reportExpression/>
  12. </reportVariable>
  13. <!-- Boolean Variable -->
  14. <reportVariable id="reportVariable_boolean" type="boolean" name="">
  15. <reportExpression/>
  16. <variableValues>
  17. <variableValue value="1"/>
  18. </variableValues>
  19. </reportVariable>
  20. <!-- Language Variable -->
  21. <reportVariable id="reportVariable_locale" type="locale" name="">
  22. <reportExpression>ReportLocale()</reportExpression>
  23. </reportVariable>
  24. <!-- Query -->
  25. <query id="query" name="">
  26. <source>
  27. <model/>
  28. </source>
  29. <selection/>
  30. </query>
  31. <!-- Union -->
  32. <queryOperation id="union" name="" setOperation="UNION">
  33. <queryRefs/>
  34. <projectionList autoGenerated="true"/>
  35. </queryOperation>
  36. <!-- Intersect -->
  37. <queryOperation id="intersect" name="" setOperation="INTERSECT">
  38. <queryRefs/>
  39. <projectionList autoGenerated="true"/>
  40. </queryOperation>
  41. <!-- Except -->
  42. <queryOperation id="except" name="" setOperation="EXCEPT">
  43. <queryRefs/>
  44. <projectionList autoGenerated="true"/>
  45. </queryOperation>
  46. <!-- Join -->
  47. <joinOperation id="join">
  48. <joinOperands>
  49. <joinOperand/>
  50. <joinOperand/>
  51. </joinOperands>
  52. <joinFilter>
  53. <filterExpression/>
  54. </joinFilter>
  55. </joinOperation>
  56. <!-- SQL Query -->
  57. <sqlQuery id="sqlQuery" name="" dataSource="">
  58. <sqlText/>
  59. </sqlQuery>
  60. <!-- MDX Query -->
  61. <mdxQuery id="mdxQuery" name="" dataSource="">
  62. <mdxText/>
  63. </mdxQuery>
  64. <!-- Block -->
  65. <block id="block">
  66. <contents/>
  67. </block>
  68. <!-- Bookmark -->
  69. <bookmark id="bookmark">
  70. <dataSource>
  71. <staticValue/>
  72. </dataSource>
  73. </bookmark>
  74. <!-- Conditional Blocks -->
  75. <conditionalBlocks id="conditionalBlocks">
  76. <conditionalBlockDefault>
  77. <contents/>
  78. </conditionalBlockDefault>
  79. </conditionalBlocks>
  80. <!-- Hyperlink Button -->
  81. <button id="button">
  82. <dataSource>
  83. <staticValue/>
  84. </dataSource>
  85. <contents>
  86. <textItem>
  87. <dataSource>
  88. <staticValue HAL_ids="IDS_EL_button"/>
  89. </dataSource>
  90. </textItem>
  91. </contents>
  92. <style>
  93. <defaultStyles>
  94. <defaultStyle refStyle="bt"/>
  95. </defaultStyles>
  96. </style>
  97. </button>
  98. <!-- Notebook -->
  99. <notebook id="notebook">
  100. <style>
  101. <CSS value="width: 410px; height: 300px"/>
  102. </style>
  103. </notebook>
  104. <!-- App IFrame -->
  105. <appIFrame id="appIFrame" src="">
  106. <style>
  107. <CSS value="width: 100%; height: 580px"/>
  108. </style>
  109. </appIFrame>
  110. <!-- Create application links Wizard -->
  111. <createReportPromptsWizard id="createReportPromptsWizard"/>
  112. <!-- Interactive Report Run -->
  113. <appDrillTo id="appDrillTo" name="">
  114. <appDrillToMethod />
  115. </appDrillTo>
  116. <!-- Prompt Button -->
  117. <promptButton id="promptButton" type="next">
  118. <contents/>
  119. <style>
  120. <defaultStyles>
  121. <defaultStyle refStyle="bp"/>
  122. </defaultStyles>
  123. </style>
  124. </promptButton>
  125. <!-- Custom Control -->
  126. <customControl id="customControl"/>
  127. <!-- Extensible Viz Control Sandbox -->
  128. <createNewLocalViz id="vizControlSandbox"/>
  129. <!-- SVG Schematic Sandbox -->
  130. <createNewLocalSchematic id="svgSchematicSandbox"/>
  131. <!-- Calculated Member -->
  132. <calculatedMember id="calculatedMember" name="" refDataItem=""/>
  133. <!-- List -->
  134. <list id="list" horizontalPagination="true">
  135. <listColumnBodyStyle/>
  136. <listColumnTitleStyle/>
  137. <listColumnStyle/>
  138. <noDataHandler>
  139. <contents>
  140. <block>
  141. <contents>
  142. <textItem>
  143. <dataSource>
  144. <staticValue>
  145. <stringRes id="IDS_LBL_NO_DATA_AVAILABLE"/>
  146. </staticValue>
  147. </dataSource>
  148. </textItem>
  149. </contents>
  150. <style>
  151. <CSS value="padding:16px;"/>
  152. </style>
  153. </block>
  154. </contents>
  155. </noDataHandler>
  156. <style>
  157. <CSS value="border-collapse:collapse"/>
  158. <defaultStyles>
  159. <defaultStyle refStyle="ls"/>
  160. </defaultStyles>
  161. </style>
  162. </list>
  163. <!-- Section List -->
  164. <list id="sectionList" showColumnTitles="hide">
  165. <listColumns>
  166. <listColumn>
  167. <listColumnTitle>
  168. <contents/>
  169. </listColumnTitle>
  170. <listColumnBody>
  171. <contents/>
  172. <style>
  173. <defaultStyles>
  174. <defaultStyle refStyle="sb"/>
  175. </defaultStyles>
  176. </style>
  177. </listColumnBody>
  178. </listColumn>
  179. </listColumns>
  180. <listColumnBodyStyle/>
  181. <listColumnTitleStyle/>
  182. <listColumnStyle/>
  183. <style>
  184. <CSS value="border-collapse:collapse; width:100%"/>
  185. <defaultStyles>
  186. <defaultStyle refStyle="sc"/>
  187. </defaultStyles>
  188. </style>
  189. </list>
  190. <!-- appList -->
  191. <appList id="appList" rowHeight="30" scrollableAreaHeight="400">
  192. <appListColumnsStyle/>
  193. <appListColumnTitlesStyle/>
  194. <appListColumnBodiesStyle/>
  195. <appListDataSet/>
  196. <appListBorders>
  197. <appListVerticalBorders/>
  198. <appListHorizontalBorders/>
  199. <appListBodyBorder/>
  200. </appListBorders>
  201. </appList>
  202. <listControl id="listControl" rowHeight="26" scrollableAreaHeight="300">
  203. <lcColumnStyle/>
  204. <lcColumnTitleStyle/>
  205. <lcColumnBodyStyle/>
  206. <lcGroupHeaderStyle/>
  207. <lcGroupFooterStyle/>
  208. </listControl>
  209. <!--
  210. <customControl id="dataList" path="cchl/_kgk">
  211. <description label="Data List">
  212. <configuration>
  213. {
  214. "Background color" : ""
  215. }
  216. </configuration>
  217. <propertySheet>
  218. <property name="ccName"/>
  219. <property name="ccConfiguration"/>
  220. <property name="ccHeight"/>
  221. <property name="ccWidth"/>
  222. </propertySheet>
  223. <dataSets>
  224. <dataSet/>
  225. </dataSets>
  226. <icon16x16><![CDATA[<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px"><use xlink:href="#def_el_appList"/></svg>]]></icon16x16>
  227. <previewHTML><![CDATA[<svg xmlns="http://www.w3.org/2000/svg" width="300px" height="200px"><use xlink:href="#def_el_appList"/></svg>]]></previewHTML>
  228. </description>
  229. </customControl>
  230. -->
  231. <!-- Chart -->
  232. <createNewChart id="chart"/>
  233. <!-- Map -->
  234. <createNewMap id="map">
  235. <mapChart refMap="" showTooltips="true">
  236. <chartBody/>
  237. <legend>
  238. <legendPosition>
  239. <relativePosition/>
  240. </legendPosition>
  241. <legendTitle>
  242. <style>
  243. <defaultStyles>
  244. <defaultStyle refStyle="lx"/>
  245. </defaultStyles>
  246. </style>
  247. </legendTitle>
  248. <style>
  249. <defaultStyles>
  250. <defaultStyle refStyle="lg"/>
  251. </defaultStyles>
  252. </style>
  253. </legend>
  254. <axisTitle>
  255. <style>
  256. <defaultStyles>
  257. <defaultStyle refStyle="at"/>
  258. </defaultStyles>
  259. </style>
  260. </axisTitle>
  261. <appMapProperties ignoreNoDataForHover="true"/>
  262. </mapChart>
  263. </createNewMap>
  264. <!-- Crosstab -->
  265. <crosstab id="crosstab" horizontalPagination="true">
  266. <crosstabCorner>
  267. <contents/>
  268. <style>
  269. <defaultStyles>
  270. <defaultStyle refStyle="xm"/>
  271. </defaultStyles>
  272. </style>
  273. </crosstabCorner>
  274. <crosstabRowNodeStyle/>
  275. <crosstabColumnNodeStyle/>
  276. <noDataHandler>
  277. <contents>
  278. <block>
  279. <contents>
  280. <textItem>
  281. <dataSource>
  282. <staticValue>
  283. <stringRes id="IDS_LBL_NO_DATA_AVAILABLE"/>
  284. </staticValue>
  285. </dataSource>
  286. </textItem>
  287. </contents>
  288. <style>
  289. <CSS value="padding:16px;"/>
  290. </style>
  291. </block>
  292. </contents>
  293. </noDataHandler>
  294. <style>
  295. <CSS value="border-collapse:collapse"/>
  296. <defaultStyles>
  297. <defaultStyle refStyle="xt"/>
  298. </defaultStyles>
  299. </style>
  300. </crosstab>
  301. <createNewVisChart id="visChart">
  302. <viz>
  303. </viz>
  304. </createNewVisChart>
  305. <!-- Singleton -->
  306. <singleton id="singleton">
  307. <contents/>
  308. </singleton>
  309. <!-- Singleton measure -->
  310. <singleton id="singletonSummary">
  311. <contents>
  312. <table>
  313. <tableRows>
  314. <tableRow>
  315. <tableCells>
  316. <tableCell tableHeader="true">
  317. <contents>
  318. <textItem>
  319. <dataSource>
  320. <dataItemValue/>
  321. </dataSource>
  322. </textItem>
  323. </contents>
  324. <style>
  325. <CSS value="text-align: center; font-size: 18pt"></CSS>
  326. </style>
  327. </tableCell>
  328. </tableCells>
  329. </tableRow>
  330. <tableRow>
  331. <tableCells>
  332. <tableCell>
  333. <contents>
  334. <textItem>
  335. <dataSource>
  336. <dataItemLabel/>
  337. </dataSource>
  338. </textItem>
  339. </contents>
  340. <style>
  341. <CSS value="text-align: center; font-size: 12pt"></CSS>
  342. </style>
  343. </tableCell>
  344. </tableCells>
  345. </tableRow>
  346. </tableRows>
  347. </table>
  348. </contents>
  349. </singleton>
  350. <!-- Repeater -->
  351. <repeater id="repeater">
  352. <contents/>
  353. </repeater>
  354. <!-- Repeater Table -->
  355. <repeaterTable id="repeaterTable" across="2" down="3">
  356. <repeaterTableCell>
  357. <contents/>
  358. <style>
  359. <CSS value="padding:4px"/>
  360. <defaultStyles>
  361. <defaultStyle refStyle="rc"/>
  362. </defaultStyles>
  363. </style>
  364. </repeaterTableCell>
  365. <style>
  366. <CSS value="border-collapse:collapse"/>
  367. <defaultStyles>
  368. <defaultStyle refStyle="rt"/>
  369. </defaultStyles>
  370. </style>
  371. </repeaterTable>
  372. <!-- Page Set -->
  373. <pageSet id="pageSet" name="">
  374. <detailPages/>
  375. </pageSet>
  376. <!-- BookletItem -->
  377. <createNewBookletItem id="bookletItem" >
  378. <bookletItem name="">
  379. <reportPath path=""/>
  380. </bookletItem>
  381. </createNewBookletItem>
  382. <!-- Date -->
  383. <date id="date">
  384. <style>
  385. <dataFormat>
  386. <dateFormat/>
  387. </dataFormat>
  388. </style>
  389. </date>
  390. <!-- Data Item -->
  391. <createNewDataItem id="dataItem"/>
  392. <!-- Dimension -->
  393. <dimension id="dimension" name="">
  394. <levels/>
  395. </dimension>
  396. <!-- Calculation -->
  397. <createQueryExpr id="createQueryExpr"/>
  398. <createQueryExpr id="createTuple" type="tuple"/>
  399. <createLayoutExpr id="createLayoutExpr"/>
  400. <!-- Filter -->
  401. <createNewFilter id="filter"/>
  402. <!-- Field Set -->
  403. <fieldSet id="fieldSet">
  404. <fieldSetCaption>
  405. <contents>
  406. <textItem>
  407. <dataSource>
  408. <staticValue/>
  409. </dataSource>
  410. </textItem>
  411. </contents>
  412. </fieldSetCaption>
  413. <contents/>
  414. <style>
  415. <defaultStyles>
  416. <defaultStyle refStyle="fs"/>
  417. </defaultStyles>
  418. </style>
  419. </fieldSet>
  420. <!-- HTML Item -->
  421. <HTMLItem id="HTMLItem">
  422. <dataSource>
  423. <staticValue/>
  424. </dataSource>
  425. </HTMLItem>
  426. <!-- Rich Text Item -->
  427. <richTextItem id="richTextItem">
  428. <dataSource>
  429. <staticValue/>
  430. </dataSource>
  431. </richTextItem>
  432. <!-- Level Hierarchy -->
  433. <levelHierarchy id="levelHierarchy" name=""/>
  434. <!-- Member Hierarchy -->
  435. <memberHierarchy id="memberHierarchy" name=""/>
  436. <!-- Calculated Member -->
  437. <calculatedMember id="calculatedMember" name=""/>
  438. <!-- Hyperlink -->
  439. <hyperlink id="hyperlink">
  440. <dataSource>
  441. <staticValue/>
  442. </dataSource>
  443. <contents>
  444. <textItem>
  445. <dataSource>
  446. <staticValue HAL_ids="IDS_EL_hyperlink"/>
  447. </dataSource>
  448. </textItem>
  449. </contents>
  450. <style>
  451. <defaultStyles>
  452. <defaultStyle refStyle="hy"/>
  453. </defaultStyles>
  454. </style>
  455. </hyperlink>
  456. <!-- Image -->
  457. <image id="image">
  458. <dataSource>
  459. <staticValue/>
  460. </dataSource>
  461. </image>
  462. <!-- Layout Component Reference -->
  463. <createNewLayoutComponentRef id="layoutComponentRef"/>
  464. <!-- Level -->
  465. <level id="level" name="">
  466. <keys/>
  467. <attributes/>
  468. <calculatedMembers/>
  469. </level>
  470. <!-- Page -->
  471. <page id="page">
  472. <pageBody>
  473. <contents/>
  474. <style>
  475. <defaultStyles>
  476. <defaultStyle refStyle="pb"/>
  477. </defaultStyles>
  478. </style>
  479. </pageBody>
  480. <style>
  481. <defaultStyles>
  482. <defaultStyle refStyle="pg"/>
  483. </defaultStyles>
  484. </style>
  485. </page>
  486. <!-- Prompt Page -->
  487. <page id="promptPage">
  488. <pageHeader>
  489. <contents>
  490. <block>
  491. <contents>
  492. <textItem>
  493. <dataSource>
  494. <staticValue/>
  495. </dataSource>
  496. <style>
  497. <defaultStyles>
  498. <defaultStyle refStyle="tt"/>
  499. </defaultStyles>
  500. </style>
  501. </textItem>
  502. </contents>
  503. <style>
  504. <defaultStyles>
  505. <defaultStyle refStyle="ta"/>
  506. </defaultStyles>
  507. </style>
  508. </block>
  509. </contents>
  510. <style>
  511. <defaultStyles>
  512. <defaultStyle refStyle="hp"/>
  513. </defaultStyles>
  514. </style>
  515. </pageHeader>
  516. <pageBody>
  517. <contents/>
  518. <style>
  519. <defaultStyles>
  520. <defaultStyle refStyle="py"/>
  521. </defaultStyles>
  522. </style>
  523. </pageBody>
  524. <pageFooter>
  525. <contents>
  526. <promptButton type="cancel">
  527. <contents/>
  528. <style>
  529. <defaultStyles>
  530. <defaultStyle refStyle="bp"/>
  531. </defaultStyles>
  532. </style>
  533. </promptButton>
  534. <promptButton type="back">
  535. <contents/>
  536. <style>
  537. <defaultStyles>
  538. <defaultStyle refStyle="bp"/>
  539. </defaultStyles>
  540. </style>
  541. </promptButton>
  542. <promptButton type="next">
  543. <contents/>
  544. <style>
  545. <defaultStyles>
  546. <defaultStyle refStyle="bp"/>
  547. </defaultStyles>
  548. </style>
  549. </promptButton>
  550. <promptButton type="finish">
  551. <contents/>
  552. <style>
  553. <defaultStyles>
  554. <defaultStyle refStyle="bp"/>
  555. </defaultStyles>
  556. </style>
  557. </promptButton>
  558. </contents>
  559. <style>
  560. <defaultStyles>
  561. <defaultStyle refStyle="fp"/>
  562. </defaultStyles>
  563. </style>
  564. </pageFooter>
  565. <style>
  566. <defaultStyles>
  567. <defaultStyle refStyle="pp"/>
  568. </defaultStyles>
  569. </style>
  570. </page>
  571. <!-- Page Number -->
  572. <pageNumber id="pageNumber"/>
  573. <!-- Row Number -->
  574. <rowNumber id="rowNumber">
  575. <style>
  576. <dataFormat>
  577. <numberFormat/>
  578. </dataFormat>
  579. </style>
  580. </rowNumber>
  581. <!-- Slicer Member -->
  582. <createNewSlicerMemberSet id="slicerMemberSet"/>
  583. <!-- Table -->
  584. <createNewTable id="table"/>
  585. <!-- Text Item -->
  586. <createNewTextItem id="textItem"/>
  587. <!-- Time -->
  588. <time id="time">
  589. <style>
  590. <dataFormat>
  591. <timeFormat/>
  592. </dataFormat>
  593. </style>
  594. </time>
  595. <!-- Text Box Prompt -->
  596. <createNewPromptControl id="textBox">
  597. <textBox/>
  598. </createNewPromptControl>
  599. <!-- Value Prompt -->
  600. <createNewPromptControl id="selectValue">
  601. <selectValue/>
  602. </createNewPromptControl>
  603. <!-- Select and Search Prompt -->
  604. <createNewPromptControl id="selectWithSearch">
  605. <selectWithSearch/>
  606. </createNewPromptControl>
  607. <!-- Tree Prompt -->
  608. <createNewPromptControl id="selectWithTree">
  609. <selectWithTree/>
  610. </createNewPromptControl>
  611. <!-- Date Prompt -->
  612. <createNewPromptControl id="selectDate">
  613. <selectDate/>
  614. </createNewPromptControl>
  615. <!-- Time Prompt -->
  616. <createNewPromptControl id="selectTime">
  617. <selectTime/>
  618. </createNewPromptControl>
  619. <!-- Date and Time Prompt -->
  620. <createNewPromptControl id="selectDateTime">
  621. <selectDateTime/>
  622. </createNewPromptControl>
  623. <!-- Interval Prompt -->
  624. <createNewPromptControl id="selectInterval">
  625. <selectInterval/>
  626. </createNewPromptControl>
  627. <!-- Generated Prompt -->
  628. <createNewPromptControl id="generatedPrompt">
  629. <generatedPrompt/>
  630. </createNewPromptControl>
  631. <!-- Metrics Manager Diagram -->
  632. <CMMMap id="CMMMap" cmmID=""/>
  633. <!-- Local Class -->
  634. <classStyle id="classStyle" name="cls"/>
  635. <!-- AS of Time Expression -->
  636. <asOfTime id="asOfTime">
  637. <reportExpression>ReportDate()</reportExpression>
  638. </asOfTime>
  639. <!-- Crosstab Space -->
  640. <crosstabSpacer id="crosstabSpacerWithFactCells" renderFactCells="true">
  641. <contents>
  642. <textItem>
  643. <dataSource>
  644. <staticValue> </staticValue>
  645. </dataSource>
  646. </textItem>
  647. </contents>
  648. <factCell/>
  649. <style>
  650. <defaultStyles>
  651. <defaultStyle refStyle="xs"/>
  652. </defaultStyles>
  653. </style>
  654. </crosstabSpacer>
  655. <!-- Crosstab Space (no fact cells) -->
  656. <crosstabSpacer id="crosstabSpacerNoFactCells">
  657. <contents>
  658. <textItem>
  659. <dataSource>
  660. <staticValue> </staticValue>
  661. </dataSource>
  662. </textItem>
  663. </contents>
  664. <factCell/>
  665. <style>
  666. <defaultStyles>
  667. <defaultStyle refStyle="xs"/>
  668. </defaultStyles>
  669. </style>
  670. </crosstabSpacer>
  671. <!-- Table of Contents -->
  672. <TOC id="TOC" tocName="">
  673. </TOC>
  674. <!-- Table of Contents Entry -->
  675. <TOCEntry id="TOCEntry" refToc="">
  676. <contents>
  677. <table>
  678. <tableRows>
  679. <tableRow>
  680. <tableCells>
  681. <tableCell>
  682. <contents>
  683. <textItem>
  684. <dataSource>
  685. <staticValue/>
  686. </dataSource>
  687. </textItem>
  688. </contents>
  689. <style>
  690. <CSS value="white-space:nowrap; vertical-align:bottom;"/>
  691. </style>
  692. </tableCell>
  693. <tableCell>
  694. <contents>
  695. <block>
  696. <contents>
  697. <textItem>
  698. <dataSource>
  699. <staticValue> </staticValue>
  700. </dataSource>
  701. </textItem>
  702. </contents>
  703. <style>
  704. <CSS value="border-bottom:1.5pt dotted black; margin-bottom:3px; margin-left:3px; margin-right:3px"/>
  705. </style>
  706. </block>
  707. </contents>
  708. <style>
  709. <CSS value="width:100%"/>
  710. </style>
  711. </tableCell>
  712. <tableCell>
  713. <contents>
  714. <textItem maxCharacters="4">
  715. <dataSource>
  716. <reportExpression>PageNumber()</reportExpression>
  717. </dataSource>
  718. </textItem>
  719. </contents>
  720. <style>
  721. <CSS value="text-align:right;white-space:nowrap; vertical-align:bottom;"/>
  722. </style>
  723. </tableCell>
  724. </tableCells>
  725. </tableRow>
  726. </tableRows>
  727. <style>
  728. <CSS value="border-collapse:collapse;width:100%"/>
  729. <defaultStyles>
  730. <defaultStyle refStyle="tb"/>
  731. </defaultStyles>
  732. </style>
  733. </table>
  734. </contents>
  735. <style>
  736. <CSS value="width:100%"/>
  737. </style>
  738. </TOCEntry>
  739. <!-- App Toggle Button Bar -->
  740. <appToggleButtonBar id="appToggleButtonBar">
  741. <appButtonDefinition>
  742. <appButtonLabel/>
  743. </appButtonDefinition>
  744. <appDataSource>
  745. <appStaticDataTable>
  746. <appStaticDataItems>
  747. <appStaticDataItem/>
  748. </appStaticDataItems>
  749. <appStaticDataRows>
  750. <appButtonStaticDataRow>
  751. <appStaticDataItemValue>
  752. <defaultText HAL_ids="IDS_BUTTON_LABEL" HAL_ids_param="1"/>
  753. </appStaticDataItemValue>
  754. </appButtonStaticDataRow>
  755. <appButtonStaticDataRow>
  756. <appStaticDataItemValue>
  757. <defaultText HAL_ids="IDS_BUTTON_LABEL" HAL_ids_param="2"/>
  758. </appStaticDataItemValue>
  759. </appButtonStaticDataRow>
  760. <appButtonStaticDataRow>
  761. <appStaticDataItemValue>
  762. <defaultText HAL_ids="IDS_BUTTON_LABEL" HAL_ids_param="3"/>
  763. </appStaticDataItemValue>
  764. </appButtonStaticDataRow>
  765. </appStaticDataRows>
  766. </appStaticDataTable>
  767. </appDataSource>
  768. </appToggleButtonBar>
  769. <!-- App Deck -->
  770. <appDeck id="appDeck" width="100%">
  771. <appCardDefinition>
  772. <appCardLabel/>
  773. </appCardDefinition>
  774. <appCards>
  775. <appCard>
  776. <contents/>
  777. </appCard>
  778. <appCard>
  779. <contents/>
  780. </appCard>
  781. <appCard>
  782. <contents/>
  783. </appCard>
  784. </appCards>
  785. <appDataSource>
  786. <appStaticDataTable>
  787. <appStaticDataItems>
  788. <appStaticDataItem/>
  789. </appStaticDataItems>
  790. <appStaticDataRows>
  791. <appDeckStaticDataRow>
  792. <appStaticDataItemValue>
  793. <defaultText HAL_ids="IDS_CARD_LABEL" HAL_ids_param="1"/>
  794. </appStaticDataItemValue>
  795. </appDeckStaticDataRow>
  796. <appDeckStaticDataRow>
  797. <appStaticDataItemValue>
  798. <defaultText HAL_ids="IDS_CARD_LABEL" HAL_ids_param="2"/>
  799. </appStaticDataItemValue>
  800. </appDeckStaticDataRow>
  801. <appDeckStaticDataRow>
  802. <appStaticDataItemValue>
  803. <defaultText HAL_ids="IDS_CARD_LABEL" HAL_ids_param="3"/>
  804. </appStaticDataItemValue>
  805. </appDeckStaticDataRow>
  806. </appStaticDataRows>
  807. </appStaticDataTable>
  808. </appDataSource>
  809. </appDeck>
  810. <!-- App Radio Button Group -->
  811. <appRadioButtonGroup id="appRadioButtonGroup">
  812. <appRadioButtonDefinition>
  813. <appRadioButtonLabel/>
  814. </appRadioButtonDefinition>
  815. <appDataSource>
  816. <appStaticDataTable>
  817. <appStaticDataItems>
  818. <appStaticDataItem/>
  819. </appStaticDataItems>
  820. <appStaticDataRows>
  821. <appRadioButtonStaticDataRow>
  822. <appStaticDataItemValue>
  823. <defaultText HAL_ids="IDS_BUTTON_LABEL" HAL_ids_param="1"/>
  824. </appStaticDataItemValue>
  825. </appRadioButtonStaticDataRow>
  826. <appRadioButtonStaticDataRow>
  827. <appStaticDataItemValue>
  828. <defaultText HAL_ids="IDS_BUTTON_LABEL" HAL_ids_param="2"/>
  829. </appStaticDataItemValue>
  830. </appRadioButtonStaticDataRow>
  831. <appRadioButtonStaticDataRow>
  832. <appStaticDataItemValue>
  833. <defaultText HAL_ids="IDS_BUTTON_LABEL" HAL_ids_param="3"/>
  834. </appStaticDataItemValue>
  835. </appRadioButtonStaticDataRow>
  836. </appStaticDataRows>
  837. </appStaticDataTable>
  838. </appDataSource>
  839. </appRadioButtonGroup>
  840. <!-- App Button Bar -->
  841. <appButtonBar id="appButtonBar">
  842. <appButtonDefinition>
  843. <appButtonLabel/>
  844. </appButtonDefinition>
  845. <appDataSource>
  846. <appStaticDataTable>
  847. <appStaticDataItems>
  848. <appStaticDataItem/>
  849. </appStaticDataItems>
  850. <appStaticDataRows>
  851. <appButtonStaticDataRow>
  852. <appStaticDataItemValue>
  853. <defaultText HAL_ids="IDS_BUTTON_LABEL" HAL_ids_param="1"/>
  854. </appStaticDataItemValue>
  855. </appButtonStaticDataRow>
  856. <appButtonStaticDataRow>
  857. <appStaticDataItemValue>
  858. <defaultText HAL_ids="IDS_BUTTON_LABEL" HAL_ids_param="2"/>
  859. </appStaticDataItemValue>
  860. </appButtonStaticDataRow>
  861. <appButtonStaticDataRow>
  862. <appStaticDataItemValue>
  863. <defaultText HAL_ids="IDS_BUTTON_LABEL" HAL_ids_param="3"/>
  864. </appStaticDataItemValue>
  865. </appButtonStaticDataRow>
  866. </appStaticDataRows>
  867. </appStaticDataTable>
  868. </appDataSource>
  869. </appButtonBar>
  870. <!-- App Button -->
  871. <appButton id="appButton">
  872. <appButtonDefinition>
  873. <appButtonLabel/>
  874. </appButtonDefinition>
  875. <appDataSource>
  876. <appStaticDataTable>
  877. <appStaticDataItems>
  878. <appStaticDataItem/>
  879. </appStaticDataItems>
  880. <appStaticDataRows>
  881. <appButtonStaticDataRow>
  882. <appStaticDataItemValue>
  883. <defaultText HAL_ids="IDS_BUTTON_LABEL_NP"/>
  884. </appStaticDataItemValue>
  885. </appButtonStaticDataRow>
  886. </appStaticDataRows>
  887. </appStaticDataTable>
  888. </appDataSource>
  889. </appButton>
  890. <!-- App Drop Down List -->
  891. <appDropDownList id="appDropDownList" width="200px">
  892. <appListItemDefinition>
  893. <appListItemLabel/>
  894. </appListItemDefinition>
  895. <appDataSource>
  896. <appStaticDataTable>
  897. <appStaticDataItems>
  898. <appStaticDataItem/>
  899. </appStaticDataItems>
  900. <appStaticDataRows>
  901. <appListStaticDataRow>
  902. <appStaticDataItemValue>
  903. <defaultText HAL_ids="IDS_LISTITEM_LABEL" HAL_ids_param="1"/>
  904. </appStaticDataItemValue>
  905. </appListStaticDataRow>
  906. <appListStaticDataRow>
  907. <appStaticDataItemValue>
  908. <defaultText HAL_ids="IDS_LISTITEM_LABEL" HAL_ids_param="2"/>
  909. </appStaticDataItemValue>
  910. </appListStaticDataRow>
  911. <appListStaticDataRow>
  912. <appStaticDataItemValue>
  913. <defaultText HAL_ids="IDS_LISTITEM_LABEL" HAL_ids_param="3"/>
  914. </appStaticDataItemValue>
  915. </appListStaticDataRow>
  916. </appStaticDataRows>
  917. </appStaticDataTable>
  918. </appDataSource>
  919. </appDropDownList>
  920. <!-- App Multi-Select List -->
  921. <appListBox id="appListBox" height="180px" width="200px">
  922. <appListItemDefinition>
  923. <appListItemLabel/>
  924. </appListItemDefinition>
  925. <appDataSource>
  926. <appStaticDataTable>
  927. <appStaticDataItems>
  928. <appStaticDataItem/>
  929. </appStaticDataItems>
  930. <appStaticDataRows>
  931. <appListStaticDataRow>
  932. <appStaticDataItemValue>
  933. <defaultText HAL_ids="IDS_LISTITEM_LABEL" HAL_ids_param="1"/>
  934. </appStaticDataItemValue>
  935. </appListStaticDataRow>
  936. <appListStaticDataRow>
  937. <appStaticDataItemValue>
  938. <defaultText HAL_ids="IDS_LISTITEM_LABEL" HAL_ids_param="2"/>
  939. </appStaticDataItemValue>
  940. </appListStaticDataRow>
  941. <appListStaticDataRow>
  942. <appStaticDataItemValue>
  943. <defaultText HAL_ids="IDS_LISTITEM_LABEL" HAL_ids_param="3"/>
  944. </appStaticDataItemValue>
  945. </appListStaticDataRow>
  946. </appStaticDataRows>
  947. </appStaticDataTable>
  948. </appDataSource>
  949. </appListBox>
  950. <!-- App Tab Control -->
  951. <appTabControl id="appTabControl" width="100%">
  952. <appTabDefinition>
  953. <appTabLabel/>
  954. </appTabDefinition>
  955. <appTabDeck>
  956. <appTabCards>
  957. <appTabCard>
  958. <contents/>
  959. </appTabCard>
  960. <appTabCard>
  961. <contents/>
  962. </appTabCard>
  963. <appTabCard>
  964. <contents/>
  965. </appTabCard>
  966. </appTabCards>
  967. </appTabDeck>
  968. <appDataSource>
  969. <appStaticDataTable>
  970. <appStaticDataItems>
  971. <appStaticDataItem/>
  972. </appStaticDataItems>
  973. <appStaticDataRows>
  974. <appTabStaticDataRow>
  975. <appStaticDataItemValue>
  976. <defaultText HAL_ids="IDS_TAB_LABEL" HAL_ids_param="1"/>
  977. </appStaticDataItemValue>
  978. </appTabStaticDataRow>
  979. <appTabStaticDataRow>
  980. <appStaticDataItemValue>
  981. <defaultText HAL_ids="IDS_TAB_LABEL" HAL_ids_param="2"/>
  982. </appStaticDataItemValue>
  983. </appTabStaticDataRow>
  984. <appTabStaticDataRow>
  985. <appStaticDataItemValue>
  986. <defaultText HAL_ids="IDS_TAB_LABEL" HAL_ids_param="3"/>
  987. </appStaticDataItemValue>
  988. </appTabStaticDataRow>
  989. </appStaticDataRows>
  990. </appStaticDataTable>
  991. </appDataSource>
  992. </appTabControl>
  993. <!-- App Data Button Bar -->
  994. <appDataButtonBar id="appDataButtonBar">
  995. </appDataButtonBar>
  996. <!-- App Data Toggle Button Bar -->
  997. <appDataToggleButtonBar id="appDataToggleButtonBar">
  998. </appDataToggleButtonBar>
  999. <!-- App Data Radio Button Group -->
  1000. <appDataRadioButtonGroup id="appDataRadioButtonGroup">
  1001. </appDataRadioButtonGroup>
  1002. <!-- App Data Drop Down List -->
  1003. <appDataDropDownList id="appDataDropDownList" width="200px">
  1004. </appDataDropDownList>
  1005. <!-- App Data Multi-Select List -->
  1006. <appDataListBox id="appDataListBox" height="180px" width="200px">
  1007. </appDataListBox>
  1008. <!-- App Data Tab Control -->
  1009. <appDataTabControl id="appDataTabControl" width="100%">
  1010. <appDataTabDeck>
  1011. <appDataTabCard>
  1012. <contents/>
  1013. </appDataTabCard>
  1014. </appDataTabDeck>
  1015. </appDataTabControl>
  1016. <!-- App Data Deck -->
  1017. <appDataDeck id="appDataDeck" width="100%">
  1018. <appDataCard>
  1019. <contents/>
  1020. </appDataCard>
  1021. </appDataDeck>
  1022. <!-- App Checkbox Group -->
  1023. <appCheckboxGroup id="appCheckboxGroup">
  1024. <appCheckboxDefinition>
  1025. <appCheckboxLabel/>
  1026. </appCheckboxDefinition>
  1027. <appDataSource>
  1028. <appStaticDataTable>
  1029. <appStaticDataItems>
  1030. <appStaticDataItem/>
  1031. </appStaticDataItems>
  1032. <appStaticDataRows>
  1033. <appCheckboxStaticDataRow>
  1034. <appStaticDataItemValue>
  1035. <defaultText HAL_ids="IDS_CHECKBOX_LABEL" HAL_ids_param="1"/>
  1036. </appStaticDataItemValue>
  1037. </appCheckboxStaticDataRow>
  1038. <appCheckboxStaticDataRow>
  1039. <appStaticDataItemValue>
  1040. <defaultText HAL_ids="IDS_CHECKBOX_LABEL" HAL_ids_param="2"/>
  1041. </appStaticDataItemValue>
  1042. </appCheckboxStaticDataRow>
  1043. <appCheckboxStaticDataRow>
  1044. <appStaticDataItemValue>
  1045. <defaultText HAL_ids="IDS_CHECKBOX_LABEL" HAL_ids_param="3"/>
  1046. </appStaticDataItemValue>
  1047. </appCheckboxStaticDataRow>
  1048. </appStaticDataRows>
  1049. </appStaticDataTable>
  1050. </appDataSource>
  1051. </appCheckboxGroup>
  1052. <!-- App Data Checkbox Group -->
  1053. <appDataCheckboxGroup id="appDataCheckboxGroup">
  1054. </appDataCheckboxGroup>
  1055. <!-- App Iterator -->
  1056. <appIterator id="appIterator">
  1057. <appIteratorUI>
  1058. <appIteratorPrevious>
  1059. <appIteratorButton/>
  1060. </appIteratorPrevious>
  1061. <appIteratorLabelArea>
  1062. <appIteratorDropDownList width="200px"/>
  1063. </appIteratorLabelArea>
  1064. <appIteratorNext>
  1065. <appIteratorButton/>
  1066. </appIteratorNext>
  1067. </appIteratorUI>
  1068. <appIteratorDefinition>
  1069. <appIteratorLabel/>
  1070. </appIteratorDefinition>
  1071. <appDataSource>
  1072. <appStaticDataTable>
  1073. <appStaticDataItems>
  1074. <appStaticDataItem/>
  1075. </appStaticDataItems>
  1076. <appStaticDataRows>
  1077. <appIteratorStaticDataRow>
  1078. <appStaticDataItemValue>
  1079. <defaultText HAL_ids="IDS_VALUE_LABEL" HAL_ids_param="1"/>
  1080. </appStaticDataItemValue>
  1081. </appIteratorStaticDataRow>
  1082. <appIteratorStaticDataRow>
  1083. <appStaticDataItemValue>
  1084. <defaultText HAL_ids="IDS_VALUE_LABEL" HAL_ids_param="2"/>
  1085. </appStaticDataItemValue>
  1086. </appIteratorStaticDataRow>
  1087. <appIteratorStaticDataRow>
  1088. <appStaticDataItemValue>
  1089. <defaultText HAL_ids="IDS_VALUE_LABEL" HAL_ids_param="3"/>
  1090. </appStaticDataItemValue>
  1091. </appIteratorStaticDataRow>
  1092. </appStaticDataRows>
  1093. </appStaticDataTable>
  1094. </appDataSource>
  1095. </appIterator>
  1096. <!-- App Data Iterator -->
  1097. <appDataIterator id="appDataIterator">
  1098. <appIteratorUI>
  1099. <appIteratorPrevious>
  1100. <appIteratorButton/>
  1101. </appIteratorPrevious>
  1102. <appIteratorLabelArea>
  1103. <appIteratorDropDownList width="200px"/>
  1104. </appIteratorLabelArea>
  1105. <appIteratorNext>
  1106. <appIteratorButton/>
  1107. </appIteratorNext>
  1108. </appIteratorUI>
  1109. </appDataIterator>
  1110. <!-- App Repeater Table -->
  1111. <appRepeaterTable id="appRepeaterTable" across="2">
  1112. <appRepeaterTableCellDefinition>
  1113. <appRepeaterTableCellLabel/>
  1114. </appRepeaterTableCellDefinition>
  1115. <appDataSource>
  1116. <appStaticDataTable>
  1117. <appStaticDataItems>
  1118. <appStaticDataItem/>
  1119. </appStaticDataItems>
  1120. <appStaticDataRows>
  1121. <appRepeaterTableCellStaticDataRow>
  1122. <appStaticDataItemValue>
  1123. <defaultText HAL_ids="IDS_VALUE_LABEL" HAL_ids_param="1"/>
  1124. </appStaticDataItemValue>
  1125. </appRepeaterTableCellStaticDataRow>
  1126. <appRepeaterTableCellStaticDataRow>
  1127. <appStaticDataItemValue>
  1128. <defaultText HAL_ids="IDS_VALUE_LABEL" HAL_ids_param="2"/>
  1129. </appStaticDataItemValue>
  1130. </appRepeaterTableCellStaticDataRow>
  1131. <appRepeaterTableCellStaticDataRow>
  1132. <appStaticDataItemValue>
  1133. <defaultText HAL_ids="IDS_VALUE_LABEL" HAL_ids_param="3"/>
  1134. </appStaticDataItemValue>
  1135. </appRepeaterTableCellStaticDataRow>
  1136. </appStaticDataRows>
  1137. </appStaticDataTable>
  1138. </appDataSource>
  1139. <appRepeaterTableCell>
  1140. <contents>
  1141. <textItem>
  1142. <dataSource>
  1143. <appDataItemValue/>
  1144. </dataSource>
  1145. </textItem>
  1146. </contents>
  1147. <style>
  1148. <CSS value="padding:4px"/>
  1149. <defaultStyles>
  1150. <defaultStyle refStyle="rc"/>
  1151. </defaultStyles>
  1152. </style>
  1153. </appRepeaterTableCell>
  1154. <style>
  1155. <CSS value="border-collapse:collapse"/>
  1156. <defaultStyles>
  1157. <defaultStyle refStyle="rt"/>
  1158. </defaultStyles>
  1159. </style>
  1160. </appRepeaterTable>
  1161. <!-- App Discrete Slider -->
  1162. <appDiscreteSlider id="appDiscreteSlider">
  1163. <appSliderDefinition>
  1164. <appSliderLabel/>
  1165. </appSliderDefinition>
  1166. <appDataSource>
  1167. <appStaticDataTable>
  1168. <appStaticDataItems>
  1169. <appStaticDataItem/>
  1170. </appStaticDataItems>
  1171. <appStaticDataRows>
  1172. <appSliderStaticDataRow>
  1173. <appStaticDataItemValue>
  1174. <defaultText HAL_ids="IDS_VALUE_LABEL" HAL_ids_param="1"/>
  1175. </appStaticDataItemValue>
  1176. </appSliderStaticDataRow>
  1177. <appSliderStaticDataRow>
  1178. <appStaticDataItemValue>
  1179. <defaultText HAL_ids="IDS_VALUE_LABEL" HAL_ids_param="2"/>
  1180. </appStaticDataItemValue>
  1181. </appSliderStaticDataRow>
  1182. <appSliderStaticDataRow>
  1183. <appStaticDataItemValue>
  1184. <defaultText HAL_ids="IDS_VALUE_LABEL" HAL_ids_param="3"/>
  1185. </appStaticDataItemValue>
  1186. </appSliderStaticDataRow>
  1187. </appStaticDataRows>
  1188. </appStaticDataTable>
  1189. </appDataSource>
  1190. </appDiscreteSlider>
  1191. <!-- App Continuous Slider -->
  1192. <appContinuousSlider id="appContinuousSlider">
  1193. </appContinuousSlider>
  1194. <!-- App continuous slider set variable value to -->
  1195. <appSetVariableValueToContinuousValue refAppVariable="" sourceType="" id="appSetVariableValueToContinuousValue"/>
  1196. <!-- App Data Discrete Slider -->
  1197. <appDataDiscreteSlider id="appDataDiscreteSlider">
  1198. </appDataDiscreteSlider>
  1199. <!-- App Variable Text Item -->
  1200. <createNewAppVariableTextItem id="appVariableTextItem">
  1201. </createNewAppVariableTextItem>
  1202. <!-- Row Number -->
  1203. <appRowNumber id="appRowNumber">
  1204. <style>
  1205. <dataFormat>
  1206. <numberFormat/>
  1207. </dataFormat>
  1208. </style>
  1209. </appRowNumber>
  1210. <!-- Formatting samples to determine default formating for Interactive Report Output -->
  1211. <block id="appFormatSamplesBlock">
  1212. <XMLAttributes>
  1213. <XMLAttribute name="RS_defaultFormatTests" value="true" output="HTML"/>
  1214. </XMLAttributes>
  1215. <contents>
  1216. <!-- Number Samples -->
  1217. <textItem>
  1218. <dataSource>
  1219. <reportExpression>1.1</reportExpression>
  1220. </dataSource>
  1221. <style>
  1222. <dataFormat>
  1223. <numberFormat decimalSize="1"/>
  1224. </dataFormat>
  1225. </style>
  1226. </textItem>
  1227. <textItem>
  1228. <dataSource>
  1229. <reportExpression>1.1</reportExpression>
  1230. </dataSource>
  1231. <style>
  1232. <dataFormat>
  1233. <numberFormat/>
  1234. </dataFormat>
  1235. </style>
  1236. </textItem>
  1237. <textItem>
  1238. <dataSource>
  1239. <reportExpression>11111111111</reportExpression>
  1240. </dataSource>
  1241. <style>
  1242. <dataFormat>
  1243. <numberFormat/>
  1244. </dataFormat>
  1245. </style>
  1246. </textItem>
  1247. <textItem>
  1248. <dataSource>
  1249. <reportExpression>-1</reportExpression>
  1250. </dataSource>
  1251. <style>
  1252. <dataFormat>
  1253. <numberFormat decimalSize="0"/>
  1254. </dataFormat>
  1255. </style>
  1256. </textItem>
  1257. <!-- Currency Samples -->
  1258. <textItem>
  1259. <dataSource>
  1260. <reportExpression>1.1</reportExpression>
  1261. </dataSource>
  1262. <style>
  1263. <dataFormat>
  1264. <currencyFormat decimalSize="1"/>
  1265. </dataFormat>
  1266. </style>
  1267. </textItem>
  1268. <textItem>
  1269. <dataSource>
  1270. <reportExpression>1.1</reportExpression>
  1271. </dataSource>
  1272. <style>
  1273. <dataFormat>
  1274. <currencyFormat/>
  1275. </dataFormat>
  1276. </style>
  1277. </textItem>
  1278. <textItem>
  1279. <dataSource>
  1280. <reportExpression>11111111111</reportExpression>
  1281. </dataSource>
  1282. <style>
  1283. <dataFormat>
  1284. <currencyFormat/>
  1285. </dataFormat>
  1286. </style>
  1287. </textItem>
  1288. <textItem>
  1289. <dataSource>
  1290. <reportExpression>-1</reportExpression>
  1291. </dataSource>
  1292. <style>
  1293. <dataFormat>
  1294. <currencyFormat decimalSize="0" currencySymbol="$" useTrailingSymbol="false"/>
  1295. </dataFormat>
  1296. </style>
  1297. </textItem>
  1298. <textItem>
  1299. <dataSource>
  1300. <reportExpression>1</reportExpression>
  1301. </dataSource>
  1302. <style>
  1303. <dataFormat>
  1304. <currencyFormat decimalSize="0"/>
  1305. </dataFormat>
  1306. </style>
  1307. </textItem>
  1308. <!-- Percent Samples -->
  1309. <textItem>
  1310. <dataSource>
  1311. <reportExpression>1.1</reportExpression>
  1312. </dataSource>
  1313. <style>
  1314. <dataFormat>
  1315. <percentFormat decimalSize="1" scale="-2"/>
  1316. </dataFormat>
  1317. </style>
  1318. </textItem>
  1319. <textItem>
  1320. <dataSource>
  1321. <reportExpression>1.1</reportExpression>
  1322. </dataSource>
  1323. <style>
  1324. <dataFormat>
  1325. <percentFormat scale="-2"/>
  1326. </dataFormat>
  1327. </style>
  1328. </textItem>
  1329. <textItem>
  1330. <dataSource>
  1331. <reportExpression>11111111111</reportExpression>
  1332. </dataSource>
  1333. <style>
  1334. <dataFormat>
  1335. <percentFormat scale="-2"/>
  1336. </dataFormat>
  1337. </style>
  1338. </textItem>
  1339. <textItem>
  1340. <dataSource>
  1341. <reportExpression>-1</reportExpression>
  1342. </dataSource>
  1343. <style>
  1344. <dataFormat>
  1345. <percentFormat decimalSize="0" scale="-2"/>
  1346. </dataFormat>
  1347. </style>
  1348. </textItem>
  1349. </contents>
  1350. </block>
  1351. <dsV5Edge id="dsV5Edge" name="">
  1352. <dsV5Levels/>
  1353. </dsV5Edge>
  1354. <dsV5Level id="dsV5Level" name="">
  1355. </dsV5Level>
  1356. <dsFilterIn id="dsFilterIn" refDsColumn="">
  1357. </dsFilterIn>
  1358. <dsFilterCompare id="dsFilterCompare" refDsColumn="" operator="greaterThan">
  1359. </dsFilterCompare>
  1360. <dsFilterRange id="dsFilterRange" refDsColumn="">
  1361. </dsFilterRange>
  1362. </xmlFragment>
  1363. </resources>