Does anyone know where I can find a copy of the XSD for the BizTalk ESB Toolkit's fault message? I have a sample XML file which I could use to generate such a schema, but if there are any unpopulated nillable elements or type restrictions those wouldn't be available from a generated schema. I've tried to track down a copy of the XSD but so far haven't had any luck.
The namespace and root element from the sample file are included below:
<ns0:FaultMessage xmlns:ns0="http://schemas.microsoft.biztalk.practices.esb.com/exceptionhandling">
<!-- ... -->
</ns0:FaultMessage>
Thanks in advance for any assistance.