CUSTOM_* ElementContains all type-specific data for a location of type "CUSTOM_*". Note: "CUSTOM_*" is not the specific name of an element; it represents any custom-defined location type, such as CUSTOM_FOO, CUSTOM_BAR, etc. SyntaxDependent upon the format you choose. AttributesDependent upon the format you choose. PlacementCUSTOM_* elements are used within the LOC element to provide location-specific data, and may be used within the GLOBAL element to provide global settings. ChildrenThe following child elements are supported:
Usage of other child elements is dependent upon the format you choose. RemarksAll data specific to a particular location, but for a given CUSTOM_* type, goes under the CUSTOM_* element. How this data is organized and used is up to you, the author of the custom location type. Examples<LOC ID="1" TYPE="CUSTOM_FOO"> <CUSTOM_FOO> <FOOHOLDER> <FOO BAR="Foo 1"/> <FOO BAR="Foo 2"/> </FOOHOLDER> </CUSTOM_FOO> </LOC> <GLOBAL> <CUSTOM_FOO COLOR="#FF00FF"> <BAR COLOR="#00FF00"/> </CUSTOM_FOO> </GLOBAL> |