151 lines
15 KiB
XML
151 lines
15 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema id="EpsonDataSet" targetNamespace="http://tempuri.org/EpsonDataSet.xsd" xmlns:mstns="http://tempuri.org/EpsonDataSet.xsd" xmlns="http://tempuri.org/EpsonDataSet.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="MySettings" AppSettingsPropertyName="EpsonConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="EpsonConnectionString (MySettings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.Mounting_Sequence.My.MySettings.GlobalReference.Default.EpsonConnectionString" Provider="System.Data.SqlClient" />
|
|
</Connections>
|
|
<Tables>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="KITTINGTableAdapter" GeneratorDataComponentClassName="KITTINGTableAdapter" Name="KITTING" UserDataComponentName="KITTINGTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="EpsonConnectionString (MySettings)" DbObjectName="Epson.dbo.KITTING" 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].[KITTING] ([REV], [PARTNO], [DESC1], [USAGE], [SPQ], [OPERATOR], [KITTINGDATE], [QTY], [FEEDER], [ACCOUNT], [MACHINE], [MODEL], [TYPE], [LINE]) VALUES (@REV, @PARTNO, @DESC1, @USAGE, @SPQ, @OPERATOR, @KITTINGDATE, @QTY, @FEEDER, @ACCOUNT, @MACHINE, @MODEL, @TYPE, @LINE)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@REV" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="REV" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@PARTNO" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="PARTNO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@DESC1" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="DESC1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@USAGE" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="USAGE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@SPQ" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="SPQ" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@OPERATOR" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="OPERATOR" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@KITTINGDATE" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="KITTINGDATE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@QTY" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="QTY" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@FEEDER" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="FEEDER" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@ACCOUNT" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="ACCOUNT" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@MACHINE" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="MACHINE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@MODEL" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="MODEL" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@TYPE" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="TYPE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@LINE" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="LINE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT REV, PARTNO, DESC1, USAGE, SPQ, OPERATOR, KITTINGDATE, QTY, FEEDER, ACCOUNT, MACHINE, MODEL, TYPE, LINE FROM dbo.KITTING</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="REV" DataSetColumn="REV" />
|
|
<Mapping SourceColumn="PARTNO" DataSetColumn="PARTNO" />
|
|
<Mapping SourceColumn="DESC1" DataSetColumn="DESC1" />
|
|
<Mapping SourceColumn="USAGE" DataSetColumn="USAGE" />
|
|
<Mapping SourceColumn="SPQ" DataSetColumn="SPQ" />
|
|
<Mapping SourceColumn="OPERATOR" DataSetColumn="OPERATOR" />
|
|
<Mapping SourceColumn="KITTINGDATE" DataSetColumn="KITTINGDATE" />
|
|
<Mapping SourceColumn="QTY" DataSetColumn="QTY" />
|
|
<Mapping SourceColumn="FEEDER" DataSetColumn="FEEDER" />
|
|
<Mapping SourceColumn="ACCOUNT" DataSetColumn="ACCOUNT" />
|
|
<Mapping SourceColumn="MACHINE" DataSetColumn="MACHINE" />
|
|
<Mapping SourceColumn="MODEL" DataSetColumn="MODEL" />
|
|
<Mapping SourceColumn="TYPE" DataSetColumn="TYPE" />
|
|
<Mapping SourceColumn="LINE" DataSetColumn="LINE" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
</Tables>
|
|
<Sources />
|
|
</DataSource>
|
|
</xs:appinfo>
|
|
</xs:annotation>
|
|
<xs:element name="EpsonDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="EpsonDataSet" msprop:Generator_UserDSName="EpsonDataSet">
|
|
<xs:complexType>
|
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
<xs:element name="KITTING" msprop:Generator_TableClassName="KITTINGDataTable" msprop:Generator_TableVarName="tableKITTING" msprop:Generator_RowChangedName="KITTINGRowChanged" msprop:Generator_TablePropName="KITTING" msprop:Generator_RowDeletingName="KITTINGRowDeleting" msprop:Generator_RowChangingName="KITTINGRowChanging" msprop:Generator_RowEvHandlerName="KITTINGRowChangeEventHandler" msprop:Generator_RowDeletedName="KITTINGRowDeleted" msprop:Generator_RowClassName="KITTINGRow" msprop:Generator_UserTableName="KITTING" msprop:Generator_RowEvArgName="KITTINGRowChangeEvent">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="REV" msprop:Generator_ColumnVarNameInTable="columnREV" msprop:Generator_ColumnPropNameInRow="REV" msprop:Generator_ColumnPropNameInTable="REVColumn" msprop:Generator_UserColumnName="REV">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PARTNO" msprop:Generator_ColumnVarNameInTable="columnPARTNO" msprop:Generator_ColumnPropNameInRow="PARTNO" msprop:Generator_ColumnPropNameInTable="PARTNOColumn" msprop:Generator_UserColumnName="PARTNO">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DESC1" msprop:Generator_ColumnVarNameInTable="columnDESC1" msprop:Generator_ColumnPropNameInRow="DESC1" msprop:Generator_ColumnPropNameInTable="DESC1Column" msprop:Generator_UserColumnName="DESC1">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="USAGE" msprop:Generator_ColumnVarNameInTable="columnUSAGE" msprop:Generator_ColumnPropNameInRow="USAGE" msprop:Generator_ColumnPropNameInTable="USAGEColumn" msprop:Generator_UserColumnName="USAGE" type="xs:double" minOccurs="0" />
|
|
<xs:element name="SPQ" msprop:Generator_ColumnVarNameInTable="columnSPQ" msprop:Generator_ColumnPropNameInRow="SPQ" msprop:Generator_ColumnPropNameInTable="SPQColumn" msprop:Generator_UserColumnName="SPQ" type="xs:double" minOccurs="0" />
|
|
<xs:element name="OPERATOR" msprop:Generator_ColumnVarNameInTable="columnOPERATOR" msprop:Generator_ColumnPropNameInRow="_OPERATOR" msprop:Generator_ColumnPropNameInTable="OPERATORColumn" msprop:Generator_UserColumnName="OPERATOR">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="KITTINGDATE" msprop:Generator_ColumnVarNameInTable="columnKITTINGDATE" msprop:Generator_ColumnPropNameInRow="KITTINGDATE" msprop:Generator_ColumnPropNameInTable="KITTINGDATEColumn" msprop:Generator_UserColumnName="KITTINGDATE" type="xs:dateTime" />
|
|
<xs:element name="QTY" msprop:Generator_ColumnVarNameInTable="columnQTY" msprop:Generator_ColumnPropNameInRow="QTY" msprop:Generator_ColumnPropNameInTable="QTYColumn" msprop:Generator_UserColumnName="QTY" type="xs:double" minOccurs="0" />
|
|
<xs:element name="FEEDER" msprop:Generator_ColumnVarNameInTable="columnFEEDER" msprop:Generator_ColumnPropNameInRow="FEEDER" msprop:Generator_ColumnPropNameInTable="FEEDERColumn" msprop:Generator_UserColumnName="FEEDER" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ACCOUNT" msprop:Generator_ColumnVarNameInTable="columnACCOUNT" msprop:Generator_ColumnPropNameInRow="ACCOUNT" msprop:Generator_ColumnPropNameInTable="ACCOUNTColumn" msprop:Generator_UserColumnName="ACCOUNT" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="MACHINE" msprop:Generator_ColumnVarNameInTable="columnMACHINE" msprop:Generator_ColumnPropNameInRow="MACHINE" msprop:Generator_ColumnPropNameInTable="MACHINEColumn" msprop:Generator_UserColumnName="MACHINE" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="MODEL" msprop:Generator_ColumnVarNameInTable="columnMODEL" msprop:Generator_ColumnPropNameInRow="MODEL" msprop:Generator_ColumnPropNameInTable="MODELColumn" msprop:Generator_UserColumnName="MODEL" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="TYPE" msprop:Generator_ColumnVarNameInTable="columnTYPE" msprop:Generator_ColumnPropNameInRow="TYPE" msprop:Generator_ColumnPropNameInTable="TYPEColumn" msprop:Generator_UserColumnName="TYPE" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LINE" msprop:Generator_ColumnVarNameInTable="columnLINE" msprop:Generator_ColumnPropNameInRow="LINE" msprop:Generator_ColumnPropNameInTable="LINEColumn" msprop:Generator_UserColumnName="LINE" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:choice>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:schema> |