_ИСП41_ХолинР_А_DataSet.xsd 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema id="_ИСП41_ХолинР_А_DataSet" targetNamespace="http://tempuri.org/_ИСП41_ХолинР_А_DataSet.xsd" xmlns:mstns="http://tempuri.org/_ИСП41_ХолинР_А_DataSet.xsd" xmlns="http://tempuri.org/_ИСП41_ХолинР_А_DataSet.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="ИСП41_ХолинР_А_ConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="ИСП41_ХолинР_А_ConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.ISP41Kholin.Properties.Settings.GlobalReference.Default.ИСП41_ХолинР_А_ConnectionString" Provider="System.Data.SqlClient" />
  8. </Connections>
  9. <Tables>
  10. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ManufacturerTableAdapter" GeneratorDataComponentClassName="ManufacturerTableAdapter" Name="Manufacturer" UserDataComponentName="ManufacturerTableAdapter">
  11. <MainSource>
  12. <DbSource ConnectionRef="ИСП41_ХолинР_А_ConnectionString (Settings)" DbObjectName="[ИСП41_ХолинР.А.].dbo.Manufacturer" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
  13. <InsertCommand>
  14. <DbCommand CommandType="Text" ModifiedByUser="false">
  15. <CommandText>INSERT INTO [dbo].[Manufacturer] ([Название_производителя], [Дата_начала_работы]) VALUES (@Название_производителя, @Дата_начала_работы)</CommandText>
  16. <Parameters>
  17. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Название_производителя" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Название_производителя" SourceColumnNullMapping="false" SourceVersion="Current" />
  18. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime2" Direction="Input" ParameterName="@Дата_начала_работы" Precision="0" ProviderType="DateTime2" Scale="0" Size="0" SourceColumn="Дата_начала_работы" SourceColumnNullMapping="false" SourceVersion="Current" />
  19. </Parameters>
  20. </DbCommand>
  21. </InsertCommand>
  22. <SelectCommand>
  23. <DbCommand CommandType="Text" ModifiedByUser="false">
  24. <CommandText>SELECT Название_производителя, Дата_начала_работы FROM dbo.Manufacturer</CommandText>
  25. <Parameters />
  26. </DbCommand>
  27. </SelectCommand>
  28. </DbSource>
  29. </MainSource>
  30. <Mappings>
  31. <Mapping SourceColumn="Название_производителя" DataSetColumn="Название_производителя" />
  32. <Mapping SourceColumn="Дата_начала_работы" DataSetColumn="Дата_начала_работы" />
  33. </Mappings>
  34. <Sources />
  35. </TableAdapter>
  36. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ProductTableAdapter" GeneratorDataComponentClassName="ProductTableAdapter" Name="Product" UserDataComponentName="ProductTableAdapter">
  37. <MainSource>
  38. <DbSource ConnectionRef="ИСП41_ХолинР_А_ConnectionString (Settings)" DbObjectName="[ИСП41_ХолинР.А.].dbo.Product" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
  39. <InsertCommand>
  40. <DbCommand CommandType="Text" ModifiedByUser="false">
  41. <CommandText>INSERT INTO [dbo].[Product] ([Наименование_товара], [Главное_изображение], [Производитель], [Активен], [Цена]) VALUES (@Наименование_товара, @Главное_изображение, @Производитель, @Активен, @Цена)</CommandText>
  42. <Parameters>
  43. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Наименование_товара" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование_товара" SourceColumnNullMapping="false" SourceVersion="Current" />
  44. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Главное_изображение" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Главное_изображение" SourceColumnNullMapping="false" SourceVersion="Current" />
  45. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Производитель" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Производитель" SourceColumnNullMapping="false" SourceVersion="Current" />
  46. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Активен" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Активен" SourceColumnNullMapping="false" SourceVersion="Current" />
  47. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Цена" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Цена" SourceColumnNullMapping="false" SourceVersion="Current" />
  48. </Parameters>
  49. </DbCommand>
  50. </InsertCommand>
  51. <SelectCommand>
  52. <DbCommand CommandType="Text" ModifiedByUser="false">
  53. <CommandText>SELECT Наименование_товара, Главное_изображение, Производитель, Активен, Цена FROM dbo.Product</CommandText>
  54. <Parameters />
  55. </DbCommand>
  56. </SelectCommand>
  57. </DbSource>
  58. </MainSource>
  59. <Mappings>
  60. <Mapping SourceColumn="Наименование_товара" DataSetColumn="Наименование_товара" />
  61. <Mapping SourceColumn="Главное_изображение" DataSetColumn="Главное_изображение" />
  62. <Mapping SourceColumn="Производитель" DataSetColumn="Производитель" />
  63. <Mapping SourceColumn="Активен" DataSetColumn="Активен" />
  64. <Mapping SourceColumn="Цена" DataSetColumn="Цена" />
  65. </Mappings>
  66. <Sources />
  67. </TableAdapter>
  68. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Product_SaleTableAdapter" GeneratorDataComponentClassName="Product_SaleTableAdapter" Name="Product_Sale" UserDataComponentName="Product_SaleTableAdapter">
  69. <MainSource>
  70. <DbSource ConnectionRef="ИСП41_ХолинР_А_ConnectionString (Settings)" DbObjectName="[ИСП41_ХолинР.А.].dbo.Product_Sale" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
  71. <InsertCommand>
  72. <DbCommand CommandType="Text" ModifiedByUser="false">
  73. <CommandText>INSERT INTO [dbo].[Product_Sale] ([Товар], [Количество], [Дата_и_время_продажи]) VALUES (@Товар, @Количество, @Дата_и_время_продажи)</CommandText>
  74. <Parameters>
  75. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Товар" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Товар" SourceColumnNullMapping="false" SourceVersion="Current" />
  76. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Количество" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Количество" SourceColumnNullMapping="false" SourceVersion="Current" />
  77. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Дата_и_время_продажи" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Дата_и_время_продажи" SourceColumnNullMapping="false" SourceVersion="Current" />
  78. </Parameters>
  79. </DbCommand>
  80. </InsertCommand>
  81. <SelectCommand>
  82. <DbCommand CommandType="Text" ModifiedByUser="false">
  83. <CommandText>SELECT Товар, Количество, Дата_и_время_продажи FROM dbo.Product_Sale</CommandText>
  84. <Parameters />
  85. </DbCommand>
  86. </SelectCommand>
  87. </DbSource>
  88. </MainSource>
  89. <Mappings>
  90. <Mapping SourceColumn="Товар" DataSetColumn="Товар" />
  91. <Mapping SourceColumn="Количество" DataSetColumn="Количество" />
  92. <Mapping SourceColumn="Дата_и_время_продажи" DataSetColumn="Дата_и_время_продажи" />
  93. </Mappings>
  94. <Sources />
  95. </TableAdapter>
  96. </Tables>
  97. <Sources />
  98. </DataSource>
  99. </xs:appinfo>
  100. </xs:annotation>
  101. <xs:element name="_ИСП41_ХолинР_А_DataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="_ИСП41_ХолинР_А_DataSet" msprop:Generator_UserDSName="_ИСП41_ХолинР_А_DataSet">
  102. <xs:complexType>
  103. <xs:choice minOccurs="0" maxOccurs="unbounded">
  104. <xs:element name="Manufacturer" msprop:Generator_TableClassName="ManufacturerDataTable" msprop:Generator_TableVarName="tableManufacturer" msprop:Generator_TablePropName="Manufacturer" msprop:Generator_RowDeletingName="ManufacturerRowDeleting" msprop:Generator_RowChangingName="ManufacturerRowChanging" msprop:Generator_RowEvHandlerName="ManufacturerRowChangeEventHandler" msprop:Generator_RowDeletedName="ManufacturerRowDeleted" msprop:Generator_UserTableName="Manufacturer" msprop:Generator_RowChangedName="ManufacturerRowChanged" msprop:Generator_RowEvArgName="ManufacturerRowChangeEvent" msprop:Generator_RowClassName="ManufacturerRow">
  105. <xs:complexType>
  106. <xs:sequence>
  107. <xs:element name="Название_производителя" msprop:Generator_ColumnVarNameInTable="columnНазвание_производителя" msprop:Generator_ColumnPropNameInRow="Название_производителя" msprop:Generator_ColumnPropNameInTable="Название_производителяColumn" msprop:Generator_UserColumnName="Название_производителя">
  108. <xs:simpleType>
  109. <xs:restriction base="xs:string">
  110. <xs:maxLength value="100" />
  111. </xs:restriction>
  112. </xs:simpleType>
  113. </xs:element>
  114. <xs:element name="Дата_начала_работы" msprop:Generator_ColumnVarNameInTable="columnДата_начала_работы" msprop:Generator_ColumnPropNameInRow="Дата_начала_работы" msprop:Generator_ColumnPropNameInTable="Дата_начала_работыColumn" msprop:Generator_UserColumnName="Дата_начала_работы" type="xs:dateTime" />
  115. </xs:sequence>
  116. </xs:complexType>
  117. </xs:element>
  118. <xs:element name="Product" msprop:Generator_TableClassName="ProductDataTable" msprop:Generator_TableVarName="tableProduct" msprop:Generator_TablePropName="Product" msprop:Generator_RowDeletingName="ProductRowDeleting" msprop:Generator_RowChangingName="ProductRowChanging" msprop:Generator_RowEvHandlerName="ProductRowChangeEventHandler" msprop:Generator_RowDeletedName="ProductRowDeleted" msprop:Generator_UserTableName="Product" msprop:Generator_RowChangedName="ProductRowChanged" msprop:Generator_RowEvArgName="ProductRowChangeEvent" msprop:Generator_RowClassName="ProductRow">
  119. <xs:complexType>
  120. <xs:sequence>
  121. <xs:element name="Наименование_товара" msprop:Generator_ColumnVarNameInTable="columnНаименование_товара" msprop:Generator_ColumnPropNameInRow="Наименование_товара" msprop:Generator_ColumnPropNameInTable="Наименование_товараColumn" msprop:Generator_UserColumnName="Наименование_товара">
  122. <xs:simpleType>
  123. <xs:restriction base="xs:string">
  124. <xs:maxLength value="100" />
  125. </xs:restriction>
  126. </xs:simpleType>
  127. </xs:element>
  128. <xs:element name="Главное_изображение" msprop:Generator_ColumnVarNameInTable="columnГлавное_изображение" msprop:Generator_ColumnPropNameInRow="Главное_изображение" msprop:Generator_ColumnPropNameInTable="Главное_изображениеColumn" msprop:Generator_UserColumnName="Главное_изображение">
  129. <xs:simpleType>
  130. <xs:restriction base="xs:string">
  131. <xs:maxLength value="50" />
  132. </xs:restriction>
  133. </xs:simpleType>
  134. </xs:element>
  135. <xs:element name="Производитель" msprop:Generator_ColumnVarNameInTable="columnПроизводитель" msprop:Generator_ColumnPropNameInRow="Производитель" msprop:Generator_ColumnPropNameInTable="ПроизводительColumn" msprop:Generator_UserColumnName="Производитель">
  136. <xs:simpleType>
  137. <xs:restriction base="xs:string">
  138. <xs:maxLength value="100" />
  139. </xs:restriction>
  140. </xs:simpleType>
  141. </xs:element>
  142. <xs:element name="Активен" msprop:Generator_ColumnVarNameInTable="columnАктивен" msprop:Generator_ColumnPropNameInRow="Активен" msprop:Generator_ColumnPropNameInTable="АктивенColumn" msprop:Generator_UserColumnName="Активен">
  143. <xs:simpleType>
  144. <xs:restriction base="xs:string">
  145. <xs:maxLength value="50" />
  146. </xs:restriction>
  147. </xs:simpleType>
  148. </xs:element>
  149. <xs:element name="Цена" msprop:Generator_ColumnVarNameInTable="columnЦена" msprop:Generator_ColumnPropNameInRow="Цена" msprop:Generator_ColumnPropNameInTable="ЦенаColumn" msprop:Generator_UserColumnName="Цена">
  150. <xs:simpleType>
  151. <xs:restriction base="xs:string">
  152. <xs:maxLength value="50" />
  153. </xs:restriction>
  154. </xs:simpleType>
  155. </xs:element>
  156. </xs:sequence>
  157. </xs:complexType>
  158. </xs:element>
  159. <xs:element name="Product_Sale" msprop:Generator_TableClassName="Product_SaleDataTable" msprop:Generator_TableVarName="tableProduct_Sale" msprop:Generator_TablePropName="Product_Sale" msprop:Generator_RowDeletingName="Product_SaleRowDeleting" msprop:Generator_RowChangingName="Product_SaleRowChanging" msprop:Generator_RowEvHandlerName="Product_SaleRowChangeEventHandler" msprop:Generator_RowDeletedName="Product_SaleRowDeleted" msprop:Generator_UserTableName="Product_Sale" msprop:Generator_RowChangedName="Product_SaleRowChanged" msprop:Generator_RowEvArgName="Product_SaleRowChangeEvent" msprop:Generator_RowClassName="Product_SaleRow">
  160. <xs:complexType>
  161. <xs:sequence>
  162. <xs:element name="Товар" msprop:Generator_ColumnVarNameInTable="columnТовар" msprop:Generator_ColumnPropNameInRow="Товар" msprop:Generator_ColumnPropNameInTable="ТоварColumn" msprop:Generator_UserColumnName="Товар">
  163. <xs:simpleType>
  164. <xs:restriction base="xs:string">
  165. <xs:maxLength value="100" />
  166. </xs:restriction>
  167. </xs:simpleType>
  168. </xs:element>
  169. <xs:element name="Количество" msprop:Generator_ColumnVarNameInTable="columnКоличество" msprop:Generator_ColumnPropNameInRow="Количество" msprop:Generator_ColumnPropNameInTable="КоличествоColumn" msprop:Generator_UserColumnName="Количество">
  170. <xs:simpleType>
  171. <xs:restriction base="xs:string">
  172. <xs:maxLength value="50" />
  173. </xs:restriction>
  174. </xs:simpleType>
  175. </xs:element>
  176. <xs:element name="Дата_и_время_продажи" msprop:Generator_ColumnVarNameInTable="columnДата_и_время_продажи" msprop:Generator_ColumnPropNameInRow="Дата_и_время_продажи" msprop:Generator_ColumnPropNameInTable="Дата_и_время_продажиColumn" msprop:Generator_UserColumnName="Дата_и_время_продажи">
  177. <xs:simpleType>
  178. <xs:restriction base="xs:string">
  179. <xs:maxLength value="50" />
  180. </xs:restriction>
  181. </xs:simpleType>
  182. </xs:element>
  183. </xs:sequence>
  184. </xs:complexType>
  185. </xs:element>
  186. </xs:choice>
  187. </xs:complexType>
  188. </xs:element>
  189. </xs:schema>