As shown in the example file below, the XML document syntax of wvrsysconf.xml is defined, and constrained by the XML schema definition, wvrSysConf.xsd. The XML namespace is defined as http://www.ibm.com/voice/wvr/config
The root element of the document is wvrSystemConfig, within which are sections for each of the relations in the database. If there are multiple records for a relation then the section can be repeated. The attribute key is used to specify the record number; though this can be omitted for relations that have a single record.
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <wvrSystemConfig xmlns="http://www.ibm.com/voice/wvr/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ibm.com/voice/wvr/config wvrSysConf.xsd"> <!-- Application Server Interface --> <asi key="1"> <!-- Number of 3270 Exec Processes to Spawn --> <_3270_num_exec>32</_3270_num_exec> <!-- Max Number of Screens Saved by 3270 Exec --> <_3270maxscrns>1000</_3270maxscrns> <!-- Prompt Volume Ceiling Default (dBm) --> <Music2Fgdb>0</Music2Fgdb> </asi> </wvrSystemConfig>