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
This tool makes contenttype development a lot easier.
Click the contenttype together in MOSS and copy the xml from this tool into your sharepoint solution.
This tool works with SP2010 beta.
http://www.codeplex.com/MOSS2K7CTypesViewer
6dd9a6be-04d4-4544-bb63-b13417ab91a2|0|.0

Lockdown mode is a feature that you can use to secure published sites. When lockdown mode is turned on, fine-grain permissions for the limited access permission level are reduced. The following table details the default permissions of the limited access permission level and the reduced permissions when lockdown mode is turned on.
Permission |
Default |
Lockdown |
List permissions: View Application Pages
|
x |
|
Site permissions: Browse User Information
|
x |
x |
Site permissions: Use Remote Interfaces
|
x |
|
Site permissions: Use Client Integration Features
|
x |
x |
Site permissions: Open
|
x |
x |
Enable lockdown
stsadm -o activatefeature -url <site collection url> -filename ViewFormPagesLockDown\feature.xml
Disable lockdown
stsadm -o deactivatefeature -url <site collection url> -filename ViewFormPagesLockDown\feature.xml
2671847d-3d95-4ef5-ab1c-15d45c0ab716|0|.0