GLOBAL ElementContains default settings that apply to all locations. Syntax<GLOBAL> ... </GLOBAL> AttributesNone. PlacementThe GLOBAL element must be a child of the TQS element. ChildrenThe following child elements are supported:
RemarksThe GLOBAL element and its children are only used to override TQS defaults. Usage of this element is optional. While global settings will become the default settings for all locations, if an individual location explicitly specifies settings, the local settings will override the global ones. Example<GLOBAL> <BUTTONS> ... </BUTTONS> <MENU ...> ... </MENU> <QUESTIONS ...> ... </QUESTIONS> </GLOBAL> |