I'm trying to define a mixin type with free form property names

This works:
[nen:resource] mixin
- nen:created mandatory
- nen:resourceid mandatory
- * (string)

While this doesn't:
[nen:resource] mixin
- nen:created mandatory
- nen:resourceid mandatory
- dep:* (string)

Is it possible to define free form property names with mandatory prefix?

--
-Torgeir

Reply via email to