123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- <?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.KokursTest2.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] ([date_bronirovania], [col_days]) VALUES (@date_bronirovania, @col_days)</CommandText>
- <Parameters>
- <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="Int32" Direction="Input" ParameterName="@col_days" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="col_days" SourceColumnNullMapping="false" SourceVersion="Current" />
- </Parameters>
- </DbCommand>
- </InsertCommand>
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT date_bronirovania, col_days FROM dbo.bronirovani</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="date_bronirovania" DataSetColumn="date_bronirovania" />
- <Mapping SourceColumn="col_days" DataSetColumn="col_days" />
- </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="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))</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" />
- </Parameters>
- </DbCommand>
- </DeleteCommand>
- <InsertCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>INSERT INTO [dbo].[nomer] DEFAULT VALUES;
- SELECT nomer_comnat FROM nomer WHERE (nomer_comnat = SCOPE_IDENTITY())</CommandText>
- <Parameters />
- </DbCommand>
- </InsertCommand>
- <SelectCommand>
- <DbCommand CommandType="Text" ModifiedByUser="false">
- <CommandText>SELECT nomer_comnat FROM dbo.nomer</CommandText>
- <Parameters />
- </DbCommand>
- </SelectCommand>
- </DbSource>
- </MainSource>
- <Mappings>
- <Mapping SourceColumn="nomer_comnat" DataSetColumn="nomer_comnat" />
- </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="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="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: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="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:sequence>
- </xs:complexType>
- </xs:element>
- </xs:choice>
- </xs:complexType>
- <xs:unique name="Constraint1" msdata:PrimaryKey="true">
- <xs:selector xpath=".//mstns:nomer" />
- <xs:field xpath="mstns:nomer_comnat" />
- </xs:unique>
- </xs:element>
- </xs:schema>
|