<dataScope xmlns="http://bali.us.oracle.com/cabo/marlin"
          xmlns:data="http://bali.us.oracle.com/cabo/marlin"
          xmlns:marlin="http://bali.us.oracle.com/cabo/marlin">
  <contents>
    <!--  >>>>>>>>>> DROPDOWN REFRESH OPTION  >>>>>>>>>>>>>> -->
    <form name="refOptionForm"  method="POST" >
      <contents>
        <tableLayout width="100%">
          <contents>
            <rowLayout>
              <contents>
                <cellFormat>
                  <contents>
                    <rowLayout hAlign="right">
                      <contents>
                        <switcher data:childName="showtime@timeData">
                          <case name="true">
                            <flowLayout>
                              <contents>
                                <styledText styleClass="OraTipText" data:text="refreshedText@timeData" />
                                <spacer  width="10"/>
                                <styledText styleClass="OraTipLabel" data:text="timestamp@timeData" />
                              </contents>
                            </flowLayout>
                          </case>
                        </switcher>
                        <spacer width="10"/>
                        <submitButton data:text="refreshBtnText@refOptionList" name="event" value="refToOpt" />
                        <spacer width="15"/>
                        <messageChoice data:prompt="viewDataText@timeData" 
																			 name="refOptionChoice"
																			 onChange="submitForm(refOptionForm, false, {event:'refToOpt'})" 
																			 columns="5" data:rendered="renderTimeChoice@renderChoice">
                          <contents marlin:childData="refOption@refOptionList">
                            <option marlin:text="name" marlin:selected="selected" marlin:value="value"/>
                          </contents>
                        </messageChoice>
                      </contents>
                    </rowLayout>
                  </contents>
                </cellFormat>
              </contents>
            </rowLayout>
          </contents>
        </tableLayout> 
      </contents>
    </form>
    <!-- <<<<<<<<<<<<<<<<< end of dropdown reresh option <<<<<<<<<<<<  -->
  </contents>
</dataScope>
