Subject scheme map rejects all the values set for attribute ...
Posted: Fri Aug 31, 2018 8:47 pm
I'm trying to use subject schemes to redefine / replace certain profile attributes, such as "audience" and "platform". I get the error message
Sample code:
Where should I look for the values that are being rejected? I receive the error no matter what I set for the "name" attribute of "attributedef".The subject scheme map rejects all the values set for attribute "name".
Sample code:
Code: Select all
<subjectScheme>
<subjectHead>
<subjectHeadMeta>
<navtitle>sample</navtitle>
</subjectHeadMeta>
</subjectHead>
<hasInstance>
<subjectdef keys="audienceKey">
<subjectdef keys="confidential">
</subjectdef>
</subjectdef>
</hasInstance>
<enumerationdef>
<attributedef name="audience" />
<subjectdef keyref="audienceKey" />
</enumerationdef>
<topicref format="ditamap" scope="local" type="subjectScheme" />
</subjectScheme>