schedule data type example

Here’s an XML example of the schedule data type:

<schedule>
    <local>
         <scheduleOverride>NONE</scheduleOverride>
         <transition>
             <time>Sun:00</time>
             <performanceLevel>HIGH</performanceLevel>
         </transition>
         <transition>
             <time>Sun:06</time>
             <performanceLevel>MEDIUM</performanceLevel>
         </transition>
         <transition>
             <time>Sat:00</time>
             <performanceLevel>HIGH</performanceLevel>
         </transition>
         <transition>
             <time>Sat:06</time>
             <performanceLevel>MEDIUM</performanceLevel>
         </transition>
    </local>
    <remote>
         <scheduleOverride>NONE</scheduleOverride>
         <transition>
             <time>Sun:00</time>
             <performanceLevel>HIGH</performanceLevel>
         </transition>
         <transition>
             <time>Mon:00</time>
             <performanceLevel>MEDIUM</performanceLevel>
         </transition>
    </remote>
</schedule>

Trademark and LegalDisclaimer

© 2016 Hitachi Data Systems Corporation. All rights reserved.