xs:list is now supported by the type manager so you can define simple lists as follow:
<xs:simpleType name="list">
<xs:list itemType="xs:string"/>
</xs:simpleType>
Note that only simple lists (list having elements of a simple type) can
be defined this way
The parser I use (XSOM) is not supporting declaring complex lists this way. Bogdan _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
