D
D. Alvarado
Hello,
I have an element that I would like to validate against an XML
schema in which the element can be either one of 50 values or an
arbitrary number of white space characters. The values would be
things like "AC", "AD", abd "AF" and you could see the XML element
represented like:
<myElt>AC</myElt>
or
<myElt>AF</myElt>
or
<myElt> </myElt>
How would I define such an element in an XML schema?
I have an element that I would like to validate against an XML
schema in which the element can be either one of 50 values or an
arbitrary number of white space characters. The values would be
things like "AC", "AD", abd "AF" and you could see the XML element
represented like:
<myElt>AC</myElt>
or
<myElt>AF</myElt>
or
<myElt> </myElt>
How would I define such an element in an XML schema?