Column has property AllowDbNull to set is it allowed or not to add DbNull.
How to set this property in XSD Schema in design time?

My object is to make an int field required...

Thanks