]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
shuttle.schema updated with expert's email address
authoracolla <acolla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 15 Jan 2007 18:27:40 +0000 (18:27 +0000)
committeracolla <acolla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 15 Jan 2007 18:27:40 +0000 (18:27 +0000)
SHUTTLE/schema/shuttle.schema

index e93751008765e18437bbaf4ae76fe19df7dc74de..a6cc03a4a169f1d57d2ac2ab0a210792d05da404 100644 (file)
@@ -8,12 +8,13 @@ attributetype ( DETECTOR_CONFIG:3 NAME 'DCSPort'     DESC ''
 attributetype ( DETECTOR_CONFIG:4 NAME 'DCSalias'    DESC ''                      EQUALITY caseIgnoreMatch    SUP name )
 attributetype ( DETECTOR_CONFIG:5 NAME 'DCSdatapoint' DESC ''                      EQUALITY caseIgnoreMatch    SUP name )
 attributetype ( DETECTOR_CONFIG:6 NAME 'StrictRunOrder' DESC 'Strict run ordering flag' EQUALITY caseIgnoreMatch SUP name )
+attributetype ( DETECTOR_CONFIG:7 NAME 'responsible' DESC 'responsible email address' EQUALITY caseIgnoreMatch SUP name )
 
 objectclass ( DETECTOR_CONFIG
         NAME 'AliShuttleDetector'
         DESC 'ALICE: Shuttle configuration object.'
         SUP top
-        MUST (det $ StrictRunOrder)
+        MUST (det $ StrictRunOrder $ responsible)
         MAY  (DCSHost $ DCSPort $ DCSalias $ DCSdatapoint) )