In a string element tag the XML parser will get confused if it finds the following characters
'
"
<
>
&
(i.e. lets say the name of company has been retrieved from a database field, and it looks like this: "Smith & Sons")
The question is - how can you design your XSD to ignore these characters if found within an element?