Accessing SharePoint List as XML

1. Returning all data for a SharePoint list,
including its XSD –http://%5Blocalhost%5D/_vti_bin/owssvr.dll?Cmd=Display&List={ListGuid}&Query=*&XMLDATA=TRUE

2.Rreturning data of SharePoint list based on a specific view from the list –http://%5Blocalhost%5D/_vti_bin/owssvr.dll?Cmd=Display&List={ListGuid}&View={ViewGuid}&XMLDATA=TRUE

3.Returning List definition – http://%5Blocalhost%5D/_vti_bin/owssvr.dll?Cmd=ExportList&List={ListGuid}

4. Retrieving ONET.XML – http://%5Blocalhost%5D/_vti_bin/owssvr.dll?Cmd=GetProjSchema

5. Retrieving field types – http://%5Blocalhost%5D/vti_bin/owssvr.dll?Cmd=GetProjSchema&SiteTemplate=fldtypes