12345678910111213141516171819 |
- <?xml version="1.0" encoding="utf-8"?>
- <xs:schema id="studentDataSet" targetNamespace="http://tempuri.org/studentDataSet.xsd" xmlns:mstns="http://tempuri.org/studentDataSet.xsd" xmlns="http://tempuri.org/studentDataSet.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
- <xs:annotation>
- <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
- <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
- <Connections>
- <Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="studentConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="studentConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.IS31KiselevStudent.Properties.Settings.GlobalReference.Default.studentConnectionString" Provider="System.Data.SqlClient" />
- </Connections>
- <Tables />
- <Sources />
- </DataSource>
- </xs:appinfo>
- </xs:annotation>
- <xs:element name="studentDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="studentDataSet" msprop:Generator_UserDSName="studentDataSet">
- <xs:complexType>
- <xs:choice minOccurs="0" maxOccurs="unbounded" />
- </xs:complexType>
- </xs:element>
- </xs:schema>
|