<subtask id="LIB.TRUEFALSE"><title>True or False Question</title>
<if-step><title>Command Exists</title>
<expression> EXISTS. AvMSGJTRUEFALSE </expression>
<step-seq><title>lt Does</title>
<step><title></title>
<dialog>
<menu select="SINGLE">
<prompt>
<tex1>
<variable type="STRING">AvMSG_TRUEFALSE</variable></text>
</prompt>
<choice default="NO">
<dialog-text>TRUE</dialog-text>
<assertion>
<variable type="BOOLEAN">AvRESP_TRUEFALSE</variable>
<expression> TRUE </expression>
</assertion>
</choice>
<cho'ice default="NO">
<dialog-text>FALSE</dialog-text>
<assertion>
<variable type="BOOLEAN">AvRESP_TRUEFALSE</variable>
<expression> FALSE </expression>
</assertion>
</choice>
</menu>
</dialog>
</step>
</step-seq>
<step-seq><title>lt Does not exist</title>
<rationale>
<para>ELSE, AvMSG string does not exits. Should NEVER get
here.</para>
</rationale>
<step><title>Logic Error Fault Group</title>
<para>IETM Logic error. Variable AvMSG does not exist. AOP Command
not sent..</para>
<fault-group>
<rationale>
<para>lf we get here we have an IETM error. The AvMSG variable
has not been set and it should have the name of the command in it.</para>
</rationale>
<fault-title>No AvMSG variable</fault-title>
<fault probability="100" xrefid="MINI.xml#MINI.IETM.ERROR">
<title></title>
</fault>
</fault-group>
</step>
<breakpoint>TRUE FALSE QUESTION</breakpoint>
</step-seq>
</if-step>
</subtask>