<?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-1"
               Version      = "1.0"
               DecisionName = "PatchingDecision-1"     
               Scope        = "PatchingScope"
               Priority     = "2" 
               Enabled      = "true">
            <odupl:Description>
              On work days, Blackboard BB must be available from research labs (Priority=2).
            </odupl:Description>
            <odupl:Condition>
                   <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:IsAvailable  Resource="Blackboard" AccessPoint="Research Lab"  AccessType="Faculty" />
                   </odupl:Or>
            </odupl:Condition>
</odupl:Policy>

