Restrictions |
Basic rules of the xml schema, for more information please refer to the schema documentation.
- File root node name required (<laserXSD:configFile>) with its attributes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:laserXSD="http://en-dep.web.cern.ch/en-dep/structure/ICE/"
- Empty attributes are not allowed, ( e.g avoid Type="" or Name="")
- Attributes are case sensitive (e.g num attribute will not parsed, use Num instead)
- The attributes of the <Datapoint> element, Dpe & Type required, Alias, Name and T_mode are optional.
- The attributes of the <Range> element, Num, FF, FM, & FC required, Description is optional and State and Limit attributes are situational (for analog alarms (e.g integer type) without _alert_hdl config set).
- For the Limits attribute the user can specify one of the following characters: (Warning! > (greater than) and < (less than) are illegal in XML)
- ">=INTEGER", greater than or equal to (e.g use Limit=">=10" for greater than or equal to ten)
- "<=INTEGER", less than or equal to (e.g use Limit="<=0" for less than or equal to zero )
- ">INTEGER", greater than (e.g use Limit=">8" for greater than eight )
- "<INTEGER", less than (e.g use Limit="<-1" for less than minus one)
- "==INTEGER", equals (e.g use Limit="==11" for equals to eleven)
- "!=INTEGER", not equal to (e.g use Limit="!=7" for not equal to seven)
|