I've looked for this in the past, and from what I understand, there is no XML schema for the XMI serialization of a UML model.
Instead, Section 6, "XML Document Production", of the MOF 2.0/XMI Mapping (see http://www.omg.org/spec/XMI/) "specifies the XMI production of an XML document from a model based on the MOF 2.0 Core." UML is an instance of MOF, so this also specifies the XMI serialization of a UML model. Effectively, it specifies a grammar for XMI, then describes the use of the grammar to produce XMI for an instance of an model element.
It isn't a schema, but it's as close as I've found.