Oxygen Author: How to limit the number of attributes propose
Posted: Fri Nov 07, 2014 1:08 pm
Is there a way to limit the number of the proposed attributes in the menu "edit attributes" without changing the xml schema? In my rnc schema for each possible tag there is the same global list of attributes defined, so for each tag I would have the same very big list of possible attributes. I had a similar problem with the number of the proposed tags, and it was resolved by Document Type Association by saying which tags should be removed from the content completion list. Is there a similar solution for removing unnecessary (for a certain tag) attributes from the list? So that, for example, when I tag a word with <person>, only "id", "name", "country" would be proposed out of 20 tags possible accroding to the schema?