From: acolla Date: Mon, 15 Jan 2007 18:30:32 +0000 (+0000) Subject: shuttle.schema updated: email address inherits from mail attr X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=5acc68c45b3e6ab5c99161242f3534138fdb07c0 shuttle.schema updated: email address inherits from mail attr --- diff --git a/SHUTTLE/schema/shuttle.schema b/SHUTTLE/schema/shuttle.schema index a6cc03a4a16..b3d1f9460d6 100644 --- a/SHUTTLE/schema/shuttle.schema +++ b/SHUTTLE/schema/shuttle.schema @@ -8,7 +8,7 @@ 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 ) +attributetype ( DETECTOR_CONFIG:7 NAME 'responsible' DESC 'responsible email address' EQUALITY caseIgnoreIA5Match SUP mail ) objectclass ( DETECTOR_CONFIG NAME 'AliShuttleDetector'