L
Lin Shen
Hi,
I want to write a schema to describe the following xml:
<A>
<B/>
<C/>
<D/>
</A>
where,
1) <B>, <C> and <D> can be listed in any order
2) <B> is optional and can occur at most once.
3) <C> is required and must occur exactly once.
4) <D> is required and can occur more than once.
thanks
lin
I want to write a schema to describe the following xml:
<A>
<B/>
<C/>
<D/>
</A>
where,
1) <B>, <C> and <D> can be listed in any order
2) <B> is optional and can occur at most once.
3) <C> is required and must occur exactly once.
4) <D> is required and can occur more than once.
thanks
lin