D
dmecir
Hi,
I need a XML schema type (or maybe types) for the following XML:
Both should be valid:
<param name="someName">someValue</param>
or
<param name="someName" value="someValue" />
Any hints?
Thanks!
D.
I need a XML schema type (or maybe types) for the following XML:
Both should be valid:
<param name="someName">someValue</param>
or
<param name="someName" value="someValue" />
Any hints?
Thanks!
D.