hi my cnd file contains a nodetype definition [dms:document] > mix:versionable
when i create a node
addedNode = parent.addNode("document","dms:document");
the versionable mixin type is added immediately or
i have to call addedNode.addMixin("mix:versionable") ?
another question, could i add another mixin type to a node
which is not specified in cnd file?
for example addedNode.addMixin("mix:lockable") ?
thanks
