1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2003, 2018
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <xmlFragment id="ToolboxControls">
- <!-- String Variable -->
- <reportVariable id="reportVariable_string" type="string" name="">
- <reportExpression/>
- </reportVariable>
- <!-- Boolean Variable -->
- <reportVariable id="reportVariable_boolean" type="boolean" name="">
- <reportExpression/>
- <variableValues>
- <variableValue value="1"/>
- </variableValues>
- </reportVariable>
- <!-- Language Variable -->
- <reportVariable id="reportVariable_locale" type="locale" name="">
- <reportExpression>ReportLocale()</reportExpression>
- </reportVariable>
- <!-- Query -->
- <query id="query" name="">
- <source>
- <model/>
- </source>
- <selection/>
- </query>
- <!-- Union -->
- <queryOperation id="union" name="" setOperation="UNION">
- <queryRefs/>
- <projectionList autoGenerated="true"/>
- </queryOperation>
- <!-- Intersect -->
- <queryOperation id="intersect" name="" setOperation="INTERSECT">
- <queryRefs/>
- <projectionList autoGenerated="true"/>
- </queryOperation>
- <!-- Except -->
- <queryOperation id="except" name="" setOperation="EXCEPT">
- <queryRefs/>
- <projectionList autoGenerated="true"/>
- </queryOperation>
- <!-- Join -->
- <joinOperation id="join">
- <joinOperands>
- <joinOperand/>
- <joinOperand/>
- </joinOperands>
- <joinFilter>
- <filterExpression/>
- </joinFilter>
- </joinOperation>
- <!-- SQL Query -->
- <sqlQuery id="sqlQuery" name="" dataSource="">
- <sqlText/>
- </sqlQuery>
- <!-- MDX Query -->
- <mdxQuery id="mdxQuery" name="" dataSource="">
- <mdxText/>
- </mdxQuery>
- <!-- Block -->
- <block id="block">
- <contents/>
- </block>
- <!-- Bookmark -->
- <bookmark id="bookmark">
- <dataSource>
- <staticValue/>
- </dataSource>
- </bookmark>
- <!-- Conditional Blocks -->
- <conditionalBlocks id="conditionalBlocks">
- <conditionalBlockDefault>
- <contents/>
- </conditionalBlockDefault>
- </conditionalBlocks>
- <!-- Hyperlink Button -->
- <button id="button">
- <dataSource>
- <staticValue/>
- </dataSource>
- <contents>
- <textItem>
- <dataSource>
- <staticValue HAL_ids="IDS_EL_button"/>
- </dataSource>
- </textItem>
- </contents>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="bt"/>
- </defaultStyles>
- </style>
- </button>
- <!-- Notebook -->
- <notebook id="notebook">
- <style>
- <CSS value="width: 410px; height: 300px"/>
- </style>
- </notebook>
- <!-- App IFrame -->
- <appIFrame id="appIFrame" src="">
- <style>
- <CSS value="width: 100%; height: 580px"/>
- </style>
- </appIFrame>
-
- <!-- Create application links Wizard -->
- <createReportPromptsWizard id="createReportPromptsWizard"/>
- <!-- Interactive Report Run -->
- <appDrillTo id="appDrillTo" name="">
- <appDrillToMethod />
- </appDrillTo>
- <!-- Prompt Button -->
- <promptButton id="promptButton" type="next">
- <contents/>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="bp"/>
- </defaultStyles>
- </style>
- </promptButton>
- <!-- Custom Control -->
- <customControl id="customControl"/>
- <!-- Extensible Viz Control Sandbox -->
- <createNewLocalViz id="vizControlSandbox"/>
- <!-- SVG Schematic Sandbox -->
- <createNewLocalSchematic id="svgSchematicSandbox"/>
- <!-- Calculated Member -->
- <calculatedMember id="calculatedMember" name="" refDataItem=""/>
- <!-- List -->
- <list id="list" horizontalPagination="true">
- <listColumnBodyStyle/>
- <listColumnTitleStyle/>
- <listColumnStyle/>
- <noDataHandler>
- <contents>
- <block>
- <contents>
- <textItem>
- <dataSource>
- <staticValue>
- <stringRes id="IDS_LBL_NO_DATA_AVAILABLE"/>
- </staticValue>
- </dataSource>
- </textItem>
- </contents>
- <style>
- <CSS value="padding:16px;"/>
- </style>
- </block>
- </contents>
- </noDataHandler>
- <style>
- <CSS value="border-collapse:collapse"/>
- <defaultStyles>
- <defaultStyle refStyle="ls"/>
- </defaultStyles>
- </style>
- </list>
- <!-- Section List -->
- <list id="sectionList" showColumnTitles="hide">
- <listColumns>
- <listColumn>
- <listColumnTitle>
- <contents/>
- </listColumnTitle>
- <listColumnBody>
- <contents/>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="sb"/>
- </defaultStyles>
- </style>
- </listColumnBody>
- </listColumn>
- </listColumns>
- <listColumnBodyStyle/>
- <listColumnTitleStyle/>
- <listColumnStyle/>
- <style>
- <CSS value="border-collapse:collapse; width:100%"/>
- <defaultStyles>
- <defaultStyle refStyle="sc"/>
- </defaultStyles>
- </style>
- </list>
- <!-- appList -->
- <appList id="appList" rowHeight="30" scrollableAreaHeight="400">
- <appListColumnsStyle/>
- <appListColumnTitlesStyle/>
- <appListColumnBodiesStyle/>
- <appListDataSet/>
- <appListBorders>
- <appListVerticalBorders/>
- <appListHorizontalBorders/>
- <appListBodyBorder/>
- </appListBorders>
- </appList>
- <listControl id="listControl" rowHeight="26" scrollableAreaHeight="300">
- <lcColumnStyle/>
- <lcColumnTitleStyle/>
- <lcColumnBodyStyle/>
- <lcGroupHeaderStyle/>
- <lcGroupFooterStyle/>
- </listControl>
- <!--
- <customControl id="dataList" path="cchl/_kgk">
- <description label="Data List">
- <configuration>
- {
- "Background color" : ""
- }
- </configuration>
- <propertySheet>
- <property name="ccName"/>
- <property name="ccConfiguration"/>
- <property name="ccHeight"/>
- <property name="ccWidth"/>
- </propertySheet>
- <dataSets>
- <dataSet/>
- </dataSets>
- <icon16x16><![CDATA[<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px"><use xlink:href="#def_el_appList"/></svg>]]></icon16x16>
- <previewHTML><![CDATA[<svg xmlns="http://www.w3.org/2000/svg" width="300px" height="200px"><use xlink:href="#def_el_appList"/></svg>]]></previewHTML>
- </description>
- </customControl>
- -->
- <!-- Chart -->
- <createNewChart id="chart"/>
- <!-- Map -->
- <createNewMap id="map">
- <mapChart refMap="" showTooltips="true">
- <chartBody/>
- <legend>
- <legendPosition>
- <relativePosition/>
- </legendPosition>
- <legendTitle>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="lx"/>
- </defaultStyles>
- </style>
- </legendTitle>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="lg"/>
- </defaultStyles>
- </style>
- </legend>
- <axisTitle>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="at"/>
- </defaultStyles>
- </style>
- </axisTitle>
- <appMapProperties ignoreNoDataForHover="true"/>
- </mapChart>
- </createNewMap>
- <!-- Crosstab -->
- <crosstab id="crosstab" horizontalPagination="true">
- <crosstabCorner>
- <contents/>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="xm"/>
- </defaultStyles>
- </style>
- </crosstabCorner>
- <crosstabRowNodeStyle/>
- <crosstabColumnNodeStyle/>
- <noDataHandler>
- <contents>
- <block>
- <contents>
- <textItem>
- <dataSource>
- <staticValue>
- <stringRes id="IDS_LBL_NO_DATA_AVAILABLE"/>
- </staticValue>
- </dataSource>
- </textItem>
- </contents>
- <style>
- <CSS value="padding:16px;"/>
- </style>
- </block>
- </contents>
- </noDataHandler>
- <style>
- <CSS value="border-collapse:collapse"/>
- <defaultStyles>
- <defaultStyle refStyle="xt"/>
- </defaultStyles>
- </style>
- </crosstab>
- <createNewVisChart id="visChart">
- <viz>
- </viz>
- </createNewVisChart>
- <!-- Singleton -->
- <singleton id="singleton">
- <contents/>
- </singleton>
-
- <!-- Singleton measure -->
- <singleton id="singletonSummary">
- <contents>
- <table>
- <tableRows>
- <tableRow>
- <tableCells>
- <tableCell tableHeader="true">
- <contents>
- <textItem>
- <dataSource>
- <dataItemValue/>
- </dataSource>
- </textItem>
- </contents>
- <style>
- <CSS value="text-align: center; font-size: 18pt"></CSS>
- </style>
- </tableCell>
- </tableCells>
- </tableRow>
- <tableRow>
- <tableCells>
- <tableCell>
- <contents>
- <textItem>
- <dataSource>
- <dataItemLabel/>
- </dataSource>
- </textItem>
- </contents>
- <style>
- <CSS value="text-align: center; font-size: 12pt"></CSS>
- </style>
- </tableCell>
- </tableCells>
- </tableRow>
- </tableRows>
- </table>
- </contents>
- </singleton>
- <!-- Repeater -->
- <repeater id="repeater">
- <contents/>
- </repeater>
- <!-- Repeater Table -->
- <repeaterTable id="repeaterTable" across="2" down="3">
- <repeaterTableCell>
- <contents/>
- <style>
- <CSS value="padding:4px"/>
- <defaultStyles>
- <defaultStyle refStyle="rc"/>
- </defaultStyles>
- </style>
- </repeaterTableCell>
- <style>
- <CSS value="border-collapse:collapse"/>
- <defaultStyles>
- <defaultStyle refStyle="rt"/>
- </defaultStyles>
- </style>
- </repeaterTable>
- <!-- Page Set -->
- <pageSet id="pageSet" name="">
- <detailPages/>
- </pageSet>
- <!-- BookletItem -->
- <createNewBookletItem id="bookletItem" >
- <bookletItem name="">
- <reportPath path=""/>
- </bookletItem>
- </createNewBookletItem>
- <!-- Date -->
- <date id="date">
- <style>
- <dataFormat>
- <dateFormat/>
- </dataFormat>
- </style>
- </date>
- <!-- Data Item -->
- <createNewDataItem id="dataItem"/>
- <!-- Dimension -->
- <dimension id="dimension" name="">
- <levels/>
- </dimension>
- <!-- Calculation -->
- <createQueryExpr id="createQueryExpr"/>
- <createQueryExpr id="createTuple" type="tuple"/>
- <createLayoutExpr id="createLayoutExpr"/>
- <!-- Filter -->
- <createNewFilter id="filter"/>
- <!-- Field Set -->
- <fieldSet id="fieldSet">
- <fieldSetCaption>
- <contents>
- <textItem>
- <dataSource>
- <staticValue/>
- </dataSource>
- </textItem>
- </contents>
- </fieldSetCaption>
- <contents/>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="fs"/>
- </defaultStyles>
- </style>
- </fieldSet>
- <!-- HTML Item -->
- <HTMLItem id="HTMLItem">
- <dataSource>
- <staticValue/>
- </dataSource>
- </HTMLItem>
- <!-- Rich Text Item -->
- <richTextItem id="richTextItem">
- <dataSource>
- <staticValue/>
- </dataSource>
- </richTextItem>
- <!-- Level Hierarchy -->
- <levelHierarchy id="levelHierarchy" name=""/>
- <!-- Member Hierarchy -->
- <memberHierarchy id="memberHierarchy" name=""/>
- <!-- Calculated Member -->
- <calculatedMember id="calculatedMember" name=""/>
- <!-- Hyperlink -->
- <hyperlink id="hyperlink">
- <dataSource>
- <staticValue/>
- </dataSource>
- <contents>
- <textItem>
- <dataSource>
- <staticValue HAL_ids="IDS_EL_hyperlink"/>
- </dataSource>
- </textItem>
- </contents>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="hy"/>
- </defaultStyles>
- </style>
- </hyperlink>
- <!-- Image -->
- <image id="image">
- <dataSource>
- <staticValue/>
- </dataSource>
- </image>
- <!-- Layout Component Reference -->
- <createNewLayoutComponentRef id="layoutComponentRef"/>
- <!-- Level -->
- <level id="level" name="">
- <keys/>
- <attributes/>
- <calculatedMembers/>
- </level>
- <!-- Page -->
- <page id="page">
- <pageBody>
- <contents/>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="pb"/>
- </defaultStyles>
- </style>
- </pageBody>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="pg"/>
- </defaultStyles>
- </style>
- </page>
- <!-- Prompt Page -->
- <page id="promptPage">
- <pageHeader>
- <contents>
- <block>
- <contents>
- <textItem>
- <dataSource>
- <staticValue/>
- </dataSource>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="tt"/>
- </defaultStyles>
- </style>
- </textItem>
- </contents>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="ta"/>
- </defaultStyles>
- </style>
- </block>
- </contents>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="hp"/>
- </defaultStyles>
- </style>
- </pageHeader>
- <pageBody>
- <contents/>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="py"/>
- </defaultStyles>
- </style>
- </pageBody>
- <pageFooter>
- <contents>
- <promptButton type="cancel">
- <contents/>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="bp"/>
- </defaultStyles>
- </style>
- </promptButton>
- <promptButton type="back">
- <contents/>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="bp"/>
- </defaultStyles>
- </style>
- </promptButton>
- <promptButton type="next">
- <contents/>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="bp"/>
- </defaultStyles>
- </style>
- </promptButton>
- <promptButton type="finish">
- <contents/>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="bp"/>
- </defaultStyles>
- </style>
- </promptButton>
- </contents>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="fp"/>
- </defaultStyles>
- </style>
- </pageFooter>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="pp"/>
- </defaultStyles>
- </style>
- </page>
- <!-- Page Number -->
- <pageNumber id="pageNumber"/>
- <!-- Row Number -->
- <rowNumber id="rowNumber">
- <style>
- <dataFormat>
- <numberFormat/>
- </dataFormat>
- </style>
- </rowNumber>
- <!-- Slicer Member -->
- <createNewSlicerMemberSet id="slicerMemberSet"/>
- <!-- Table -->
- <createNewTable id="table"/>
- <!-- Text Item -->
- <createNewTextItem id="textItem"/>
- <!-- Time -->
- <time id="time">
- <style>
- <dataFormat>
- <timeFormat/>
- </dataFormat>
- </style>
- </time>
- <!-- Text Box Prompt -->
- <createNewPromptControl id="textBox">
- <textBox/>
- </createNewPromptControl>
- <!-- Value Prompt -->
- <createNewPromptControl id="selectValue">
- <selectValue/>
- </createNewPromptControl>
- <!-- Select and Search Prompt -->
- <createNewPromptControl id="selectWithSearch">
- <selectWithSearch/>
- </createNewPromptControl>
- <!-- Tree Prompt -->
- <createNewPromptControl id="selectWithTree">
- <selectWithTree/>
- </createNewPromptControl>
- <!-- Date Prompt -->
- <createNewPromptControl id="selectDate">
- <selectDate/>
- </createNewPromptControl>
- <!-- Time Prompt -->
- <createNewPromptControl id="selectTime">
- <selectTime/>
- </createNewPromptControl>
- <!-- Date and Time Prompt -->
- <createNewPromptControl id="selectDateTime">
- <selectDateTime/>
- </createNewPromptControl>
- <!-- Interval Prompt -->
- <createNewPromptControl id="selectInterval">
- <selectInterval/>
- </createNewPromptControl>
- <!-- Generated Prompt -->
- <createNewPromptControl id="generatedPrompt">
- <generatedPrompt/>
- </createNewPromptControl>
- <!-- Metrics Manager Diagram -->
- <CMMMap id="CMMMap" cmmID=""/>
- <!-- Local Class -->
- <classStyle id="classStyle" name="cls"/>
- <!-- AS of Time Expression -->
- <asOfTime id="asOfTime">
- <reportExpression>ReportDate()</reportExpression>
- </asOfTime>
- <!-- Crosstab Space -->
- <crosstabSpacer id="crosstabSpacerWithFactCells" renderFactCells="true">
- <contents>
- <textItem>
- <dataSource>
- <staticValue> </staticValue>
- </dataSource>
- </textItem>
- </contents>
- <factCell/>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="xs"/>
- </defaultStyles>
- </style>
- </crosstabSpacer>
- <!-- Crosstab Space (no fact cells) -->
- <crosstabSpacer id="crosstabSpacerNoFactCells">
- <contents>
- <textItem>
- <dataSource>
- <staticValue> </staticValue>
- </dataSource>
- </textItem>
- </contents>
- <factCell/>
- <style>
- <defaultStyles>
- <defaultStyle refStyle="xs"/>
- </defaultStyles>
- </style>
- </crosstabSpacer>
-
- <!-- Table of Contents -->
- <TOC id="TOC" tocName="">
- </TOC>
- <!-- Table of Contents Entry -->
- <TOCEntry id="TOCEntry" refToc="">
- <contents>
- <table>
- <tableRows>
- <tableRow>
- <tableCells>
- <tableCell>
- <contents>
- <textItem>
- <dataSource>
- <staticValue/>
- </dataSource>
- </textItem>
- </contents>
- <style>
- <CSS value="white-space:nowrap; vertical-align:bottom;"/>
- </style>
- </tableCell>
- <tableCell>
- <contents>
- <block>
- <contents>
- <textItem>
- <dataSource>
- <staticValue> </staticValue>
- </dataSource>
- </textItem>
- </contents>
- <style>
- <CSS value="border-bottom:1.5pt dotted black; margin-bottom:3px; margin-left:3px; margin-right:3px"/>
- </style>
- </block>
- </contents>
- <style>
- <CSS value="width:100%"/>
- </style>
- </tableCell>
- <tableCell>
- <contents>
- <textItem maxCharacters="4">
- <dataSource>
- <reportExpression>PageNumber()</reportExpression>
- </dataSource>
- </textItem>
- </contents>
- <style>
- <CSS value="text-align:right;white-space:nowrap; vertical-align:bottom;"/>
- </style>
- </tableCell>
- </tableCells>
- </tableRow>
- </tableRows>
- <style>
- <CSS value="border-collapse:collapse;width:100%"/>
- <defaultStyles>
- <defaultStyle refStyle="tb"/>
- </defaultStyles>
- </style>
- </table>
- </contents>
- <style>
- <CSS value="width:100%"/>
- </style>
- </TOCEntry>
-
- <!-- App Toggle Button Bar -->
- <appToggleButtonBar id="appToggleButtonBar">
- <appButtonDefinition>
- <appButtonLabel/>
- </appButtonDefinition>
- <appDataSource>
- <appStaticDataTable>
- <appStaticDataItems>
- <appStaticDataItem/>
- </appStaticDataItems>
- <appStaticDataRows>
- <appButtonStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_BUTTON_LABEL" HAL_ids_param="1"/>
- </appStaticDataItemValue>
- </appButtonStaticDataRow>
- <appButtonStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_BUTTON_LABEL" HAL_ids_param="2"/>
- </appStaticDataItemValue>
- </appButtonStaticDataRow>
- <appButtonStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_BUTTON_LABEL" HAL_ids_param="3"/>
- </appStaticDataItemValue>
- </appButtonStaticDataRow>
- </appStaticDataRows>
- </appStaticDataTable>
- </appDataSource>
- </appToggleButtonBar>
-
- <!-- App Deck -->
- <appDeck id="appDeck" width="100%">
- <appCardDefinition>
- <appCardLabel/>
- </appCardDefinition>
- <appCards>
- <appCard>
- <contents/>
- </appCard>
- <appCard>
- <contents/>
- </appCard>
- <appCard>
- <contents/>
- </appCard>
- </appCards>
- <appDataSource>
- <appStaticDataTable>
- <appStaticDataItems>
- <appStaticDataItem/>
- </appStaticDataItems>
- <appStaticDataRows>
- <appDeckStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_CARD_LABEL" HAL_ids_param="1"/>
- </appStaticDataItemValue>
- </appDeckStaticDataRow>
- <appDeckStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_CARD_LABEL" HAL_ids_param="2"/>
- </appStaticDataItemValue>
- </appDeckStaticDataRow>
- <appDeckStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_CARD_LABEL" HAL_ids_param="3"/>
- </appStaticDataItemValue>
- </appDeckStaticDataRow>
- </appStaticDataRows>
- </appStaticDataTable>
- </appDataSource>
- </appDeck>
-
- <!-- App Radio Button Group -->
- <appRadioButtonGroup id="appRadioButtonGroup">
- <appRadioButtonDefinition>
- <appRadioButtonLabel/>
- </appRadioButtonDefinition>
- <appDataSource>
- <appStaticDataTable>
- <appStaticDataItems>
- <appStaticDataItem/>
- </appStaticDataItems>
- <appStaticDataRows>
- <appRadioButtonStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_BUTTON_LABEL" HAL_ids_param="1"/>
- </appStaticDataItemValue>
- </appRadioButtonStaticDataRow>
- <appRadioButtonStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_BUTTON_LABEL" HAL_ids_param="2"/>
- </appStaticDataItemValue>
- </appRadioButtonStaticDataRow>
- <appRadioButtonStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_BUTTON_LABEL" HAL_ids_param="3"/>
- </appStaticDataItemValue>
- </appRadioButtonStaticDataRow>
- </appStaticDataRows>
- </appStaticDataTable>
- </appDataSource>
- </appRadioButtonGroup>
-
- <!-- App Button Bar -->
- <appButtonBar id="appButtonBar">
- <appButtonDefinition>
- <appButtonLabel/>
- </appButtonDefinition>
- <appDataSource>
- <appStaticDataTable>
- <appStaticDataItems>
- <appStaticDataItem/>
- </appStaticDataItems>
- <appStaticDataRows>
- <appButtonStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_BUTTON_LABEL" HAL_ids_param="1"/>
- </appStaticDataItemValue>
- </appButtonStaticDataRow>
- <appButtonStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_BUTTON_LABEL" HAL_ids_param="2"/>
- </appStaticDataItemValue>
- </appButtonStaticDataRow>
- <appButtonStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_BUTTON_LABEL" HAL_ids_param="3"/>
- </appStaticDataItemValue>
- </appButtonStaticDataRow>
- </appStaticDataRows>
- </appStaticDataTable>
- </appDataSource>
- </appButtonBar>
-
- <!-- App Button -->
- <appButton id="appButton">
- <appButtonDefinition>
- <appButtonLabel/>
- </appButtonDefinition>
- <appDataSource>
- <appStaticDataTable>
- <appStaticDataItems>
- <appStaticDataItem/>
- </appStaticDataItems>
- <appStaticDataRows>
- <appButtonStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_BUTTON_LABEL_NP"/>
- </appStaticDataItemValue>
- </appButtonStaticDataRow>
- </appStaticDataRows>
- </appStaticDataTable>
- </appDataSource>
- </appButton>
-
- <!-- App Drop Down List -->
- <appDropDownList id="appDropDownList" width="200px">
- <appListItemDefinition>
- <appListItemLabel/>
- </appListItemDefinition>
- <appDataSource>
- <appStaticDataTable>
- <appStaticDataItems>
- <appStaticDataItem/>
- </appStaticDataItems>
- <appStaticDataRows>
- <appListStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_LISTITEM_LABEL" HAL_ids_param="1"/>
- </appStaticDataItemValue>
- </appListStaticDataRow>
- <appListStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_LISTITEM_LABEL" HAL_ids_param="2"/>
- </appStaticDataItemValue>
- </appListStaticDataRow>
- <appListStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_LISTITEM_LABEL" HAL_ids_param="3"/>
- </appStaticDataItemValue>
- </appListStaticDataRow>
- </appStaticDataRows>
- </appStaticDataTable>
- </appDataSource>
- </appDropDownList>
-
- <!-- App Multi-Select List -->
- <appListBox id="appListBox" height="180px" width="200px">
- <appListItemDefinition>
- <appListItemLabel/>
- </appListItemDefinition>
- <appDataSource>
- <appStaticDataTable>
- <appStaticDataItems>
- <appStaticDataItem/>
- </appStaticDataItems>
- <appStaticDataRows>
- <appListStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_LISTITEM_LABEL" HAL_ids_param="1"/>
- </appStaticDataItemValue>
- </appListStaticDataRow>
- <appListStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_LISTITEM_LABEL" HAL_ids_param="2"/>
- </appStaticDataItemValue>
- </appListStaticDataRow>
- <appListStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_LISTITEM_LABEL" HAL_ids_param="3"/>
- </appStaticDataItemValue>
- </appListStaticDataRow>
- </appStaticDataRows>
- </appStaticDataTable>
- </appDataSource>
- </appListBox>
-
- <!-- App Tab Control -->
- <appTabControl id="appTabControl" width="100%">
- <appTabDefinition>
- <appTabLabel/>
- </appTabDefinition>
- <appTabDeck>
- <appTabCards>
- <appTabCard>
- <contents/>
- </appTabCard>
- <appTabCard>
- <contents/>
- </appTabCard>
- <appTabCard>
- <contents/>
- </appTabCard>
- </appTabCards>
- </appTabDeck>
- <appDataSource>
- <appStaticDataTable>
- <appStaticDataItems>
- <appStaticDataItem/>
- </appStaticDataItems>
- <appStaticDataRows>
- <appTabStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_TAB_LABEL" HAL_ids_param="1"/>
- </appStaticDataItemValue>
- </appTabStaticDataRow>
- <appTabStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_TAB_LABEL" HAL_ids_param="2"/>
- </appStaticDataItemValue>
- </appTabStaticDataRow>
- <appTabStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_TAB_LABEL" HAL_ids_param="3"/>
- </appStaticDataItemValue>
- </appTabStaticDataRow>
- </appStaticDataRows>
- </appStaticDataTable>
- </appDataSource>
- </appTabControl>
-
- <!-- App Data Button Bar -->
- <appDataButtonBar id="appDataButtonBar">
- </appDataButtonBar>
-
- <!-- App Data Toggle Button Bar -->
- <appDataToggleButtonBar id="appDataToggleButtonBar">
- </appDataToggleButtonBar>
-
- <!-- App Data Radio Button Group -->
- <appDataRadioButtonGroup id="appDataRadioButtonGroup">
- </appDataRadioButtonGroup>
-
- <!-- App Data Drop Down List -->
- <appDataDropDownList id="appDataDropDownList" width="200px">
- </appDataDropDownList>
-
- <!-- App Data Multi-Select List -->
- <appDataListBox id="appDataListBox" height="180px" width="200px">
- </appDataListBox>
-
- <!-- App Data Tab Control -->
- <appDataTabControl id="appDataTabControl" width="100%">
- <appDataTabDeck>
- <appDataTabCard>
- <contents/>
- </appDataTabCard>
- </appDataTabDeck>
- </appDataTabControl>
-
- <!-- App Data Deck -->
- <appDataDeck id="appDataDeck" width="100%">
- <appDataCard>
- <contents/>
- </appDataCard>
- </appDataDeck>
-
- <!-- App Checkbox Group -->
- <appCheckboxGroup id="appCheckboxGroup">
- <appCheckboxDefinition>
- <appCheckboxLabel/>
- </appCheckboxDefinition>
- <appDataSource>
- <appStaticDataTable>
- <appStaticDataItems>
- <appStaticDataItem/>
- </appStaticDataItems>
- <appStaticDataRows>
- <appCheckboxStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_CHECKBOX_LABEL" HAL_ids_param="1"/>
- </appStaticDataItemValue>
- </appCheckboxStaticDataRow>
- <appCheckboxStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_CHECKBOX_LABEL" HAL_ids_param="2"/>
- </appStaticDataItemValue>
- </appCheckboxStaticDataRow>
- <appCheckboxStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_CHECKBOX_LABEL" HAL_ids_param="3"/>
- </appStaticDataItemValue>
- </appCheckboxStaticDataRow>
- </appStaticDataRows>
- </appStaticDataTable>
- </appDataSource>
- </appCheckboxGroup>
-
- <!-- App Data Checkbox Group -->
- <appDataCheckboxGroup id="appDataCheckboxGroup">
- </appDataCheckboxGroup>
-
- <!-- App Iterator -->
- <appIterator id="appIterator">
- <appIteratorUI>
- <appIteratorPrevious>
- <appIteratorButton/>
- </appIteratorPrevious>
- <appIteratorLabelArea>
- <appIteratorDropDownList width="200px"/>
- </appIteratorLabelArea>
- <appIteratorNext>
- <appIteratorButton/>
- </appIteratorNext>
- </appIteratorUI>
- <appIteratorDefinition>
- <appIteratorLabel/>
- </appIteratorDefinition>
- <appDataSource>
- <appStaticDataTable>
- <appStaticDataItems>
- <appStaticDataItem/>
- </appStaticDataItems>
- <appStaticDataRows>
- <appIteratorStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_VALUE_LABEL" HAL_ids_param="1"/>
- </appStaticDataItemValue>
- </appIteratorStaticDataRow>
- <appIteratorStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_VALUE_LABEL" HAL_ids_param="2"/>
- </appStaticDataItemValue>
- </appIteratorStaticDataRow>
- <appIteratorStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_VALUE_LABEL" HAL_ids_param="3"/>
- </appStaticDataItemValue>
- </appIteratorStaticDataRow>
- </appStaticDataRows>
- </appStaticDataTable>
- </appDataSource>
- </appIterator>
-
- <!-- App Data Iterator -->
- <appDataIterator id="appDataIterator">
- <appIteratorUI>
- <appIteratorPrevious>
- <appIteratorButton/>
- </appIteratorPrevious>
- <appIteratorLabelArea>
- <appIteratorDropDownList width="200px"/>
- </appIteratorLabelArea>
- <appIteratorNext>
- <appIteratorButton/>
- </appIteratorNext>
- </appIteratorUI>
- </appDataIterator>
-
- <!-- App Repeater Table -->
- <appRepeaterTable id="appRepeaterTable" across="2">
- <appRepeaterTableCellDefinition>
- <appRepeaterTableCellLabel/>
- </appRepeaterTableCellDefinition>
- <appDataSource>
- <appStaticDataTable>
- <appStaticDataItems>
- <appStaticDataItem/>
- </appStaticDataItems>
- <appStaticDataRows>
- <appRepeaterTableCellStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_VALUE_LABEL" HAL_ids_param="1"/>
- </appStaticDataItemValue>
- </appRepeaterTableCellStaticDataRow>
- <appRepeaterTableCellStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_VALUE_LABEL" HAL_ids_param="2"/>
- </appStaticDataItemValue>
- </appRepeaterTableCellStaticDataRow>
- <appRepeaterTableCellStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_VALUE_LABEL" HAL_ids_param="3"/>
- </appStaticDataItemValue>
- </appRepeaterTableCellStaticDataRow>
- </appStaticDataRows>
- </appStaticDataTable>
- </appDataSource>
- <appRepeaterTableCell>
- <contents>
- <textItem>
- <dataSource>
- <appDataItemValue/>
- </dataSource>
- </textItem>
- </contents>
- <style>
- <CSS value="padding:4px"/>
- <defaultStyles>
- <defaultStyle refStyle="rc"/>
- </defaultStyles>
- </style>
- </appRepeaterTableCell>
- <style>
- <CSS value="border-collapse:collapse"/>
- <defaultStyles>
- <defaultStyle refStyle="rt"/>
- </defaultStyles>
- </style>
- </appRepeaterTable>
-
- <!-- App Discrete Slider -->
- <appDiscreteSlider id="appDiscreteSlider">
- <appSliderDefinition>
- <appSliderLabel/>
- </appSliderDefinition>
- <appDataSource>
- <appStaticDataTable>
- <appStaticDataItems>
- <appStaticDataItem/>
- </appStaticDataItems>
- <appStaticDataRows>
- <appSliderStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_VALUE_LABEL" HAL_ids_param="1"/>
- </appStaticDataItemValue>
- </appSliderStaticDataRow>
- <appSliderStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_VALUE_LABEL" HAL_ids_param="2"/>
- </appStaticDataItemValue>
- </appSliderStaticDataRow>
- <appSliderStaticDataRow>
- <appStaticDataItemValue>
- <defaultText HAL_ids="IDS_VALUE_LABEL" HAL_ids_param="3"/>
- </appStaticDataItemValue>
- </appSliderStaticDataRow>
- </appStaticDataRows>
- </appStaticDataTable>
- </appDataSource>
- </appDiscreteSlider>
-
- <!-- App Continuous Slider -->
- <appContinuousSlider id="appContinuousSlider">
- </appContinuousSlider>
- <!-- App continuous slider set variable value to -->
- <appSetVariableValueToContinuousValue refAppVariable="" sourceType="" id="appSetVariableValueToContinuousValue"/>
-
- <!-- App Data Discrete Slider -->
- <appDataDiscreteSlider id="appDataDiscreteSlider">
- </appDataDiscreteSlider>
-
- <!-- App Variable Text Item -->
- <createNewAppVariableTextItem id="appVariableTextItem">
- </createNewAppVariableTextItem>
-
- <!-- Row Number -->
- <appRowNumber id="appRowNumber">
- <style>
- <dataFormat>
- <numberFormat/>
- </dataFormat>
- </style>
- </appRowNumber>
-
- <!-- Formatting samples to determine default formating for Interactive Report Output -->
- <block id="appFormatSamplesBlock">
- <XMLAttributes>
- <XMLAttribute name="RS_defaultFormatTests" value="true" output="HTML"/>
- </XMLAttributes>
- <contents>
- <!-- Number Samples -->
- <textItem>
- <dataSource>
- <reportExpression>1.1</reportExpression>
- </dataSource>
- <style>
- <dataFormat>
- <numberFormat decimalSize="1"/>
- </dataFormat>
- </style>
- </textItem>
- <textItem>
- <dataSource>
- <reportExpression>1.1</reportExpression>
- </dataSource>
- <style>
- <dataFormat>
- <numberFormat/>
- </dataFormat>
- </style>
- </textItem>
- <textItem>
- <dataSource>
- <reportExpression>11111111111</reportExpression>
- </dataSource>
- <style>
- <dataFormat>
- <numberFormat/>
- </dataFormat>
- </style>
- </textItem>
- <textItem>
- <dataSource>
- <reportExpression>-1</reportExpression>
- </dataSource>
- <style>
- <dataFormat>
- <numberFormat decimalSize="0"/>
- </dataFormat>
- </style>
- </textItem>
-
- <!-- Currency Samples -->
- <textItem>
- <dataSource>
- <reportExpression>1.1</reportExpression>
- </dataSource>
- <style>
- <dataFormat>
- <currencyFormat decimalSize="1"/>
- </dataFormat>
- </style>
- </textItem>
- <textItem>
- <dataSource>
- <reportExpression>1.1</reportExpression>
- </dataSource>
- <style>
- <dataFormat>
- <currencyFormat/>
- </dataFormat>
- </style>
- </textItem>
- <textItem>
- <dataSource>
- <reportExpression>11111111111</reportExpression>
- </dataSource>
- <style>
- <dataFormat>
- <currencyFormat/>
- </dataFormat>
- </style>
- </textItem>
- <textItem>
- <dataSource>
- <reportExpression>-1</reportExpression>
- </dataSource>
- <style>
- <dataFormat>
- <currencyFormat decimalSize="0" currencySymbol="$" useTrailingSymbol="false"/>
- </dataFormat>
- </style>
- </textItem>
- <textItem>
- <dataSource>
- <reportExpression>1</reportExpression>
- </dataSource>
- <style>
- <dataFormat>
- <currencyFormat decimalSize="0"/>
- </dataFormat>
- </style>
- </textItem>
- <!-- Percent Samples -->
- <textItem>
- <dataSource>
- <reportExpression>1.1</reportExpression>
- </dataSource>
- <style>
- <dataFormat>
- <percentFormat decimalSize="1" scale="-2"/>
- </dataFormat>
- </style>
- </textItem>
- <textItem>
- <dataSource>
- <reportExpression>1.1</reportExpression>
- </dataSource>
- <style>
- <dataFormat>
- <percentFormat scale="-2"/>
- </dataFormat>
- </style>
- </textItem>
- <textItem>
- <dataSource>
- <reportExpression>11111111111</reportExpression>
- </dataSource>
- <style>
- <dataFormat>
- <percentFormat scale="-2"/>
- </dataFormat>
- </style>
- </textItem>
- <textItem>
- <dataSource>
- <reportExpression>-1</reportExpression>
- </dataSource>
- <style>
- <dataFormat>
- <percentFormat decimalSize="0" scale="-2"/>
- </dataFormat>
- </style>
- </textItem>
- </contents>
- </block>
-
- <dsV5Edge id="dsV5Edge" name="">
- <dsV5Levels/>
- </dsV5Edge>
-
- <dsV5Level id="dsV5Level" name="">
-
- </dsV5Level>
-
- <dsFilterIn id="dsFilterIn" refDsColumn="">
- </dsFilterIn>
-
- <dsFilterCompare id="dsFilterCompare" refDsColumn="" operator="greaterThan">
- </dsFilterCompare>
-
- <dsFilterRange id="dsFilterRange" refDsColumn="">
- </dsFilterRange>
- </xmlFragment>
- </resources>
|