Sorry perhaps I misunderstood you.

The only reason why I'm creating my own schema for the vocabulary is because I 
require additional fields in my vocabulary.

<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema";
        targetNamespace="http://ecm.shireburn.com/schemas/vdoctype";
        xmlns:ssl_vtype="http://ecm.shireburn.com/schemas/vdoctype";>

        <xs:element name="id" type="xs:string" />
        <xs:element name="label" type="xs:string" />
        <xs:element name="create" type="xs:string" />
        <xs:element name="view" type="xs:string" />
        <xs:element name="edit" type="xs:string" />
        <xs:element name="delete" type="xs:string" />
        <xs:element name="obsolete" type="xs:integer" default="0" />
        <xs:element name="ordering" type="xs:integer" default="10000000" />

</xs:schema>

Would this be possible to do or do I have to use xvocabulary?
--
Posted by "joekiddo" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=4008#12304>
_______________________________________________
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