Arbortext Command Language > Functions by Alphabetical Listing > oid_effective_dita_attr
  
oid_effective_dita_attr
oid_effective_dita_attr(oid, attr)
For DITA documents, this function returns the value of the specified attribute attr at the specified oid. The attribute values the function can return include explicitly set values, document type specified default values, processor default values, and inherited values. For example, assume you have the following markup in a DITA map:
<topicgroup format="ditamap">
<topicref href="myMap.ditamap"/>
</topicgroup>
Calling this function for the format attribute on the topicref element would return ditamap.
Related Topics
oid_effective_dita_attrs function
oid_effective_default_dita_attrs function