19-06-2013 How to write XSD to validate an integer field so that only a range of values and empty tags are allowed. Example: I wanted to allow any value between -1 and 999 and also had to allow empty tags for my XML tag. Use of nillable=”true” is not what you want for this. This howContinue reading “XSD validation for integer – How to allow empty values for integer while limiting value range (ILT)”