CUSTOMDIV ElementContains the definition of a custom location type. Syntax<CUSTOMDIV NAME="name"> ... </CUSTOMDIV> Attributes
PlacementThe CUSTOMDIV element must be a child of the CUSTOM element. ChildrenThe following child elements are supported: RemarksA 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> |
