O
ocelka
I need know how define xml schema for this xml fragment:
<set name="person-id" value="secure-card"/>
<set name="person-id" value="thumb-print"/>
<set name="length-unit" value="inch"/>
<set name="length-unit" value="cm"/>
so if name="person-id", then value can contain only one of value
"secure-card","thumb-print".
if name="length-unit", then value can contain only one of value
"inch","cm"
<set name="person-id" value="secure-card"/>
<set name="person-id" value="thumb-print"/>
<set name="length-unit" value="inch"/>
<set name="length-unit" value="cm"/>
so if name="person-id", then value can contain only one of value
"secure-card","thumb-print".
if name="length-unit", then value can contain only one of value
"inch","cm"