3.2

Table Of Contents
Creating Custom Properties
157
The following example shows an XML file that creates a two-level hierarchy, with “League 1
Team A” as the default value.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE values SYSTEM "custom_attributes.dtd">
<values description="Teams">
<value name="League 1">
<value name="Team A" default="true"/>
<value name="Team B"/>
</value>
<value name="League 2">
<value name="Team C"/>
<value name="Team D"/>
</value>
</values>
The choices will appear in Interplay Access as shown in the following illustration: