236 lines
		
	
	
		
			21 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			236 lines
		
	
	
		
			21 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <xs:schema id="stockOutBatchPickDetail" targetNamespace="http://tempuri.org/stockOutBatchPickDetail.xsd" xmlns:mstns="http://tempuri.org/stockOutBatchPickDetail.xsd" xmlns="http://tempuri.org/stockOutBatchPickDetail.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="deiniuWMSConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="deiniuWMSConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.DeiNiu.wms.win.Properties.Settings.GlobalReference.Default.deiniuWMSConnectionString" Provider="System.Data.SqlClient" />
 | |
|         </Connections>
 | |
|         <Tables>
 | |
|           <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutBatchPickDetailTableAdapter" GeneratorDataComponentClassName="v_stockOutBatchPickDetailTableAdapter" Name="v_stockOutBatchPickDetail" UserDataComponentName="v_stockOutBatchPickDetailTableAdapter">
 | |
|             <MainSource>
 | |
|               <DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutBatchPickDetail" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" 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">
 | |
|                 <SelectCommand>
 | |
|                   <DbCommand CommandType="Text" ModifiedByUser="false">
 | |
|                     <CommandText>SELECT id, pickOrderNo, waveOrder, recordId, count, boxcnt, locationId, state, pickCount, description, operater, dr, createtime, lastmodified, batch, productDate, validDate, goodsName, manufacturer, spec, unit, bigCount, BarCode, goodsTypeName, type, bulkMax, bulkMax1, batchMax1, batchMax2, customerName, batchPickState, regeditCode, customerId, goodsId, orderType, orderDate, tranLocationId FROM dbo.v_stockOutBatchPickDetail</CommandText>
 | |
|                     <Parameters />
 | |
|                   </DbCommand>
 | |
|                 </SelectCommand>
 | |
|               </DbSource>
 | |
|             </MainSource>
 | |
|             <Mappings>
 | |
|               <Mapping SourceColumn="id" DataSetColumn="id" />
 | |
|               <Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
 | |
|               <Mapping SourceColumn="waveOrder" DataSetColumn="waveOrder" />
 | |
|               <Mapping SourceColumn="recordId" DataSetColumn="recordId" />
 | |
|               <Mapping SourceColumn="count" DataSetColumn="count" />
 | |
|               <Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
 | |
|               <Mapping SourceColumn="locationId" DataSetColumn="locationId" />
 | |
|               <Mapping SourceColumn="state" DataSetColumn="state" />
 | |
|               <Mapping SourceColumn="pickCount" DataSetColumn="pickCount" />
 | |
|               <Mapping SourceColumn="description" DataSetColumn="description" />
 | |
|               <Mapping SourceColumn="operater" DataSetColumn="operater" />
 | |
|               <Mapping SourceColumn="dr" DataSetColumn="dr" />
 | |
|               <Mapping SourceColumn="createtime" DataSetColumn="createtime" />
 | |
|               <Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
 | |
|               <Mapping SourceColumn="batch" DataSetColumn="batch" />
 | |
|               <Mapping SourceColumn="productDate" DataSetColumn="productDate" />
 | |
|               <Mapping SourceColumn="validDate" DataSetColumn="validDate" />
 | |
|               <Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
 | |
|               <Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
 | |
|               <Mapping SourceColumn="spec" DataSetColumn="spec" />
 | |
|               <Mapping SourceColumn="unit" DataSetColumn="unit" />
 | |
|               <Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
 | |
|               <Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
 | |
|               <Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
 | |
|               <Mapping SourceColumn="type" DataSetColumn="type" />
 | |
|               <Mapping SourceColumn="bulkMax" DataSetColumn="bulkMax" />
 | |
|               <Mapping SourceColumn="bulkMax1" DataSetColumn="bulkMax1" />
 | |
|               <Mapping SourceColumn="batchMax1" DataSetColumn="batchMax1" />
 | |
|               <Mapping SourceColumn="batchMax2" DataSetColumn="batchMax2" />
 | |
|               <Mapping SourceColumn="customerName" DataSetColumn="customerName" />
 | |
|               <Mapping SourceColumn="batchPickState" DataSetColumn="batchPickState" />
 | |
|               <Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
 | |
|               <Mapping SourceColumn="customerId" DataSetColumn="customerId" />
 | |
|               <Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
 | |
|               <Mapping SourceColumn="orderType" DataSetColumn="orderType" />
 | |
|               <Mapping SourceColumn="orderDate" DataSetColumn="orderDate" />
 | |
|               <Mapping SourceColumn="tranLocationId" DataSetColumn="tranLocationId" />
 | |
|               <Mapping SourceColumn="custAddress" DataSetColumn="custAddress" />
 | |
|               
 | |
|             </Mappings>
 | |
|             <Sources />
 | |
|           </TableAdapter>
 | |
|         </Tables>
 | |
|         <Sources />
 | |
|       </DataSource>
 | |
|     </xs:appinfo>
 | |
|   </xs:annotation>
 | |
|   <xs:element name="stockOutBatchPickDetail" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="stockOutBatchPickDetail" msprop:Generator_UserDSName="stockOutBatchPickDetail">
 | |
|     <xs:complexType>
 | |
|       <xs:choice minOccurs="0" maxOccurs="unbounded">
 | |
|         <xs:element name="v_stockOutBatchPickDetail" msprop:Generator_TableClassName="v_stockOutBatchPickDetailDataTable" msprop:Generator_TableVarName="tablev_stockOutBatchPickDetail" msprop:Generator_TablePropName="v_stockOutBatchPickDetail" msprop:Generator_RowDeletingName="v_stockOutBatchPickDetailRowDeleting" msprop:Generator_RowChangingName="v_stockOutBatchPickDetailRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutBatchPickDetailRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutBatchPickDetailRowDeleted" msprop:Generator_UserTableName="v_stockOutBatchPickDetail" msprop:Generator_RowChangedName="v_stockOutBatchPickDetailRowChanged" msprop:Generator_RowEvArgName="v_stockOutBatchPickDetailRowChangeEvent" msprop:Generator_RowClassName="v_stockOutBatchPickDetailRow">
 | |
|           <xs:complexType>
 | |
|             <xs:sequence>
 | |
|               <xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
 | |
|               <xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
 | |
|                 <xs:simpleType>
 | |
|                   <xs:restriction base="xs:string">
 | |
|                     <xs:maxLength value="50" />
 | |
|                   </xs:restriction>
 | |
|                 </xs:simpleType>
 | |
|               </xs:element>
 | |
|               <xs:element name="waveOrder" msprop:Generator_ColumnVarNameInTable="columnwaveOrder" msprop:Generator_ColumnPropNameInRow="waveOrder" msprop:Generator_ColumnPropNameInTable="waveOrderColumn" msprop:Generator_UserColumnName="waveOrder" minOccurs="0">
 | |
|                 <xs:simpleType>
 | |
|                   <xs:restriction base="xs:string">
 | |
|                     <xs:maxLength value="50" />
 | |
|                   </xs:restriction>
 | |
|                 </xs:simpleType>
 | |
|               </xs:element>
 | |
|               <xs:element name="recordId" msprop:Generator_ColumnVarNameInTable="columnrecordId" msprop:Generator_ColumnPropNameInRow="recordId" msprop:Generator_ColumnPropNameInTable="recordIdColumn" msprop:Generator_UserColumnName="recordId" type="xs:int" />
 | |
|               <xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
 | |
|               <xs:element name="boxcnt" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:decimal" minOccurs="0" />
 | |
|               <xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId" minOccurs="0">
 | |
|                 <xs:simpleType>
 | |
|                   <xs:restriction base="xs:string">
 | |
|                     <xs:maxLength value="50" />
 | |
|                   </xs:restriction>
 | |
|                 </xs:simpleType>
 | |
|               </xs:element>
 | |
|               <xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
 | |
|               <xs:element name="pickCount" msprop:Generator_ColumnVarNameInTable="columnpickCount" msprop:Generator_ColumnPropNameInRow="pickCount" msprop:Generator_ColumnPropNameInTable="pickCountColumn" msprop:Generator_UserColumnName="pickCount" type="xs:decimal" minOccurs="0" />
 | |
|               <xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
 | |
|                 <xs:simpleType>
 | |
|                   <xs:restriction base="xs:string">
 | |
|                     <xs:maxLength value="250" />
 | |
|                   </xs:restriction>
 | |
|                 </xs:simpleType>
 | |
|               </xs:element>
 | |
|               <xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
 | |
|               <xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
 | |
|               <xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
 | |
|               <xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
 | |
|               <xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
 | |
|                 <xs:simpleType>
 | |
|                   <xs:restriction base="xs:string">
 | |
|                     <xs:maxLength value="200" />
 | |
|                   </xs:restriction>
 | |
|                 </xs:simpleType>
 | |
|               </xs:element>
 | |
|               <xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
 | |
|                 <xs:simpleType>
 | |
|                   <xs:restriction base="xs:string">
 | |
|                     <xs:maxLength value="50" />
 | |
|                   </xs:restriction>
 | |
|                 </xs:simpleType>
 | |
|               </xs:element>
 | |
|               <xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
 | |
|                 <xs:simpleType>
 | |
|                   <xs:restriction base="xs:string">
 | |
|                     <xs:maxLength value="50" />
 | |
|                   </xs:restriction>
 | |
|                 </xs:simpleType>
 | |
|               </xs:element>
 | |
|               <xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
 | |
|                 <xs:simpleType>
 | |
|                   <xs:restriction base="xs:string">
 | |
|                     <xs:maxLength value="120" />
 | |
|                   </xs:restriction>
 | |
|                 </xs:simpleType>
 | |
|               </xs:element>
 | |
|               <xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
 | |
|                 <xs:simpleType>
 | |
|                   <xs:restriction base="xs:string">
 | |
|                     <xs:maxLength value="256" />
 | |
|                   </xs:restriction>
 | |
|                 </xs:simpleType>
 | |
|               </xs:element>
 | |
|               <xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
 | |
|                 <xs:simpleType>
 | |
|                   <xs:restriction base="xs:string">
 | |
|                     <xs:maxLength value="100" />
 | |
|                   </xs:restriction>
 | |
|                 </xs:simpleType>
 | |
|               </xs:element>
 | |
|               <xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
 | |
|                 <xs:simpleType>
 | |
|                   <xs:restriction base="xs:string">
 | |
|                     <xs:maxLength value="20" />
 | |
|                   </xs:restriction>
 | |
|                 </xs:simpleType>
 | |
|               </xs:element>
 | |
|               <xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
 | |
|               <xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
 | |
|                 <xs:simpleType>
 | |
|                   <xs:restriction base="xs:string">
 | |
|                     <xs:maxLength value="30" />
 | |
|                   </xs:restriction>
 | |
|                 </xs:simpleType>
 | |
|               </xs:element>
 | |
|               <xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" 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="30" />
 | |
|                   </xs:restriction>
 | |
|                 </xs:simpleType>
 | |
|               </xs:element>
 | |
|               <xs:element name="bulkMax" msprop:Generator_ColumnVarNameInTable="columnbulkMax" msprop:Generator_ColumnPropNameInRow="bulkMax" msprop:Generator_ColumnPropNameInTable="bulkMaxColumn" msprop:Generator_UserColumnName="bulkMax" type="xs:decimal" minOccurs="0" />
 | |
|               <xs:element name="bulkMax1" msprop:Generator_ColumnVarNameInTable="columnbulkMax1" msprop:Generator_ColumnPropNameInRow="bulkMax1" msprop:Generator_ColumnPropNameInTable="bulkMax1Column" msprop:Generator_UserColumnName="bulkMax1" type="xs:decimal" minOccurs="0" />
 | |
|               <xs:element name="batchMax1" msprop:Generator_ColumnVarNameInTable="columnbatchMax1" msprop:Generator_ColumnPropNameInRow="batchMax1" msprop:Generator_ColumnPropNameInTable="batchMax1Column" msprop:Generator_UserColumnName="batchMax1" type="xs:decimal" minOccurs="0" />
 | |
|               <xs:element name="batchMax2" msprop:Generator_ColumnVarNameInTable="columnbatchMax2" msprop:Generator_ColumnPropNameInRow="batchMax2" msprop:Generator_ColumnPropNameInTable="batchMax2Column" msprop:Generator_UserColumnName="batchMax2" type="xs:decimal" minOccurs="0" />
 | |
|               <xs:element name="customerName" msprop:Generator_ColumnVarNameInTable="columncustomerName" msprop:Generator_ColumnPropNameInRow="customerName" msprop:Generator_ColumnPropNameInTable="customerNameColumn" msprop:Generator_UserColumnName="customerName" minOccurs="0">
 | |
|                 <xs:simpleType>
 | |
|                   <xs:restriction base="xs:string">
 | |
|                     <xs:maxLength value="250" />
 | |
|                   </xs:restriction>
 | |
|                 </xs:simpleType>
 | |
|               </xs:element>
 | |
|               <xs:element name="batchPickState" msprop:Generator_ColumnVarNameInTable="columnbatchPickState" msprop:Generator_ColumnPropNameInRow="batchPickState" msprop:Generator_ColumnPropNameInTable="batchPickStateColumn" msprop:Generator_UserColumnName="batchPickState" type="xs:int" minOccurs="0" />
 | |
|               <xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
 | |
|                 <xs:simpleType>
 | |
|                   <xs:restriction base="xs:string">
 | |
|                     <xs:maxLength value="50" />
 | |
|                   </xs:restriction>
 | |
|                 </xs:simpleType>
 | |
|               </xs:element>
 | |
|               <xs:element name="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" msprop:Generator_UserColumnName="customerId" minOccurs="0">
 | |
|                 <xs:simpleType>
 | |
|                   <xs:restriction base="xs:string">
 | |
|                     <xs:maxLength value="50" />
 | |
|                   </xs:restriction>
 | |
|                 </xs:simpleType>
 | |
|               </xs:element>
 | |
|               <xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
 | |
|                 <xs:simpleType>
 | |
|                   <xs:restriction base="xs:string">
 | |
|                     <xs:maxLength value="50" />
 | |
|                   </xs:restriction>
 | |
|                 </xs:simpleType>
 | |
|               </xs:element>
 | |
|               <xs:element name="orderType" msprop:Generator_ColumnVarNameInTable="columnorderType" msprop:Generator_ColumnPropNameInRow="orderType" msprop:Generator_ColumnPropNameInTable="orderTypeColumn" msprop:Generator_UserColumnName="orderType" type="xs:int" minOccurs="0" />
 | |
|               <xs:element name="orderDate" msprop:Generator_ColumnVarNameInTable="columnorderDate" msprop:Generator_ColumnPropNameInRow="orderDate" msprop:Generator_ColumnPropNameInTable="orderDateColumn" msprop:Generator_UserColumnName="orderDate" type="xs:dateTime" minOccurs="0" />
 | |
|               <xs:element name="tranLocationId" msprop:Generator_ColumnVarNameInTable="columntranLocationId" msprop:Generator_ColumnPropNameInRow="tranLocationId" msprop:Generator_ColumnPropNameInTable="tranLocationIdColumn" msprop:Generator_UserColumnName="tranLocationId" 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:unique name="Constraint1" msdata:PrimaryKey="true">
 | |
|       <xs:selector xpath=".//mstns:v_stockOutBatchPickDetail" />
 | |
|       <xs:field xpath="mstns:id" />
 | |
|     </xs:unique>
 | |
|   </xs:element>
 | |
| </xs:schema> |