I am trying to achieve an XSD date restriction to take the format mm/dd/yyyy as against the default of yyyy-mm-dd. Is there some way to define this in the XSD so as to be able to take the changed format
The date formats supported by XSD are defined by ISO 8601 which supports a very limited set of date formats (see here). So no, you can't support the format you want to.