LOCATIONS ElementContains the application's location definitions. Syntax<LOCATIONS START="start"> ... </LOCATIONS> Attributes
PlacementThe LOCATIONS element must be a child of the TQS element. ChildrenThe following child element is supported: RemarksAll LOC elements must be specified within the LOCATIONS element, either directly or as sublocations of other LOC elements. Example<LOCATIONS START="1,2"> ... <LOC ID="1" TYPE="NULL"> <LOC ID="2" TYPE="MENU"> <HEADING>Starting Location</HEADING> ... </LOC> </LOC> ... </LOCATIONS> |