ПМ5_ВашуркинDataSet.xsd 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema id="ПМ5_ВашуркинDataSet" targetNamespace="http://tempuri.org/ПМ5_ВашуркинDataSet.xsd" xmlns:mstns="http://tempuri.org/ПМ5_ВашуркинDataSet.xsd" xmlns="http://tempuri.org/ПМ5_Вашуркин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="ПМ5_ВашуркинConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="ПМ5_ВашуркинConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.Beauty.Properties.Settings.GlobalReference.Default.ПМ5_ВашуркинConnectionString" Provider="System.Data.SqlClient" />
  8. </Connections>
  9. <Tables>
  10. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="clientTableAdapter" GeneratorDataComponentClassName="clientTableAdapter" Name="client" UserDataComponentName="clientTableAdapter">
  11. <MainSource>
  12. <DbSource ConnectionRef="ПМ5_ВашуркинConnectionString (Settings)" DbObjectName="ПМ5_Вашуркин.dbo.client" 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].[client] ([Фамилия], [Имя], [Отчество], [Пол], [Телефон], [Дата_рождения], [email], [Дата_регистрации]) VALUES (@Фамилия, @Имя, @Отчество, @Пол, @Телефон, @Дата_рождения, @email, @Дата_регистрации)</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="String" Direction="Input" ParameterName="@Имя" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Имя" SourceColumnNullMapping="false" SourceVersion="Current" />
  19. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Отчество" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Отчество" SourceColumnNullMapping="false" SourceVersion="Current" />
  20. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Пол" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Пол" SourceColumnNullMapping="false" SourceVersion="Current" />
  21. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Телефон" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Телефон" SourceColumnNullMapping="false" SourceVersion="Current" />
  22. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime2" Direction="Input" ParameterName="@Дата_рождения" Precision="0" ProviderType="DateTime2" Scale="0" Size="0" SourceColumn="Дата_рождения" SourceColumnNullMapping="false" SourceVersion="Current" />
  23. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@email" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="email" SourceColumnNullMapping="false" SourceVersion="Current" />
  24. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime2" Direction="Input" ParameterName="@Дата_регистрации" Precision="0" ProviderType="DateTime2" Scale="0" Size="0" SourceColumn="Дата_регистрации" SourceColumnNullMapping="false" SourceVersion="Current" />
  25. </Parameters>
  26. </DbCommand>
  27. </InsertCommand>
  28. <SelectCommand>
  29. <DbCommand CommandType="Text" ModifiedByUser="false">
  30. <CommandText>SELECT Фамилия, Имя, Отчество, Пол, Телефон, Дата_рождения, email, Дата_регистрации FROM dbo.client</CommandText>
  31. <Parameters />
  32. </DbCommand>
  33. </SelectCommand>
  34. </DbSource>
  35. </MainSource>
  36. <Mappings>
  37. <Mapping SourceColumn="Фамилия" DataSetColumn="Фамилия" />
  38. <Mapping SourceColumn="Имя" DataSetColumn="Имя" />
  39. <Mapping SourceColumn="Отчество" DataSetColumn="Отчество" />
  40. <Mapping SourceColumn="Пол" DataSetColumn="Пол" />
  41. <Mapping SourceColumn="Телефон" DataSetColumn="Телефон" />
  42. <Mapping SourceColumn="Дата_рождения" DataSetColumn="Дата_рождения" />
  43. <Mapping SourceColumn="email" DataSetColumn="email" />
  44. <Mapping SourceColumn="Дата_регистрации" DataSetColumn="Дата_регистрации" />
  45. </Mappings>
  46. <Sources />
  47. </TableAdapter>
  48. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="UslugiTableAdapter" GeneratorDataComponentClassName="UslugiTableAdapter" Name="Uslugi" UserDataComponentName="UslugiTableAdapter">
  49. <MainSource>
  50. <DbSource ConnectionRef="ПМ5_ВашуркинConnectionString (Settings)" DbObjectName="ПМ5_Вашуркин.dbo.Uslugi" 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">
  51. <DeleteCommand>
  52. <DbCommand CommandType="Text" ModifiedByUser="false">
  53. <CommandText>DELETE FROM [dbo].[Uslugi] WHERE (([Наименование_услуги] = @Original_Наименование_услуги) AND ((@IsNull_Главное_изображение = 1 AND [Главное_изображение] IS NULL) OR ([Главное_изображение] = @Original_Главное_изображение)) AND ((@IsNull_Длительность = 1 AND [Длительность] IS NULL) OR ([Длительность] = @Original_Длительность)) AND ((@IsNull_Стоимость = 1 AND [Стоимость] IS NULL) OR ([Стоимость] = @Original_Стоимость)) AND ((@IsNull_Действующая_скидка = 1 AND [Действующая_скидка] IS NULL) OR ([Действующая_скидка] = @Original_Действующая_скидка)))</CommandText>
  54. <Parameters>
  55. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Наименование_услуги" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование_услуги" SourceColumnNullMapping="false" SourceVersion="Original" />
  56. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Главное_изображение" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Главное_изображение" SourceColumnNullMapping="true" SourceVersion="Original" />
  57. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Главное_изображение" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Главное_изображение" SourceColumnNullMapping="false" SourceVersion="Original" />
  58. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Длительность" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Длительность" SourceColumnNullMapping="true" SourceVersion="Original" />
  59. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Длительность" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Длительность" SourceColumnNullMapping="false" SourceVersion="Original" />
  60. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Стоимость" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Стоимость" SourceColumnNullMapping="true" SourceVersion="Original" />
  61. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Стоимость" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Стоимость" SourceColumnNullMapping="false" SourceVersion="Original" />
  62. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Действующая_скидка" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Действующая_скидка" SourceColumnNullMapping="true" SourceVersion="Original" />
  63. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Действующая_скидка" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Действующая_скидка" SourceColumnNullMapping="false" SourceVersion="Original" />
  64. </Parameters>
  65. </DbCommand>
  66. </DeleteCommand>
  67. <InsertCommand>
  68. <DbCommand CommandType="Text" ModifiedByUser="false">
  69. <CommandText>INSERT INTO [dbo].[Uslugi] ([Наименование_услуги], [Главное_изображение], [Длительность], [Стоимость], [Действующая_скидка]) VALUES (@Наименование_услуги, @Главное_изображение, @Длительность, @Стоимость, @Действующая_скидка);
  70. SELECT Наименование_услуги, Главное_изображение, Длительность, Стоимость, Действующая_скидка FROM Uslugi WHERE (Наименование_услуги = @Наименование_услуги)</CommandText>
  71. <Parameters>
  72. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Наименование_услуги" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование_услуги" SourceColumnNullMapping="false" SourceVersion="Current" />
  73. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Главное_изображение" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Главное_изображение" SourceColumnNullMapping="false" SourceVersion="Current" />
  74. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Длительность" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Длительность" SourceColumnNullMapping="false" SourceVersion="Current" />
  75. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Стоимость" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Стоимость" SourceColumnNullMapping="false" SourceVersion="Current" />
  76. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Действующая_скидка" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Действующая_скидка" SourceColumnNullMapping="false" SourceVersion="Current" />
  77. </Parameters>
  78. </DbCommand>
  79. </InsertCommand>
  80. <SelectCommand>
  81. <DbCommand CommandType="Text" ModifiedByUser="false">
  82. <CommandText>SELECT Наименование_услуги, Главное_изображение, Длительность, Стоимость, Действующая_скидка FROM dbo.Uslugi</CommandText>
  83. <Parameters />
  84. </DbCommand>
  85. </SelectCommand>
  86. <UpdateCommand>
  87. <DbCommand CommandType="Text" ModifiedByUser="false">
  88. <CommandText>UPDATE [dbo].[Uslugi] SET [Наименование_услуги] = @Наименование_услуги, [Главное_изображение] = @Главное_изображение, [Длительность] = @Длительность, [Стоимость] = @Стоимость, [Действующая_скидка] = @Действующая_скидка WHERE (([Наименование_услуги] = @Original_Наименование_услуги) AND ((@IsNull_Главное_изображение = 1 AND [Главное_изображение] IS NULL) OR ([Главное_изображение] = @Original_Главное_изображение)) AND ((@IsNull_Длительность = 1 AND [Длительность] IS NULL) OR ([Длительность] = @Original_Длительность)) AND ((@IsNull_Стоимость = 1 AND [Стоимость] IS NULL) OR ([Стоимость] = @Original_Стоимость)) AND ((@IsNull_Действующая_скидка = 1 AND [Действующая_скидка] IS NULL) OR ([Действующая_скидка] = @Original_Действующая_скидка)));
  89. SELECT Наименование_услуги, Главное_изображение, Длительность, Стоимость, Действующая_скидка FROM Uslugi WHERE (Наименование_услуги = @Наименование_услуги)</CommandText>
  90. <Parameters>
  91. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Наименование_услуги" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование_услуги" SourceColumnNullMapping="false" SourceVersion="Current" />
  92. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Главное_изображение" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Главное_изображение" SourceColumnNullMapping="false" SourceVersion="Current" />
  93. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Длительность" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Длительность" SourceColumnNullMapping="false" SourceVersion="Current" />
  94. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Стоимость" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Стоимость" SourceColumnNullMapping="false" SourceVersion="Current" />
  95. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Действующая_скидка" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Действующая_скидка" SourceColumnNullMapping="false" SourceVersion="Current" />
  96. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Наименование_услуги" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование_услуги" SourceColumnNullMapping="false" SourceVersion="Original" />
  97. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Главное_изображение" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Главное_изображение" SourceColumnNullMapping="true" SourceVersion="Original" />
  98. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Главное_изображение" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Главное_изображение" SourceColumnNullMapping="false" SourceVersion="Original" />
  99. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Длительность" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Длительность" SourceColumnNullMapping="true" SourceVersion="Original" />
  100. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Длительность" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Длительность" SourceColumnNullMapping="false" SourceVersion="Original" />
  101. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Стоимость" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Стоимость" SourceColumnNullMapping="true" SourceVersion="Original" />
  102. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Стоимость" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Стоимость" SourceColumnNullMapping="false" SourceVersion="Original" />
  103. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Действующая_скидка" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Действующая_скидка" SourceColumnNullMapping="true" SourceVersion="Original" />
  104. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Действующая_скидка" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Действующая_скидка" SourceColumnNullMapping="false" SourceVersion="Original" />
  105. </Parameters>
  106. </DbCommand>
  107. </UpdateCommand>
  108. </DbSource>
  109. </MainSource>
  110. <Mappings>
  111. <Mapping SourceColumn="Наименование_услуги" DataSetColumn="Наименование_услуги" />
  112. <Mapping SourceColumn="Главное_изображение" DataSetColumn="Главное_изображение" />
  113. <Mapping SourceColumn="Длительность" DataSetColumn="Длительность" />
  114. <Mapping SourceColumn="Стоимость" DataSetColumn="Стоимость" />
  115. <Mapping SourceColumn="Действующая_скидка" DataSetColumn="Действующая_скидка" />
  116. </Mappings>
  117. <Sources />
  118. </TableAdapter>
  119. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Uslugi_clientTableAdapter" GeneratorDataComponentClassName="Uslugi_clientTableAdapter" Name="Uslugi_client" UserDataComponentName="Uslugi_clientTableAdapter">
  120. <MainSource>
  121. <DbSource ConnectionRef="ПМ5_ВашуркинConnectionString (Settings)" DbObjectName="ПМ5_Вашуркин.dbo.Uslugi_client" 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">
  122. <InsertCommand>
  123. <DbCommand CommandType="Text" ModifiedByUser="false">
  124. <CommandText>INSERT INTO [dbo].[Uslugi_client] ([Наименование_услуги], [Дата_услуги], [Фамилия_клиента]) VALUES (@Наименование_услуги, @Дата_услуги, @Фамилия_клиента)</CommandText>
  125. <Parameters>
  126. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Наименование_услуги" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Наименование_услуги" SourceColumnNullMapping="false" SourceVersion="Current" />
  127. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime2" Direction="Input" ParameterName="@Дата_услуги" Precision="0" ProviderType="DateTime2" Scale="0" Size="0" SourceColumn="Дата_услуги" SourceColumnNullMapping="false" SourceVersion="Current" />
  128. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Фамилия_клиента" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Фамилия_клиента" SourceColumnNullMapping="false" SourceVersion="Current" />
  129. </Parameters>
  130. </DbCommand>
  131. </InsertCommand>
  132. <SelectCommand>
  133. <DbCommand CommandType="Text" ModifiedByUser="false">
  134. <CommandText>SELECT Наименование_услуги, Дата_услуги, Фамилия_клиента FROM dbo.Uslugi_client</CommandText>
  135. <Parameters />
  136. </DbCommand>
  137. </SelectCommand>
  138. </DbSource>
  139. </MainSource>
  140. <Mappings>
  141. <Mapping SourceColumn="Наименование_услуги" DataSetColumn="Наименование_услуги" />
  142. <Mapping SourceColumn="Дата_услуги" DataSetColumn="Дата_услуги" />
  143. <Mapping SourceColumn="Фамилия_клиента" DataSetColumn="Фамилия_клиента" />
  144. </Mappings>
  145. <Sources />
  146. </TableAdapter>
  147. </Tables>
  148. <Sources />
  149. </DataSource>
  150. </xs:appinfo>
  151. </xs:annotation>
  152. <xs:element name="ПМ5_ВашуркинDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="ПМ5_ВашуркинDataSet" msprop:Generator_UserDSName="ПМ5_ВашуркинDataSet">
  153. <xs:complexType>
  154. <xs:choice minOccurs="0" maxOccurs="unbounded">
  155. <xs:element name="client" msprop:Generator_TableClassName="clientDataTable" msprop:Generator_TableVarName="tableclient" msprop:Generator_TablePropName="client" msprop:Generator_RowDeletingName="clientRowDeleting" msprop:Generator_RowChangingName="clientRowChanging" msprop:Generator_RowEvHandlerName="clientRowChangeEventHandler" msprop:Generator_RowDeletedName="clientRowDeleted" msprop:Generator_UserTableName="client" msprop:Generator_RowChangedName="clientRowChanged" msprop:Generator_RowEvArgName="clientRowChangeEvent" msprop:Generator_RowClassName="clientRow">
  156. <xs:complexType>
  157. <xs:sequence>
  158. <xs:element name="Фамилия" msprop:Generator_ColumnVarNameInTable="columnФамилия" msprop:Generator_ColumnPropNameInRow="Фамилия" msprop:Generator_ColumnPropNameInTable="ФамилияColumn" msprop:Generator_UserColumnName="Фамилия">
  159. <xs:simpleType>
  160. <xs:restriction base="xs:string">
  161. <xs:maxLength value="50" />
  162. </xs:restriction>
  163. </xs:simpleType>
  164. </xs:element>
  165. <xs:element name="Имя" msprop:Generator_ColumnVarNameInTable="columnИмя" msprop:Generator_ColumnPropNameInRow="Имя" msprop:Generator_ColumnPropNameInTable="ИмяColumn" msprop:Generator_UserColumnName="Имя">
  166. <xs:simpleType>
  167. <xs:restriction base="xs:string">
  168. <xs:maxLength value="50" />
  169. </xs:restriction>
  170. </xs:simpleType>
  171. </xs:element>
  172. <xs:element name="Отчество" msprop:Generator_ColumnVarNameInTable="columnОтчество" msprop:Generator_ColumnPropNameInRow="Отчество" msprop:Generator_ColumnPropNameInTable="ОтчествоColumn" msprop:Generator_UserColumnName="Отчество">
  173. <xs:simpleType>
  174. <xs:restriction base="xs:string">
  175. <xs:maxLength value="50" />
  176. </xs:restriction>
  177. </xs:simpleType>
  178. </xs:element>
  179. <xs:element name="Пол" msprop:Generator_ColumnVarNameInTable="columnПол" msprop:Generator_ColumnPropNameInRow="Пол" msprop:Generator_ColumnPropNameInTable="ПолColumn" msprop:Generator_UserColumnName="Пол">
  180. <xs:simpleType>
  181. <xs:restriction base="xs:string">
  182. <xs:maxLength value="50" />
  183. </xs:restriction>
  184. </xs:simpleType>
  185. </xs:element>
  186. <xs:element name="Телефон" msprop:Generator_ColumnVarNameInTable="columnТелефон" msprop:Generator_ColumnPropNameInRow="Телефон" msprop:Generator_ColumnPropNameInTable="ТелефонColumn" msprop:Generator_UserColumnName="Телефон">
  187. <xs:simpleType>
  188. <xs:restriction base="xs:string">
  189. <xs:maxLength value="50" />
  190. </xs:restriction>
  191. </xs:simpleType>
  192. </xs:element>
  193. <xs:element name="Дата_рождения" msprop:Generator_ColumnVarNameInTable="columnДата_рождения" msprop:Generator_ColumnPropNameInRow="Дата_рождения" msprop:Generator_ColumnPropNameInTable="Дата_рожденияColumn" msprop:Generator_UserColumnName="Дата_рождения" type="xs:dateTime" />
  194. <xs:element name="email" msprop:Generator_ColumnVarNameInTable="columnemail" msprop:Generator_ColumnPropNameInRow="email" msprop:Generator_ColumnPropNameInTable="emailColumn" msprop:Generator_UserColumnName="email">
  195. <xs:simpleType>
  196. <xs:restriction base="xs:string">
  197. <xs:maxLength value="50" />
  198. </xs:restriction>
  199. </xs:simpleType>
  200. </xs:element>
  201. <xs:element name="Дата_регистрации" msprop:Generator_ColumnVarNameInTable="columnДата_регистрации" msprop:Generator_ColumnPropNameInRow="Дата_регистрации" msprop:Generator_ColumnPropNameInTable="Дата_регистрацииColumn" msprop:Generator_UserColumnName="Дата_регистрации" type="xs:dateTime" />
  202. </xs:sequence>
  203. </xs:complexType>
  204. </xs:element>
  205. <xs:element name="Uslugi" msprop:Generator_TableClassName="UslugiDataTable" msprop:Generator_TableVarName="tableUslugi" msprop:Generator_TablePropName="Uslugi" msprop:Generator_RowDeletingName="UslugiRowDeleting" msprop:Generator_RowChangingName="UslugiRowChanging" msprop:Generator_RowEvHandlerName="UslugiRowChangeEventHandler" msprop:Generator_RowDeletedName="UslugiRowDeleted" msprop:Generator_UserTableName="Uslugi" msprop:Generator_RowChangedName="UslugiRowChanged" msprop:Generator_RowEvArgName="UslugiRowChangeEvent" msprop:Generator_RowClassName="UslugiRow">
  206. <xs:complexType>
  207. <xs:sequence>
  208. <xs:element name="Наименование_услуги" msprop:Generator_ColumnVarNameInTable="columnНаименование_услуги" msprop:Generator_ColumnPropNameInRow="Наименование_услуги" msprop:Generator_ColumnPropNameInTable="Наименование_услугиColumn" msprop:Generator_UserColumnName="Наименование_услуги">
  209. <xs:simpleType>
  210. <xs:restriction base="xs:string">
  211. <xs:maxLength value="50" />
  212. </xs:restriction>
  213. </xs:simpleType>
  214. </xs:element>
  215. <xs:element name="Главное_изображение" msprop:Generator_ColumnVarNameInTable="columnГлавное_изображение" msprop:Generator_ColumnPropNameInRow="Главное_изображение" msprop:Generator_ColumnPropNameInTable="Главное_изображениеColumn" msprop:Generator_UserColumnName="Главное_изображение" minOccurs="0">
  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="Длительность" minOccurs="0">
  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="Стоимость" minOccurs="0">
  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:element name="Действующая_скидка" msprop:Generator_ColumnVarNameInTable="columnДействующая_скидка" msprop:Generator_ColumnPropNameInRow="Действующая_скидка" msprop:Generator_ColumnPropNameInTable="Действующая_скидкаColumn" msprop:Generator_UserColumnName="Действующая_скидка" minOccurs="0">
  237. <xs:simpleType>
  238. <xs:restriction base="xs:string">
  239. <xs:maxLength value="50" />
  240. </xs:restriction>
  241. </xs:simpleType>
  242. </xs:element>
  243. </xs:sequence>
  244. </xs:complexType>
  245. </xs:element>
  246. <xs:element name="Uslugi_client" msprop:Generator_TableClassName="Uslugi_clientDataTable" msprop:Generator_TableVarName="tableUslugi_client" msprop:Generator_TablePropName="Uslugi_client" msprop:Generator_RowDeletingName="Uslugi_clientRowDeleting" msprop:Generator_RowChangingName="Uslugi_clientRowChanging" msprop:Generator_RowEvHandlerName="Uslugi_clientRowChangeEventHandler" msprop:Generator_RowDeletedName="Uslugi_clientRowDeleted" msprop:Generator_UserTableName="Uslugi_client" msprop:Generator_RowChangedName="Uslugi_clientRowChanged" msprop:Generator_RowEvArgName="Uslugi_clientRowChangeEvent" msprop:Generator_RowClassName="Uslugi_clientRow">
  247. <xs:complexType>
  248. <xs:sequence>
  249. <xs:element name="Наименование_услуги" msprop:Generator_ColumnVarNameInTable="columnНаименование_услуги" msprop:Generator_ColumnPropNameInRow="Наименование_услуги" msprop:Generator_ColumnPropNameInTable="Наименование_услугиColumn" msprop:Generator_UserColumnName="Наименование_услуги" minOccurs="0">
  250. <xs:simpleType>
  251. <xs:restriction base="xs:string">
  252. <xs:maxLength value="50" />
  253. </xs:restriction>
  254. </xs:simpleType>
  255. </xs:element>
  256. <xs:element name="Дата_услуги" msprop:Generator_ColumnVarNameInTable="columnДата_услуги" msprop:Generator_ColumnPropNameInRow="Дата_услуги" msprop:Generator_ColumnPropNameInTable="Дата_услугиColumn" msprop:Generator_UserColumnName="Дата_услуги" type="xs:dateTime" minOccurs="0" />
  257. <xs:element name="Фамилия_клиента" msprop:Generator_ColumnVarNameInTable="columnФамилия_клиента" msprop:Generator_ColumnPropNameInRow="Фамилия_клиента" msprop:Generator_ColumnPropNameInTable="Фамилия_клиентаColumn" msprop:Generator_UserColumnName="Фамилия_клиента" minOccurs="0">
  258. <xs:simpleType>
  259. <xs:restriction base="xs:string">
  260. <xs:maxLength value="50" />
  261. </xs:restriction>
  262. </xs:simpleType>
  263. </xs:element>
  264. </xs:sequence>
  265. </xs:complexType>
  266. </xs:element>
  267. </xs:choice>
  268. </xs:complexType>
  269. <xs:unique name="Constraint1" msdata:PrimaryKey="true">
  270. <xs:selector xpath=".//mstns:Uslugi" />
  271. <xs:field xpath="mstns:Наименование_услуги" />
  272. </xs:unique>
  273. </xs:element>
  274. </xs:schema>