thanks Ms.arussel fo your help

but I did that , I put the csv file called myusers in the directories folder in 
my project but no think 

there is a message in jboss say: directory myuser id field "username" is not 
present is schema "myuser" 

*myusers.csv:*-------------------------------------------------------
username, password, firstName, lastName, company, email, division, equipe
"Administrator","Administrator","","","","[email protected]","asm","rsi"
--------------------------------------------------------------------------------

*myuser.xsd:*

<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema";
  targetNamespace="http://sample.nuxeo.org/sample/schemas/myuser/";
  xmlns:bk="http://sample.nuxeo.org/sample/schemas/myuser/";>
 
  <xs:include schemaLocation="base.xsd" />

  <xs:element name="username" type="xs:string"/>
  <xs:element name="password" type="xs:string"/>
  <xs:element name="firstName" type="xs:string"/>
  <xs:element name="lastName" type="xs:string"/>
  <xs:element name="company" type="xs:string"/>
  <xs:element name="email" type="xs:string"/>
  <xs:element name="division" type="xs:string"/>
  <xs:element name="equipe" type="xs:string"/>
  <!-- inverse reference -->

</xs:schema>
--
Posted by "isteve7" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2676#7615>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to