Document Types > Document Types Available from Arbortext > FOSI Support for DITA Document Types > Specval
  
Specval
When a FOSI is used with a DITA DTD, the element name in the attloc attribute can apply to both the element that has that name and the element's more specific elements.
For example, assume these mappings in the DTD:
<!ATTLIST refkwd class CDATA "- topic/kwd reference/refkwd ">
and this specval in the FOSI:
<e-i-c gi="kwd">
<charlist></charlist>
<att>
<specval attname="underline" attloc="kwd" attval="true">
<charsubset charsubsetref="fontunderline"></charsubset>
</att>
</e-i-c>
The specval can apply to the refkwd element in the following document fragment:
<refpara>
<refkwd>Here</refkwd>
</refpara>
because the refkwd is a more specific element of kwd.