New SQL Server project templates for VS2015 (Create XML Schema Collection (xsd).xsd)
1: <?xml version="1.0" encoding="utf-16"?>
2: <xs:schema id="$rawname$"
3: targetNamespace="http://tempuri.org/$rawname$.xsd"
4: elementFormDefault="qualified"
5: xmlns="http://tempuri.org/$rawname$.xsd"
6: xmlns:mstns="http://tempuri.org/$rawname$.xsd"
7: xmlns:xs="http://www.w3.org/2001/XMLSchema"
8: >
9: </xs:schema>
Comments (
)
Link to this page:
//www.vb-net.com/VS2015-SQL-Server-Project-Templates/Create-XML-Schema-Collection-(xsd)-xsd.htm
|