<?xml version="1.0" encoding="UTF-8"?>
<odupl:Policy  xmlns:xsi   = "http://www.w3.org/2001/XMLSchema-instance"
               xmlns:odupl = "http://www.cs.odu.edu/namespaces/policy/language/1.0" 
               xsi:schemaLocation="http://www.cs.odu.edu/namespaces/policy/language/1.0   ../schema/language.xsd"
               PolicyName   = "Policy-2"
               Version      = "1.0"
               DecisionName = "PatchingDecision-2"     
               Scope        = "PatchingScope"
               Priority     = "1" 
               Enabled      = "true">
            <odupl:Description>
              Urgent changes can take both Blackboard and Banner down for no more than 2 hours and on weekends only.
            </odupl:Description>
            <odupl:Condition>
              <odupl:Or>
                 <odupl:NotEqual>
                    <odupl:ToDouble> <odupl:Parameter ParameterName="Severity"  DataType="Integer" /> </odupl:ToDouble> 
                    <odupl:DoubleConstant>UrgentLevel</odupl:DoubleConstant> 
                 </odupl:NotEqual>
                 <odupl:And>
                   <odupl:LessEqual>
                      <odupl:ToDouble> <odupl:Parameter ParameterName="DownTime"   DataType="Integer" /> </odupl:ToDouble> 
                      <odupl:DoubleConstant>120</odupl:DoubleConstant> 
                   </odupl:LessEqual>
                   <odupl:Or>
                     <odupl:Equal>
                        <odupl:ToDouble> <odupl:Parameter ParameterName="ChangeDay"  DataType="Integer" /> </odupl:ToDouble> 
                        <odupl:DoubleConstant>Saturday</odupl:DoubleConstant> 
                     </odupl:Equal>
                     <odupl:Equal>
                        <odupl:ToDouble> <odupl:Parameter ParameterName="ChangeDay"  DataType="Integer" /> </odupl:ToDouble> 
                        <odupl:DoubleConstant>Sunday</odupl:DoubleConstant> 
                     </odupl:Equal>
                   </odupl:Or>
                 </odupl:And>
                 <odupl:AtLeastN  N="1" >
                      <odupl:IsAvailable  Resource="Blackboard" AccessPoint="Faculty"  AccessType="Faculty" />
                      <odupl:IsAvailable  Resource="Banner"     AccessPoint="Faculty"  AccessType="Faculty" />
                 </odupl:AtLeastN>
              </odupl:Or>
            </odupl:Condition>
</odupl:Policy>

