On 6/29/06, Torgeir Veimo <[EMAIL PROTECTED]> wrote:
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?

no. see "4.7.15 Residual Definitions" of the spec:
<quote>
When the name attribute (i.e., that returned by getName()) of a
PropertyDefinition or NodeDefinition is "*", this indicates that the
definition is a residual definition.
</quote>

cheers
stefan


--
-Torgeir

Reply via email to