TQS Home
Trivia Quiz Shell Version 2.8 Now Available!Bot Productions Home
TQS 2.0

Back to Reference

CUSTOMDIV Element

Contains the definition of a custom location type.

Syntax
<CUSTOMDIV
  NAME="name">
  ...
</CUSTOMDIV>
Attributes
NAME
The name of this location type; must begin with "CUSTOM_".
Placement

The CUSTOMDIV element must be a child of the CUSTOM element.

Children

The following child elements are supported:

Remarks

A LOC element that has its TYPE attribute set to this name contains all of its data inside its subelement of this name.

Examples

<CUSTOMDIV NAME="CUSTOM_FOO">
  ...
</CUSTOMDIV>

A location of this type would look as following:

<LOC
  ID="1"
  TYPE="CUSTOM_FOO">
  <CUSTOM_FOO>
    ...
  </CUSTOM_FOO>
</LOC>

©2020 Bot Productions. All rights reserved.Last Updated: June 14, 2001