Export SharePoint List Schema – The easy way
On
Use the following procedure to get the schema of a particular SharePoint list.
1. Get the List Guid
- Go to the site contents of the site
- Select the list
- Select List settings from the Settings Icon
- The Guid is the alpha-numeric between
%7B
and%7D

2. Use SharePoint List Schema export link
Enter the following URLhttp://ServerName/_vti_bin/owssvr.dll?Cmd=ExportList&List={GUID}
replacing {GUID} with the list Guid
A file named owssvr.xml file will be downloaded. That will be the Schema.xml file of the list.