MoniPlus2 Voice Guidance Configuration Guide
April 29, 2014
35
B Sample MoniPlus2 VG XML File
This section contains a very minimal multi-language AudioGuidanceData.xml file sample that you can
use as a guideline, or starting point, when developing your own file. The device orientation sample
included with this file is for the 7600FFL ATM. Refer to the
Adding the Dynamically Built Device
on page 12 for more information on the device orientation scripts.
<?xml version="1.0" encoding="ISO-8859-1"?><x:NCRAudioGuidance
xmlns:x="urn:xsdNCRAudioGuidance">
<Config restartKeyPos="11" blankScreenID="0020" cardPromptScreen="0009"
timersAdjust="30">
<afaLang screen="0019" opCodePos="0">
<LangOption lang="en" keyPos="1" screenOffset="0" treqFieldID="<"/>
<LangOption lang="sp" keyPos="2" screenOffset="0" treqFieldID="<"/>
</afaLang>
<!-- 1 to 4 questions for options; the OrientationScript option must be included to use the dynamic
device orientation-->
<afaOption name="blankScreen" screen="0211" yesKeyPos="1" yesAudioID="blankYes"
noKeyPos="2" noAudioID="blankNo" defaultResponse="false"/>
<afaOption name="ads" screen="0212" yesKeyPos="1" yesAudioID="adsYes" noKeyPos="2"
noAudioID="adsNo" defaultResponse="false"/>
<afaOption name="OrientationSkip" screen="0213" yesKeyPos="1" yesAudioID="orientYes"
noKeyPos="2" noAudioID="orientNo" />
<afaOption name="OrientationScript" screen="0214" yesKeyPos="1" yesAudioID="" noKeyPos="2"
noAudioID=""/>
</Config>
<!-- ABCDIHGF -->
<Keyboard keyboardID="100">
<Key pos="1" code="F6" />
<Key pos="2" code="F5" />
<Key pos="3" code="F4" />
<Key pos="5" code="F3" />
<Key pos="6" code="FA" />
<Key pos="7" code="F9" />
<Key pos="9" code="F8" />
<Key pos="10" code="F7" />
</Keyboard>
<!-- ABCDIHG -->
<Keyboard keyboardID="101">
<Key pos="1" code="F6" />
<Key pos="2" code="F5" />
<Key pos="3" code="F4" />
<Key pos="5" code="F3" />
<Key pos="6" code="FA" />
<Key pos="7" code="F9" />
<Key pos="9" code="F8" />
</Keyboard>
<!-- ABCDIH -->
<Keyboard keyboardID="102">
<Key pos="1" code="F6" />
<Key pos="2" code="F5" />