Hi all,

I have an XML file where all to elements for the data are contained in CDATA sections. I have a schema created that is working right now although it is pretty dumbed down. I have a need now to insert into the schema a restriction on the length of the values in the different elements.

The xml looks like this;

Code:
<DOC_CAT Attribute="Y"><![CDATA[AR]]></DOC_CAT>
The...