      <dataScope xmlns="http://xmlns.oracle.com/uix/ui"
                 xmlns:data="http://bali.us.oracle.com/cabo/marlin"
             xmlns:uix="http://bali.us.oracle.com/cabo/marlin"
             xmlns:baja="http://bali.us.oracle.com/cabo/baja"
             xmlns:html="http://www.w3.org/TR/REC-html40"
             xmlns:chart="http://emchart.us.oracle.com/ui">
        <contents>
                  <html:meta http-equiv="Refresh" data:content="refreshRate@refreshData"/>
                  <!--  >>>>>>>>>> DROPDOWN REFRESH OPTION  >>>>>>>>>>>>>> -->
                  <form name="refForm" method="GET">
                    <contents>
                      <tableLayout width="100%">
                        <contents>
                          <rowLayout>
                            <contents>
                              <cellFormat>
                                <contents>
                                  <rowLayout hAlign="right">
                                    <contents>
                                      <styledText styleClass="OraTipText" data:text="PAGE_REFRESHED@SLBBundle"/>
                                      <spacer width="5"/>
                                      <styledText styleClass="OraTipLabel" data:text="timestamp@timestampData"/>
                                      <spacer width="5"/>
                                      <choice name="viewChoice" columns="5" data:selectedIndex="refreshSelection@refreshData" shortDesc="Refresh">
                                        <contents data:childData="refOption@refreshChoices">
                                          <option data:text="name" data:selected="selected" data:value="value"/>
                                        </contents>
                                      </choice>
                                      <spacer width="10"/>
                                      <submitButton data:text="Refresh@SLBBundle" name="event" value="refreshOpt"/>
                                    </contents>
                                  </rowLayout>
                                </contents>
                              </cellFormat>
                            </contents>
                          </rowLayout>
                        </contents>
                      </tableLayout>
                    </contents>
                  </form>
                  <!-- ********** End Auto Refresh ************ -->
                  <spacer height="10"/>
                  <stackLayout>
                    <contents>
                      <switcher name="false" data:childName="error@servicePerf">
                        <case name="true">
                          <messageBox data:message="errMsg@servicePerf" messageType="error" longDescURL="unimpl" data:text="ERROR@SLBBundle"/>
                        </case>
                      </switcher>
                      <spacer height="10"/>
                      <rowLayout vAlign="top" width="100%">
                        <contents>        
                          <chart:emChart data:title="total_connections_sec@SLBBundle"
                                     chartType="timeSeriesChart"
                                     width="300" height="300"
                                     orientation="vertical"
                                     seriesColorsAutomatic="true"
                                     timeGranularity="SECOND"
                                     legendPosition="south">
                            <contents>
                              <chart:boundChartDataSource
                                      dataClass="oracle.sysman.eml.target.slb.mgmt.ServicePerfPage"
                                      dataMethod="getChartData"/>
                              <chart:imageMap data:imageMapDataSource="imageMap_total_connections_sec@servicePerf"
  				               overwriteLabels="false"/>  
                              <chart:chartColumn displayLabel="Connection Per Sec" isKey="true"
                                               sourceIndex="0"/>
                              <chart:chartColumn isTimeColumn="true"
                                               displayLabel="Time"
                                               sourceIndex="1" />
                              <chart:chartColumn displayLabel=" " sourceIndex="2"/>
                            </contents>
                          </chart:emChart>
                          <chart:emChart data:title="BitsInSec@SLBBundle"
                                     chartType="timeSeriesChart"
                                     width="300" height="300"
                                     orientation="vertical"
                                     seriesColorsAutomatic="true"
                                     timeGranularity="SECOND"
                                     legendPosition="south">
                            <contents>
                              <chart:boundChartDataSource
                                      dataClass="oracle.sysman.eml.target.slb.mgmt.ServicePerfPage"
                                      dataMethod="getChartData"/>
                                      
                              <chart:imageMap data:imageMapDataSource="imageMap_BitsInSec@servicePerf"
  				                                                  overwriteLabels="false"/> 
                              <chart:chartColumn displayLabel="Bits In Rate" isKey="true"
                                               sourceIndex="0"/>
                              <chart:chartColumn isTimeColumn="true"
                                               displayLabel="Time"
                                               sourceIndex="1" />
                              <chart:chartColumn displayLabel=" " sourceIndex="2"/>
                            </contents>
                          </chart:emChart>
                          <chart:emChart data:title="BitsOutSec@SLBBundle"
                                     chartType="timeSeriesChart"
                                     width="300" height="300"
                                     orientation="vertical"
                                     seriesColorsAutomatic="true"
                                     timeGranularity="SECOND"
                                     legendPosition="south">
                            <contents>
                              <chart:boundChartDataSource
                                      dataClass="oracle.sysman.eml.target.slb.mgmt.ServicePerfPage"
                                      dataMethod="getChartData"/>
                                      
                              <chart:imageMap data:imageMapDataSource="imageMap_BitsOutSec@servicePerf"
  				                                                  overwriteLabels="false"/>            
                              <chart:chartColumn displayLabel="Bits Out Rate" isKey="true"
                                               sourceIndex="0"/>
                              <chart:chartColumn isTimeColumn="true"
                                               displayLabel="Time"
                                               sourceIndex="1" />
                              <chart:chartColumn displayLabel=" " sourceIndex="2"/>
                            </contents>
                          </chart:emChart>
                          <!--<header text="Bits In Rate" vAlign="top">
                            <contents>
                              <image data:source="bitsInPerSecond@servicePerf" shortDesc="Bits In (KB) Per Second" data:destination="bitsInPerSecondUrl@servicePerf"/>
                            </contents>
                          </header>
                          <header text="Bits Out Rate" vAlign="top">
                            <contents>
                              <image data:source="bitsOutPerSecond@servicePerf" shortDesc="Bits Out (KB) Per Second" data:destination="bitsOutPerSecondUrl@servicePerf"/>
                            </contents>
                          </header>-->
                        </contents>
                      </rowLayout>
                    </contents>
                  </stackLayout>
        </contents>
        <provider>
          <data name="servicePerf">
            <method class="oracle.sysman.eml.target.slb.mgmt.ServicePerfPage" method="getServicePerf"/>
          </data>
          <data name="refreshChoices">
            <inline>
              <refOption name="Real Time: Manual Refresh" value="manual"/>
              <refOption name="Real Time: 30 Second Refresh" value="auto30"/>
              <refOption name="Real Time: 1 Minute Refresh" value="auto60"/>
              <refOption name="Real Time: 5 Minute Refresh" value="auto300"/>
              <refOption name="Last 24 hours" value="byDay"/>
              <refOption name="Last 7 days" value="byWeek"/>
              <refOption name="Last 31 days" value="byMonth"/>
            </inline>
          </data>
          <data name="SLBBundle">
            <bundle class="oracle.sysman.eml.rsc.target.slb.SLBBundle"/>
          </data>
          <data name="refreshData">
            <method class="oracle.sysman.eml.target.slb.mgmt.ServicePerfPage" method="getRefreshData"/>
          </data>
          <data name="timestampData">
            <method class="oracle.sysman.eml.target.slb.mgmt.ServiceOverviewPage" method="getTimestamp"/>
          </data>
        </provider>
      </dataScope>
  
