The XSD has this element:
<xsd:element name = "systemReference" type = "xsd:IDREF"/>
And the value in my XML is this:
<systemReference>Axis Boss Ldn</systemReference>
And when the validation is triggered, it gives the error:
Message: Datatype error: Type:InvalidDatatypeValueException, Message:Value 'Axis Boss Ldn' is not valid NCName
I am not able to figure out what is wrong here.