When developing in Sharepoint I noticed you eventually end-up editing lots of XML files: Feature.Template.xmls, Package.Template.xmls etc.

Although VS is helpful with auto-completion, I don't really know what all elements represent so I'm looking for a complete reference. Could'n find one.

Where can I get the XML schema references for all types of XML I intercat with while developing SP solutions.

P.S. I'm looking for the 2010 schemas.

TIA!

link|improve this question
feedback

2 Answers

up vote 0 down vote accepted

SharePoint Schema References

This section provides schema reference and related documentation, including schemas for alert templates, solutions, features, upgrade definitions, Collaborative Application Markup Language (CAML), and BDC schemas.

And if you are using VS 2010 this extension could be helpful:

caml.net.intellisense

link|improve this answer
feedback

there is a full schema library on this site here, http://www.liquid-technologies.com, follow the xml schema link.

link|improve this answer
1  
Not sure what this has to do with the OPs question. Also, looks like spam to me. – Kit Menke Oct 3 '11 at 13:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.