studentDataSet.xsd 1.6 KB

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <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">
  3. <xs:annotation>
  4. <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
  5. <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
  6. <Connections>
  7. <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" />
  8. </Connections>
  9. <Tables />
  10. <Sources />
  11. </DataSource>
  12. </xs:appinfo>
  13. </xs:annotation>
  14. <xs:element name="studentDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="studentDataSet" msprop:Generator_UserDSName="studentDataSet">
  15. <xs:complexType>
  16. <xs:choice minOccurs="0" maxOccurs="unbounded" />
  17. </xs:complexType>
  18. </xs:element>
  19. </xs:schema>