If an element is restricted to occur only once, can you still have it occur in multiple languages, if you're using the global xml:lang
attribute?
On one hand, I'd understand if you can't. On the other, it's really the same piece of information, just in a different language. So being able to have the element multiple times, if the lang attribute is different, would be helpful.
Otherwise you have to set it to unbounded
, which isn't really what I want. Is there a solution for that case?
No comments:
Post a Comment