123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258 |
- <?xml version="1.0" encoding="utf-8"?>
- <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">
- <xs:annotation>
- <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
- <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
- <Connections>
- <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" />
- </Connections>
- <Tables>
- <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="bronirovaniTableAdapter" GeneratorDataComponentClassName="bronirovaniTableAdapter" Name="bronirovani" UserDataComponentName="bronirovaniTableAdapter">
- <MainSource>
- <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">
- <InsertCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <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>
- <Parameters>
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- </Parameters>
- </DbCommand>
- </InsertCommand>
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT nomer_kvitancii, date_bronirovania, date_zaezda, nomer_mesta, Id_clients, col_days, date_oplata, sale_zaranie, sale_season FROM dbo.bronirovani</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="nomer_kvitancii" DataSetColumn="nomer_kvitancii" />
- <Mapping SourceColumn="date_bronirovania" DataSetColumn="date_bronirovania" />
- <Mapping SourceColumn="date_zaezda" DataSetColumn="date_zaezda" />
- <Mapping SourceColumn="nomer_mesta" DataSetColumn="nomer_mesta" />
- <Mapping SourceColumn="Id_clients" DataSetColumn="Id_clients" />
- <Mapping SourceColumn="col_days" DataSetColumn="col_days" />
- <Mapping SourceColumn="date_oplata" DataSetColumn="date_oplata" />
- <Mapping SourceColumn="sale_zaranie" DataSetColumn="sale_zaranie" />
- <Mapping SourceColumn="sale_season" DataSetColumn="sale_season" />
- </Mappings>
- <Sources />
- </TableAdapter>
- <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="comfortTableAdapter" GeneratorDataComponentClassName="comfortTableAdapter" Name="comfort" UserDataComponentName="comfortTableAdapter">
- <MainSource>
- <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">
- <InsertCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>INSERT INTO [dbo].[comfort] ([price_broni], [price_projiv]) VALUES (@price_broni, @price_projiv)</CommandText>
- <Parameters>
- <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" />
- <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" />
- </Parameters>
- </DbCommand>
- </InsertCommand>
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT lvl_comfort, price_broni, price_projiv FROM dbo.comfort</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="lvl_comfort" DataSetColumn="lvl_comfort" />
- <Mapping SourceColumn="price_broni" DataSetColumn="price_broni" />
- <Mapping SourceColumn="price_projiv" DataSetColumn="price_projiv" />
- </Mappings>
- <Sources />
- </TableAdapter>
- <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="mestaTableAdapter" GeneratorDataComponentClassName="mestaTableAdapter" Name="mesta" UserDataComponentName="mestaTableAdapter">
- <MainSource>
- <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">
- <DeleteCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <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>
- <Parameters>
- <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" />
- <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" />
- <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" />
- </Parameters>
- </DbCommand>
- </DeleteCommand>
- <InsertCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>INSERT INTO [dbo].[mesta] ([nomer_comnat]) VALUES (@nomer_comnat);
- SELECT id_mesta, nomer_comnat FROM mesta WHERE (id_mesta = SCOPE_IDENTITY())</CommandText>
- <Parameters>
- <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" />
- </Parameters>
- </DbCommand>
- </InsertCommand>
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT id_mesta, nomer_comnat FROM dbo.mesta</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- <UpdateCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <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)));
- SELECT id_mesta, nomer_comnat FROM mesta WHERE (id_mesta = @id_mesta)</CommandText>
- <Parameters>
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- </Parameters>
- </DbCommand>
- </UpdateCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="id_mesta" DataSetColumn="id_mesta" />
- <Mapping SourceColumn="nomer_comnat" DataSetColumn="nomer_comnat" />
- </Mappings>
- <Sources />
- </TableAdapter>
- <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="nomerTableAdapter" GeneratorDataComponentClassName="nomerTableAdapter" Name="nomer" UserDataComponentName="nomerTableAdapter">
- <MainSource>
- <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">
- <DeleteCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <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>
- <Parameters>
- <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" />
- <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" />
- <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" />
- </Parameters>
- </DbCommand>
- </DeleteCommand>
- <InsertCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>INSERT INTO [dbo].[nomer] ([lvl_comfort]) VALUES (@lvl_comfort);
- SELECT nomer_comnat, lvl_comfort FROM nomer WHERE (nomer_comnat = SCOPE_IDENTITY())</CommandText>
- <Parameters>
- <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" />
- </Parameters>
- </DbCommand>
- </InsertCommand>
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT nomer_comnat, lvl_comfort FROM dbo.nomer</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- <UpdateCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <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)));
- SELECT nomer_comnat, lvl_comfort FROM nomer WHERE (nomer_comnat = @nomer_comnat)</CommandText>
- <Parameters>
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- </Parameters>
- </DbCommand>
- </UpdateCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="nomer_comnat" DataSetColumn="nomer_comnat" />
- <Mapping SourceColumn="lvl_comfort" DataSetColumn="lvl_comfort" />
- </Mappings>
- <Sources />
- </TableAdapter>
- </Tables>
- <Sources />
- </DataSource>
- </xs:appinfo>
- </xs:annotation>
- <xs:element name="konkursDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="konkursDataSet" msprop:Generator_UserDSName="konkursDataSet">
- <xs:complexType>
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <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">
- <xs:complexType>
- <xs:sequence>
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="10" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <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">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="10" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <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">
- <xs:complexType>
- <xs:sequence>
- <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" />
- <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">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="10" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- <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">
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:maxLength value="10" />
- </xs:restriction>
- </xs:simpleType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <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">
- <xs:complexType>
- <xs:sequence>
- <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" />
- <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" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <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">
- <xs:complexType>
- <xs:sequence>
- <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" />
- <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" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:choice>
- </xs:complexType>
- <xs:unique name="Constraint1" msdata:PrimaryKey="true">
- <xs:selector xpath=".//mstns:mesta" />
- <xs:field xpath="mstns:id_mesta" />
- </xs:unique>
- <xs:unique name="nomer_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
- <xs:selector xpath=".//mstns:nomer" />
- <xs:field xpath="mstns:nomer_comnat" />
- </xs:unique>
- </xs:element>
- </xs:schema>
|