<AITACDefaultProperites>
<Type>
<!-- Default / Undefined discipline attributes -->
<Name>Undefined</Name>
<Attributes>
<!-- First value determine what will be visible in Main Text box-->
<Value>V_Name</Value>
<Value>V_discipline</Value>
<Value>V_description</Value>
<Value>V_usage</Value>
...
</Attributes>
</Type>
<Type>
<!-- value of V_discipline attribute -->
<Name>Piping_Part</Name>
<Attributes>
<!-- First value determine what will be visible in Main Text box-->
<Value>V_Name</Value>
<Value>V_NominalBendRadius</Value>
<!-- piping values -->
<Value>V_PartType</Value>
<Value>V_InsulationType</Value>
<Value>V_InsulationThickness</Value>
<Value>V_Length</Value>
...
<!-- ignore Undefined values in a list-->
<Value>IGNORE_DEFAULT</Value>
</Attributes>
</Type>
<Type>
<Name>Structure_System</Name>
<!-- use this feature if you find it -->
<!-- in addition to name attribute, we can pinpoint the exact feature with <Feature></Feature> tag -->
<Feature>SldStiffenerOnFreeEdge</Feature>
<Attributes>
<Value>V_Name</Value>
<Value>V_discipline</Value>
<Value>Angle</Value>
<Value>SupportName</Value>
<Value>SupportedPlate</Value>
<Value>SupportOffset</Value>
<Value>SectionName</Value>
...
<!-- Ignore default values -->
<Value>IGNORE_DEFAULT</Value>
</Attributes>
</Type>
</AITACDefaultProperites>