About a week ago Microsoft published the XML Schema Definition (XSD) files for the Microsoft Visio 2010 XML Drawing (.vdx) format. This schema is also known as DatadiagramML.
This should make it alot easier to use the visio file to generate code based in the visio file.
The DatadiagramML Schema for Visio 2010 consists of three .XSD files:
- visio.xsd is the core schema used by Visio 2003 and later
- visio12.xsd is the set of extensions used by Visio 2007 and later
- visio14.xsd is the set of extensions used by Visio 2010
More information about the schema is available in the Visio 2010 XML Schema Reference on MSDN.
9aedc9fb-fc67-468f-a6d7-5ce9a463eb13|0|.0

Last week, I removed my VS2010 beta installation and installed VS2010 RC. The RC is much more stable, and as a bonus renaming a feature in a SP2010 project now works.
We have been building lots of features lately, and I was very pleasantly surprised to see this bug already fixed.
9ec0c185-6803-4a62-9790-44df71fb014c|0|.0
Thanks to Jeffrey Tummers for retrieving the id's
<SiteFeatures>
<!-- Content Type Syndication Hub -->
<Feature ID="9a447926-5937-44cb-857a-d3829301c73b" />
<!-- Document ID Service -->
<Feature ID="b50e3104-6812-424f-a011-cc90e6327318" />
<!-- Document Sets -->
<Feature ID="3bae86a2-776d-499d-9db8-fa4cdc7884f8" />
<!-- SharePoint Server Enterprise Site Collection features -->
<Feature ID="8581a8a7-cf16-4770-ac54-260265ddb0b2" />
<!-- SharePoint Server Standard Site Collection features -->
<Feature ID="b21b090c-c796-4b0f-ac0f-7ef1659c20ae" />
<!-- Workflows -->
<Feature ID="0af5989a-3aea-4519-8ab0-85d91abe39ff" />
</SiteFeatures>
<WebFeatures>
<!-- Metadata Navigation and Filtering -->
<Feature ID="7201d6a4-a5d3-49a1-8c19-19c4bac6e668" />
<!--SharePoint Server Enterprise Site features-->
<Feature ID="0806d127-06e6-447a-980e-2e90b03101b8" />
<!--SharePoint Server Standard Site features-->
<Feature ID="99fe402e-89a0-45aa-9163-85342e865dc8" />
</WebFeatures>
f02fc1da-a2b4-4e58-9597-1616f30d3398|1|2.0