konkursDataSet.xsd 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema id="konkursDataSet" targetNamespace="http://tempuri.org/konkursDataSet.xsd" xmlns:mstns="http://tempuri.org/konkursDataSet.xsd" xmlns="http://tempuri.org/konkursDataSet.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="konkursConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="konkursConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.testkonkurs1.Properties.Settings.GlobalReference.Default.konkursConnectionString" Provider="System.Data.SqlClient" />
  8. </Connections>
  9. <Tables>
  10. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="bronirovaniTableAdapter" GeneratorDataComponentClassName="bronirovaniTableAdapter" Name="bronirovani" UserDataComponentName="bronirovaniTableAdapter">
  11. <MainSource>
  12. <DbSource ConnectionRef="konkursConnectionString (Settings)" DbObjectName="konkurs.dbo.bronirovani" 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].[bronirovani] ([nomer_kvitancii], [date_bronirovania], [date_zaezda], [nomer_mesta], [Id_clients], [col_days], [date_oplata], [sale_zaranie], [sale_season]) VALUES (@nomer_kvitancii, @date_bronirovania, @date_zaezda, @nomer_mesta, @Id_clients, @col_days, @date_oplata, @sale_zaranie, @sale_season)</CommandText>
  16. <Parameters>
  17. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@nomer_kvitancii" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="nomer_kvitancii" SourceColumnNullMapping="false" SourceVersion="Current" />
  18. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@date_bronirovania" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="date_bronirovania" SourceColumnNullMapping="false" SourceVersion="Current" />
  19. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@date_zaezda" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="date_zaezda" SourceColumnNullMapping="false" SourceVersion="Current" />
  20. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@nomer_mesta" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="nomer_mesta" SourceColumnNullMapping="false" SourceVersion="Current" />
  21. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Id_clients" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Id_clients" SourceColumnNullMapping="false" SourceVersion="Current" />
  22. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@col_days" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="col_days" SourceColumnNullMapping="false" SourceVersion="Current" />
  23. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@date_oplata" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="date_oplata" SourceColumnNullMapping="false" SourceVersion="Current" />
  24. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@sale_zaranie" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="sale_zaranie" SourceColumnNullMapping="false" SourceVersion="Current" />
  25. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@sale_season" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="sale_season" SourceColumnNullMapping="false" SourceVersion="Current" />
  26. </Parameters>
  27. </DbCommand>
  28. </InsertCommand>
  29. <SelectCommand>
  30. <DbCommand CommandType="Text" ModifiedByUser="false">
  31. <CommandText>SELECT nomer_kvitancii, date_bronirovania, date_zaezda, nomer_mesta, Id_clients, col_days, date_oplata, sale_zaranie, sale_season FROM dbo.bronirovani</CommandText>
  32. <Parameters />
  33. </DbCommand>
  34. </SelectCommand>
  35. </DbSource>
  36. </MainSource>
  37. <Mappings>
  38. <Mapping SourceColumn="nomer_kvitancii" DataSetColumn="nomer_kvitancii" />
  39. <Mapping SourceColumn="date_bronirovania" DataSetColumn="date_bronirovania" />
  40. <Mapping SourceColumn="date_zaezda" DataSetColumn="date_zaezda" />
  41. <Mapping SourceColumn="nomer_mesta" DataSetColumn="nomer_mesta" />
  42. <Mapping SourceColumn="Id_clients" DataSetColumn="Id_clients" />
  43. <Mapping SourceColumn="col_days" DataSetColumn="col_days" />
  44. <Mapping SourceColumn="date_oplata" DataSetColumn="date_oplata" />
  45. <Mapping SourceColumn="sale_zaranie" DataSetColumn="sale_zaranie" />
  46. <Mapping SourceColumn="sale_season" DataSetColumn="sale_season" />
  47. </Mappings>
  48. <Sources />
  49. </TableAdapter>
  50. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="comfortTableAdapter" GeneratorDataComponentClassName="comfortTableAdapter" Name="comfort" UserDataComponentName="comfortTableAdapter">
  51. <MainSource>
  52. <DbSource ConnectionRef="konkursConnectionString (Settings)" DbObjectName="konkurs.dbo.comfort" 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">
  53. <InsertCommand>
  54. <DbCommand CommandType="Text" ModifiedByUser="false">
  55. <CommandText>INSERT INTO [dbo].[comfort] ([price_broni], [price_projiv]) VALUES (@price_broni, @price_projiv)</CommandText>
  56. <Parameters>
  57. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@price_broni" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="price_broni" SourceColumnNullMapping="false" SourceVersion="Current" />
  58. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@price_projiv" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="price_projiv" SourceColumnNullMapping="false" SourceVersion="Current" />
  59. </Parameters>
  60. </DbCommand>
  61. </InsertCommand>
  62. <SelectCommand>
  63. <DbCommand CommandType="Text" ModifiedByUser="false">
  64. <CommandText>SELECT lvl_comfort, price_broni, price_projiv FROM dbo.comfort</CommandText>
  65. <Parameters />
  66. </DbCommand>
  67. </SelectCommand>
  68. </DbSource>
  69. </MainSource>
  70. <Mappings>
  71. <Mapping SourceColumn="lvl_comfort" DataSetColumn="lvl_comfort" />
  72. <Mapping SourceColumn="price_broni" DataSetColumn="price_broni" />
  73. <Mapping SourceColumn="price_projiv" DataSetColumn="price_projiv" />
  74. </Mappings>
  75. <Sources />
  76. </TableAdapter>
  77. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="mestaTableAdapter" GeneratorDataComponentClassName="mestaTableAdapter" Name="mesta" UserDataComponentName="mestaTableAdapter">
  78. <MainSource>
  79. <DbSource ConnectionRef="konkursConnectionString (Settings)" DbObjectName="konkurs.dbo.mesta" 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">
  80. <DeleteCommand>
  81. <DbCommand CommandType="Text" ModifiedByUser="false">
  82. <CommandText>DELETE FROM [dbo].[mesta] WHERE (([id_mesta] = @Original_id_mesta) AND ((@IsNull_nomer_comnat = 1 AND [nomer_comnat] IS NULL) OR ([nomer_comnat] = @Original_nomer_comnat)))</CommandText>
  83. <Parameters>
  84. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id_mesta" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id_mesta" SourceColumnNullMapping="false" SourceVersion="Original" />
  85. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_nomer_comnat" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="nomer_comnat" SourceColumnNullMapping="true" SourceVersion="Original" />
  86. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_nomer_comnat" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="nomer_comnat" SourceColumnNullMapping="false" SourceVersion="Original" />
  87. </Parameters>
  88. </DbCommand>
  89. </DeleteCommand>
  90. <InsertCommand>
  91. <DbCommand CommandType="Text" ModifiedByUser="false">
  92. <CommandText>INSERT INTO [dbo].[mesta] ([nomer_comnat]) VALUES (@nomer_comnat);
  93. SELECT id_mesta, nomer_comnat FROM mesta WHERE (id_mesta = SCOPE_IDENTITY())</CommandText>
  94. <Parameters>
  95. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@nomer_comnat" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="nomer_comnat" SourceColumnNullMapping="false" SourceVersion="Current" />
  96. </Parameters>
  97. </DbCommand>
  98. </InsertCommand>
  99. <SelectCommand>
  100. <DbCommand CommandType="Text" ModifiedByUser="false">
  101. <CommandText>SELECT id_mesta, nomer_comnat FROM dbo.mesta</CommandText>
  102. <Parameters />
  103. </DbCommand>
  104. </SelectCommand>
  105. <UpdateCommand>
  106. <DbCommand CommandType="Text" ModifiedByUser="false">
  107. <CommandText>UPDATE [dbo].[mesta] SET [nomer_comnat] = @nomer_comnat WHERE (([id_mesta] = @Original_id_mesta) AND ((@IsNull_nomer_comnat = 1 AND [nomer_comnat] IS NULL) OR ([nomer_comnat] = @Original_nomer_comnat)));
  108. SELECT id_mesta, nomer_comnat FROM mesta WHERE (id_mesta = @id_mesta)</CommandText>
  109. <Parameters>
  110. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@nomer_comnat" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="nomer_comnat" SourceColumnNullMapping="false" SourceVersion="Current" />
  111. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id_mesta" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id_mesta" SourceColumnNullMapping="false" SourceVersion="Original" />
  112. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_nomer_comnat" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="nomer_comnat" SourceColumnNullMapping="true" SourceVersion="Original" />
  113. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_nomer_comnat" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="nomer_comnat" SourceColumnNullMapping="false" SourceVersion="Original" />
  114. <Parameter AllowDbNull="false" AutogeneratedName="id_mesta" ColumnName="id_mesta" DataSourceName="konkurs.dbo.mesta" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@id_mesta" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="id_mesta" SourceColumnNullMapping="false" SourceVersion="Current" />
  115. </Parameters>
  116. </DbCommand>
  117. </UpdateCommand>
  118. </DbSource>
  119. </MainSource>
  120. <Mappings>
  121. <Mapping SourceColumn="id_mesta" DataSetColumn="id_mesta" />
  122. <Mapping SourceColumn="nomer_comnat" DataSetColumn="nomer_comnat" />
  123. </Mappings>
  124. <Sources />
  125. </TableAdapter>
  126. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="nomerTableAdapter" GeneratorDataComponentClassName="nomerTableAdapter" Name="nomer" UserDataComponentName="nomerTableAdapter">
  127. <MainSource>
  128. <DbSource ConnectionRef="konkursConnectionString (Settings)" DbObjectName="konkurs.dbo.nomer" 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">
  129. <DeleteCommand>
  130. <DbCommand CommandType="Text" ModifiedByUser="false">
  131. <CommandText>DELETE FROM [dbo].[nomer] WHERE (([nomer_comnat] = @Original_nomer_comnat) AND ((@IsNull_lvl_comfort = 1 AND [lvl_comfort] IS NULL) OR ([lvl_comfort] = @Original_lvl_comfort)))</CommandText>
  132. <Parameters>
  133. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_nomer_comnat" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="nomer_comnat" SourceColumnNullMapping="false" SourceVersion="Original" />
  134. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lvl_comfort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lvl_comfort" SourceColumnNullMapping="true" SourceVersion="Original" />
  135. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_lvl_comfort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lvl_comfort" SourceColumnNullMapping="false" SourceVersion="Original" />
  136. </Parameters>
  137. </DbCommand>
  138. </DeleteCommand>
  139. <InsertCommand>
  140. <DbCommand CommandType="Text" ModifiedByUser="false">
  141. <CommandText>INSERT INTO [dbo].[nomer] ([lvl_comfort]) VALUES (@lvl_comfort);
  142. SELECT nomer_comnat, lvl_comfort FROM nomer WHERE (nomer_comnat = SCOPE_IDENTITY())</CommandText>
  143. <Parameters>
  144. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@lvl_comfort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lvl_comfort" SourceColumnNullMapping="false" SourceVersion="Current" />
  145. </Parameters>
  146. </DbCommand>
  147. </InsertCommand>
  148. <SelectCommand>
  149. <DbCommand CommandType="Text" ModifiedByUser="false">
  150. <CommandText>SELECT nomer_comnat, lvl_comfort FROM dbo.nomer</CommandText>
  151. <Parameters />
  152. </DbCommand>
  153. </SelectCommand>
  154. <UpdateCommand>
  155. <DbCommand CommandType="Text" ModifiedByUser="false">
  156. <CommandText>UPDATE [dbo].[nomer] SET [lvl_comfort] = @lvl_comfort WHERE (([nomer_comnat] = @Original_nomer_comnat) AND ((@IsNull_lvl_comfort = 1 AND [lvl_comfort] IS NULL) OR ([lvl_comfort] = @Original_lvl_comfort)));
  157. SELECT nomer_comnat, lvl_comfort FROM nomer WHERE (nomer_comnat = @nomer_comnat)</CommandText>
  158. <Parameters>
  159. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@lvl_comfort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lvl_comfort" SourceColumnNullMapping="false" SourceVersion="Current" />
  160. <Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_nomer_comnat" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="nomer_comnat" SourceColumnNullMapping="false" SourceVersion="Original" />
  161. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lvl_comfort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lvl_comfort" SourceColumnNullMapping="true" SourceVersion="Original" />
  162. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_lvl_comfort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lvl_comfort" SourceColumnNullMapping="false" SourceVersion="Original" />
  163. <Parameter AllowDbNull="false" AutogeneratedName="nomer_comnat" ColumnName="nomer_comnat" DataSourceName="konkurs.dbo.nomer" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@nomer_comnat" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="nomer_comnat" SourceColumnNullMapping="false" SourceVersion="Current" />
  164. </Parameters>
  165. </DbCommand>
  166. </UpdateCommand>
  167. </DbSource>
  168. </MainSource>
  169. <Mappings>
  170. <Mapping SourceColumn="nomer_comnat" DataSetColumn="nomer_comnat" />
  171. <Mapping SourceColumn="lvl_comfort" DataSetColumn="lvl_comfort" />
  172. </Mappings>
  173. <Sources />
  174. </TableAdapter>
  175. </Tables>
  176. <Sources />
  177. </DataSource>
  178. </xs:appinfo>
  179. </xs:annotation>
  180. <xs:element name="konkursDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="konkursDataSet" msprop:Generator_UserDSName="konkursDataSet">
  181. <xs:complexType>
  182. <xs:choice minOccurs="0" maxOccurs="unbounded">
  183. <xs:element name="bronirovani" msprop:Generator_TableClassName="bronirovaniDataTable" msprop:Generator_TableVarName="tablebronirovani" msprop:Generator_TablePropName="bronirovani" msprop:Generator_RowDeletingName="bronirovaniRowDeleting" msprop:Generator_RowChangingName="bronirovaniRowChanging" msprop:Generator_RowEvHandlerName="bronirovaniRowChangeEventHandler" msprop:Generator_RowDeletedName="bronirovaniRowDeleted" msprop:Generator_UserTableName="bronirovani" msprop:Generator_RowChangedName="bronirovaniRowChanged" msprop:Generator_RowEvArgName="bronirovaniRowChangeEvent" msprop:Generator_RowClassName="bronirovaniRow">
  184. <xs:complexType>
  185. <xs:sequence>
  186. <xs:element name="nomer_kvitancii" msprop:Generator_ColumnVarNameInTable="columnnomer_kvitancii" msprop:Generator_ColumnPropNameInRow="nomer_kvitancii" msprop:Generator_ColumnPropNameInTable="nomer_kvitanciiColumn" msprop:Generator_UserColumnName="nomer_kvitancii" type="xs:int" minOccurs="0" />
  187. <xs:element name="date_bronirovania" msprop:Generator_ColumnVarNameInTable="columndate_bronirovania" msprop:Generator_ColumnPropNameInRow="date_bronirovania" msprop:Generator_ColumnPropNameInTable="date_bronirovaniaColumn" msprop:Generator_UserColumnName="date_bronirovania" type="xs:dateTime" minOccurs="0" />
  188. <xs:element name="date_zaezda" msprop:Generator_ColumnVarNameInTable="columndate_zaezda" msprop:Generator_ColumnPropNameInRow="date_zaezda" msprop:Generator_ColumnPropNameInTable="date_zaezdaColumn" msprop:Generator_UserColumnName="date_zaezda" type="xs:dateTime" minOccurs="0" />
  189. <xs:element name="nomer_mesta" msprop:Generator_ColumnVarNameInTable="columnnomer_mesta" msprop:Generator_ColumnPropNameInRow="nomer_mesta" msprop:Generator_ColumnPropNameInTable="nomer_mestaColumn" msprop:Generator_UserColumnName="nomer_mesta" type="xs:int" minOccurs="0" />
  190. <xs:element name="Id_clients" msprop:Generator_ColumnVarNameInTable="columnId_clients" msprop:Generator_ColumnPropNameInRow="Id_clients" msprop:Generator_ColumnPropNameInTable="Id_clientsColumn" msprop:Generator_UserColumnName="Id_clients" type="xs:int" minOccurs="0" />
  191. <xs:element name="col_days" msprop:Generator_ColumnVarNameInTable="columncol_days" msprop:Generator_ColumnPropNameInRow="col_days" msprop:Generator_ColumnPropNameInTable="col_daysColumn" msprop:Generator_UserColumnName="col_days" type="xs:int" minOccurs="0" />
  192. <xs:element name="date_oplata" msprop:Generator_ColumnVarNameInTable="columndate_oplata" msprop:Generator_ColumnPropNameInRow="date_oplata" msprop:Generator_ColumnPropNameInTable="date_oplataColumn" msprop:Generator_UserColumnName="date_oplata" type="xs:dateTime" minOccurs="0" />
  193. <xs:element name="sale_zaranie" msprop:Generator_ColumnVarNameInTable="columnsale_zaranie" msprop:Generator_ColumnPropNameInRow="sale_zaranie" msprop:Generator_ColumnPropNameInTable="sale_zaranieColumn" msprop:Generator_UserColumnName="sale_zaranie" minOccurs="0">
  194. <xs:simpleType>
  195. <xs:restriction base="xs:string">
  196. <xs:maxLength value="10" />
  197. </xs:restriction>
  198. </xs:simpleType>
  199. </xs:element>
  200. <xs:element name="sale_season" msprop:Generator_ColumnVarNameInTable="columnsale_season" msprop:Generator_ColumnPropNameInRow="sale_season" msprop:Generator_ColumnPropNameInTable="sale_seasonColumn" msprop:Generator_UserColumnName="sale_season" minOccurs="0">
  201. <xs:simpleType>
  202. <xs:restriction base="xs:string">
  203. <xs:maxLength value="10" />
  204. </xs:restriction>
  205. </xs:simpleType>
  206. </xs:element>
  207. </xs:sequence>
  208. </xs:complexType>
  209. </xs:element>
  210. <xs:element name="comfort" msprop:Generator_TableClassName="comfortDataTable" msprop:Generator_TableVarName="tablecomfort" msprop:Generator_TablePropName="comfort" msprop:Generator_RowDeletingName="comfortRowDeleting" msprop:Generator_RowChangingName="comfortRowChanging" msprop:Generator_RowEvHandlerName="comfortRowChangeEventHandler" msprop:Generator_RowDeletedName="comfortRowDeleted" msprop:Generator_UserTableName="comfort" msprop:Generator_RowChangedName="comfortRowChanged" msprop:Generator_RowEvArgName="comfortRowChangeEvent" msprop:Generator_RowClassName="comfortRow">
  211. <xs:complexType>
  212. <xs:sequence>
  213. <xs:element name="lvl_comfort" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnlvl_comfort" msprop:Generator_ColumnPropNameInRow="lvl_comfort" msprop:Generator_ColumnPropNameInTable="lvl_comfortColumn" msprop:Generator_UserColumnName="lvl_comfort" type="xs:int" />
  214. <xs:element name="price_broni" msprop:Generator_ColumnVarNameInTable="columnprice_broni" msprop:Generator_ColumnPropNameInRow="price_broni" msprop:Generator_ColumnPropNameInTable="price_broniColumn" msprop:Generator_UserColumnName="price_broni" minOccurs="0">
  215. <xs:simpleType>
  216. <xs:restriction base="xs:string">
  217. <xs:maxLength value="10" />
  218. </xs:restriction>
  219. </xs:simpleType>
  220. </xs:element>
  221. <xs:element name="price_projiv" msprop:Generator_ColumnVarNameInTable="columnprice_projiv" msprop:Generator_ColumnPropNameInRow="price_projiv" msprop:Generator_ColumnPropNameInTable="price_projivColumn" msprop:Generator_UserColumnName="price_projiv" minOccurs="0">
  222. <xs:simpleType>
  223. <xs:restriction base="xs:string">
  224. <xs:maxLength value="10" />
  225. </xs:restriction>
  226. </xs:simpleType>
  227. </xs:element>
  228. </xs:sequence>
  229. </xs:complexType>
  230. </xs:element>
  231. <xs:element name="mesta" msprop:Generator_TableClassName="mestaDataTable" msprop:Generator_TableVarName="tablemesta" msprop:Generator_TablePropName="mesta" msprop:Generator_RowDeletingName="mestaRowDeleting" msprop:Generator_RowChangingName="mestaRowChanging" msprop:Generator_RowEvHandlerName="mestaRowChangeEventHandler" msprop:Generator_RowDeletedName="mestaRowDeleted" msprop:Generator_UserTableName="mesta" msprop:Generator_RowChangedName="mestaRowChanged" msprop:Generator_RowEvArgName="mestaRowChangeEvent" msprop:Generator_RowClassName="mestaRow">
  232. <xs:complexType>
  233. <xs:sequence>
  234. <xs:element name="id_mesta" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid_mesta" msprop:Generator_ColumnPropNameInRow="id_mesta" msprop:Generator_ColumnPropNameInTable="id_mestaColumn" msprop:Generator_UserColumnName="id_mesta" type="xs:int" />
  235. <xs:element name="nomer_comnat" msprop:Generator_ColumnVarNameInTable="columnnomer_comnat" msprop:Generator_ColumnPropNameInRow="nomer_comnat" msprop:Generator_ColumnPropNameInTable="nomer_comnatColumn" msprop:Generator_UserColumnName="nomer_comnat" type="xs:int" minOccurs="0" />
  236. </xs:sequence>
  237. </xs:complexType>
  238. </xs:element>
  239. <xs:element name="nomer" msprop:Generator_TableClassName="nomerDataTable" msprop:Generator_TableVarName="tablenomer" msprop:Generator_TablePropName="nomer" msprop:Generator_RowDeletingName="nomerRowDeleting" msprop:Generator_RowChangingName="nomerRowChanging" msprop:Generator_RowEvHandlerName="nomerRowChangeEventHandler" msprop:Generator_RowDeletedName="nomerRowDeleted" msprop:Generator_UserTableName="nomer" msprop:Generator_RowChangedName="nomerRowChanged" msprop:Generator_RowEvArgName="nomerRowChangeEvent" msprop:Generator_RowClassName="nomerRow">
  240. <xs:complexType>
  241. <xs:sequence>
  242. <xs:element name="nomer_comnat" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnnomer_comnat" msprop:Generator_ColumnPropNameInRow="nomer_comnat" msprop:Generator_ColumnPropNameInTable="nomer_comnatColumn" msprop:Generator_UserColumnName="nomer_comnat" type="xs:int" />
  243. <xs:element name="lvl_comfort" msprop:Generator_ColumnVarNameInTable="columnlvl_comfort" msprop:Generator_ColumnPropNameInRow="lvl_comfort" msprop:Generator_ColumnPropNameInTable="lvl_comfortColumn" msprop:Generator_UserColumnName="lvl_comfort" type="xs:int" minOccurs="0" />
  244. </xs:sequence>
  245. </xs:complexType>
  246. </xs:element>
  247. </xs:choice>
  248. </xs:complexType>
  249. <xs:unique name="Constraint1" msdata:PrimaryKey="true">
  250. <xs:selector xpath=".//mstns:mesta" />
  251. <xs:field xpath="mstns:id_mesta" />
  252. </xs:unique>
  253. <xs:unique name="nomer_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
  254. <xs:selector xpath=".//mstns:nomer" />
  255. <xs:field xpath="mstns:nomer_comnat" />
  256. </xs:unique>
  257. </xs:element>
  258. </xs:schema>