Dynamic Document/ DITA subtypes
I created two subtypes through my bursting configuration: DITAtopic and DITAmap.
<dmsobjtype>
<typerule sourcetype="text"
targettype="wt.epm.EPMDocument|com.mycompany.DynamicDocument|com.mycompany.BurstConfiguration|com.mycompany.DITAMap"
/>
</dmsobjtype>
When I tried to create templates for these subtypes they did not appear as a valid choice under "Dynamic Documents".
When I go to the Organization Utilies, DITAtopic and DITAmap appear as subtypes of Bursting (Bursting is a subtype of Dynamic Docs).
If I re-create these 2 subtypes under Dynamic Documents, how should I be declaring them in my bursting configuration?
Would the following be the proper way?
<typerule sourcetype="text"
targettype="wt.epm.EPMDocument|com.mycompany.DynamicDocument|com.mycompany.DITAMap"
/>

