I'm not sure but it looks like you declared wrong field type for 'department' in your schema, I think it should be:
<xs:include schemaLocation="base.xsd" /> <xs:element name="name" type="xs:string" /> <xs:element name="email" type="xs:string" /> <xs:element name="department" type="nxs:stringList" /> --- Mailing list: [email protected] Forum: http://forum.nuxeo.org/f/1/
