ZavirovKirillSergeevichISP11183DataSet.xsd 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema id="ZavirovKirillSergeevichISP11183DataSet" targetNamespace="http://tempuri.org/ZavirovKirillSergeevichISP11183DataSet.xsd" xmlns:mstns="http://tempuri.org/ZavirovKirillSergeevichISP11183DataSet.xsd" xmlns="http://tempuri.org/ZavirovKirillSergeevichISP11183DataSet.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="ZavirovKirillSergeevichISP11183ConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="ZavirovKirillSergeevichISP11183ConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.ZavirovKirillSergeevich.Properties.Settings.GlobalReference.Default.ZavirovKirillSergeevichISP11183ConnectionString" Provider="System.Data.SqlClient" />
  8. </Connections>
  9. <Tables>
  10. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="manufacturer_b_importTableAdapter" GeneratorDataComponentClassName="manufacturer_b_importTableAdapter" Name="manufacturer_b_import" UserDataComponentName="manufacturer_b_importTableAdapter">
  11. <MainSource>
  12. <DbSource ConnectionRef="ZavirovKirillSergeevichISP11183ConnectionString (Settings)" DbObjectName="ZavirovKirillSergeevichISP11183.dbo.manufacturer_b_import" 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. <DeleteCommand>
  14. <DbCommand CommandType="Text" ModifiedByUser="false">
  15. <CommandText>DELETE FROM [dbo].[manufacturer_b_import] WHERE (([Название_производителя] = @Original_Название_производителя) AND ([Дата_начала_работы] = @Original_Дата_начала_работы))</CommandText>
  16. <Parameters>
  17. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Название_производителя" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Название_производителя" SourceColumnNullMapping="false" SourceVersion="Original" />
  18. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime2" Direction="Input" ParameterName="@Original_Дата_начала_работы" Precision="0" ProviderType="DateTime2" Scale="0" Size="0" SourceColumn="Дата_начала_работы" SourceColumnNullMapping="false" SourceVersion="Original" />
  19. </Parameters>
  20. </DbCommand>
  21. </DeleteCommand>
  22. <InsertCommand>
  23. <DbCommand CommandType="Text" ModifiedByUser="false">
  24. <CommandText>INSERT INTO [dbo].[manufacturer_b_import] ([Название_производителя], [Дата_начала_работы]) VALUES (@Название_производителя, @Дата_начала_работы);
  25. SELECT Название_производителя, Дата_начала_работы FROM manufacturer_b_import WHERE (Название_производителя = @Название_производителя)</CommandText>
  26. <Parameters>
  27. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Название_производителя" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Название_производителя" SourceColumnNullMapping="false" SourceVersion="Current" />
  28. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime2" Direction="Input" ParameterName="@Дата_начала_работы" Precision="0" ProviderType="DateTime2" Scale="0" Size="0" SourceColumn="Дата_начала_работы" SourceColumnNullMapping="false" SourceVersion="Current" />
  29. </Parameters>
  30. </DbCommand>
  31. </InsertCommand>
  32. <SelectCommand>
  33. <DbCommand CommandType="Text" ModifiedByUser="false">
  34. <CommandText>SELECT Название_производителя, Дата_начала_работы FROM dbo.manufacturer_b_import</CommandText>
  35. <Parameters />
  36. </DbCommand>
  37. </SelectCommand>
  38. <UpdateCommand>
  39. <DbCommand CommandType="Text" ModifiedByUser="false">
  40. <CommandText>UPDATE [dbo].[manufacturer_b_import] SET [Название_производителя] = @Название_производителя, [Дата_начала_работы] = @Дата_начала_работы WHERE (([Название_производителя] = @Original_Название_производителя) AND ([Дата_начала_работы] = @Original_Дата_начала_работы));
  41. SELECT Название_производителя, Дата_начала_работы FROM manufacturer_b_import WHERE (Название_производителя = @Название_производителя)</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="DateTime2" Direction="Input" ParameterName="@Дата_начала_работы" Precision="0" ProviderType="DateTime2" Scale="0" Size="0" SourceColumn="Дата_начала_работы" SourceColumnNullMapping="false" SourceVersion="Current" />
  45. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Название_производителя" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Название_производителя" SourceColumnNullMapping="false" SourceVersion="Original" />
  46. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime2" Direction="Input" ParameterName="@Original_Дата_начала_работы" Precision="0" ProviderType="DateTime2" Scale="0" Size="0" SourceColumn="Дата_начала_работы" SourceColumnNullMapping="false" SourceVersion="Original" />
  47. </Parameters>
  48. </DbCommand>
  49. </UpdateCommand>
  50. </DbSource>
  51. </MainSource>
  52. <Mappings>
  53. <Mapping SourceColumn="Название_производителя" DataSetColumn="Название_производителя" />
  54. <Mapping SourceColumn="Дата_начала_работы" DataSetColumn="Дата_начала_работы" />
  55. </Mappings>
  56. <Sources />
  57. </TableAdapter>
  58. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="product_b_importTableAdapter" GeneratorDataComponentClassName="product_b_importTableAdapter" Name="product_b_import" UserDataComponentName="product_b_importTableAdapter">
  59. <MainSource>
  60. <DbSource ConnectionRef="ZavirovKirillSergeevichISP11183ConnectionString (Settings)" DbObjectName="ZavirovKirillSergeevichISP11183.dbo.product_b_import" 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">
  61. <DeleteCommand>
  62. <DbCommand CommandType="Text" ModifiedByUser="false">
  63. <CommandText>DELETE FROM [dbo].[product_b_import] WHERE (([Наименование_товара] = @Original_Наименование_товара) AND ([Главное_изображение] = @Original_Главное_изображение) AND ([Производитель] = @Original_Производитель) AND ([Активен] = @Original_Активен) AND ([Цена] = @Original_Цена))</CommandText>
  64. <Parameters>
  65. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Наименование_товара" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование_товара" SourceColumnNullMapping="false" SourceVersion="Original" />
  66. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Главное_изображение" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Главное_изображение" SourceColumnNullMapping="false" SourceVersion="Original" />
  67. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Производитель" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Производитель" SourceColumnNullMapping="false" SourceVersion="Original" />
  68. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Активен" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Активен" SourceColumnNullMapping="false" SourceVersion="Original" />
  69. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Цена" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Цена" SourceColumnNullMapping="false" SourceVersion="Original" />
  70. </Parameters>
  71. </DbCommand>
  72. </DeleteCommand>
  73. <InsertCommand>
  74. <DbCommand CommandType="Text" ModifiedByUser="false">
  75. <CommandText>INSERT INTO [dbo].[product_b_import] ([Наименование_товара], [Главное_изображение], [Производитель], [Активен], [Цена]) VALUES (@Наименование_товара, @Главное_изображение, @Производитель, @Активен, @Цена);
  76. SELECT Наименование_товара, Главное_изображение, Производитель, Активен, Цена FROM product_b_import WHERE (Наименование_товара = @Наименование_товара)</CommandText>
  77. <Parameters>
  78. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Наименование_товара" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование_товара" SourceColumnNullMapping="false" SourceVersion="Current" />
  79. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Главное_изображение" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Главное_изображение" SourceColumnNullMapping="false" SourceVersion="Current" />
  80. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Производитель" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Производитель" SourceColumnNullMapping="false" SourceVersion="Current" />
  81. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Активен" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Активен" SourceColumnNullMapping="false" SourceVersion="Current" />
  82. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Цена" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Цена" SourceColumnNullMapping="false" SourceVersion="Current" />
  83. </Parameters>
  84. </DbCommand>
  85. </InsertCommand>
  86. <SelectCommand>
  87. <DbCommand CommandType="Text" ModifiedByUser="false">
  88. <CommandText>SELECT Наименование_товара, Главное_изображение, Производитель, Активен, Цена FROM dbo.product_b_import</CommandText>
  89. <Parameters />
  90. </DbCommand>
  91. </SelectCommand>
  92. <UpdateCommand>
  93. <DbCommand CommandType="Text" ModifiedByUser="false">
  94. <CommandText>UPDATE [dbo].[product_b_import] SET [Наименование_товара] = @Наименование_товара, [Главное_изображение] = @Главное_изображение, [Производитель] = @Производитель, [Активен] = @Активен, [Цена] = @Цена WHERE (([Наименование_товара] = @Original_Наименование_товара) AND ([Главное_изображение] = @Original_Главное_изображение) AND ([Производитель] = @Original_Производитель) AND ([Активен] = @Original_Активен) AND ([Цена] = @Original_Цена));
  95. SELECT Наименование_товара, Главное_изображение, Производитель, Активен, Цена FROM product_b_import WHERE (Наименование_товара = @Наименование_товара)</CommandText>
  96. <Parameters>
  97. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Наименование_товара" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование_товара" SourceColumnNullMapping="false" SourceVersion="Current" />
  98. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Главное_изображение" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Главное_изображение" SourceColumnNullMapping="false" SourceVersion="Current" />
  99. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Производитель" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Производитель" SourceColumnNullMapping="false" SourceVersion="Current" />
  100. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Активен" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Активен" SourceColumnNullMapping="false" SourceVersion="Current" />
  101. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Цена" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Цена" SourceColumnNullMapping="false" SourceVersion="Current" />
  102. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Наименование_товара" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование_товара" SourceColumnNullMapping="false" SourceVersion="Original" />
  103. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Главное_изображение" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Главное_изображение" SourceColumnNullMapping="false" SourceVersion="Original" />
  104. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Производитель" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Производитель" SourceColumnNullMapping="false" SourceVersion="Original" />
  105. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Активен" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Активен" SourceColumnNullMapping="false" SourceVersion="Original" />
  106. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Цена" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Цена" SourceColumnNullMapping="false" SourceVersion="Original" />
  107. </Parameters>
  108. </DbCommand>
  109. </UpdateCommand>
  110. </DbSource>
  111. </MainSource>
  112. <Mappings>
  113. <Mapping SourceColumn="Наименование_товара" DataSetColumn="Наименование_товара" />
  114. <Mapping SourceColumn="Главное_изображение" DataSetColumn="Главное_изображение" />
  115. <Mapping SourceColumn="Производитель" DataSetColumn="Производитель" />
  116. <Mapping SourceColumn="Активен" DataSetColumn="Активен" />
  117. <Mapping SourceColumn="Цена" DataSetColumn="Цена" />
  118. </Mappings>
  119. <Sources />
  120. </TableAdapter>
  121. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="productsale_b_importTableAdapter" GeneratorDataComponentClassName="productsale_b_importTableAdapter" Name="productsale_b_import" UserDataComponentName="productsale_b_importTableAdapter">
  122. <MainSource>
  123. <DbSource ConnectionRef="ZavirovKirillSergeevichISP11183ConnectionString (Settings)" DbObjectName="ZavirovKirillSergeevichISP11183.dbo.productsale_b_import" 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">
  124. <InsertCommand>
  125. <DbCommand CommandType="Text" ModifiedByUser="false">
  126. <CommandText>INSERT INTO [dbo].[productsale_b_import] ([Товар], [Количество], [Дата_и_время_продажи]) VALUES (@Товар, @Количество, @Дата_и_время_продажи)</CommandText>
  127. <Parameters>
  128. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Товар" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Товар" SourceColumnNullMapping="false" SourceVersion="Current" />
  129. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Количество" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Количество" SourceColumnNullMapping="false" SourceVersion="Current" />
  130. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Дата_и_время_продажи" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Дата_и_время_продажи" SourceColumnNullMapping="false" SourceVersion="Current" />
  131. </Parameters>
  132. </DbCommand>
  133. </InsertCommand>
  134. <SelectCommand>
  135. <DbCommand CommandType="Text" ModifiedByUser="false">
  136. <CommandText>SELECT Товар, Количество, Дата_и_время_продажи FROM dbo.productsale_b_import</CommandText>
  137. <Parameters />
  138. </DbCommand>
  139. </SelectCommand>
  140. </DbSource>
  141. </MainSource>
  142. <Mappings>
  143. <Mapping SourceColumn="Товар" DataSetColumn="Товар" />
  144. <Mapping SourceColumn="Количество" DataSetColumn="Количество" />
  145. <Mapping SourceColumn="Дата_и_время_продажи" DataSetColumn="Дата_и_время_продажи" />
  146. </Mappings>
  147. <Sources />
  148. </TableAdapter>
  149. </Tables>
  150. <Sources />
  151. </DataSource>
  152. </xs:appinfo>
  153. </xs:annotation>
  154. <xs:element name="ZavirovKirillSergeevichISP11183DataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="ZavirovKirillSergeevichISP11183DataSet" msprop:Generator_UserDSName="ZavirovKirillSergeevichISP11183DataSet">
  155. <xs:complexType>
  156. <xs:choice minOccurs="0" maxOccurs="unbounded">
  157. <xs:element name="manufacturer_b_import" msprop:Generator_TableClassName="manufacturer_b_importDataTable" msprop:Generator_TableVarName="tablemanufacturer_b_import" msprop:Generator_TablePropName="manufacturer_b_import" msprop:Generator_RowDeletingName="manufacturer_b_importRowDeleting" msprop:Generator_RowChangingName="manufacturer_b_importRowChanging" msprop:Generator_RowEvHandlerName="manufacturer_b_importRowChangeEventHandler" msprop:Generator_RowDeletedName="manufacturer_b_importRowDeleted" msprop:Generator_UserTableName="manufacturer_b_import" msprop:Generator_RowChangedName="manufacturer_b_importRowChanged" msprop:Generator_RowEvArgName="manufacturer_b_importRowChangeEvent" msprop:Generator_RowClassName="manufacturer_b_importRow">
  158. <xs:complexType>
  159. <xs:sequence>
  160. <xs:element name="Название_производителя" msprop:Generator_ColumnVarNameInTable="columnНазвание_производителя" msprop:Generator_ColumnPropNameInRow="Название_производителя" msprop:Generator_ColumnPropNameInTable="Название_производителяColumn" msprop:Generator_UserColumnName="Название_производителя">
  161. <xs:simpleType>
  162. <xs:restriction base="xs:string">
  163. <xs:maxLength value="100" />
  164. </xs:restriction>
  165. </xs:simpleType>
  166. </xs:element>
  167. <xs:element name="Дата_начала_работы" msprop:Generator_ColumnVarNameInTable="columnДата_начала_работы" msprop:Generator_ColumnPropNameInRow="Дата_начала_работы" msprop:Generator_ColumnPropNameInTable="Дата_начала_работыColumn" msprop:Generator_UserColumnName="Дата_начала_работы" type="xs:dateTime" />
  168. </xs:sequence>
  169. </xs:complexType>
  170. </xs:element>
  171. <xs:element name="product_b_import" msprop:Generator_TableClassName="product_b_importDataTable" msprop:Generator_TableVarName="tableproduct_b_import" msprop:Generator_TablePropName="product_b_import" msprop:Generator_RowDeletingName="product_b_importRowDeleting" msprop:Generator_RowChangingName="product_b_importRowChanging" msprop:Generator_RowEvHandlerName="product_b_importRowChangeEventHandler" msprop:Generator_RowDeletedName="product_b_importRowDeleted" msprop:Generator_UserTableName="product_b_import" msprop:Generator_RowChangedName="product_b_importRowChanged" msprop:Generator_RowEvArgName="product_b_importRowChangeEvent" msprop:Generator_RowClassName="product_b_importRow">
  172. <xs:complexType>
  173. <xs:sequence>
  174. <xs:element name="Наименование_товара" msprop:Generator_ColumnVarNameInTable="columnНаименование_товара" msprop:Generator_ColumnPropNameInRow="Наименование_товара" msprop:Generator_ColumnPropNameInTable="Наименование_товараColumn" msprop:Generator_UserColumnName="Наименование_товара">
  175. <xs:simpleType>
  176. <xs:restriction base="xs:string">
  177. <xs:maxLength value="100" />
  178. </xs:restriction>
  179. </xs:simpleType>
  180. </xs:element>
  181. <xs:element name="Главное_изображение" msprop:Generator_ColumnVarNameInTable="columnГлавное_изображение" msprop:Generator_ColumnPropNameInRow="Главное_изображение" msprop:Generator_ColumnPropNameInTable="Главное_изображениеColumn" msprop:Generator_UserColumnName="Главное_изображение">
  182. <xs:simpleType>
  183. <xs:restriction base="xs:string">
  184. <xs:maxLength value="50" />
  185. </xs:restriction>
  186. </xs:simpleType>
  187. </xs:element>
  188. <xs:element name="Производитель" msprop:Generator_ColumnVarNameInTable="columnПроизводитель" msprop:Generator_ColumnPropNameInRow="Производитель" msprop:Generator_ColumnPropNameInTable="ПроизводительColumn" msprop:Generator_UserColumnName="Производитель">
  189. <xs:simpleType>
  190. <xs:restriction base="xs:string">
  191. <xs:maxLength value="50" />
  192. </xs:restriction>
  193. </xs:simpleType>
  194. </xs:element>
  195. <xs:element name="Активен" msprop:Generator_ColumnVarNameInTable="columnАктивен" msprop:Generator_ColumnPropNameInRow="Активен" msprop:Generator_ColumnPropNameInTable="АктивенColumn" msprop:Generator_UserColumnName="Активен">
  196. <xs:simpleType>
  197. <xs:restriction base="xs:string">
  198. <xs:maxLength value="50" />
  199. </xs:restriction>
  200. </xs:simpleType>
  201. </xs:element>
  202. <xs:element name="Цена" msprop:Generator_ColumnVarNameInTable="columnЦена" msprop:Generator_ColumnPropNameInRow="Цена" msprop:Generator_ColumnPropNameInTable="ЦенаColumn" msprop:Generator_UserColumnName="Цена">
  203. <xs:simpleType>
  204. <xs:restriction base="xs:string">
  205. <xs:maxLength value="50" />
  206. </xs:restriction>
  207. </xs:simpleType>
  208. </xs:element>
  209. </xs:sequence>
  210. </xs:complexType>
  211. </xs:element>
  212. <xs:element name="productsale_b_import" msprop:Generator_TableClassName="productsale_b_importDataTable" msprop:Generator_TableVarName="tableproductsale_b_import" msprop:Generator_TablePropName="productsale_b_import" msprop:Generator_RowDeletingName="productsale_b_importRowDeleting" msprop:Generator_RowChangingName="productsale_b_importRowChanging" msprop:Generator_RowEvHandlerName="productsale_b_importRowChangeEventHandler" msprop:Generator_RowDeletedName="productsale_b_importRowDeleted" msprop:Generator_UserTableName="productsale_b_import" msprop:Generator_RowChangedName="productsale_b_importRowChanged" msprop:Generator_RowEvArgName="productsale_b_importRowChangeEvent" msprop:Generator_RowClassName="productsale_b_importRow">
  213. <xs:complexType>
  214. <xs:sequence>
  215. <xs:element name="Товар" msprop:Generator_ColumnVarNameInTable="columnТовар" msprop:Generator_ColumnPropNameInRow="Товар" msprop:Generator_ColumnPropNameInTable="ТоварColumn" msprop:Generator_UserColumnName="Товар">
  216. <xs:simpleType>
  217. <xs:restriction base="xs:string">
  218. <xs:maxLength value="100" />
  219. </xs:restriction>
  220. </xs:simpleType>
  221. </xs:element>
  222. <xs:element name="Количество" msprop:Generator_ColumnVarNameInTable="columnКоличество" msprop:Generator_ColumnPropNameInRow="Количество" msprop:Generator_ColumnPropNameInTable="КоличествоColumn" msprop:Generator_UserColumnName="Количество">
  223. <xs:simpleType>
  224. <xs:restriction base="xs:string">
  225. <xs:maxLength value="50" />
  226. </xs:restriction>
  227. </xs:simpleType>
  228. </xs:element>
  229. <xs:element name="Дата_и_время_продажи" msprop:Generator_ColumnVarNameInTable="columnДата_и_время_продажи" msprop:Generator_ColumnPropNameInRow="Дата_и_время_продажи" msprop:Generator_ColumnPropNameInTable="Дата_и_время_продажиColumn" msprop:Generator_UserColumnName="Дата_и_время_продажи">
  230. <xs:simpleType>
  231. <xs:restriction base="xs:string">
  232. <xs:maxLength value="50" />
  233. </xs:restriction>
  234. </xs:simpleType>
  235. </xs:element>
  236. </xs:sequence>
  237. </xs:complexType>
  238. </xs:element>
  239. </xs:choice>
  240. </xs:complexType>
  241. <xs:unique name="Constraint1" msdata:PrimaryKey="true">
  242. <xs:selector xpath=".//mstns:manufacturer_b_import" />
  243. <xs:field xpath="mstns:Название_производителя" />
  244. </xs:unique>
  245. <xs:unique name="product_b_import_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
  246. <xs:selector xpath=".//mstns:product_b_import" />
  247. <xs:field xpath="mstns:Наименование_товара" />
  248. </xs:unique>
  249. </xs:element>
  250. </xs:schema>