SharePoint: Exporting a schema.xml file of a list from a SharePoint site
Sometime we require to add a list definition to our SharePoint deployment package. That can be cumbersome since you need to know the type of fields and their respective attribute.
It is easier if the list is made manually on the site and then the schema is exportable and used in the "List definition" code.
So here is how we can achieve that:
Update:
For like more than a year now, I am using SharePoint Manager 2010/2013 to achieve this very conveniently.
Reference:
http://sharepoint.stackexchange.com/questions/15152/how-can-i-export-a-schema-xml-file-for-a-list-from-a-sharepoint-site
It is easier if the list is made manually on the site and then the schema is exportable and used in the "List definition" code.
So here is how we can achieve that:
http://Server/SiteCollection/_vti_bin/owssvr.dll?Cmd=ExportList&List={GUID}
Update:
For like more than a year now, I am using SharePoint Manager 2010/2013 to achieve this very conveniently.
Reference:
http://sharepoint.stackexchange.com/questions/15152/how-can-i-export-a-schema-xml-file-for-a-list-from-a-sharepoint-site
Comments
Post a Comment