Y
Hacker News
new
|
ask
|
show
|
jobs
by
GeneThomas
592 days ago
I conject that with programming languages that do not crash schemas used for validation are relatively unimportant. xᴍʟ schemas suffer from the fact that one can not specify that an element may only appear once.
1 comments
dataspun
592 days ago
In fact, the purpose of the maxOccurs indicator in xsd is to specify that an xml element may only appear once.
link