Igor Shmukler wrote:
SUP dcObject STRUCTURAL
This won't work because you cannot derive a new STRUCTURAL object class from a AUXILIARY object class. 'dcObject' is an auxiliary object class.
Do you want a new 1. structural or 2. auxiliary object class?
For 1. you may want to use "SUP domain" whereas for 2. you just have to write SUP dcObject AUXILIARY.
You should read about the different kinds first.
See sub-sections herein:
http://tools.ietf.org/html/rfc4512#section-2.4
Ciao, Michael.