Hi,
Please suggest what is the version of XSD (1.0 or 1.1) created by deployment console. I could not find anything related to this in documentation, however it seems that its version 1.0 as it does not contain any constrain related to data relationship.
Thanks,
Archana
The generated XSD's namespace <xsd:schema xmlns:xsd="www.w3.org/.../XMLSchema" is a reference to 1.0. It would be 2009 if it were referencing 1.1
Thanks