Files
GotecHaftmittel/.svn/pristine/97/97a1e71d727fc6592a81e2a0bf7a56a3fc702ca6.svn-base
2025-10-31 12:50:24 +01:00

62 lines
5.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="DataSetListaSkladnikow" targetNamespace="http://tempuri.org/DataSetListaSkladnikow.xsd" xmlns:mstns="http://tempuri.org/DataSetListaSkladnikow.xsd" xmlns="http://tempuri.org/DataSetListaSkladnikow.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="ConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="ConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.Haftmittel.Properties.Settings.GlobalReference.Default.ConnectionString" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="haftmittel_ListaSkladnikowTableAdapter" GeneratorDataComponentClassName="haftmittel_ListaSkladnikowTableAdapter" Name="haftmittel_ListaSkladnikow" UserDataComponentName="haftmittel_ListaSkladnikowTableAdapter">
<MainSource>
<DbSource ConnectionRef="ConnectionString (Settings)" DbObjectName="CDNXL_GOTEC_80.myconsult_haftmittel.ListaSkladnikow" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Fill" GenerateShortCommands="false" GeneratorSourceName="Fill" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>myconsult_haftmittel.ListaSkladnikow</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="Id" DataSetColumn="Id" />
<Mapping SourceColumn="Kod" DataSetColumn="Kod" />
<Mapping SourceColumn="Nazwa" DataSetColumn="Nazwa" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="DataSetListaSkladnikow" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DataSetListaSkladnikow" msprop:Generator_UserDSName="DataSetListaSkladnikow">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="haftmittel_ListaSkladnikow" msprop:Generator_TableClassName="haftmittel_ListaSkladnikowDataTable" msprop:Generator_TableVarName="tablehaftmittel_ListaSkladnikow" msprop:Generator_RowChangedName="haftmittel_ListaSkladnikowRowChanged" msprop:Generator_TablePropName="haftmittel_ListaSkladnikow" msprop:Generator_RowDeletingName="haftmittel_ListaSkladnikowRowDeleting" msprop:Generator_RowChangingName="haftmittel_ListaSkladnikowRowChanging" msprop:Generator_RowEvHandlerName="haftmittel_ListaSkladnikowRowChangeEventHandler" msprop:Generator_RowDeletedName="haftmittel_ListaSkladnikowRowDeleted" msprop:Generator_RowClassName="haftmittel_ListaSkladnikowRow" msprop:Generator_UserTableName="haftmittel_ListaSkladnikow" msprop:Generator_RowEvArgName="haftmittel_ListaSkladnikowRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="Id" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_UserColumnName="Id" type="xs:int" minOccurs="0" />
<xs:element name="Kod" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnKod" msprop:Generator_ColumnPropNameInRow="Kod" msprop:Generator_ColumnPropNameInTable="KodColumn" msprop:Generator_UserColumnName="Kod" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Nazwa" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNazwa" msprop:Generator_ColumnPropNameInRow="Nazwa" msprop:Generator_ColumnPropNameInTable="NazwaColumn" msprop:Generator_UserColumnName="Nazwa" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="512" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>