Enterprise Administration > Windchill Data Loading > Loading Data for Product Families and Options and Variants > Loading Data From XML > Associate Choices to ATONavigationFilter
  
Associate Choices to ATONavigationFilter
The ATONavigationFilterChoiceLink loader can be used to associate choices to an ATONavigationFilter.
XML Format
<csvATONavigationFilterChoiceLink handler="com.ptc.windchill.option.load.Loader.createATONavigationFilterChoiceLink">
<csvchoiceName>choice_name</csvchoiceName>
<csvDerived>false</csvDerived>
<csvSelectionOrder>0</csvSelectionOrder>
</csvATONavigationFilterChoiceLink>
Attributes for csvATONavigationFilterChoiceLink
Attribute
Description
Required or Optional?
csvchoiceName
Choice name.
Required
csvDerived
Boolean flag indicating whether the choice should load as a derived choice.
Should be included but does not require a value.
csvSelectionOrder
Numeric indicator indicating the order of the choice selection.
Should be included but does not require a value.
Example
<csvATONavigationFilterChoiceLink handler="com.ptc.windchill.option.load.Loader.createATONavigationFilterChoiceLink">
<csvchoiceName>Red</csvchoiceName>
<csvDerived>false</csvDerived>
<csvSelectionOrder>0</csvSelectionOrder>
</csvATONavigationFilterChoiceLink>