<head>
                
                
                    <its:rules
                    its:version="1.0" 
                    its:translate="no"
                    >
                
                
                    <its:locNoteRule
                    locNoteType="alert"
                
                
                    selector="
                    //msg[@class='DisableInfo']
                    ">
                    
                
                
                    <its:locNote>
                    The variable {0}
                    has three possible values: 'printer',
                
                
                    'stacker' and
                    'stapler options'.
                    </its:locNote>
                
                
                    </its:locNoteRule>
                
                
                    </its:rules>
                
                
                    </head>
                
                
                    
                
                
                    
                
                
                    <body>
                
                
                    …
                
                
                    <msg
                    class="DisableInfo">
                    The {0} has been
                    disabled.
                    </msg>
                
                
                    …
                
                
                    </body>