49 lines
2.0 KiB
XML
49 lines
2.0 KiB
XML
<cafe:config
|
|
xmlns:cafe="http://slsbd.psi.ch">
|
|
|
|
<!-- Note: The namespace URI is not used by the parser to look up information -->
|
|
<!-- The purpose is to give the namespace a unique name -->
|
|
<!-- However, often projects use the namespace as a pointer to a web page -->
|
|
<!-- containing namespace information -->
|
|
|
|
<!-- group id is the NAME of the collection -->
|
|
<!-- CAFE convention is to begin collection name with c -->
|
|
|
|
<!-- Order must be X - Y - I and ENABLE -->
|
|
|
|
|
|
<cafe:group id="gDBPM">
|
|
<cafe:description>BPM agent configuration</cafe:description>
|
|
<cafe:collection>
|
|
<cafe:id>cDBPM</cafe:id>
|
|
<cafe:attribute>X1</cafe:attribute>
|
|
<cafe:collectivetype>CAFE_DOUBLE</cafe:collectivetype>
|
|
</cafe:collection>
|
|
<cafe:collection>
|
|
<cafe:id>cDBPM</cafe:id>
|
|
<cafe:attribute>Y1</cafe:attribute>
|
|
<cafe:collectivetype>CAFE_DOUBLE</cafe:collectivetype>
|
|
</cafe:collection>
|
|
<cafe:collection>
|
|
<cafe:id>cDBPM</cafe:id>
|
|
<cafe:attribute>Q1</cafe:attribute>
|
|
<cafe:collectivetype>CAFE_DOUBLE</cafe:collectivetype>
|
|
</cafe:collection>
|
|
<cafe:collection>
|
|
<cafe:id>cDBPM</cafe:id>
|
|
<cafe:attribute>X1-VALID</cafe:attribute>
|
|
<cafe:collectivetype>CAFE_DOUBLE</cafe:collectivetype>
|
|
</cafe:collection>
|
|
<cafe:collection>
|
|
<cafe:id>cDBPM</cafe:id>
|
|
<cafe:attribute>Q1-VALID</cafe:attribute>
|
|
<cafe:collectivetype>CAFE_DOUBLE</cafe:collectivetype>
|
|
</cafe:collection>
|
|
<cafe:collection>
|
|
<cafe:id>cDBPM</cafe:id>
|
|
<cafe:attribute>ENERGY</cafe:attribute>
|
|
<cafe:collectivetype>CAFE_DOUBLE</cafe:collectivetype>
|
|
</cafe:collection>
|
|
</cafe:group>
|
|
</cafe:config>
|