Hi, I would like to question about setting up the element types
I am currently developing a catalogue of course desriptions so I have an element that is,
<xs:element name="code" type="this is the problem" />
inside this is the problem, I am supposed to include type that allows me to do this:
"4 letter code and 4 digit code"
In order to incorporate this what shall I do? it is both 4 letter string and 4 integer...? so I can't just go like xs:integer..! (has to limit..)
Thanks