This commit was generated by cvs2svn to compensate for changes in r12269,
[u/mrichter/AliRoot.git] / SHUTTLE / schema / shuttle.schema
1 attributetype ( 1.3.6.1.1.1.1.19 NAME 'ipHost'
2         DESC 'IP host'
3         EQUALITY caseIgnoreMatch
4         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} SINGLE-VALUE)
5
6 attributetype ( 1.3.6.1.1.1.1.15 NAME 'ipServicePort'
7         EQUALITY integerMatch
8         SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
9
10 attributetype ( 1.1.1.2 NAME 'dt'
11         DESC 'Detector name'
12         EQUALITY caseIgnoreMatch
13         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} SINGLE-VALUE )
14
15 attributetype ( 1.1.1.3 NAME 'alias'
16         DESC 'DCS alias'
17         EQUALITY caseIgnoreMatch
18         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40})
19                 
20 objectclass ( 1.1.1
21         NAME 'shuttleConfig'
22         DESC 'ALICE: Shuttle configuration object.'
23         SUP top
24         MUST (dt $ ipHost $ ipServicePort $ alias) )
25