At the time of posting, it was virtually impossible to find (via google or msn live) the BDC schema. And why would I want to instantly find that? Well, if you place this in the schemas directory for Visual Studio, then you get intellisense on your BDC application xml file.
And you want intellisense when working with BDC. Believe me.
So this is one of those posts that contains very little information, but is mainly a marker for people who are looking for the BDC schema file.
For reference, you can find this under "<Program files>\Microsoft Office Servers\12.0\Bin\bdcmetadata.xsd". To get intellisense to work, place the xsd in "<Program Files>\Microsoft Visual Studio 8\Xml\Schemas"
For niceness, I am going to post this file here for download until someone tells me I can't do it. I figured it's the least I could do (since I found it particularly annoying to have to copy it from one of our remote MOSS servers).
(And before people say intellisense isn't work, remember you need to type
<LobSystem xmlns="http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog" >
to kick things off (although VS2005 should intellisense the xmlns as a choice). Happy BDCing)