default attributes missing after adding custom subject scheme

Post here questions and problems related to editing and publishing DITA content.
rdelong
Posts: 72
Joined: Tue Oct 21, 2014 10:01 pm

default attributes missing after adding custom subject scheme

Post by rdelong »

I added a subject scheme to extend our product names, however, now all the other profiling attributes are missing. For example, the attributes for @otherprops and @outputclass are now missing. What can I do to have both existing and custom profiling attributes?
Radu
Posts: 9059
Joined: Fri Jul 09, 2004 5:18 pm

Re: default attributes missing after adding custom subject scheme

Post by Radu »

Hi,
Can you maybe paste in a code block what the content of your subject scheme map is?
Did you by any chance use constructs like this in the subject scheme map?

Code: Select all

<enumerationdef>
    <attributedef name="platform"/>
    <subjectdef/>
  </enumerationdef>
This implies that no value is allowed for a certain attribute.
About the proposed attribute values for otherprops and outputclass, where did you define them? Did you define them in the Oxygen Preferences->"Editor / Edit Modes / Author / Profiling/Conditional Text / Attributes and Condition Sets" page?
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply