[
Lists Home |
Date Index |
Thread Index
]
Hey there :-)
Suppose I have simple element <PersonName>.
I want to define restriction that data (person name itself) may be
defined either in "value" attribute or as element text.
Meaning - either this way:
<PersonName value="John Doe"/>
or this way:
<PersonName> John Doe </PersonName>
But this is forbidden:
<PersonName value="John Doe"> Jane Smith <PersonName>
I have been reading spec, tutorials, references, I have
been gooooooooogling for hours but I can't find out how to do this or
even if it is feasible at all.
Please - can this restriction be defined using XML schema?
If so, how? Can anyone provide an example?
thnx
--
Patrik Beno
mailto:pb@patrikbeno.net
|