<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY % identityDTD SYSTEM "identity.dtd">
%identityDTD;
<!ELEMENT operationDB (operationname, actionvalue*)>
<!ELEMENT operationname (#PCDATA)>
<!ELEMENT actionvalue (identity, param*)>
	<!ATTLIST actionvalue PPR_number CDATA #IMPLIED>
	<!ATTLIST actionvalue TRP_number CDATA #IMPLIED>
<!ELEMENT param (name,value)>
<!ELEMENT name (#PCDATA)>
<!ELEMENT value (#PCDATA)>

<!--operationDBXML: This file replaces the older operation database file.
The file contains the sample data for all parameters under various operations.
'date ' exists for only the data saved by user. There is no date for sample database values

'PPR_number' is an optional atribute, used to specify a number for parameter pairs provided
allowing variable number parameter lists

'TRP_number' is an optional atribute, used to specify a number for parameter triplets provided
allowing variable number parameter lists
-->
