Report problems to ATLAS LXR Team (with time and IP address indicated)

The LXR Cross Referencer

source navigation ]
diff markup ]
identifier search ]
general search ]
 
 
Architecture: linux ]
Version: head ] [ nightly ] [ GaudiDev ]
  Links to LXR source navigation pages for stable releases [ 12.*.* ]   [ 13.*.* ]   [ 14.*.* ] 

001 <?xml version="1.0" encoding="ASCII"?>
002 
003 <!-- oks-schema version 2.0 -->
004 
005 
006 <!DOCTYPE oks-schema [
007   <!ELEMENT oks-schema (info, (include)?, (class)+)>
008   <!ELEMENT info EMPTY>
009   <!ATTLIST info
010       name CDATA #REQUIRED
011       type CDATA #REQUIRED
012       num-of-includes CDATA #REQUIRED
013       num-of-items CDATA #REQUIRED
014       oks-format CDATA #FIXED "schema"
015       oks-version CDATA #REQUIRED
016       created-by CDATA #REQUIRED
017       created-on CDATA #REQUIRED
018       creation-time CDATA #REQUIRED
019       last-modified-by CDATA #REQUIRED
020       last-modified-on CDATA #REQUIRED
021       last-modification-time CDATA #REQUIRED
022   >
023   <!ELEMENT include (file)+>
024   <!ELEMENT file EMPTY>
025   <!ATTLIST file
026       path CDATA #REQUIRED
027   >
028   <!ELEMENT class (superclass | attribute | relationship | method)*>
029   <!ATTLIST class
030       name CDATA #REQUIRED
031       description CDATA ""
032       is-abstract (yes|no) "no"
033   >
034   <!ELEMENT superclass EMPTY>
035   <!ATTLIST superclass name CDATA #REQUIRED>
036   <!ELEMENT attribute EMPTY>
037   <!ATTLIST attribute
038       name CDATA #REQUIRED
039       description CDATA ""
040       type (bool|s8|u8|s16|u16|s32|u32|float|double|date|time|string|uid|enum) #REQUIRED
041       range CDATA ""
042       format (dec|hex|oct) "dec"
043       is-multi-value (yes|no) "no"
044       multi-value-implementation (list|vector) "list"
045       init-value CDATA ""
046       is-not-null (yes|no) "no"
047   >
048   <!ELEMENT relationship EMPTY>
049   <!ATTLIST relationship
050       name CDATA #REQUIRED
051       description CDATA ""
052       class-type CDATA #REQUIRED
053       low-cc (zero|one) #REQUIRED
054       high-cc (one|many) #REQUIRED
055       is-composite (yes|no) #REQUIRED
056       is-exclusive (yes|no) #REQUIRED
057       is-dependent (yes|no) #REQUIRED
058       multi-value-implementation (list|vector) "list"
059   >
060   <!ELEMENT method (method-implementation*)>
061   <!ATTLIST method
062       name CDATA #REQUIRED
063       description CDATA ""
064   >
065   <!ELEMENT method-implementation EMPTY>
066   <!ATTLIST method-implementation
067       language CDATA #REQUIRED
068       prototype CDATA #REQUIRED
069       body CDATA ""
070   >
071 ]>
072 
073 <oks-schema>
074 
075   <info name="" type="" num-of-includes="1" num-of-items="2" oks-format="schema" oks-version="oks-03-07-02 built &quot;Jul 23 2007&quot;" created-by="pauly" created-on="pcphate12.cern.ch" creation-time="20/7/06 15:42:51" last-modified-by="pauly" last-modified-on="pcphate14" last-modification-time="20/8/07 14:44:05"/>
076   
077   <include>
078     <file path="is/is.xml"/>
079   </include>
080   
081   <class name="TrigConfSmKey" description="Trigger configuration database key in use">
082     <superclass name="Info"/>
083     <attribute name="SuperMasterKey" description="Supermaster key of the trigger configuration" type="u32"/>
084     <attribute name="SuperMasterComment" description="Supermaster comment" type="string"/>
085   </class>
086   
087   <class name="TrigConfL1PsKey" description="Current L1 prescale key">
088     <superclass name="Info"/>
089     <attribute name="L1PrescaleKey" description="L1 prescale key of the trigger configuration" type="u32"/>
090     <attribute name="L1PrescaleComment" description="L1 prescale comment" type="string"/>
091   </class>
092   
093   <class name="TrigConfHltPsKey" description="Current HLT prescale key">
094     <superclass name="Info"/>
095     <attribute name="HltPrescaleKey" description="HLT prescale key of the trigger configuration" type="u32"/>
096     <attribute name="HltPrescaleComment" description="HLT prescale comment" type="string"/>
097   </class>
098   
099   <class name="TrigConfL1BgKey" description="Current L1 bunch group key">
100     <superclass name="Info"/>
101     <attribute name="L1BunchGroupKey" description="LVL1 bunch group key of the trigger configuration" type="u32"/>
102     <attribute name="L1BunchGroupComment" description="LVL1 bunch group comment" type="string"/>
103   </class>
104   
105   <class name="TrigConfRelease" description="HLT Release description">
106     <superclass name="Info"/>
107     <attribute name="HLTReleaseVersion" description="Release and patch version like 14.2.0.7" type="string"/>
108     <attribute name="HLTPatchProject" description="Name of patch project, usualy AtlasP1HLT" type="string"/>
109     <attribute name="HLTExtraPatch" description="Path to extra patch area, should be empty except during commissioning" type="string"/>
110   </class>
111   
112 </oks-schema>

source navigation ] diff markup ] identifier search ] general search ]

Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems
This page was automatically generated by the LXR engine. Valid HTML 4.01!