I'm using XMLBeans for data binding (for the first time)
which is
generating classes for all top-level elements with the name
nnnnDocument, such as priceDocument for the global element
price,
dateDocument for date etc
The schema style I've used is the salami slice style, where
each
element is known globally. This means the schema can
potentially be
used for schema aware XSLT / XQuery (which require that the
elements
are known globally).
Is there any way to supply XMLBeans with the element to use
as the
root element, such that only the generated class for that
element ends
with "Document", and not the others ?
Does XMLBeans and the salami slice style of schema not go
well together ?
thanks
andrew
------------------------------------------------------------
---------
To unsubscribe, e-mail: user-unsubscribe xmlbeans.apache.org
For additional commands, e-mail: user-help xmlbeans.apache.org
|