35705 lines
4.1 MiB
35705 lines
4.1 MiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema id="VEPROMS_BWDDataSet" targetNamespace="http://tempuri.org/VEPROMS_BWDDataSet.xsd" xmlns:mstns="http://tempuri.org/VEPROMS_BWDDataSet.xsd" xmlns="http://tempuri.org/VEPROMS_BWDDataSet.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" GeneratorFunctionsComponentClassName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" UserFunctionsComponentName="QueriesTableAdapter" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
<Connections>
|
|
<Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="VEPROMS_BWDConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="VEPROMS_BWDConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.Volian.Controls.Library.Properties.Settings.GlobalReference.Default.VEPROMS_BWDConnectionString" Provider="System.Data.SqlClient" />
|
|
</Connections>
|
|
<Tables>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="AnnotationAuditsTableAdapter" GeneratorDataComponentClassName="AnnotationAuditsTableAdapter" Name="AnnotationAudits" UserDataComponentName="AnnotationAuditsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.AnnotationAudits" 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].[AnnotationAudits] WHERE (([AuditID] = @Original_AuditID) AND ([AnnotationID] = @Original_AnnotationID) AND ([ItemID] = @Original_ItemID) AND ([TypeID] = @Original_TypeID) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([DeleteStatus] = @Original_DeleteStatus) AND ((@IsNull_ActionDTS = 1 AND [ActionDTS] IS NULL) OR ([ActionDTS] = @Original_ActionDTS)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_AnnotationID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AnnotationID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_TypeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TypeID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ActionDTS" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ActionDTS" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_ActionDTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="ActionDTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[AnnotationAudits] ([AnnotationID], [ItemID], [TypeID], [RtfText], [SearchText], [Config], [DTS], [UserID], [DeleteStatus], [ActionDTS]) VALUES (@AnnotationID, @ItemID, @TypeID, @RtfText, @SearchText, @Config, @DTS, @UserID, @DeleteStatus, @ActionDTS);
|
|
SELECT AuditID, AnnotationID, ItemID, TypeID, RtfText, SearchText, Config, DTS, UserID, DeleteStatus, ActionDTS FROM AnnotationAudits WHERE (AuditID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@AnnotationID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AnnotationID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@TypeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TypeID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@RtfText" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RtfText" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@SearchText" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="SearchText" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@ActionDTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="ActionDTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT AuditID, AnnotationID, ItemID, TypeID, RtfText, SearchText, Config, DTS, UserID, DeleteStatus, ActionDTS FROM dbo.AnnotationAudits</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[AnnotationAudits] SET [AnnotationID] = @AnnotationID, [ItemID] = @ItemID, [TypeID] = @TypeID, [RtfText] = @RtfText, [SearchText] = @SearchText, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID, [DeleteStatus] = @DeleteStatus, [ActionDTS] = @ActionDTS WHERE (([AuditID] = @Original_AuditID) AND ([AnnotationID] = @Original_AnnotationID) AND ([ItemID] = @Original_ItemID) AND ([TypeID] = @Original_TypeID) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([DeleteStatus] = @Original_DeleteStatus) AND ((@IsNull_ActionDTS = 1 AND [ActionDTS] IS NULL) OR ([ActionDTS] = @Original_ActionDTS)));
|
|
SELECT AuditID, AnnotationID, ItemID, TypeID, RtfText, SearchText, Config, DTS, UserID, DeleteStatus, ActionDTS FROM AnnotationAudits WHERE (AuditID = @AuditID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@AnnotationID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AnnotationID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@TypeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TypeID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@RtfText" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RtfText" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@SearchText" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="SearchText" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@ActionDTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="ActionDTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_AnnotationID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AnnotationID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_TypeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TypeID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ActionDTS" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ActionDTS" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_ActionDTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="ActionDTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="AuditID" ColumnName="AuditID" DataSourceName="VEPROMS_BWD.dbo.AnnotationAudits" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="AnnotationID" DataSetColumn="AnnotationID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RtfText" DataSetColumn="RtfText" />
|
|
<Mapping SourceColumn="SearchText" DataSetColumn="SearchText" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
<Mapping SourceColumn="ActionDTS" DataSetColumn="ActionDTS" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="AnnotationTypesTableAdapter" GeneratorDataComponentClassName="AnnotationTypesTableAdapter" Name="AnnotationTypes" UserDataComponentName="AnnotationTypesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.AnnotationTypes" 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].[AnnotationTypes] WHERE (([TypeID] = @Original_TypeID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_TypeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TypeID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[AnnotationTypes] ([Name], [Config], [DTS], [UserID]) VALUES (@Name, @Config, @DTS, @UserID);
|
|
SELECT TypeID, Name, Config, DTS, UserID, LastChanged FROM AnnotationTypes WHERE (TypeID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT TypeID, Name, Config, DTS, UserID, LastChanged FROM dbo.AnnotationTypes</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[AnnotationTypes] SET [Name] = @Name, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID WHERE (([TypeID] = @Original_TypeID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT TypeID, Name, Config, DTS, UserID, LastChanged FROM AnnotationTypes WHERE (TypeID = @TypeID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_TypeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TypeID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="TypeID" ColumnName="TypeID" DataSourceName="VEPROMS_BWD.dbo.AnnotationTypes" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TypeID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="TypeID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ApplicableStructuresTableAdapter" GeneratorDataComponentClassName="ApplicableStructuresTableAdapter" Name="ApplicableStructures" UserDataComponentName="ApplicableStructuresTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ApplicableStructures" 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].[ApplicableStructures] WHERE (([StructureID] = @Original_StructureID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StructureID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StructureID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[ApplicableStructures] ([StructureID], [AppItems], [DTS], [UserID]) VALUES (@StructureID, @AppItems, @DTS, @UserID);
|
|
SELECT StructureID, AppItems, DTS, UserID, LastChanged FROM ApplicableStructures WHERE (StructureID = @StructureID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StructureID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StructureID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@AppItems" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="AppItems" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT StructureID, AppItems, DTS, UserID, LastChanged FROM dbo.ApplicableStructures</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[ApplicableStructures] SET [StructureID] = @StructureID, [AppItems] = @AppItems, [DTS] = @DTS, [UserID] = @UserID WHERE (([StructureID] = @Original_StructureID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT StructureID, AppItems, DTS, UserID, LastChanged FROM ApplicableStructures WHERE (StructureID = @StructureID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StructureID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StructureID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@AppItems" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="AppItems" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StructureID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StructureID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="StructureID" DataSetColumn="StructureID" />
|
|
<Mapping SourceColumn="AppItems" DataSetColumn="AppItems" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="AssignmentsTableAdapter" GeneratorDataComponentClassName="AssignmentsTableAdapter" Name="Assignments" UserDataComponentName="AssignmentsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Assignments" 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].[Assignments] WHERE (([AID] = @Original_AID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_AID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Assignments] ([GID], [RID], [FolderID], [StartDate], [EndDate], [DTS], [UsrID]) VALUES (@GID, @RID, @FolderID, @StartDate, @EndDate, @DTS, @UsrID);
|
|
SELECT AID, GID, RID, FolderID, StartDate, EndDate, DTS, UsrID, LastChanged FROM Assignments WHERE (AID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@GID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="GID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FolderID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FolderID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@StartDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="StartDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@EndDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="EndDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UsrID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT AID, GID, RID, FolderID, StartDate, EndDate, DTS, UsrID, LastChanged FROM dbo.Assignments</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Assignments] SET [GID] = @GID, [RID] = @RID, [FolderID] = @FolderID, [StartDate] = @StartDate, [EndDate] = @EndDate, [DTS] = @DTS, [UsrID] = @UsrID WHERE (([AID] = @Original_AID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT AID, GID, RID, FolderID, StartDate, EndDate, DTS, UsrID, LastChanged FROM Assignments WHERE (AID = @AID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@GID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="GID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FolderID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FolderID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@StartDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="StartDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@EndDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="EndDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UsrID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_AID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="AID" ColumnName="AID" DataSourceName="VEPROMS_BWD.dbo.Assignments" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="AID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AID" DataSetColumn="AID" />
|
|
<Mapping SourceColumn="GID" DataSetColumn="GID" />
|
|
<Mapping SourceColumn="RID" DataSetColumn="RID" />
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="StartDate" DataSetColumn="StartDate" />
|
|
<Mapping SourceColumn="EndDate" DataSetColumn="EndDate" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="AssociationsTableAdapter" GeneratorDataComponentClassName="AssociationsTableAdapter" Name="Associations" UserDataComponentName="AssociationsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Associations" 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].[Associations] WHERE (([AssociationID] = @Original_AssociationID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_AssociationID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AssociationID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Associations] ([VersionID], [ROFstID], [Config], [DTS], [UserID]) VALUES (@VersionID, @ROFstID, @Config, @DTS, @UserID);
|
|
SELECT AssociationID, VersionID, ROFstID, Config, DTS, UserID, LastChanged FROM Associations WHERE (AssociationID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VersionID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ROFstID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT AssociationID, VersionID, ROFstID, Config, DTS, UserID, LastChanged FROM dbo.Associations</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Associations] SET [VersionID] = @VersionID, [ROFstID] = @ROFstID, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID WHERE (([AssociationID] = @Original_AssociationID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT AssociationID, VersionID, ROFstID, Config, DTS, UserID, LastChanged FROM Associations WHERE (AssociationID = @AssociationID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VersionID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ROFstID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_AssociationID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AssociationID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="AssociationID" ColumnName="AssociationID" DataSourceName="VEPROMS_BWD.dbo.Associations" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AssociationID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="AssociationID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AssociationID" DataSetColumn="AssociationID" />
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="BranchesTableAdapter" GeneratorDataComponentClassName="BranchesTableAdapter" Name="Branches" UserDataComponentName="BranchesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Branches" 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].[Branches] WHERE (([BranchID] = @Original_BranchID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_BranchID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BranchID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Branches] ([VersionID], [DateLimit], [BeforeType], [BeforeID], [AfterType], [AfterID]) VALUES (@VersionID, @DateLimit, @BeforeType, @BeforeID, @AfterType, @AfterID);
|
|
SELECT BranchID, VersionID, DateLimit, BeforeType, BeforeID, AfterType, AfterID, LastChanged FROM Branches WHERE (BranchID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VersionID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DateLimit" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateLimit" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@BeforeType" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="BeforeType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@BeforeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BeforeID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@AfterType" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="AfterType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@AfterID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AfterID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT BranchID, VersionID, DateLimit, BeforeType, BeforeID, AfterType, AfterID, LastChanged FROM dbo.Branches</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Branches] SET [VersionID] = @VersionID, [DateLimit] = @DateLimit, [BeforeType] = @BeforeType, [BeforeID] = @BeforeID, [AfterType] = @AfterType, [AfterID] = @AfterID WHERE (([BranchID] = @Original_BranchID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT BranchID, VersionID, DateLimit, BeforeType, BeforeID, AfterType, AfterID, LastChanged FROM Branches WHERE (BranchID = @BranchID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VersionID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DateLimit" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DateLimit" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@BeforeType" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="BeforeType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@BeforeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BeforeID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@AfterType" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="AfterType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@AfterID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AfterID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_BranchID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="BranchID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="BranchID" ColumnName="BranchID" DataSourceName="VEPROMS_BWD.dbo.Branches" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@BranchID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="BranchID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="BranchID" DataSetColumn="BranchID" />
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="DateLimit" DataSetColumn="DateLimit" />
|
|
<Mapping SourceColumn="BeforeType" DataSetColumn="BeforeType" />
|
|
<Mapping SourceColumn="BeforeID" DataSetColumn="BeforeID" />
|
|
<Mapping SourceColumn="AfterType" DataSetColumn="AfterType" />
|
|
<Mapping SourceColumn="AfterID" DataSetColumn="AfterID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ChecksTableAdapter" GeneratorDataComponentClassName="ChecksTableAdapter" Name="Checks" UserDataComponentName="ChecksTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Checks" 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].[Checks] WHERE (([CheckID] = @Original_CheckID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_CheckID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CheckID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Checks] ([RevisionID], [StageID], [ConsistencyChecks], [DTS], [UserID]) VALUES (@RevisionID, @StageID, @ConsistencyChecks, @DTS, @UserID);
|
|
SELECT CheckID, RevisionID, StageID, ConsistencyChecks, DTS, UserID, LastChanged FROM Checks WHERE (CheckID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RevisionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RevisionID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StageID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StageID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@ConsistencyChecks" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="ConsistencyChecks" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT CheckID, RevisionID, StageID, ConsistencyChecks, DTS, UserID, LastChanged FROM dbo.Checks</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Checks] SET [RevisionID] = @RevisionID, [StageID] = @StageID, [ConsistencyChecks] = @ConsistencyChecks, [DTS] = @DTS, [UserID] = @UserID WHERE (([CheckID] = @Original_CheckID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT CheckID, RevisionID, StageID, ConsistencyChecks, DTS, UserID, LastChanged FROM Checks WHERE (CheckID = @CheckID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RevisionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RevisionID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StageID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StageID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@ConsistencyChecks" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="ConsistencyChecks" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_CheckID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="CheckID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="CheckID" ColumnName="CheckID" DataSourceName="VEPROMS_BWD.dbo.Checks" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@CheckID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="CheckID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="CheckID" DataSetColumn="CheckID" />
|
|
<Mapping SourceColumn="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="StageID" DataSetColumn="StageID" />
|
|
<Mapping SourceColumn="ConsistencyChecks" DataSetColumn="ConsistencyChecks" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ConnectionsTableAdapter" GeneratorDataComponentClassName="ConnectionsTableAdapter" Name="Connections" UserDataComponentName="ConnectionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Connections" 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].[Connections] WHERE (([DBID] = @Original_DBID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DBID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DBID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Connections] ([Name], [Title], [ConnectionString], [ServerType], [Config], [DTS], [UsrID]) VALUES (@Name, @Title, @ConnectionString, @ServerType, @Config, @DTS, @UsrID);
|
|
SELECT DBID, Name, Title, ConnectionString, ServerType, Config, DTS, UsrID, LastChanged FROM Connections WHERE (DBID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Title" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Title" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ConnectionString" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ConnectionString" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ServerType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ServerType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UsrID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT DBID, Name, Title, ConnectionString, ServerType, Config, DTS, UsrID, LastChanged FROM dbo.Connections</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Connections] SET [Name] = @Name, [Title] = @Title, [ConnectionString] = @ConnectionString, [ServerType] = @ServerType, [Config] = @Config, [DTS] = @DTS, [UsrID] = @UsrID WHERE (([DBID] = @Original_DBID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT DBID, Name, Title, ConnectionString, ServerType, Config, DTS, UsrID, LastChanged FROM Connections WHERE (DBID = @DBID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Title" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Title" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ConnectionString" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ConnectionString" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ServerType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ServerType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UsrID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DBID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DBID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DBID" ColumnName="DBID" DataSourceName="VEPROMS_BWD.dbo.Connections" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DBID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="DBID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DBID" DataSetColumn="DBID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ConnectionString" DataSetColumn="ConnectionString" />
|
|
<Mapping SourceColumn="ServerType" DataSetColumn="ServerType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ContentAuditsTableAdapter" GeneratorDataComponentClassName="ContentAuditsTableAdapter" Name="ContentAudits" UserDataComponentName="ContentAuditsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ContentAudits" 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].[ContentAudits] WHERE (([AuditID] = @Original_AuditID) AND ([ContentID] = @Original_ContentID) AND ((@IsNull_Number = 1 AND [Number] IS NULL) OR ([Number] = @Original_Number)) AND ((@IsNull_Type = 1 AND [Type] IS NULL) OR ([Type] = @Original_Type)) AND ((@IsNull_FormatID = 1 AND [FormatID] IS NULL) OR ([FormatID] = @Original_FormatID)) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([DeleteStatus] = @Original_DeleteStatus) AND ((@IsNull_ActionDTS = 1 AND [ActionDTS] IS NULL) OR ([ActionDTS] = @Original_ActionDTS)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Number" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Number" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Number" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Type" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Type" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Type" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Type" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FormatID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FormatID" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FormatID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FormatID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ActionDTS" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ActionDTS" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_ActionDTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="ActionDTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[ContentAudits] ([ContentID], [Number], [Text], [Type], [FormatID], [Config], [DTS], [UserID], [DeleteStatus], [ActionDTS]) VALUES (@ContentID, @Number, @Text, @Type, @FormatID, @Config, @DTS, @UserID, @DeleteStatus, @ActionDTS);
|
|
SELECT AuditID, ContentID, Number, Text, Type, FormatID, Config, DTS, UserID, DeleteStatus, ActionDTS FROM ContentAudits WHERE (AuditID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Number" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Number" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Text" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Text" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Type" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Type" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FormatID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@ActionDTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="ActionDTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT AuditID, ContentID, Number, Text, Type, FormatID, Config, DTS, UserID, DeleteStatus, ActionDTS FROM dbo.ContentAudits</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[ContentAudits] SET [ContentID] = @ContentID, [Number] = @Number, [Text] = @Text, [Type] = @Type, [FormatID] = @FormatID, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID, [DeleteStatus] = @DeleteStatus, [ActionDTS] = @ActionDTS WHERE (([AuditID] = @Original_AuditID) AND ([ContentID] = @Original_ContentID) AND ((@IsNull_Number = 1 AND [Number] IS NULL) OR ([Number] = @Original_Number)) AND ((@IsNull_Type = 1 AND [Type] IS NULL) OR ([Type] = @Original_Type)) AND ((@IsNull_FormatID = 1 AND [FormatID] IS NULL) OR ([FormatID] = @Original_FormatID)) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([DeleteStatus] = @Original_DeleteStatus) AND ((@IsNull_ActionDTS = 1 AND [ActionDTS] IS NULL) OR ([ActionDTS] = @Original_ActionDTS)));
|
|
SELECT AuditID, ContentID, Number, Text, Type, FormatID, Config, DTS, UserID, DeleteStatus, ActionDTS FROM ContentAudits WHERE (AuditID = @AuditID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Number" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Number" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Text" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Text" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Type" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Type" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FormatID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@ActionDTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="ActionDTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Number" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Number" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Number" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Number" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Type" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Type" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Type" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Type" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_FormatID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FormatID" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FormatID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FormatID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_ActionDTS" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ActionDTS" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_ActionDTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="ActionDTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="AuditID" ColumnName="AuditID" DataSourceName="VEPROMS_BWD.dbo.ContentAudits" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
<Mapping SourceColumn="ActionDTS" DataSetColumn="ActionDTS" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="DeleteLogTableAdapter" GeneratorDataComponentClassName="DeleteLogTableAdapter" Name="DeleteLog" UserDataComponentName="DeleteLogTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.DeleteLog" 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].[DeleteLog] WHERE (([DeleteID] = @Original_DeleteID) AND ([SPID] = @Original_SPID) AND ([UserID] = @Original_UserID) AND ([DTS] = @Original_DTS))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SPID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SPID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[DeleteLog] ([SPID], [UserID], [DTS]) VALUES (@SPID, @UserID, @DTS);
|
|
SELECT DeleteID, SPID, UserID, DTS FROM DeleteLog WHERE (DeleteID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SPID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SPID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT DeleteID, SPID, UserID, DTS FROM dbo.DeleteLog</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[DeleteLog] SET [SPID] = @SPID, [UserID] = @UserID, [DTS] = @DTS WHERE (([DeleteID] = @Original_DeleteID) AND ([SPID] = @Original_SPID) AND ([UserID] = @Original_UserID) AND ([DTS] = @Original_DTS));
|
|
SELECT DeleteID, SPID, UserID, DTS FROM DeleteLog WHERE (DeleteID = @DeleteID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SPID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SPID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SPID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SPID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DeleteID" ColumnName="DeleteID" DataSourceName="VEPROMS_BWD.dbo.DeleteLog" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DeleteID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="DeleteID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DeleteID" DataSetColumn="DeleteID" />
|
|
<Mapping SourceColumn="SPID" DataSetColumn="SPID" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="DetailsTableAdapter" GeneratorDataComponentClassName="DetailsTableAdapter" Name="Details" UserDataComponentName="DetailsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Details" 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].[Details] WHERE (([DetailID] = @Original_DetailID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DetailID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DetailID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Details] ([ContentID], [ItemType], [Text], [Config], [DTS], [UserID]) VALUES (@ContentID, @ItemType, @Text, @Config, @DTS, @UserID);
|
|
SELECT DetailID, ContentID, ItemType, Text, Config, DTS, UserID, LastChanged FROM Details WHERE (DetailID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ItemType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Text" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Text" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT DetailID, ContentID, ItemType, Text, Config, DTS, UserID, LastChanged FROM dbo.Details</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Details] SET [ContentID] = @ContentID, [ItemType] = @ItemType, [Text] = @Text, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID WHERE (([DetailID] = @Original_DetailID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT DetailID, ContentID, ItemType, Text, Config, DTS, UserID, LastChanged FROM Details WHERE (DetailID = @DetailID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ItemType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Text" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Text" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DetailID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DetailID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DetailID" ColumnName="DetailID" DataSourceName="VEPROMS_BWD.dbo.Details" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DetailID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="DetailID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DetailID" DataSetColumn="DetailID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ItemType" DataSetColumn="ItemType" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="DocumentAuditsTableAdapter" GeneratorDataComponentClassName="DocumentAuditsTableAdapter" Name="DocumentAudits" UserDataComponentName="DocumentAuditsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.DocumentAudits" 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].[DocumentAudits] WHERE (([AuditID] = @Original_AuditID) AND ([DocID] = @Original_DocID) AND ((@IsNull_LibTitle = 1 AND [LibTitle] IS NULL) OR ([LibTitle] = @Original_LibTitle)) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([FileExtension] = @Original_FileExtension) AND ([DeleteStatus] = @Original_DeleteStatus))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DocID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_LibTitle" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LibTitle" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_LibTitle" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LibTitle" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_FileExtension" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="FileExtension" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[DocumentAudits] ([DocID], [LibTitle], [DocContent], [DocAscii], [Config], [DTS], [UserID], [FileExtension], [DeleteStatus]) VALUES (@DocID, @LibTitle, @DocContent, @DocAscii, @Config, @DTS, @UserID, @FileExtension, @DeleteStatus);
|
|
SELECT AuditID, DocID, LibTitle, DocContent, DocAscii, Config, DTS, UserID, FileExtension, DeleteStatus FROM DocumentAudits WHERE (AuditID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LibTitle" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LibTitle" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@DocContent" Precision="0" ProviderType="VarBinary" Scale="0" Size="0" SourceColumn="DocContent" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DocAscii" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DocAscii" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@FileExtension" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="FileExtension" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT AuditID, DocID, LibTitle, DocContent, DocAscii, Config, DTS, UserID, FileExtension, DeleteStatus FROM dbo.DocumentAudits</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[DocumentAudits] SET [DocID] = @DocID, [LibTitle] = @LibTitle, [DocContent] = @DocContent, [DocAscii] = @DocAscii, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID, [FileExtension] = @FileExtension, [DeleteStatus] = @DeleteStatus WHERE (([AuditID] = @Original_AuditID) AND ([DocID] = @Original_DocID) AND ((@IsNull_LibTitle = 1 AND [LibTitle] IS NULL) OR ([LibTitle] = @Original_LibTitle)) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([FileExtension] = @Original_FileExtension) AND ([DeleteStatus] = @Original_DeleteStatus));
|
|
SELECT AuditID, DocID, LibTitle, DocContent, DocAscii, Config, DTS, UserID, FileExtension, DeleteStatus FROM DocumentAudits WHERE (AuditID = @AuditID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LibTitle" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LibTitle" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@DocContent" Precision="0" ProviderType="VarBinary" Scale="0" Size="0" SourceColumn="DocContent" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DocAscii" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DocAscii" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@FileExtension" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="FileExtension" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DocID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_LibTitle" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LibTitle" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_LibTitle" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LibTitle" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_FileExtension" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="FileExtension" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="AuditID" ColumnName="AuditID" DataSourceName="VEPROMS_BWD.dbo.DocumentAudits" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="LibTitle" DataSetColumn="LibTitle" />
|
|
<Mapping SourceColumn="DocContent" DataSetColumn="DocContent" />
|
|
<Mapping SourceColumn="DocAscii" DataSetColumn="DocAscii" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="FileExtension" DataSetColumn="FileExtension" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="DocVersionsTableAdapter" GeneratorDataComponentClassName="DocVersionsTableAdapter" Name="DocVersions" UserDataComponentName="DocVersionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.DocVersions" 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].[DocVersions] WHERE (([VersionID] = @Original_VersionID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_VersionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VersionID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[DocVersions] ([FolderID], [VersionType], [Name], [Title], [ItemID], [FormatID], [Config], [DTS], [UserID]) VALUES (@FolderID, @VersionType, @Name, @Title, @ItemID, @FormatID, @Config, @DTS, @UserID);
|
|
SELECT VersionID, FolderID, VersionType, Name, Title, ItemID, FormatID, Config, DTS, UserID, LastChanged FROM DocVersions WHERE (VersionID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FolderID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FolderID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@VersionType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VersionType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Title" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Title" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FormatID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT VersionID, FolderID, VersionType, Name, Title, ItemID, FormatID, Config, DTS, UserID, LastChanged FROM dbo.DocVersions</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[DocVersions] SET [FolderID] = @FolderID, [VersionType] = @VersionType, [Name] = @Name, [Title] = @Title, [ItemID] = @ItemID, [FormatID] = @FormatID, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID WHERE (([VersionID] = @Original_VersionID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT VersionID, FolderID, VersionType, Name, Title, ItemID, FormatID, Config, DTS, UserID, LastChanged FROM DocVersions WHERE (VersionID = @VersionID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FolderID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FolderID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@VersionType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VersionType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Title" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Title" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FormatID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_VersionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VersionID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="VersionID" ColumnName="VersionID" DataSourceName="VEPROMS_BWD.dbo.DocVersions" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="VersionID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="VersionType" DataSetColumn="VersionType" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="DROUsagesTableAdapter" GeneratorDataComponentClassName="DROUsagesTableAdapter" Name="DROUsages" UserDataComponentName="DROUsagesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.DROUsages" 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].[DROUsages] WHERE (([DROUsageID] = @Original_DROUsageID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DROUsageID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DROUsageID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[DROUsages] ([DocID], [ROID], [Config], [DTS], [UserID], [RODbID]) VALUES (@DocID, @ROID, @Config, @DTS, @UserID, @RODbID);
|
|
SELECT DROUsageID, DocID, ROID, Config, DTS, UserID, LastChanged, RODbID FROM DROUsages WHERE (DROUsageID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ROID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ROID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RODbID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT DROUsageID, DocID, ROID, Config, DTS, UserID, LastChanged, RODbID FROM dbo.DROUsages</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[DROUsages] SET [DocID] = @DocID, [ROID] = @ROID, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID, [RODbID] = @RODbID WHERE (([DROUsageID] = @Original_DROUsageID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT DROUsageID, DocID, ROID, Config, DTS, UserID, LastChanged, RODbID FROM DROUsages WHERE (DROUsageID = @DROUsageID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ROID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ROID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RODbID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DROUsageID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DROUsageID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DROUsageID" ColumnName="DROUsageID" DataSourceName="VEPROMS_BWD.dbo.DROUsages" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DROUsageID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="DROUsageID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DROUsageID" DataSetColumn="DROUsageID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="EntryAuditsTableAdapter" GeneratorDataComponentClassName="EntryAuditsTableAdapter" Name="EntryAudits" UserDataComponentName="EntryAuditsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.EntryAudits" 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].[EntryAudits] WHERE (([AuditID] = @Original_AuditID) AND ([ContentID] = @Original_ContentID) AND ([DocID] = @Original_DocID) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([DeleteStatus] = @Original_DeleteStatus))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DocID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[EntryAudits] ([ContentID], [DocID], [DTS], [UserID], [DeleteStatus]) VALUES (@ContentID, @DocID, @DTS, @UserID, @DeleteStatus);
|
|
SELECT AuditID, ContentID, DocID, DTS, UserID, DeleteStatus FROM EntryAudits WHERE (AuditID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT AuditID, ContentID, DocID, DTS, UserID, DeleteStatus FROM dbo.EntryAudits</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[EntryAudits] SET [ContentID] = @ContentID, [DocID] = @DocID, [DTS] = @DTS, [UserID] = @UserID, [DeleteStatus] = @DeleteStatus WHERE (([AuditID] = @Original_AuditID) AND ([ContentID] = @Original_ContentID) AND ([DocID] = @Original_DocID) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([DeleteStatus] = @Original_DeleteStatus));
|
|
SELECT AuditID, ContentID, DocID, DTS, UserID, DeleteStatus FROM EntryAudits WHERE (AuditID = @AuditID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DocID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="AuditID" ColumnName="AuditID" DataSourceName="VEPROMS_BWD.dbo.EntryAudits" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="FiguresTableAdapter" GeneratorDataComponentClassName="FiguresTableAdapter" Name="Figures" UserDataComponentName="FiguresTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Figures" 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].[Figures] WHERE (([FigureID] = @Original_FigureID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FigureID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FigureID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Figures] ([ROFstID], [ImageID], [Config], [DTS], [UserID]) VALUES (@ROFstID, @ImageID, @Config, @DTS, @UserID);
|
|
SELECT FigureID, ROFstID, ImageID, Config, DTS, UserID, LastChanged FROM Figures WHERE (FigureID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ROFstID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ImageID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ImageID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT FigureID, ROFstID, ImageID, Config, DTS, UserID, LastChanged FROM dbo.Figures</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Figures] SET [ROFstID] = @ROFstID, [ImageID] = @ImageID, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID WHERE (([FigureID] = @Original_FigureID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT FigureID, ROFstID, ImageID, Config, DTS, UserID, LastChanged FROM Figures WHERE (FigureID = @FigureID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ROFstID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ImageID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ImageID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FigureID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FigureID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="FigureID" ColumnName="FigureID" DataSourceName="VEPROMS_BWD.dbo.Figures" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FigureID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="FigureID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FigureID" DataSetColumn="FigureID" />
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="ImageID" DataSetColumn="ImageID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="FoldersTableAdapter" GeneratorDataComponentClassName="FoldersTableAdapter" Name="Folders" UserDataComponentName="FoldersTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Folders" 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].[Folders] WHERE (([FolderID] = @Original_FolderID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FolderID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FolderID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Folders] ([ParentID], [DBID], [Name], [Title], [ShortName], [FormatID], [ManualOrder], [Config], [DTS], [UsrID]) VALUES (@ParentID, @DBID, @Name, @Title, @ShortName, @FormatID, @ManualOrder, @Config, @DTS, @UsrID);
|
|
SELECT FolderID, ParentID, DBID, Name, Title, ShortName, FormatID, ManualOrder, Config, DTS, UsrID, LastChanged FROM Folders WHERE (FolderID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ParentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DBID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DBID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Title" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Title" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ShortName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ShortName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FormatID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@ManualOrder" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="ManualOrder" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UsrID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT FolderID, ParentID, DBID, Name, Title, ShortName, FormatID, ManualOrder, Config, DTS, UsrID, LastChanged FROM dbo.Folders</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Folders] SET [ParentID] = @ParentID, [DBID] = @DBID, [Name] = @Name, [Title] = @Title, [ShortName] = @ShortName, [FormatID] = @FormatID, [ManualOrder] = @ManualOrder, [Config] = @Config, [DTS] = @DTS, [UsrID] = @UsrID WHERE (([FolderID] = @Original_FolderID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT FolderID, ParentID, DBID, Name, Title, ShortName, FormatID, ManualOrder, Config, DTS, UsrID, LastChanged FROM Folders WHERE (FolderID = @FolderID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ParentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DBID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DBID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Title" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Title" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ShortName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ShortName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FormatID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@ManualOrder" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="ManualOrder" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UsrID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FolderID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FolderID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="FolderID" ColumnName="FolderID" DataSourceName="VEPROMS_BWD.dbo.Folders" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FolderID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="FolderID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="DBID" DataSetColumn="DBID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ShortName" DataSetColumn="ShortName" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ManualOrder" DataSetColumn="ManualOrder" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="FormatsTableAdapter" GeneratorDataComponentClassName="FormatsTableAdapter" Name="Formats" UserDataComponentName="FormatsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Formats" 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].[Formats] WHERE (([FormatID] = @Original_FormatID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FormatID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FormatID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Formats] ([ParentID], [Name], [Description], [Data], [GenMac], [DTS], [UserID], [Config], [ApplicablePlant]) VALUES (@ParentID, @Name, @Description, @Data, @GenMac, @DTS, @UserID, @Config, @ApplicablePlant);
|
|
SELECT FormatID, ParentID, Name, Description, Data, GenMac, DTS, UserID, LastChanged, Config, ApplicablePlant FROM Formats WHERE (FormatID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ParentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@GenMac" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="GenMac" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ApplicablePlant" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ApplicablePlant" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT FormatID, ParentID, Name, Description, Data, GenMac, DTS, UserID, LastChanged, Config, ApplicablePlant FROM dbo.Formats</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Formats] SET [ParentID] = @ParentID, [Name] = @Name, [Description] = @Description, [Data] = @Data, [GenMac] = @GenMac, [DTS] = @DTS, [UserID] = @UserID, [Config] = @Config, [ApplicablePlant] = @ApplicablePlant WHERE (([FormatID] = @Original_FormatID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT FormatID, ParentID, Name, Description, Data, GenMac, DTS, UserID, LastChanged, Config, ApplicablePlant FROM Formats WHERE (FormatID = @FormatID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ParentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@GenMac" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="GenMac" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ApplicablePlant" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ApplicablePlant" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FormatID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FormatID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="FormatID" ColumnName="FormatID" DataSourceName="VEPROMS_BWD.dbo.Formats" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="FormatID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="GenMac" DataSetColumn="GenMac" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="ApplicablePlant" DataSetColumn="ApplicablePlant" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="GridAuditsTableAdapter" GeneratorDataComponentClassName="GridAuditsTableAdapter" Name="GridAudits" UserDataComponentName="GridAuditsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.GridAudits" 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].[GridAudits] WHERE (([AuditID] = @Original_AuditID) AND ([ContentID] = @Original_ContentID) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([DeleteStatus] = @Original_DeleteStatus) AND ([ContentAuditID] = @Original_ContentAuditID))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_ContentAuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="ContentAuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[GridAudits] ([ContentID], [Data], [Config], [DTS], [UserID], [DeleteStatus], [ContentAuditID]) VALUES (@ContentID, @Data, @Config, @DTS, @UserID, @DeleteStatus, @ContentAuditID);
|
|
SELECT AuditID, ContentID, Data, Config, DTS, UserID, DeleteStatus, ContentAuditID FROM GridAudits WHERE (AuditID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@ContentAuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="ContentAuditID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT AuditID, ContentID, Data, Config, DTS, UserID, DeleteStatus, ContentAuditID FROM dbo.GridAudits</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[GridAudits] SET [ContentID] = @ContentID, [Data] = @Data, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID, [DeleteStatus] = @DeleteStatus, [ContentAuditID] = @ContentAuditID WHERE (([AuditID] = @Original_AuditID) AND ([ContentID] = @Original_ContentID) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([DeleteStatus] = @Original_DeleteStatus) AND ([ContentAuditID] = @Original_ContentAuditID));
|
|
SELECT AuditID, ContentID, Data, Config, DTS, UserID, DeleteStatus, ContentAuditID FROM GridAudits WHERE (AuditID = @AuditID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@ContentAuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="ContentAuditID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_ContentAuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="ContentAuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="AuditID" ColumnName="AuditID" DataSourceName="VEPROMS_BWD.dbo.GridAudits" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
<Mapping SourceColumn="ContentAuditID" DataSetColumn="ContentAuditID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="GroupsTableAdapter" GeneratorDataComponentClassName="GroupsTableAdapter" Name="Groups" UserDataComponentName="GroupsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Groups" 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].[Groups] WHERE (([GID] = @Original_GID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_GID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="GID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Groups] ([GroupName], [GroupType], [Config], [DTS], [UsrID]) VALUES (@GroupName, @GroupType, @Config, @DTS, @UsrID);
|
|
SELECT GID, GroupName, GroupType, Config, DTS, UsrID, LastChanged FROM Groups WHERE (GID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@GroupName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="GroupName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@GroupType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="GroupType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UsrID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT GID, GroupName, GroupType, Config, DTS, UsrID, LastChanged FROM dbo.Groups</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Groups] SET [GroupName] = @GroupName, [GroupType] = @GroupType, [Config] = @Config, [DTS] = @DTS, [UsrID] = @UsrID WHERE (([GID] = @Original_GID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT GID, GroupName, GroupType, Config, DTS, UsrID, LastChanged FROM Groups WHERE (GID = @GID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@GroupName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="GroupName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@GroupType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="GroupType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UsrID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_GID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="GID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="GID" ColumnName="GID" DataSourceName="VEPROMS_BWD.dbo.Groups" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="GID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="GID" DataSetColumn="GID" />
|
|
<Mapping SourceColumn="GroupName" DataSetColumn="GroupName" />
|
|
<Mapping SourceColumn="GroupType" DataSetColumn="GroupType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ImageAuditsTableAdapter" GeneratorDataComponentClassName="ImageAuditsTableAdapter" Name="ImageAudits" UserDataComponentName="ImageAuditsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ImageAudits" 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].[ImageAudits] WHERE (([AuditID] = @Original_AuditID) AND ([ContentID] = @Original_ContentID) AND ([ImageType] = @Original_ImageType) AND ([FileName] = @Original_FileName) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([DeleteStatus] = @Original_DeleteStatus))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ImageType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ImageType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_FileName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="FileName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[ImageAudits] ([ContentID], [ImageType], [FileName], [Data], [Config], [DTS], [UserID], [DeleteStatus]) VALUES (@ContentID, @ImageType, @FileName, @Data, @Config, @DTS, @UserID, @DeleteStatus);
|
|
SELECT AuditID, ContentID, ImageType, FileName, Data, Config, DTS, UserID, DeleteStatus FROM ImageAudits WHERE (AuditID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ImageType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ImageType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@FileName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="FileName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="VarBinary" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT AuditID, ContentID, ImageType, FileName, Data, Config, DTS, UserID, DeleteStatus FROM dbo.ImageAudits</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[ImageAudits] SET [ContentID] = @ContentID, [ImageType] = @ImageType, [FileName] = @FileName, [Data] = @Data, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID, [DeleteStatus] = @DeleteStatus WHERE (([AuditID] = @Original_AuditID) AND ([ContentID] = @Original_ContentID) AND ([ImageType] = @Original_ImageType) AND ([FileName] = @Original_FileName) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([DeleteStatus] = @Original_DeleteStatus));
|
|
SELECT AuditID, ContentID, ImageType, FileName, Data, Config, DTS, UserID, DeleteStatus FROM ImageAudits WHERE (AuditID = @AuditID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ImageType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ImageType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@FileName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="FileName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="VarBinary" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ImageType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ImageType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_FileName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="FileName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="AuditID" ColumnName="AuditID" DataSourceName="VEPROMS_BWD.dbo.ImageAudits" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ImageType" DataSetColumn="ImageType" />
|
|
<Mapping SourceColumn="FileName" DataSetColumn="FileName" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ItemAuditsTableAdapter" GeneratorDataComponentClassName="ItemAuditsTableAdapter" Name="ItemAudits" UserDataComponentName="ItemAuditsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ItemAudits" 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].[ItemAudits] WHERE (([AuditID] = @Original_AuditID) AND ([ItemID] = @Original_ItemID) AND ((@IsNull_PreviousID = 1 AND [PreviousID] IS NULL) OR ([PreviousID] = @Original_PreviousID)) AND ([ContentID] = @Original_ContentID) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([DeleteStatus] = @Original_DeleteStatus))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PreviousID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PreviousID" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PreviousID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PreviousID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[ItemAudits] ([ItemID], [PreviousID], [ContentID], [DTS], [UserID], [DeleteStatus]) VALUES (@ItemID, @PreviousID, @ContentID, @DTS, @UserID, @DeleteStatus);
|
|
SELECT AuditID, ItemID, PreviousID, ContentID, DTS, UserID, DeleteStatus FROM ItemAudits WHERE (AuditID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PreviousID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PreviousID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT AuditID, ItemID, PreviousID, ContentID, DTS, UserID, DeleteStatus FROM dbo.ItemAudits</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[ItemAudits] SET [ItemID] = @ItemID, [PreviousID] = @PreviousID, [ContentID] = @ContentID, [DTS] = @DTS, [UserID] = @UserID, [DeleteStatus] = @DeleteStatus WHERE (([AuditID] = @Original_AuditID) AND ([ItemID] = @Original_ItemID) AND ((@IsNull_PreviousID = 1 AND [PreviousID] IS NULL) OR ([PreviousID] = @Original_PreviousID)) AND ([ContentID] = @Original_ContentID) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([DeleteStatus] = @Original_DeleteStatus));
|
|
SELECT AuditID, ItemID, PreviousID, ContentID, DTS, UserID, DeleteStatus FROM ItemAudits WHERE (AuditID = @AuditID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PreviousID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PreviousID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_PreviousID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PreviousID" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PreviousID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PreviousID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="AuditID" ColumnName="AuditID" DataSourceName="VEPROMS_BWD.dbo.ItemAudits" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="LocksTableAdapter" GeneratorDataComponentClassName="LocksTableAdapter" Name="Locks" UserDataComponentName="LocksTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Locks" 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].[Locks] WHERE (([LockID] = @Original_LockID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_LockID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LockID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Locks] ([UserID], [LockType], [LockItemID], [Description], [DTS]) VALUES (@UserID, @LockType, @LockItemID, @Description, @DTS);
|
|
SELECT LockID, UserID, LockType, LockItemID, Description, DTS, LastChanged FROM Locks WHERE (LockID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@LockType" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="LockType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@LockItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LockItemID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT LockID, UserID, LockType, LockItemID, Description, DTS, LastChanged FROM dbo.Locks</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Locks] SET [UserID] = @UserID, [LockType] = @LockType, [LockItemID] = @LockItemID, [Description] = @Description, [DTS] = @DTS WHERE (([LockID] = @Original_LockID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT LockID, UserID, LockType, LockItemID, Description, DTS, LastChanged FROM Locks WHERE (LockID = @LockID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@LockType" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="LockType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@LockItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LockItemID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_LockID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LockID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="LockID" ColumnName="LockID" DataSourceName="VEPROMS_BWD.dbo.Locks" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@LockID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="LockID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="LockID" DataSetColumn="LockID" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LockType" DataSetColumn="LockType" />
|
|
<Mapping SourceColumn="LockItemID" DataSetColumn="LockItemID" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="MembershipsTableAdapter" GeneratorDataComponentClassName="MembershipsTableAdapter" Name="Memberships" UserDataComponentName="MembershipsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Memberships" 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].[Memberships] WHERE (([UGID] = @Original_UGID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_UGID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UGID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Memberships] ([UID], [GID], [StartDate], [EndDate], [Config], [DTS], [UsrID]) VALUES (@UID, @GID, @StartDate, @EndDate, @Config, @DTS, @UsrID);
|
|
SELECT UGID, UID, GID, StartDate, EndDate, Config, DTS, UsrID, LastChanged FROM Memberships WHERE (UGID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@UID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@GID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="GID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@StartDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="StartDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@EndDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="EndDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UsrID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT UGID, UID, GID, StartDate, EndDate, Config, DTS, UsrID, LastChanged FROM dbo.Memberships</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Memberships] SET [UID] = @UID, [GID] = @GID, [StartDate] = @StartDate, [EndDate] = @EndDate, [Config] = @Config, [DTS] = @DTS, [UsrID] = @UsrID WHERE (([UGID] = @Original_UGID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT UGID, UID, GID, StartDate, EndDate, Config, DTS, UsrID, LastChanged FROM Memberships WHERE (UGID = @UGID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@UID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@GID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="GID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@StartDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="StartDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@EndDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="EndDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UsrID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_UGID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UGID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="UGID" ColumnName="UGID" DataSourceName="VEPROMS_BWD.dbo.Memberships" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@UGID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="UGID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="UGID" DataSetColumn="UGID" />
|
|
<Mapping SourceColumn="UID" DataSetColumn="UID" />
|
|
<Mapping SourceColumn="GID" DataSetColumn="GID" />
|
|
<Mapping SourceColumn="StartDate" DataSetColumn="StartDate" />
|
|
<Mapping SourceColumn="EndDate" DataSetColumn="EndDate" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="OwnersTableAdapter" GeneratorDataComponentClassName="OwnersTableAdapter" Name="Owners" UserDataComponentName="OwnersTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Owners" 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].[Owners] WHERE (([OwnerID] = @Original_OwnerID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_OwnerID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="OwnerID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Owners] ([SessionID], [OwnerType], [OwnerItemID], [DTSStart]) VALUES (@SessionID, @OwnerType, @OwnerItemID, @DTSStart);
|
|
SELECT OwnerID, SessionID, OwnerType, OwnerItemID, DTSStart, LastChanged FROM Owners WHERE (OwnerID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SessionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SessionID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@OwnerType" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="OwnerType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@OwnerItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="OwnerItemID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTSStart" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTSStart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT OwnerID, SessionID, OwnerType, OwnerItemID, DTSStart, LastChanged FROM dbo.Owners</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Owners] SET [SessionID] = @SessionID, [OwnerType] = @OwnerType, [OwnerItemID] = @OwnerItemID, [DTSStart] = @DTSStart WHERE (([OwnerID] = @Original_OwnerID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT OwnerID, SessionID, OwnerType, OwnerItemID, DTSStart, LastChanged FROM Owners WHERE (OwnerID = @OwnerID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@SessionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SessionID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Byte" Direction="Input" ParameterName="@OwnerType" Precision="0" ProviderType="TinyInt" Scale="0" Size="0" SourceColumn="OwnerType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@OwnerItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="OwnerItemID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTSStart" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTSStart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_OwnerID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="OwnerID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="OwnerID" ColumnName="OwnerID" DataSourceName="VEPROMS_BWD.dbo.Owners" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OwnerID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="OwnerID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="OwnerID" DataSetColumn="OwnerID" />
|
|
<Mapping SourceColumn="SessionID" DataSetColumn="SessionID" />
|
|
<Mapping SourceColumn="OwnerType" DataSetColumn="OwnerType" />
|
|
<Mapping SourceColumn="OwnerItemID" DataSetColumn="OwnerItemID" />
|
|
<Mapping SourceColumn="DTSStart" DataSetColumn="DTSStart" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="PartAuditsTableAdapter" GeneratorDataComponentClassName="PartAuditsTableAdapter" Name="PartAudits" UserDataComponentName="PartAuditsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.PartAudits" 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].[PartAudits] WHERE (([AuditID] = @Original_AuditID) AND ([ContentID] = @Original_ContentID) AND ([FromType] = @Original_FromType) AND ([ItemID] = @Original_ItemID) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([DeleteStatus] = @Original_DeleteStatus))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FromType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FromType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[PartAudits] ([ContentID], [FromType], [ItemID], [DTS], [UserID], [DeleteStatus]) VALUES (@ContentID, @FromType, @ItemID, @DTS, @UserID, @DeleteStatus);
|
|
SELECT AuditID, ContentID, FromType, ItemID, DTS, UserID, DeleteStatus FROM PartAudits WHERE (AuditID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FromType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FromType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT AuditID, ContentID, FromType, ItemID, DTS, UserID, DeleteStatus FROM dbo.PartAudits</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[PartAudits] SET [ContentID] = @ContentID, [FromType] = @FromType, [ItemID] = @ItemID, [DTS] = @DTS, [UserID] = @UserID, [DeleteStatus] = @DeleteStatus WHERE (([AuditID] = @Original_AuditID) AND ([ContentID] = @Original_ContentID) AND ([FromType] = @Original_FromType) AND ([ItemID] = @Original_ItemID) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([DeleteStatus] = @Original_DeleteStatus));
|
|
SELECT AuditID, ContentID, FromType, ItemID, DTS, UserID, DeleteStatus FROM PartAudits WHERE (AuditID = @AuditID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FromType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FromType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FromType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FromType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="AuditID" ColumnName="AuditID" DataSourceName="VEPROMS_BWD.dbo.PartAudits" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="PdfsTableAdapter" GeneratorDataComponentClassName="PdfsTableAdapter" Name="Pdfs" UserDataComponentName="PdfsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Pdfs" 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].[Pdfs] WHERE (([DocID] = @Original_DocID) AND ([DebugStatus] = @Original_DebugStatus) AND ([TopRow] = @Original_TopRow) AND ([PageLength] = @Original_PageLength) AND ([LeftMargin] = @Original_LeftMargin) AND ([PageWidth] = @Original_PageWidth) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DocID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DebugStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DebugStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_TopRow" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TopRow" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PageLength" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PageLength" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_LeftMargin" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LeftMargin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PageWidth" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PageWidth" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Pdfs] ([DocID], [DebugStatus], [TopRow], [PageLength], [LeftMargin], [PageWidth], [PageCount], [DocPdf], [DTS], [UserID]) VALUES (@DocID, @DebugStatus, @TopRow, @PageLength, @LeftMargin, @PageWidth, @PageCount, @DocPdf, @DTS, @UserID);
|
|
SELECT DocID, DebugStatus, TopRow, PageLength, LeftMargin, PageWidth, PageCount, DocPdf, DTS, UserID, LastChanged FROM Pdfs WHERE (DebugStatus = @DebugStatus) AND (DocID = @DocID) AND (LeftMargin = @LeftMargin) AND (PageLength = @PageLength) AND (PageWidth = @PageWidth) AND (TopRow = @TopRow)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DebugStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DebugStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@TopRow" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TopRow" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PageLength" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PageLength" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@LeftMargin" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LeftMargin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PageWidth" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PageWidth" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@PageCount" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="PageCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@DocPdf" Precision="0" ProviderType="VarBinary" Scale="0" Size="0" SourceColumn="DocPdf" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT DocID, DebugStatus, TopRow, PageLength, LeftMargin, PageWidth, PageCount, DocPdf, DTS, UserID, LastChanged FROM dbo.Pdfs</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Pdfs] SET [DocID] = @DocID, [DebugStatus] = @DebugStatus, [TopRow] = @TopRow, [PageLength] = @PageLength, [LeftMargin] = @LeftMargin, [PageWidth] = @PageWidth, [PageCount] = @PageCount, [DocPdf] = @DocPdf, [DTS] = @DTS, [UserID] = @UserID WHERE (([DocID] = @Original_DocID) AND ([DebugStatus] = @Original_DebugStatus) AND ([TopRow] = @Original_TopRow) AND ([PageLength] = @Original_PageLength) AND ([LeftMargin] = @Original_LeftMargin) AND ([PageWidth] = @Original_PageWidth) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT DocID, DebugStatus, TopRow, PageLength, LeftMargin, PageWidth, PageCount, DocPdf, DTS, UserID, LastChanged FROM Pdfs WHERE (DebugStatus = @DebugStatus) AND (DocID = @DocID) AND (LeftMargin = @LeftMargin) AND (PageLength = @PageLength) AND (PageWidth = @PageWidth) AND (TopRow = @TopRow)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DebugStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DebugStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@TopRow" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TopRow" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PageLength" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PageLength" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@LeftMargin" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LeftMargin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PageWidth" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PageWidth" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Double" Direction="Input" ParameterName="@PageCount" Precision="0" ProviderType="Float" Scale="0" Size="0" SourceColumn="PageCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@DocPdf" Precision="0" ProviderType="VarBinary" Scale="0" Size="0" SourceColumn="DocPdf" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DocID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DebugStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DebugStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_TopRow" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TopRow" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PageLength" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PageLength" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_LeftMargin" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LeftMargin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PageWidth" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PageWidth" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="DebugStatus" DataSetColumn="DebugStatus" />
|
|
<Mapping SourceColumn="TopRow" DataSetColumn="TopRow" />
|
|
<Mapping SourceColumn="PageLength" DataSetColumn="PageLength" />
|
|
<Mapping SourceColumn="LeftMargin" DataSetColumn="LeftMargin" />
|
|
<Mapping SourceColumn="PageWidth" DataSetColumn="PageWidth" />
|
|
<Mapping SourceColumn="PageCount" DataSetColumn="PageCount" />
|
|
<Mapping SourceColumn="DocPdf" DataSetColumn="DocPdf" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="PermissionsTableAdapter" GeneratorDataComponentClassName="PermissionsTableAdapter" Name="Permissions" UserDataComponentName="PermissionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Permissions" 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].[Permissions] WHERE (([PID] = @Original_PID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Permissions] ([RID], [PermLevel], [VersionType], [PermValue], [PermAD], [StartDate], [EndDate], [Config], [DTS], [UsrID]) VALUES (@RID, @PermLevel, @VersionType, @PermValue, @PermAD, @StartDate, @EndDate, @Config, @DTS, @UsrID);
|
|
SELECT PID, RID, PermLevel, VersionType, PermValue, PermAD, StartDate, EndDate, Config, DTS, UsrID, LastChanged FROM Permissions WHERE (PID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PermLevel" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PermLevel" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@VersionType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VersionType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PermValue" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PermValue" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PermAD" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PermAD" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@StartDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="StartDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@EndDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="EndDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UsrID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT PID, RID, PermLevel, VersionType, PermValue, PermAD, StartDate, EndDate, Config, DTS, UsrID, LastChanged FROM dbo.Permissions</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Permissions] SET [RID] = @RID, [PermLevel] = @PermLevel, [VersionType] = @VersionType, [PermValue] = @PermValue, [PermAD] = @PermAD, [StartDate] = @StartDate, [EndDate] = @EndDate, [Config] = @Config, [DTS] = @DTS, [UsrID] = @UsrID WHERE (([PID] = @Original_PID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT PID, RID, PermLevel, VersionType, PermValue, PermAD, StartDate, EndDate, Config, DTS, UsrID, LastChanged FROM Permissions WHERE (PID = @PID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PermLevel" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PermLevel" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@VersionType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VersionType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PermValue" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PermValue" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PermAD" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PermAD" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@StartDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="StartDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@EndDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="EndDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UsrID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_PID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="PID" ColumnName="PID" DataSourceName="VEPROMS_BWD.dbo.Permissions" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="PID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="PID" DataSetColumn="PID" />
|
|
<Mapping SourceColumn="RID" DataSetColumn="RID" />
|
|
<Mapping SourceColumn="PermLevel" DataSetColumn="PermLevel" />
|
|
<Mapping SourceColumn="VersionType" DataSetColumn="VersionType" />
|
|
<Mapping SourceColumn="PermValue" DataSetColumn="PermValue" />
|
|
<Mapping SourceColumn="PermAD" DataSetColumn="PermAD" />
|
|
<Mapping SourceColumn="StartDate" DataSetColumn="StartDate" />
|
|
<Mapping SourceColumn="EndDate" DataSetColumn="EndDate" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="RevisionsTableAdapter" GeneratorDataComponentClassName="RevisionsTableAdapter" Name="Revisions" UserDataComponentName="RevisionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Revisions" 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].[Revisions] WHERE (([RevisionID] = @Original_RevisionID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RevisionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RevisionID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Revisions] ([ItemID], [TypeID], [RevisionNumber], [RevisionDate], [Notes], [Config], [DTS], [UserID]) VALUES (@ItemID, @TypeID, @RevisionNumber, @RevisionDate, @Notes, @Config, @DTS, @UserID);
|
|
SELECT RevisionID, ItemID, TypeID, RevisionNumber, RevisionDate, Notes, Config, DTS, UserID, LastChanged FROM Revisions WHERE (RevisionID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@TypeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TypeID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@RevisionNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RevisionNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@RevisionDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="RevisionDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Notes" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Notes" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT RevisionID, ItemID, TypeID, RevisionNumber, RevisionDate, Notes, Config, DTS, UserID, LastChanged FROM dbo.Revisions</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Revisions] SET [ItemID] = @ItemID, [TypeID] = @TypeID, [RevisionNumber] = @RevisionNumber, [RevisionDate] = @RevisionDate, [Notes] = @Notes, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID WHERE (([RevisionID] = @Original_RevisionID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT RevisionID, ItemID, TypeID, RevisionNumber, RevisionDate, Notes, Config, DTS, UserID, LastChanged FROM Revisions WHERE (RevisionID = @RevisionID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@TypeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TypeID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@RevisionNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RevisionNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@RevisionDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="RevisionDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Notes" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Notes" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RevisionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RevisionID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="RevisionID" ColumnName="RevisionID" DataSourceName="VEPROMS_BWD.dbo.Revisions" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RevisionID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="RevisionID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RevisionNumber" DataSetColumn="RevisionNumber" />
|
|
<Mapping SourceColumn="RevisionDate" DataSetColumn="RevisionDate" />
|
|
<Mapping SourceColumn="Notes" DataSetColumn="Notes" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="RODbsTableAdapter" GeneratorDataComponentClassName="RODbsTableAdapter" Name="RODbs" UserDataComponentName="RODbsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.RODbs" 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].[RODbs] WHERE (([RODbID] = @Original_RODbID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RODbID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RODbID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[RODbs] ([ROName], [FolderPath], [DBConnectionString], [Config], [DTS], [UserID]) VALUES (@ROName, @FolderPath, @DBConnectionString, @Config, @DTS, @UserID);
|
|
SELECT RODbID, ROName, FolderPath, DBConnectionString, Config, DTS, UserID, LastChanged FROM RODbs WHERE (RODbID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ROName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ROName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@FolderPath" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="FolderPath" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DBConnectionString" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DBConnectionString" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT RODbID, ROName, FolderPath, DBConnectionString, Config, DTS, UserID, LastChanged FROM dbo.RODbs</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[RODbs] SET [ROName] = @ROName, [FolderPath] = @FolderPath, [DBConnectionString] = @DBConnectionString, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID WHERE (([RODbID] = @Original_RODbID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT RODbID, ROName, FolderPath, DBConnectionString, Config, DTS, UserID, LastChanged FROM RODbs WHERE (RODbID = @RODbID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ROName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ROName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@FolderPath" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="FolderPath" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DBConnectionString" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DBConnectionString" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RODbID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RODbID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="RODbID" ColumnName="RODbID" DataSourceName="VEPROMS_BWD.dbo.RODbs" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="RODbID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="ROName" DataSetColumn="ROName" />
|
|
<Mapping SourceColumn="FolderPath" DataSetColumn="FolderPath" />
|
|
<Mapping SourceColumn="DBConnectionString" DataSetColumn="DBConnectionString" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="RofstChildTableAdapter" GeneratorDataComponentClassName="RofstChildTableAdapter" Name="RofstChild" UserDataComponentName="RofstChildTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.RofstChild" 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].[RofstChild] WHERE (([RofstChildID] = @Original_RofstChildID) AND ([RofstID] = @Original_RofstID) AND ([dbiID] = @Original_dbiID) AND ([ID] = @Original_ID) AND ([ParentID] = @Original_ParentID) AND ([type] = @Original_type) AND ([roid] = @Original_roid))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RofstChildID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RofstChildID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RofstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RofstID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_dbiID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dbiID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ParentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ParentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_type" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_roid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="roid" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[RofstChild] ([RofstID], [dbiID], [ID], [ParentID], [type], [title], [roid], [appid], [value]) VALUES (@RofstID, @dbiID, @ID, @ParentID, @type, @title, @roid, @appid, @value);
|
|
SELECT RofstChildID, RofstID, dbiID, ID, ParentID, type, title, roid, appid, value FROM RofstChild WHERE (RofstChildID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RofstID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@dbiID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dbiID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ParentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@type" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@title" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="title" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@roid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="roid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@appid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="appid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@value" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="value" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT RofstChildID, RofstID, dbiID, ID, ParentID, type, title, roid, appid, value FROM dbo.RofstChild</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[RofstChild] SET [RofstID] = @RofstID, [dbiID] = @dbiID, [ID] = @ID, [ParentID] = @ParentID, [type] = @type, [title] = @title, [roid] = @roid, [appid] = @appid, [value] = @value WHERE (([RofstChildID] = @Original_RofstChildID) AND ([RofstID] = @Original_RofstID) AND ([dbiID] = @Original_dbiID) AND ([ID] = @Original_ID) AND ([ParentID] = @Original_ParentID) AND ([type] = @Original_type) AND ([roid] = @Original_roid));
|
|
SELECT RofstChildID, RofstID, dbiID, ID, ParentID, type, title, roid, appid, value FROM RofstChild WHERE (RofstChildID = @RofstChildID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RofstID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@dbiID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dbiID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ParentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@type" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@title" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="title" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@roid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="roid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@appid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="appid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@value" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="value" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RofstChildID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RofstChildID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RofstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RofstID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_dbiID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dbiID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ParentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ParentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_type" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="type" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_roid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="roid" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="RofstChildID" ColumnName="RofstChildID" DataSourceName="VEPROMS_BWD.dbo.RofstChild" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RofstChildID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="RofstChildID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RofstChildID" DataSetColumn="RofstChildID" />
|
|
<Mapping SourceColumn="RofstID" DataSetColumn="RofstID" />
|
|
<Mapping SourceColumn="dbiID" DataSetColumn="dbiID" />
|
|
<Mapping SourceColumn="ID" DataSetColumn="ID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="title" DataSetColumn="title" />
|
|
<Mapping SourceColumn="roid" DataSetColumn="roid" />
|
|
<Mapping SourceColumn="appid" DataSetColumn="appid" />
|
|
<Mapping SourceColumn="value" DataSetColumn="value" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="RofstDatabaseTableAdapter" GeneratorDataComponentClassName="RofstDatabaseTableAdapter" Name="RofstDatabase" UserDataComponentName="RofstDatabaseTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.RofstDatabase" 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].[RofstDatabase] WHERE (([RofstID] = @Original_RofstID) AND ([dbiID] = @Original_dbiID) AND ([dbiType] = @Original_dbiType) AND ([dbiAW] = @Original_dbiAW) AND ([ID] = @Original_ID) AND ([ParentID] = @Original_ParentID))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RofstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RofstID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_dbiID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dbiID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_dbiType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dbiType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_dbiAW" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dbiAW" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ParentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ParentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[RofstDatabase] ([RofstID], [dbiID], [dbiType], [dbiAW], [dbiTitle], [dbiAP], [ID], [ParentID]) VALUES (@RofstID, @dbiID, @dbiType, @dbiAW, @dbiTitle, @dbiAP, @ID, @ParentID);
|
|
SELECT RofstID, dbiID, dbiType, dbiAW, dbiTitle, dbiAP, ID, ParentID FROM RofstDatabase WHERE (RofstID = @RofstID) AND (dbiID = @dbiID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RofstID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@dbiID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dbiID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@dbiType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dbiType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@dbiAW" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dbiAW" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@dbiTitle" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dbiTitle" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@dbiAP" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dbiAP" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ParentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT RofstID, dbiID, dbiType, dbiAW, dbiTitle, dbiAP, ID, ParentID FROM dbo.RofstDatabase</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[RofstDatabase] SET [RofstID] = @RofstID, [dbiID] = @dbiID, [dbiType] = @dbiType, [dbiAW] = @dbiAW, [dbiTitle] = @dbiTitle, [dbiAP] = @dbiAP, [ID] = @ID, [ParentID] = @ParentID WHERE (([RofstID] = @Original_RofstID) AND ([dbiID] = @Original_dbiID) AND ([dbiType] = @Original_dbiType) AND ([dbiAW] = @Original_dbiAW) AND ([ID] = @Original_ID) AND ([ParentID] = @Original_ParentID));
|
|
SELECT RofstID, dbiID, dbiType, dbiAW, dbiTitle, dbiAP, ID, ParentID FROM RofstDatabase WHERE (RofstID = @RofstID) AND (dbiID = @dbiID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RofstID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@dbiID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dbiID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@dbiType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dbiType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@dbiAW" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dbiAW" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@dbiTitle" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dbiTitle" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@dbiAP" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="dbiAP" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ParentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RofstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RofstID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_dbiID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dbiID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_dbiType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dbiType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_dbiAW" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dbiAW" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ParentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ParentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RofstID" DataSetColumn="RofstID" />
|
|
<Mapping SourceColumn="dbiID" DataSetColumn="dbiID" />
|
|
<Mapping SourceColumn="dbiType" DataSetColumn="dbiType" />
|
|
<Mapping SourceColumn="dbiAW" DataSetColumn="dbiAW" />
|
|
<Mapping SourceColumn="dbiTitle" DataSetColumn="dbiTitle" />
|
|
<Mapping SourceColumn="dbiAP" DataSetColumn="dbiAP" />
|
|
<Mapping SourceColumn="ID" DataSetColumn="ID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="RofstDefaultValueTableAdapter" GeneratorDataComponentClassName="RofstDefaultValueTableAdapter" Name="RofstDefaultValue" UserDataComponentName="RofstDefaultValueTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.RofstDefaultValue" 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].[RofstDefaultValue] WHERE (([RofstID] = @Original_RofstID) AND ([roid] = @Original_roid))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RofstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RofstID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_roid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="roid" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[RofstDefaultValue] ([RofstID], [roid], [value], [AccPageID]) VALUES (@RofstID, @roid, @value, @AccPageID);
|
|
SELECT RofstID, roid, value, AccPageID FROM RofstDefaultValue WHERE (RofstID = @RofstID) AND (roid = @roid)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RofstID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@roid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="roid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@value" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="value" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@AccPageID" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="AccPageID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT RofstID, roid, value, AccPageID FROM dbo.RofstDefaultValue</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[RofstDefaultValue] SET [RofstID] = @RofstID, [roid] = @roid, [value] = @value, [AccPageID] = @AccPageID WHERE (([RofstID] = @Original_RofstID) AND ([roid] = @Original_roid));
|
|
SELECT RofstID, roid, value, AccPageID FROM RofstDefaultValue WHERE (RofstID = @RofstID) AND (roid = @roid)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RofstID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@roid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="roid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@value" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="value" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@AccPageID" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="AccPageID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RofstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RofstID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_roid" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="roid" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RofstID" DataSetColumn="RofstID" />
|
|
<Mapping SourceColumn="roid" DataSetColumn="roid" />
|
|
<Mapping SourceColumn="value" DataSetColumn="value" />
|
|
<Mapping SourceColumn="AccPageID" DataSetColumn="AccPageID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="RofstExtensionTableAdapter" GeneratorDataComponentClassName="RofstExtensionTableAdapter" Name="RofstExtension" UserDataComponentName="RofstExtensionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.RofstExtension" 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].[RofstExtension] WHERE (([Offset] = @Original_Offset) AND ([RoidExt] = @Original_RoidExt) AND ([AccPageExt] = @Original_AccPageExt))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Offset" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Offset" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_RoidExt" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="RoidExt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_AccPageExt" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="AccPageExt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[RofstExtension] ([Offset], [RoidExt], [AccPageExt]) VALUES (@Offset, @RoidExt, @AccPageExt);
|
|
SELECT Offset, RoidExt, AccPageExt FROM RofstExtension WHERE (Offset = @Offset)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Offset" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Offset" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@RoidExt" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="RoidExt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@AccPageExt" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="AccPageExt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT Offset, RoidExt, AccPageExt FROM dbo.RofstExtension</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[RofstExtension] SET [Offset] = @Offset, [RoidExt] = @RoidExt, [AccPageExt] = @AccPageExt WHERE (([Offset] = @Original_Offset) AND ([RoidExt] = @Original_RoidExt) AND ([AccPageExt] = @Original_AccPageExt));
|
|
SELECT Offset, RoidExt, AccPageExt FROM RofstExtension WHERE (Offset = @Offset)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Offset" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Offset" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@RoidExt" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="RoidExt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@AccPageExt" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="AccPageExt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_Offset" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Offset" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_RoidExt" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="RoidExt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_AccPageExt" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="AccPageExt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Offset" DataSetColumn="Offset" />
|
|
<Mapping SourceColumn="RoidExt" DataSetColumn="RoidExt" />
|
|
<Mapping SourceColumn="AccPageExt" DataSetColumn="AccPageExt" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="RofstHeaderTableAdapter" GeneratorDataComponentClassName="RofstHeaderTableAdapter" Name="RofstHeader" UserDataComponentName="RofstHeaderTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.RofstHeader" 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].[RofstHeader] WHERE (([RofstID] = @Original_RofstID) AND ([hSize] = @Original_hSize) AND ([hMonth] = @Original_hMonth) AND ([hDay] = @Original_hDay) AND ([hcYear] = @Original_hcYear) AND ([hcMonth] = @Original_hcMonth) AND ([hcDay] = @Original_hcDay) AND ([hcHour] = @Original_hcHour) AND ([hcMin] = @Original_hcMin) AND ([hcSec] = @Original_hcSec) AND ([hcHund] = @Original_hcHund) AND ([CreateUserID] = @Original_CreateUserID) AND ([CreateDate] = @Original_CreateDate) AND ((@IsNull_LoadedDate = 1 AND [LoadedDate] IS NULL) OR ([LoadedDate] = @Original_LoadedDate)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RofstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RofstID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hSize" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hSize" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hMonth" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hMonth" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hDay" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hDay" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hcYear" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcYear" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hcMonth" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcMonth" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hcDay" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcDay" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hcHour" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcHour" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hcMin" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcMin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hcSec" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcSec" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hcHund" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcHund" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CreateUserID" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CreateUserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_CreateDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="CreateDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_LoadedDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LoadedDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_LoadedDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="LoadedDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[RofstHeader] ([RofstID], [hSize], [hMonth], [hDay], [hcYear], [hcMonth], [hcDay], [hcHour], [hcMin], [hcSec], [hcHund], [CreateUserID], [CreateDate], [LoadedDate]) VALUES (@RofstID, @hSize, @hMonth, @hDay, @hcYear, @hcMonth, @hcDay, @hcHour, @hcMin, @hcSec, @hcHund, @CreateUserID, @CreateDate, @LoadedDate);
|
|
SELECT RofstID, hSize, hMonth, hDay, hcYear, hcMonth, hcDay, hcHour, hcMin, hcSec, hcHund, CreateUserID, CreateDate, LoadedDate FROM RofstHeader WHERE (RofstID = @RofstID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RofstID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hSize" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hSize" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hMonth" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hMonth" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hDay" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hDay" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hcYear" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcYear" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hcMonth" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcMonth" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hcDay" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcDay" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hcHour" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcHour" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hcMin" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcMin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hcSec" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcSec" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hcHund" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcHund" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CreateUserID" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CreateUserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@CreateDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="CreateDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@LoadedDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="LoadedDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT RofstID, hSize, hMonth, hDay, hcYear, hcMonth, hcDay, hcHour, hcMin, hcSec, hcHund, CreateUserID, CreateDate, LoadedDate FROM dbo.RofstHeader</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[RofstHeader] SET [RofstID] = @RofstID, [hSize] = @hSize, [hMonth] = @hMonth, [hDay] = @hDay, [hcYear] = @hcYear, [hcMonth] = @hcMonth, [hcDay] = @hcDay, [hcHour] = @hcHour, [hcMin] = @hcMin, [hcSec] = @hcSec, [hcHund] = @hcHund, [CreateUserID] = @CreateUserID, [CreateDate] = @CreateDate, [LoadedDate] = @LoadedDate WHERE (([RofstID] = @Original_RofstID) AND ([hSize] = @Original_hSize) AND ([hMonth] = @Original_hMonth) AND ([hDay] = @Original_hDay) AND ([hcYear] = @Original_hcYear) AND ([hcMonth] = @Original_hcMonth) AND ([hcDay] = @Original_hcDay) AND ([hcHour] = @Original_hcHour) AND ([hcMin] = @Original_hcMin) AND ([hcSec] = @Original_hcSec) AND ([hcHund] = @Original_hcHund) AND ([CreateUserID] = @Original_CreateUserID) AND ([CreateDate] = @Original_CreateDate) AND ((@IsNull_LoadedDate = 1 AND [LoadedDate] IS NULL) OR ([LoadedDate] = @Original_LoadedDate)));
|
|
SELECT RofstID, hSize, hMonth, hDay, hcYear, hcMonth, hcDay, hcHour, hcMin, hcSec, hcHund, CreateUserID, CreateDate, LoadedDate FROM RofstHeader WHERE (RofstID = @RofstID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RofstID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hSize" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hSize" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hMonth" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hMonth" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hDay" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hDay" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hcYear" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcYear" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hcMonth" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcMonth" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hcDay" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcDay" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hcHour" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcHour" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hcMin" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcMin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hcSec" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcSec" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@hcHund" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcHund" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@CreateUserID" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CreateUserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@CreateDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="CreateDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@LoadedDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="LoadedDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RofstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RofstID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hSize" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hSize" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hMonth" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hMonth" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hDay" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hDay" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hcYear" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcYear" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hcMonth" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcMonth" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hcDay" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcDay" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hcHour" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcHour" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hcMin" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcMin" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hcSec" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcSec" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_hcHund" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="hcHund" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_CreateUserID" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="CreateUserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_CreateDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="CreateDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_LoadedDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="LoadedDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_LoadedDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="LoadedDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RofstID" DataSetColumn="RofstID" />
|
|
<Mapping SourceColumn="hSize" DataSetColumn="hSize" />
|
|
<Mapping SourceColumn="hMonth" DataSetColumn="hMonth" />
|
|
<Mapping SourceColumn="hDay" DataSetColumn="hDay" />
|
|
<Mapping SourceColumn="hcYear" DataSetColumn="hcYear" />
|
|
<Mapping SourceColumn="hcMonth" DataSetColumn="hcMonth" />
|
|
<Mapping SourceColumn="hcDay" DataSetColumn="hcDay" />
|
|
<Mapping SourceColumn="hcHour" DataSetColumn="hcHour" />
|
|
<Mapping SourceColumn="hcMin" DataSetColumn="hcMin" />
|
|
<Mapping SourceColumn="hcSec" DataSetColumn="hcSec" />
|
|
<Mapping SourceColumn="hcHund" DataSetColumn="hcHund" />
|
|
<Mapping SourceColumn="CreateUserID" DataSetColumn="CreateUserID" />
|
|
<Mapping SourceColumn="CreateDate" DataSetColumn="CreateDate" />
|
|
<Mapping SourceColumn="LoadedDate" DataSetColumn="LoadedDate" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ROFstsTableAdapter" GeneratorDataComponentClassName="ROFstsTableAdapter" Name="ROFsts" UserDataComponentName="ROFstsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ROFsts" 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].[ROFsts] WHERE (([ROFstID] = @Original_ROFstID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ROFstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ROFstID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[ROFsts] ([RODbID], [ROLookup], [Config], [DTS], [UserID]) VALUES (@RODbID, @ROLookup, @Config, @DTS, @UserID);
|
|
SELECT ROFstID, RODbID, ROLookup, Config, DTS, UserID, LastChanged FROM ROFsts WHERE (ROFstID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RODbID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@ROLookup" Precision="0" ProviderType="VarBinary" Scale="0" Size="0" SourceColumn="ROLookup" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ROFstID, RODbID, ROLookup, Config, DTS, UserID, LastChanged FROM dbo.ROFsts</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[ROFsts] SET [RODbID] = @RODbID, [ROLookup] = @ROLookup, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID WHERE (([ROFstID] = @Original_ROFstID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT ROFstID, RODbID, ROLookup, Config, DTS, UserID, LastChanged FROM ROFsts WHERE (ROFstID = @ROFstID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RODbID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@ROLookup" Precision="0" ProviderType="VarBinary" Scale="0" Size="0" SourceColumn="ROLookup" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ROFstID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ROFstID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ROFstID" ColumnName="ROFstID" DataSourceName="VEPROMS_BWD.dbo.ROFsts" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ROFstID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="ROLookup" DataSetColumn="ROLookup" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ROImagesTableAdapter" GeneratorDataComponentClassName="ROImagesTableAdapter" Name="ROImages" UserDataComponentName="ROImagesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ROImages" 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].[ROImages] WHERE (([ImageID] = @Original_ImageID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ImageID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ImageID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[ROImages] ([RODbID], [FileName], [Content], [Config], [DTS], [UserID]) VALUES (@RODbID, @FileName, @Content, @Config, @DTS, @UserID);
|
|
SELECT ImageID, RODbID, FileName, [Content], Config, DTS, UserID, LastChanged FROM ROImages WHERE (ImageID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RODbID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@FileName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="FileName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Content" Precision="0" ProviderType="VarBinary" Scale="0" Size="0" SourceColumn="Content" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ImageID, RODbID, FileName, Content, Config, DTS, UserID, LastChanged FROM dbo.ROImages</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[ROImages] SET [RODbID] = @RODbID, [FileName] = @FileName, [Content] = @Content, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID WHERE (([ImageID] = @Original_ImageID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT ImageID, RODbID, FileName, [Content], Config, DTS, UserID, LastChanged FROM ROImages WHERE (ImageID = @ImageID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RODbID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@FileName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="FileName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Content" Precision="0" ProviderType="VarBinary" Scale="0" Size="0" SourceColumn="Content" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ImageID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ImageID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ImageID" ColumnName="ImageID" DataSourceName="VEPROMS_BWD.dbo.ROImages" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ImageID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ImageID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ImageID" DataSetColumn="ImageID" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="FileName" DataSetColumn="FileName" />
|
|
<Mapping SourceColumn="Content" DataSetColumn="Content" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="RolesTableAdapter" GeneratorDataComponentClassName="RolesTableAdapter" Name="Roles" UserDataComponentName="RolesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Roles" 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].[Roles] WHERE (([RID] = @Original_RID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Roles] ([Name], [Title], [DTS], [UsrID]) VALUES (@Name, @Title, @DTS, @UsrID);
|
|
SELECT RID, Name, Title, DTS, UsrID, LastChanged FROM Roles WHERE (RID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Title" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Title" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UsrID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT RID, Name, Title, DTS, UsrID, LastChanged FROM dbo.Roles</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Roles] SET [Name] = @Name, [Title] = @Title, [DTS] = @DTS, [UsrID] = @UsrID WHERE (([RID] = @Original_RID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT RID, Name, Title, DTS, UsrID, LastChanged FROM Roles WHERE (RID = @RID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Title" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Title" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UsrID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="RID" ColumnName="RID" DataSourceName="VEPROMS_BWD.dbo.Roles" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="RID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RID" DataSetColumn="RID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ROUsageAuditsTableAdapter" GeneratorDataComponentClassName="ROUsageAuditsTableAdapter" Name="ROUsageAudits" UserDataComponentName="ROUsageAuditsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ROUsageAudits" 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].[ROUsageAudits] WHERE (([AuditID] = @Original_AuditID) AND ([ROUsageID] = @Original_ROUsageID) AND ([ContentID] = @Original_ContentID) AND ([ROID] = @Original_ROID) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([RODbID] = @Original_RODbID) AND ([DeleteStatus] = @Original_DeleteStatus))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ROUsageID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ROUsageID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ROID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ROID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RODbID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RODbID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[ROUsageAudits] ([ROUsageID], [ContentID], [ROID], [Config], [DTS], [UserID], [RODbID], [DeleteStatus]) VALUES (@ROUsageID, @ContentID, @ROID, @Config, @DTS, @UserID, @RODbID, @DeleteStatus);
|
|
SELECT AuditID, ROUsageID, ContentID, ROID, Config, DTS, UserID, RODbID, DeleteStatus FROM ROUsageAudits WHERE (AuditID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ROUsageID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ROUsageID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ROID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ROID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RODbID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT AuditID, ROUsageID, ContentID, ROID, Config, DTS, UserID, RODbID, DeleteStatus FROM dbo.ROUsageAudits</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[ROUsageAudits] SET [ROUsageID] = @ROUsageID, [ContentID] = @ContentID, [ROID] = @ROID, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID, [RODbID] = @RODbID, [DeleteStatus] = @DeleteStatus WHERE (([AuditID] = @Original_AuditID) AND ([ROUsageID] = @Original_ROUsageID) AND ([ContentID] = @Original_ContentID) AND ([ROID] = @Original_ROID) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([RODbID] = @Original_RODbID) AND ([DeleteStatus] = @Original_DeleteStatus));
|
|
SELECT AuditID, ROUsageID, ContentID, ROID, Config, DTS, UserID, RODbID, DeleteStatus FROM ROUsageAudits WHERE (AuditID = @AuditID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ROUsageID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ROUsageID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ROID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ROID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RODbID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ROUsageID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ROUsageID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ROID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ROID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RODbID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RODbID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="AuditID" ColumnName="AuditID" DataSourceName="VEPROMS_BWD.dbo.ROUsageAudits" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ROUsageID" DataSetColumn="ROUsageID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ScopesTableAdapter" GeneratorDataComponentClassName="ScopesTableAdapter" Name="Scopes" UserDataComponentName="ScopesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Scopes" 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].[Scopes] WHERE (([ScopeID] = @Original_ScopeID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ScopeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ScopeID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Scopes] ([Name], [Title], [DTS], [UserID]) VALUES (@Name, @Title, @DTS, @UserID);
|
|
SELECT ScopeID, Name, Title, DTS, UserID, LastChanged FROM Scopes WHERE (ScopeID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Title" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Title" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ScopeID, Name, Title, DTS, UserID, LastChanged FROM dbo.Scopes</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Scopes] SET [Name] = @Name, [Title] = @Title, [DTS] = @DTS, [UserID] = @UserID WHERE (([ScopeID] = @Original_ScopeID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT ScopeID, Name, Title, DTS, UserID, LastChanged FROM Scopes WHERE (ScopeID = @ScopeID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Title" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Title" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ScopeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ScopeID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ScopeID" ColumnName="ScopeID" DataSourceName="VEPROMS_BWD.dbo.Scopes" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ScopeID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ScopeID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ScopeID" DataSetColumn="ScopeID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="SessionsTableAdapter" GeneratorDataComponentClassName="SessionsTableAdapter" Name="Sessions" UserDataComponentName="SessionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Sessions" 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].[Sessions] WHERE (([SessionID] = @Original_SessionID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SessionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SessionID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Sessions] ([UserID], [DTSDtart], [DTSEnd], [DTSActivity], [MachineName], [ProcessID]) VALUES (@UserID, @DTSDtart, @DTSEnd, @DTSActivity, @MachineName, @ProcessID);
|
|
SELECT SessionID, UserID, DTSDtart, DTSEnd, DTSActivity, LastChanged, MachineName, ProcessID FROM Sessions WHERE (SessionID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTSDtart" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTSDtart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTSEnd" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTSEnd" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTSActivity" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTSActivity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@MachineName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="MachineName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ProcessID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ProcessID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT SessionID, UserID, DTSDtart, DTSEnd, DTSActivity, LastChanged, MachineName, ProcessID FROM dbo.Sessions</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Sessions] SET [UserID] = @UserID, [DTSDtart] = @DTSDtart, [DTSEnd] = @DTSEnd, [DTSActivity] = @DTSActivity, [MachineName] = @MachineName, [ProcessID] = @ProcessID WHERE (([SessionID] = @Original_SessionID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT SessionID, UserID, DTSDtart, DTSEnd, DTSActivity, LastChanged, MachineName, ProcessID FROM Sessions WHERE (SessionID = @SessionID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTSDtart" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTSDtart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTSEnd" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTSEnd" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTSActivity" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTSActivity" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@MachineName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="MachineName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ProcessID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ProcessID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_SessionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="SessionID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="SessionID" ColumnName="SessionID" DataSourceName="VEPROMS_BWD.dbo.Sessions" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SessionID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="SessionID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="SessionID" DataSetColumn="SessionID" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DTSDtart" DataSetColumn="DTSDtart" />
|
|
<Mapping SourceColumn="DTSEnd" DataSetColumn="DTSEnd" />
|
|
<Mapping SourceColumn="DTSActivity" DataSetColumn="DTSActivity" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="MachineName" DataSetColumn="MachineName" />
|
|
<Mapping SourceColumn="ProcessID" DataSetColumn="ProcessID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="StagesTableAdapter" GeneratorDataComponentClassName="StagesTableAdapter" Name="Stages" UserDataComponentName="StagesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Stages" 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].[Stages] WHERE (([StageID] = @Original_StageID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StageID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StageID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Stages] ([Name], [Description], [IsApproved], [DTS], [UserID]) VALUES (@Name, @Description, @IsApproved, @DTS, @UserID);
|
|
SELECT StageID, Name, Description, IsApproved, DTS, UserID, LastChanged FROM Stages WHERE (StageID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsApproved" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IsApproved" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT StageID, Name, Description, IsApproved, DTS, UserID, LastChanged FROM dbo.Stages</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Stages] SET [Name] = @Name, [Description] = @Description, [IsApproved] = @IsApproved, [DTS] = @DTS, [UserID] = @UserID WHERE (([StageID] = @Original_StageID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT StageID, Name, Description, IsApproved, DTS, UserID, LastChanged FROM Stages WHERE (StageID = @StageID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsApproved" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IsApproved" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_StageID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StageID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="StageID" ColumnName="StageID" DataSourceName="VEPROMS_BWD.dbo.Stages" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StageID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="StageID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="StageID" DataSetColumn="StageID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="IsApproved" DataSetColumn="IsApproved" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="tblAnnotationsTableAdapter" GeneratorDataComponentClassName="tblAnnotationsTableAdapter" Name="tblAnnotations" UserDataComponentName="tblAnnotationsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.tblAnnotations" 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].[tblAnnotations] WHERE (([AnnotationID] = @Original_AnnotationID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_AnnotationID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AnnotationID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[tblAnnotations] ([ItemID], [TypeID], [RtfText], [SearchText], [Config], [DTS], [UserID], [DeleteStatus], [ActionDTS]) VALUES (@ItemID, @TypeID, @RtfText, @SearchText, @Config, @DTS, @UserID, @DeleteStatus, @ActionDTS);
|
|
SELECT AnnotationID, ItemID, TypeID, RtfText, SearchText, Config, DTS, UserID, LastChanged, DeleteStatus, ActionDTS FROM tblAnnotations WHERE (AnnotationID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@TypeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TypeID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@RtfText" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RtfText" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@SearchText" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="SearchText" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@ActionDTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="ActionDTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT AnnotationID, ItemID, TypeID, RtfText, SearchText, Config, DTS, UserID, LastChanged, DeleteStatus, ActionDTS FROM dbo.tblAnnotations</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[tblAnnotations] SET [ItemID] = @ItemID, [TypeID] = @TypeID, [RtfText] = @RtfText, [SearchText] = @SearchText, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID, [DeleteStatus] = @DeleteStatus, [ActionDTS] = @ActionDTS WHERE (([AnnotationID] = @Original_AnnotationID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT AnnotationID, ItemID, TypeID, RtfText, SearchText, Config, DTS, UserID, LastChanged, DeleteStatus, ActionDTS FROM tblAnnotations WHERE (AnnotationID = @AnnotationID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@TypeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TypeID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@RtfText" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="RtfText" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@SearchText" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="SearchText" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@ActionDTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="ActionDTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_AnnotationID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="AnnotationID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="AnnotationID" ColumnName="AnnotationID" DataSourceName="VEPROMS_BWD.dbo.tblAnnotations" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AnnotationID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="AnnotationID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AnnotationID" DataSetColumn="AnnotationID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RtfText" DataSetColumn="RtfText" />
|
|
<Mapping SourceColumn="SearchText" DataSetColumn="SearchText" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
<Mapping SourceColumn="ActionDTS" DataSetColumn="ActionDTS" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="tblContentsTableAdapter" GeneratorDataComponentClassName="tblContentsTableAdapter" Name="tblContents" UserDataComponentName="tblContentsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.tblContents" 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].[tblContents] WHERE (([ContentID] = @Original_ContentID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[tblContents] ([Number], [Text], [Type], [FormatID], [Config], [DTS], [UserID], [DeleteStatus], [ActionDTS]) VALUES (@Number, @Text, @Type, @FormatID, @Config, @DTS, @UserID, @DeleteStatus, @ActionDTS);
|
|
SELECT ContentID, Number, Text, Type, FormatID, Config, DTS, UserID, LastChanged, DeleteStatus, ActionDTS FROM tblContents WHERE (ContentID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Number" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Number" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Text" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Text" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Type" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Type" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FormatID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@ActionDTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="ActionDTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ContentID, Number, Text, Type, FormatID, Config, DTS, UserID, LastChanged, DeleteStatus, ActionDTS FROM dbo.tblContents</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[tblContents] SET [Number] = @Number, [Text] = @Text, [Type] = @Type, [FormatID] = @FormatID, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID, [DeleteStatus] = @DeleteStatus, [ActionDTS] = @ActionDTS WHERE (([ContentID] = @Original_ContentID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT ContentID, Number, Text, Type, FormatID, Config, DTS, UserID, LastChanged, DeleteStatus, ActionDTS FROM tblContents WHERE (ContentID = @ContentID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Number" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Number" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Text" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Text" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Type" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Type" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FormatID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@ActionDTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="ActionDTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ContentID" ColumnName="ContentID" DataSourceName="VEPROMS_BWD.dbo.tblContents" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
<Mapping SourceColumn="ActionDTS" DataSetColumn="ActionDTS" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="tblDocumentsTableAdapter" GeneratorDataComponentClassName="tblDocumentsTableAdapter" Name="tblDocuments" UserDataComponentName="tblDocumentsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.tblDocuments" 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].[tblDocuments] WHERE (([DocID] = @Original_DocID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DocID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[tblDocuments] ([LibTitle], [DocContent], [DocAscii], [Config], [DTS], [UserID], [FileExtension], [DeleteStatus]) VALUES (@LibTitle, @DocContent, @DocAscii, @Config, @DTS, @UserID, @FileExtension, @DeleteStatus);
|
|
SELECT DocID, LibTitle, DocContent, DocAscii, Config, DTS, UserID, LastChanged, FileExtension, DeleteStatus FROM tblDocuments WHERE (DocID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LibTitle" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LibTitle" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@DocContent" Precision="0" ProviderType="VarBinary" Scale="0" Size="0" SourceColumn="DocContent" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DocAscii" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DocAscii" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@FileExtension" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="FileExtension" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT DocID, LibTitle, DocContent, DocAscii, Config, DTS, UserID, LastChanged, FileExtension, DeleteStatus FROM dbo.tblDocuments</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[tblDocuments] SET [LibTitle] = @LibTitle, [DocContent] = @DocContent, [DocAscii] = @DocAscii, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID, [FileExtension] = @FileExtension, [DeleteStatus] = @DeleteStatus WHERE (([DocID] = @Original_DocID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT DocID, LibTitle, DocContent, DocAscii, Config, DTS, UserID, LastChanged, FileExtension, DeleteStatus FROM tblDocuments WHERE (DocID = @DocID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LibTitle" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LibTitle" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@DocContent" Precision="0" ProviderType="VarBinary" Scale="0" Size="0" SourceColumn="DocContent" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DocAscii" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DocAscii" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@FileExtension" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="FileExtension" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DocID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DocID" ColumnName="DocID" DataSourceName="VEPROMS_BWD.dbo.tblDocuments" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="DocID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="LibTitle" DataSetColumn="LibTitle" />
|
|
<Mapping SourceColumn="DocContent" DataSetColumn="DocContent" />
|
|
<Mapping SourceColumn="DocAscii" DataSetColumn="DocAscii" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="FileExtension" DataSetColumn="FileExtension" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="tblEntriesTableAdapter" GeneratorDataComponentClassName="tblEntriesTableAdapter" Name="tblEntries" UserDataComponentName="tblEntriesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.tblEntries" 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].[tblEntries] WHERE (([ContentID] = @Original_ContentID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[tblEntries] ([ContentID], [DocID], [DTS], [UserID], [DeleteStatus]) VALUES (@ContentID, @DocID, @DTS, @UserID, @DeleteStatus);
|
|
SELECT ContentID, DocID, DTS, UserID, LastChanged, DeleteStatus FROM tblEntries WHERE (ContentID = @ContentID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ContentID, DocID, DTS, UserID, LastChanged, DeleteStatus FROM dbo.tblEntries</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[tblEntries] SET [ContentID] = @ContentID, [DocID] = @DocID, [DTS] = @DTS, [UserID] = @UserID, [DeleteStatus] = @DeleteStatus WHERE (([ContentID] = @Original_ContentID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT ContentID, DocID, DTS, UserID, LastChanged, DeleteStatus FROM tblEntries WHERE (ContentID = @ContentID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DocID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="tblGridsTableAdapter" GeneratorDataComponentClassName="tblGridsTableAdapter" Name="tblGrids" UserDataComponentName="tblGridsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.tblGrids" 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].[tblGrids] WHERE (([ContentID] = @Original_ContentID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[tblGrids] ([ContentID], [Data], [Config], [DTS], [UserID], [DeleteStatus]) VALUES (@ContentID, @Data, @Config, @DTS, @UserID, @DeleteStatus);
|
|
SELECT ContentID, Data, Config, DTS, UserID, LastChanged, DeleteStatus FROM tblGrids WHERE (ContentID = @ContentID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ContentID, Data, Config, DTS, UserID, LastChanged, DeleteStatus FROM dbo.tblGrids</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[tblGrids] SET [ContentID] = @ContentID, [Data] = @Data, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID, [DeleteStatus] = @DeleteStatus WHERE (([ContentID] = @Original_ContentID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT ContentID, Data, Config, DTS, UserID, LastChanged, DeleteStatus FROM tblGrids WHERE (ContentID = @ContentID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="tblImagesTableAdapter" GeneratorDataComponentClassName="tblImagesTableAdapter" Name="tblImages" UserDataComponentName="tblImagesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.tblImages" 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].[tblImages] WHERE (([ContentID] = @Original_ContentID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[tblImages] ([ContentID], [ImageType], [FileName], [Data], [Config], [DTS], [UserID], [DeleteStatus]) VALUES (@ContentID, @ImageType, @FileName, @Data, @Config, @DTS, @UserID, @DeleteStatus);
|
|
SELECT ContentID, ImageType, FileName, Data, Config, DTS, UserID, LastChanged, DeleteStatus FROM tblImages WHERE (ContentID = @ContentID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ImageType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ImageType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@FileName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="FileName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="VarBinary" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ContentID, ImageType, FileName, Data, Config, DTS, UserID, LastChanged, DeleteStatus FROM dbo.tblImages</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[tblImages] SET [ContentID] = @ContentID, [ImageType] = @ImageType, [FileName] = @FileName, [Data] = @Data, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID, [DeleteStatus] = @DeleteStatus WHERE (([ContentID] = @Original_ContentID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT ContentID, ImageType, FileName, Data, Config, DTS, UserID, LastChanged, DeleteStatus FROM tblImages WHERE (ContentID = @ContentID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ImageType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ImageType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@FileName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="FileName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="VarBinary" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Xml" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="Xml" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ImageType" DataSetColumn="ImageType" />
|
|
<Mapping SourceColumn="FileName" DataSetColumn="FileName" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="tblItemsTableAdapter" GeneratorDataComponentClassName="tblItemsTableAdapter" Name="tblItems" UserDataComponentName="tblItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.tblItems" 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].[tblItems] WHERE (([ItemID] = @Original_ItemID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[tblItems] ([PreviousID], [ContentID], [DTS], [UserID], [DeleteStatus]) VALUES (@PreviousID, @ContentID, @DTS, @UserID, @DeleteStatus);
|
|
SELECT ItemID, PreviousID, ContentID, DTS, UserID, LastChanged, DeleteStatus FROM tblItems WHERE (ItemID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PreviousID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PreviousID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, PreviousID, ContentID, DTS, UserID, LastChanged, DeleteStatus FROM dbo.tblItems</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[tblItems] SET [PreviousID] = @PreviousID, [ContentID] = @ContentID, [DTS] = @DTS, [UserID] = @UserID, [DeleteStatus] = @DeleteStatus WHERE (([ItemID] = @Original_ItemID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT ItemID, PreviousID, ContentID, DTS, UserID, LastChanged, DeleteStatus FROM tblItems WHERE (ItemID = @ItemID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@PreviousID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="PreviousID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="ItemID" DataSourceName="VEPROMS_BWD.dbo.tblItems" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="tblPartsTableAdapter" GeneratorDataComponentClassName="tblPartsTableAdapter" Name="tblParts" UserDataComponentName="tblPartsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.tblParts" 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].[tblParts] WHERE (([ContentID] = @Original_ContentID) AND ([FromType] = @Original_FromType) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FromType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FromType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[tblParts] ([ContentID], [FromType], [ItemID], [DTS], [UserID], [DeleteStatus]) VALUES (@ContentID, @FromType, @ItemID, @DTS, @UserID, @DeleteStatus);
|
|
SELECT ContentID, FromType, ItemID, DTS, UserID, LastChanged, DeleteStatus FROM tblParts WHERE (ContentID = @ContentID) AND (FromType = @FromType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FromType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FromType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ContentID, FromType, ItemID, DTS, UserID, LastChanged, DeleteStatus FROM dbo.tblParts</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[tblParts] SET [ContentID] = @ContentID, [FromType] = @FromType, [ItemID] = @ItemID, [DTS] = @DTS, [UserID] = @UserID, [DeleteStatus] = @DeleteStatus WHERE (([ContentID] = @Original_ContentID) AND ([FromType] = @Original_FromType) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT ContentID, FromType, ItemID, DTS, UserID, LastChanged, DeleteStatus FROM tblParts WHERE (ContentID = @ContentID) AND (FromType = @FromType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FromType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FromType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ItemID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FromType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FromType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="tblROUsagesTableAdapter" GeneratorDataComponentClassName="tblROUsagesTableAdapter" Name="tblROUsages" UserDataComponentName="tblROUsagesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.tblROUsages" 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].[tblROUsages] WHERE (([ROUsageID] = @Original_ROUsageID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ROUsageID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ROUsageID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[tblROUsages] ([ContentID], [ROID], [Config], [DTS], [UserID], [RODbID], [DeleteStatus]) VALUES (@ContentID, @ROID, @Config, @DTS, @UserID, @RODbID, @DeleteStatus);
|
|
SELECT ROUsageID, ContentID, ROID, Config, DTS, UserID, LastChanged, RODbID, DeleteStatus FROM tblROUsages WHERE (ROUsageID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ROID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ROID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RODbID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ROUsageID, ContentID, ROID, Config, DTS, UserID, LastChanged, RODbID, DeleteStatus FROM dbo.tblROUsages</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[tblROUsages] SET [ContentID] = @ContentID, [ROID] = @ROID, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID, [RODbID] = @RODbID, [DeleteStatus] = @DeleteStatus WHERE (([ROUsageID] = @Original_ROUsageID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT ROUsageID, ContentID, ROID, Config, DTS, UserID, LastChanged, RODbID, DeleteStatus FROM tblROUsages WHERE (ROUsageID = @ROUsageID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ROID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ROID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RODbID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ROUsageID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ROUsageID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ROUsageID" ColumnName="ROUsageID" DataSourceName="VEPROMS_BWD.dbo.tblROUsages" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROUsageID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="ROUsageID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROUsageID" DataSetColumn="ROUsageID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="tblTransitionsTableAdapter" GeneratorDataComponentClassName="tblTransitionsTableAdapter" Name="tblTransitions" UserDataComponentName="tblTransitionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.tblTransitions" 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].[tblTransitions] WHERE (([TransitionID] = @Original_TransitionID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_TransitionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TransitionID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[tblTransitions] ([FromID], [ToID], [RangeID], [IsRange], [TranType], [Config], [DTS], [UserID], [DeleteStatus]) VALUES (@FromID, @ToID, @RangeID, @IsRange, @TranType, @Config, @DTS, @UserID, @DeleteStatus);
|
|
SELECT TransitionID, FromID, ToID, RangeID, IsRange, TranType, Config, DTS, UserID, LastChanged, DeleteStatus FROM tblTransitions WHERE (TransitionID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FromID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FromID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ToID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ToID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RangeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RangeID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsRange" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IsRange" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@TranType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TranType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT TransitionID, FromID, ToID, RangeID, IsRange, TranType, Config, DTS, UserID, LastChanged, DeleteStatus FROM dbo.tblTransitions</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[tblTransitions] SET [FromID] = @FromID, [ToID] = @ToID, [RangeID] = @RangeID, [IsRange] = @IsRange, [TranType] = @TranType, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID, [DeleteStatus] = @DeleteStatus WHERE (([TransitionID] = @Original_TransitionID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT TransitionID, FromID, ToID, RangeID, IsRange, TranType, Config, DTS, UserID, LastChanged, DeleteStatus FROM tblTransitions WHERE (TransitionID = @TransitionID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FromID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FromID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ToID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ToID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RangeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RangeID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsRange" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IsRange" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@TranType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TranType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_TransitionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TransitionID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="TransitionID" ColumnName="TransitionID" DataSourceName="VEPROMS_BWD.dbo.tblTransitions" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TransitionID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="TransitionID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="IsRange" DataSetColumn="IsRange" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="TransitionAuditsTableAdapter" GeneratorDataComponentClassName="TransitionAuditsTableAdapter" Name="TransitionAudits" UserDataComponentName="TransitionAuditsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.TransitionAudits" 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].[TransitionAudits] WHERE (([AuditID] = @Original_AuditID) AND ([TransitionID] = @Original_TransitionID) AND ([FromID] = @Original_FromID) AND ([ToID] = @Original_ToID) AND ([RangeID] = @Original_RangeID) AND ([IsRange] = @Original_IsRange) AND ([TranType] = @Original_TranType) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([DeleteStatus] = @Original_DeleteStatus))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_TransitionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TransitionID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FromID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FromID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ToID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ToID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RangeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RangeID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IsRange" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IsRange" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_TranType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TranType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[TransitionAudits] ([TransitionID], [FromID], [ToID], [RangeID], [IsRange], [TranType], [Config], [DTS], [UserID], [DeleteStatus]) VALUES (@TransitionID, @FromID, @ToID, @RangeID, @IsRange, @TranType, @Config, @DTS, @UserID, @DeleteStatus);
|
|
SELECT AuditID, TransitionID, FromID, ToID, RangeID, IsRange, TranType, Config, DTS, UserID, DeleteStatus FROM TransitionAudits WHERE (AuditID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@TransitionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TransitionID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FromID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FromID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ToID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ToID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RangeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RangeID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsRange" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IsRange" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@TranType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TranType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT AuditID, TransitionID, FromID, ToID, RangeID, IsRange, TranType, Config, DTS, UserID, DeleteStatus FROM dbo.TransitionAudits</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[TransitionAudits] SET [TransitionID] = @TransitionID, [FromID] = @FromID, [ToID] = @ToID, [RangeID] = @RangeID, [IsRange] = @IsRange, [TranType] = @TranType, [Config] = @Config, [DTS] = @DTS, [UserID] = @UserID, [DeleteStatus] = @DeleteStatus WHERE (([AuditID] = @Original_AuditID) AND ([TransitionID] = @Original_TransitionID) AND ([FromID] = @Original_FromID) AND ([ToID] = @Original_ToID) AND ([RangeID] = @Original_RangeID) AND ([IsRange] = @Original_IsRange) AND ([TranType] = @Original_TranType) AND ([DTS] = @Original_DTS) AND ([UserID] = @Original_UserID) AND ([DeleteStatus] = @Original_DeleteStatus));
|
|
SELECT AuditID, TransitionID, FromID, ToID, RangeID, IsRange, TranType, Config, DTS, UserID, DeleteStatus FROM TransitionAudits WHERE (AuditID = @AuditID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@TransitionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TransitionID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@FromID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FromID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ToID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ToID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RangeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RangeID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsRange" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IsRange" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@TranType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TranType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int64" Direction="Input" ParameterName="@Original_AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="0" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_TransitionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TransitionID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_FromID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="FromID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ToID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ToID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_RangeID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RangeID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IsRange" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IsRange" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_TranType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TranType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_DeleteStatus" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="DeleteStatus" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="AuditID" ColumnName="AuditID" DataSourceName="VEPROMS_BWD.dbo.TransitionAudits" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@AuditID" Precision="0" ProviderType="BigInt" Scale="0" Size="8" SourceColumn="AuditID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="IsRange" DataSetColumn="IsRange" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="UsersTableAdapter" GeneratorDataComponentClassName="UsersTableAdapter" Name="Users" UserDataComponentName="UsersTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Users" 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].[Users] WHERE (([UID] = @Original_UID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_UID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Users] ([UserID], [FirstName], [MiddleName], [LastName], [Suffix], [CourtesyTitle], [PhoneNumber], [CFGName], [UserLogin], [UserName], [Config], [DTS], [UsrID]) VALUES (@UserID, @FirstName, @MiddleName, @LastName, @Suffix, @CourtesyTitle, @PhoneNumber, @CFGName, @UserLogin, @UserName, @Config, @DTS, @UsrID);
|
|
SELECT UID, UserID, FirstName, MiddleName, LastName, Suffix, CourtesyTitle, PhoneNumber, CFGName, UserLogin, UserName, Config, DTS, UsrID, LastChanged FROM Users WHERE (UID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@FirstName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="FirstName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@MiddleName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="MiddleName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LastName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LastName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Suffix" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Suffix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CourtesyTitle" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CourtesyTitle" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@PhoneNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="PhoneNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CFGName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CFGName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserLogin" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserLogin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UsrID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT UID, UserID, FirstName, MiddleName, LastName, Suffix, CourtesyTitle, PhoneNumber, CFGName, UserLogin, UserName, Config, DTS, UsrID, LastChanged FROM dbo.Users</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Users] SET [UserID] = @UserID, [FirstName] = @FirstName, [MiddleName] = @MiddleName, [LastName] = @LastName, [Suffix] = @Suffix, [CourtesyTitle] = @CourtesyTitle, [PhoneNumber] = @PhoneNumber, [CFGName] = @CFGName, [UserLogin] = @UserLogin, [UserName] = @UserName, [Config] = @Config, [DTS] = @DTS, [UsrID] = @UsrID WHERE (([UID] = @Original_UID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT UID, UserID, FirstName, MiddleName, LastName, Suffix, CourtesyTitle, PhoneNumber, CFGName, UserLogin, UserName, Config, DTS, UsrID, LastChanged FROM Users WHERE (UID = @UID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@FirstName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="FirstName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@MiddleName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="MiddleName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@LastName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="LastName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Suffix" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Suffix" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CourtesyTitle" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CourtesyTitle" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@PhoneNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="PhoneNumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@CFGName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="CFGName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserLogin" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserLogin" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Config" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UsrID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_UID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="UID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="UID" ColumnName="UID" DataSourceName="VEPROMS_BWD.dbo.Users" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@UID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="UID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="UID" DataSetColumn="UID" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="FirstName" DataSetColumn="FirstName" />
|
|
<Mapping SourceColumn="MiddleName" DataSetColumn="MiddleName" />
|
|
<Mapping SourceColumn="LastName" DataSetColumn="LastName" />
|
|
<Mapping SourceColumn="Suffix" DataSetColumn="Suffix" />
|
|
<Mapping SourceColumn="CourtesyTitle" DataSetColumn="CourtesyTitle" />
|
|
<Mapping SourceColumn="PhoneNumber" DataSetColumn="PhoneNumber" />
|
|
<Mapping SourceColumn="CFGName" DataSetColumn="CFGName" />
|
|
<Mapping SourceColumn="UserLogin" DataSetColumn="UserLogin" />
|
|
<Mapping SourceColumn="UserName" DataSetColumn="UserName" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VersionsTableAdapter" GeneratorDataComponentClassName="VersionsTableAdapter" Name="Versions" UserDataComponentName="VersionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Versions" 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].[Versions] WHERE (([VersionID] = @Original_VersionID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_VersionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VersionID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[Versions] ([RevisionID], [StageID], [PDF], [SummaryPDF], [DTS], [UserID], [ApprovedXML]) VALUES (@RevisionID, @StageID, @PDF, @SummaryPDF, @DTS, @UserID, @ApprovedXML);
|
|
SELECT VersionID, RevisionID, StageID, PDF, SummaryPDF, DTS, UserID, LastChanged, ApprovedXML FROM Versions WHERE (VersionID = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RevisionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RevisionID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StageID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StageID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@PDF" Precision="0" ProviderType="VarBinary" Scale="0" Size="0" SourceColumn="PDF" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@SummaryPDF" Precision="0" ProviderType="VarBinary" Scale="0" Size="0" SourceColumn="SummaryPDF" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ApprovedXML" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ApprovedXML" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT VersionID, RevisionID, StageID, PDF, SummaryPDF, DTS, UserID, LastChanged, ApprovedXML FROM dbo.Versions</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[Versions] SET [RevisionID] = @RevisionID, [StageID] = @StageID, [PDF] = @PDF, [SummaryPDF] = @SummaryPDF, [DTS] = @DTS, [UserID] = @UserID, [ApprovedXML] = @ApprovedXML WHERE (([VersionID] = @Original_VersionID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT VersionID, RevisionID, StageID, PDF, SummaryPDF, DTS, UserID, LastChanged, ApprovedXML FROM Versions WHERE (VersionID = @VersionID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@RevisionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="RevisionID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StageID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StageID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@PDF" Precision="0" ProviderType="VarBinary" Scale="0" Size="0" SourceColumn="PDF" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@SummaryPDF" Precision="0" ProviderType="VarBinary" Scale="0" Size="0" SourceColumn="SummaryPDF" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="DTS" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="UserID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ApprovedXML" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ApprovedXML" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_VersionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="VersionID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="VersionID" ColumnName="VersionID" DataSourceName="VEPROMS_BWD.dbo.Versions" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="VersionID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="StageID" DataSetColumn="StageID" />
|
|
<Mapping SourceColumn="PDF" DataSetColumn="PDF" />
|
|
<Mapping SourceColumn="SummaryPDF" DataSetColumn="SummaryPDF" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ApprovedXML" DataSetColumn="ApprovedXML" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ZContentsTableAdapter" GeneratorDataComponentClassName="ZContentsTableAdapter" Name="ZContents" UserDataComponentName="ZContentsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ZContents" 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].[ZContents] WHERE (([ContentID] = @Original_ContentID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[ZContents] ([ContentID], [OldStepSequence]) VALUES (@ContentID, @OldStepSequence);
|
|
SELECT ContentID, OldStepSequence, LastChanged FROM ZContents WHERE (ContentID = @ContentID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@OldStepSequence" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="OldStepSequence" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ContentID, OldStepSequence, LastChanged FROM dbo.ZContents</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[ZContents] SET [ContentID] = @ContentID, [OldStepSequence] = @OldStepSequence WHERE (([ContentID] = @Original_ContentID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT ContentID, OldStepSequence, LastChanged FROM ZContents WHERE (ContentID = @ContentID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@OldStepSequence" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="OldStepSequence" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ContentID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ContentID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="OldStepSequence" DataSetColumn="OldStepSequence" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ZTransitionsTableAdapter" GeneratorDataComponentClassName="ZTransitionsTableAdapter" Name="ZTransitions" UserDataComponentName="ZTransitionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ZTransitions" 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].[ZTransitions] WHERE (([TransitionID] = @Original_TransitionID) AND ([LastChanged] = @Original_LastChanged))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_TransitionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TransitionID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[ZTransitions] ([TransitionID], [oldto]) VALUES (@TransitionID, @oldto);
|
|
SELECT TransitionID, oldto, LastChanged FROM ZTransitions WHERE (TransitionID = @TransitionID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@TransitionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TransitionID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@oldto" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="oldto" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT TransitionID, oldto, LastChanged FROM dbo.ZTransitions</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[ZTransitions] SET [TransitionID] = @TransitionID, [oldto] = @oldto WHERE (([TransitionID] = @Original_TransitionID) AND ([LastChanged] = @Original_LastChanged));
|
|
SELECT TransitionID, oldto, LastChanged FROM ZTransitions WHERE (TransitionID = @TransitionID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@TransitionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TransitionID" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@oldto" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="oldto" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_TransitionID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TransitionID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Original_LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="0" SourceColumn="LastChanged" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="oldto" DataSetColumn="oldto" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="addFiguresByROFstIDandImageIDsTableAdapter" GeneratorDataComponentClassName="addFiguresByROFstIDandImageIDsTableAdapter" Name="addFiguresByROFstIDandImageIDs" UserDataComponentName="addFiguresByROFstIDandImageIDsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addFiguresByROFstIDandImageIDs" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addFiguresByROFstIDandImageIDs</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@ImageIDs" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FigureID" DataSetColumn="FigureID" />
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="ImageID" DataSetColumn="ImageID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="addItemChildTableAdapter" GeneratorDataComponentClassName="addItemChildTableAdapter" Name="addItemChild" UserDataComponentName="addItemChildTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addItemChild" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addItemChild</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Number" Precision="0" ProviderType="NVarChar" Scale="0" Size="256" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Text" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FromType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Type" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="addItemSiblingAfterTableAdapter" GeneratorDataComponentClassName="addItemSiblingAfterTableAdapter" Name="addItemSiblingAfter" UserDataComponentName="addItemSiblingAfterTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addItemSiblingAfter" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addItemSiblingAfter</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Number" Precision="0" ProviderType="NVarChar" Scale="0" Size="256" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Text" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Type" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="addItemSiblingBeforeTableAdapter" GeneratorDataComponentClassName="addItemSiblingBeforeTableAdapter" Name="addItemSiblingBefore" UserDataComponentName="addItemSiblingBeforeTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addItemSiblingBefore" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addItemSiblingBefore</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Number" Precision="0" ProviderType="NVarChar" Scale="0" Size="256" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Text" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Type" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ClearCBOverrideForProcedureTableAdapter" GeneratorDataComponentClassName="ClearCBOverrideForProcedureTableAdapter" Name="ClearCBOverrideForProcedure" UserDataComponentName="ClearCBOverrideForProcedureTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ClearCBOverrideForProcedure" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ClearCBOverrideForProcedure</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="DeleteItemAndChildrenTestTableAdapter" GeneratorDataComponentClassName="DeleteItemAndChildrenTestTableAdapter" Name="DeleteItemAndChildrenTest" UserDataComponentName="DeleteItemAndChildrenTestTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.DeleteItemAndChildrenTest" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.DeleteItemAndChildrenTest</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="VarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FromPath" DataSetColumn="FromPath" />
|
|
<Mapping SourceColumn="ToPath" DataSetColumn="ToPath" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsAnnotationTableAdapter" GeneratorDataComponentClassName="existsAnnotationTableAdapter" Name="existsAnnotation" UserDataComponentName="existsAnnotationTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsAnnotation" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsAnnotation</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AnnotationID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsAnnotationTypeTableAdapter" GeneratorDataComponentClassName="existsAnnotationTypeTableAdapter" Name="existsAnnotationType" UserDataComponentName="existsAnnotationTypeTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsAnnotationType" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsAnnotationType</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TypeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsAssignmentTableAdapter" GeneratorDataComponentClassName="existsAssignmentTableAdapter" Name="existsAssignment" UserDataComponentName="existsAssignmentTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsAssignment" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsAssignment</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsAssociationTableAdapter" GeneratorDataComponentClassName="existsAssociationTableAdapter" Name="existsAssociation" UserDataComponentName="existsAssociationTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsAssociation" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsAssociation</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AssociationID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsCheckTableAdapter" GeneratorDataComponentClassName="existsCheckTableAdapter" Name="existsCheck" UserDataComponentName="existsCheckTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsCheck" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsCheck</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@CheckID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsConnectionTableAdapter" GeneratorDataComponentClassName="existsConnectionTableAdapter" Name="existsConnection" UserDataComponentName="existsConnectionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsConnection" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsConnection</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DBID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsContentTableAdapter" GeneratorDataComponentClassName="existsContentTableAdapter" Name="existsContent" UserDataComponentName="existsContentTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsContent" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsContent</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsDetailTableAdapter" GeneratorDataComponentClassName="existsDetailTableAdapter" Name="existsDetail" UserDataComponentName="existsDetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsDetail" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsDetail</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DetailID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsDocumentTableAdapter" GeneratorDataComponentClassName="existsDocumentTableAdapter" Name="existsDocument" UserDataComponentName="existsDocumentTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsDocument" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsDocument</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsDocVersionTableAdapter" GeneratorDataComponentClassName="existsDocVersionTableAdapter" Name="existsDocVersion" UserDataComponentName="existsDocVersionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsDocVersion" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsDocVersion</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsDROUsageTableAdapter" GeneratorDataComponentClassName="existsDROUsageTableAdapter" Name="existsDROUsage" UserDataComponentName="existsDROUsageTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsDROUsage" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsDROUsage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DROUsageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsEntryTableAdapter" GeneratorDataComponentClassName="existsEntryTableAdapter" Name="existsEntry" UserDataComponentName="existsEntryTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsEntry" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsEntry</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsFigureTableAdapter" GeneratorDataComponentClassName="existsFigureTableAdapter" Name="existsFigure" UserDataComponentName="existsFigureTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsFigure" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsFigure</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FigureID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsFolderTableAdapter" GeneratorDataComponentClassName="existsFolderTableAdapter" Name="existsFolder" UserDataComponentName="existsFolderTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsFolder" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsFolder</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FolderID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsFormatTableAdapter" GeneratorDataComponentClassName="existsFormatTableAdapter" Name="existsFormat" UserDataComponentName="existsFormatTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsFormat" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsFormat</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsGridTableAdapter" GeneratorDataComponentClassName="existsGridTableAdapter" Name="existsGrid" UserDataComponentName="existsGridTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsGrid" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsGrid</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsGroupTableAdapter" GeneratorDataComponentClassName="existsGroupTableAdapter" Name="existsGroup" UserDataComponentName="existsGroupTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsGroup" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsGroup</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsImageTableAdapter" GeneratorDataComponentClassName="existsImageTableAdapter" Name="existsImage" UserDataComponentName="existsImageTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsImage" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsImage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsItemTableAdapter" GeneratorDataComponentClassName="existsItemTableAdapter" Name="existsItem" UserDataComponentName="existsItemTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsItem" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsItem</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsMembershipTableAdapter" GeneratorDataComponentClassName="existsMembershipTableAdapter" Name="existsMembership" UserDataComponentName="existsMembershipTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsMembership" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsMembership</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@UGID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsOwnerTableAdapter" GeneratorDataComponentClassName="existsOwnerTableAdapter" Name="existsOwner" UserDataComponentName="existsOwnerTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsOwner" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsOwner</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OwnerID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsPartTableAdapter" GeneratorDataComponentClassName="existsPartTableAdapter" Name="existsPart" UserDataComponentName="existsPartTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsPart" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsPart</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FromType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsPdfTableAdapter" GeneratorDataComponentClassName="existsPdfTableAdapter" Name="existsPdf" UserDataComponentName="existsPdfTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsPdf" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsPdf</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DebugStatus" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TopRow" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PageLength" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@LeftMargin" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PageWidth" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsPermissionTableAdapter" GeneratorDataComponentClassName="existsPermissionTableAdapter" Name="existsPermission" UserDataComponentName="existsPermissionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsPermission" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsPermission</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsRevisionTableAdapter" GeneratorDataComponentClassName="existsRevisionTableAdapter" Name="existsRevision" UserDataComponentName="existsRevisionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsRevision" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsRevision</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RevisionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsRODbTableAdapter" GeneratorDataComponentClassName="existsRODbTableAdapter" Name="existsRODb" UserDataComponentName="existsRODbTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsRODb" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsRODb</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsROFstTableAdapter" GeneratorDataComponentClassName="existsROFstTableAdapter" Name="existsROFst" UserDataComponentName="existsROFstTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsROFst" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsROFst</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsROImageTableAdapter" GeneratorDataComponentClassName="existsROImageTableAdapter" Name="existsROImage" UserDataComponentName="existsROImageTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsROImage" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsROImage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ImageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsRoleTableAdapter" GeneratorDataComponentClassName="existsRoleTableAdapter" Name="existsRole" UserDataComponentName="existsRoleTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsRole" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsRole</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsRoUsageTableAdapter" GeneratorDataComponentClassName="existsRoUsageTableAdapter" Name="existsRoUsage" UserDataComponentName="existsRoUsageTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsRoUsage" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsRoUsage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROUsageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsSessionTableAdapter" GeneratorDataComponentClassName="existsSessionTableAdapter" Name="existsSession" UserDataComponentName="existsSessionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsSession" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsSession</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SessionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsStageTableAdapter" GeneratorDataComponentClassName="existsStageTableAdapter" Name="existsStage" UserDataComponentName="existsStageTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsStage" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsStage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsTransitionTableAdapter" GeneratorDataComponentClassName="existsTransitionTableAdapter" Name="existsTransition" UserDataComponentName="existsTransitionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsTransition" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsTransition</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TransitionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsUserTableAdapter" GeneratorDataComponentClassName="existsUserTableAdapter" Name="existsUser" UserDataComponentName="existsUserTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsUser" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsUser</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@UID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsVersionTableAdapter" GeneratorDataComponentClassName="existsVersionTableAdapter" Name="existsVersion" UserDataComponentName="existsVersionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsVersion" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsVersion</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsZContentTableAdapter" GeneratorDataComponentClassName="existsZContentTableAdapter" Name="existsZContent" UserDataComponentName="existsZContentTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsZContent" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsZContent</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="existsZTransitionTableAdapter" GeneratorDataComponentClassName="existsZTransitionTableAdapter" Name="existsZTransition" UserDataComponentName="existsZTransitionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.existsZTransition" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.existsZTransition</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TransitionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Column1" DataSetColumn="Column1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAffectedDRoUsagesTableAdapter" GeneratorDataComponentClassName="getAffectedDRoUsagesTableAdapter" Name="getAffectedDRoUsages" UserDataComponentName="getAffectedDRoUsagesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAffectedDRoUsages" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAffectedDRoUsages</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@ROID" Precision="0" ProviderType="NVarChar" Scale="0" Size="16" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@RODesc" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Command" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@VersionList" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DROUsageID" DataSetColumn="DROUsageID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="Document_LibTitle" DataSetColumn="Document_LibTitle" />
|
|
<Mapping SourceColumn="Document_DocContent" DataSetColumn="Document_DocContent" />
|
|
<Mapping SourceColumn="Document_DocAscii" DataSetColumn="Document_DocAscii" />
|
|
<Mapping SourceColumn="Document_Config" DataSetColumn="Document_Config" />
|
|
<Mapping SourceColumn="Document_DTS" DataSetColumn="Document_DTS" />
|
|
<Mapping SourceColumn="Document_UserID" DataSetColumn="Document_UserID" />
|
|
<Mapping SourceColumn="Document_FileExtension" DataSetColumn="Document_FileExtension" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAffectedRoUsagesTableAdapter" GeneratorDataComponentClassName="getAffectedRoUsagesTableAdapter" Name="getAffectedRoUsages" UserDataComponentName="getAffectedRoUsagesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAffectedRoUsages" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAffectedRoUsages</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@ROID" Precision="0" ProviderType="NVarChar" Scale="0" Size="16" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@RODesc" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Command" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@VersionList" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROUsageID" DataSetColumn="ROUsageID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="Content_Number" DataSetColumn="Content_Number" />
|
|
<Mapping SourceColumn="Content_Text" DataSetColumn="Content_Text" />
|
|
<Mapping SourceColumn="Content_Type" DataSetColumn="Content_Type" />
|
|
<Mapping SourceColumn="Content_FormatID" DataSetColumn="Content_FormatID" />
|
|
<Mapping SourceColumn="Content_Config" DataSetColumn="Content_Config" />
|
|
<Mapping SourceColumn="Content_DTS" DataSetColumn="Content_DTS" />
|
|
<Mapping SourceColumn="Content_UserID" DataSetColumn="Content_UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAffectedTransitionsTableAdapter" GeneratorDataComponentClassName="getAffectedTransitionsTableAdapter" Name="getAffectedTransitions" UserDataComponentName="getAffectedTransitionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAffectedTransitions" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAffectedTransitions</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="IsRange" DataSetColumn="IsRange" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ZTransitionCount" DataSetColumn="ZTransitionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAllFormatsTableAdapter" GeneratorDataComponentClassName="getAllFormatsTableAdapter" Name="getAllFormats" UserDataComponentName="getAllFormatsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAllFormats" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAllFormats</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="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="GenMac" DataSetColumn="GenMac" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ApplicablePlant" DataSetColumn="ApplicablePlant" />
|
|
<Mapping SourceColumn="ContentCount" DataSetColumn="ContentCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="FolderCount" DataSetColumn="FolderCount" />
|
|
<Mapping SourceColumn="ChildCount" DataSetColumn="ChildCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAnnotationTableAdapter" GeneratorDataComponentClassName="getAnnotationTableAdapter" Name="getAnnotation" UserDataComponentName="getAnnotationTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAnnotation" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAnnotation</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AnnotationID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AnnotationID" DataSetColumn="AnnotationID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RtfText" DataSetColumn="RtfText" />
|
|
<Mapping SourceColumn="SearchText" DataSetColumn="SearchText" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAnnotationAuditTableAdapter" GeneratorDataComponentClassName="getAnnotationAuditTableAdapter" Name="getAnnotationAudit" UserDataComponentName="getAnnotationAuditTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAnnotationAudit" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAnnotationAudit</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@AuditID" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="AnnotationID" DataSetColumn="AnnotationID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RtfText" DataSetColumn="RtfText" />
|
|
<Mapping SourceColumn="SearchText" DataSetColumn="SearchText" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAnnotationAuditsTableAdapter" GeneratorDataComponentClassName="getAnnotationAuditsTableAdapter" Name="getAnnotationAudits" UserDataComponentName="getAnnotationAuditsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAnnotationAudits" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAnnotationAudits</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="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="AnnotationID" DataSetColumn="AnnotationID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RtfText" DataSetColumn="RtfText" />
|
|
<Mapping SourceColumn="SearchText" DataSetColumn="SearchText" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAnnotationAuditsByAnnotationIDTableAdapter" GeneratorDataComponentClassName="getAnnotationAuditsByAnnotationIDTableAdapter" Name="getAnnotationAuditsByAnnotationID" UserDataComponentName="getAnnotationAuditsByAnnotationIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAnnotationAuditsByAnnotationID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAnnotationAuditsByAnnotationID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AnnotationID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="AnnotationID" DataSetColumn="AnnotationID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RtfText" DataSetColumn="RtfText" />
|
|
<Mapping SourceColumn="SearchText" DataSetColumn="SearchText" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAnnotationAuditsByItemIDTableAdapter" GeneratorDataComponentClassName="getAnnotationAuditsByItemIDTableAdapter" Name="getAnnotationAuditsByItemID" UserDataComponentName="getAnnotationAuditsByItemIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAnnotationAuditsByItemID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAnnotationAuditsByItemID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="AnnotationID" DataSetColumn="AnnotationID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RtfText" DataSetColumn="RtfText" />
|
|
<Mapping SourceColumn="SearchText" DataSetColumn="SearchText" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAnnotationAuditsChronologyByItemIDTableAdapter" GeneratorDataComponentClassName="getAnnotationAuditsChronologyByItemIDTableAdapter" Name="getAnnotationAuditsChronologyByItemID" UserDataComponentName="getAnnotationAuditsChronologyByItemIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAnnotationAuditsChronologyByItemID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAnnotationAuditsChronologyByItemID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ProcItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ActionWhat" DataSetColumn="ActionWhat" />
|
|
<Mapping SourceColumn="ActionWhen" DataSetColumn="ActionWhen" />
|
|
<Mapping SourceColumn="auditid" DataSetColumn="auditid" />
|
|
<Mapping SourceColumn="annotationid" DataSetColumn="annotationid" />
|
|
<Mapping SourceColumn="itemid" DataSetColumn="itemid" />
|
|
<Mapping SourceColumn="typeid" DataSetColumn="typeid" />
|
|
<Mapping SourceColumn="rtftext" DataSetColumn="rtftext" />
|
|
<Mapping SourceColumn="searchtext" DataSetColumn="searchtext" />
|
|
<Mapping SourceColumn="config" DataSetColumn="config" />
|
|
<Mapping SourceColumn="dts" DataSetColumn="dts" />
|
|
<Mapping SourceColumn="userid" DataSetColumn="userid" />
|
|
<Mapping SourceColumn="deletestatus" DataSetColumn="deletestatus" />
|
|
<Mapping SourceColumn="ActionDTS" DataSetColumn="ActionDTS" />
|
|
<Mapping SourceColumn="icontentid" DataSetColumn="icontentid" />
|
|
<Mapping SourceColumn="ItemDTS" DataSetColumn="ItemDTS" />
|
|
<Mapping SourceColumn="LastAuditID" DataSetColumn="LastAuditID" />
|
|
<Mapping SourceColumn="DeletedAuditID" DataSetColumn="DeletedAuditID" />
|
|
<Mapping SourceColumn="ordinalpath" DataSetColumn="ordinalpath" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAnnotationAuditsChronologyByItemIDandUnitIDTableAdapter" GeneratorDataComponentClassName="getAnnotationAuditsChronologyByItemIDandUnitIDTableAdapter" Name="getAnnotationAuditsChronologyByItemIDandUnitID" UserDataComponentName="getAnnotationAuditsChronologyByItemIDandUnitIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAnnotationAuditsChronologyByItemIDandUnitID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAnnotationAuditsChronologyByItemIDandUnitID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ProcItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@UnitID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ActionWhat" DataSetColumn="ActionWhat" />
|
|
<Mapping SourceColumn="ActionWhen" DataSetColumn="ActionWhen" />
|
|
<Mapping SourceColumn="auditid" DataSetColumn="auditid" />
|
|
<Mapping SourceColumn="annotationid" DataSetColumn="annotationid" />
|
|
<Mapping SourceColumn="itemid" DataSetColumn="itemid" />
|
|
<Mapping SourceColumn="typeid" DataSetColumn="typeid" />
|
|
<Mapping SourceColumn="rtftext" DataSetColumn="rtftext" />
|
|
<Mapping SourceColumn="searchtext" DataSetColumn="searchtext" />
|
|
<Mapping SourceColumn="config" DataSetColumn="config" />
|
|
<Mapping SourceColumn="dts" DataSetColumn="dts" />
|
|
<Mapping SourceColumn="userid" DataSetColumn="userid" />
|
|
<Mapping SourceColumn="deletestatus" DataSetColumn="deletestatus" />
|
|
<Mapping SourceColumn="ActionDTS" DataSetColumn="ActionDTS" />
|
|
<Mapping SourceColumn="icontentid" DataSetColumn="icontentid" />
|
|
<Mapping SourceColumn="ItemDTS" DataSetColumn="ItemDTS" />
|
|
<Mapping SourceColumn="LastAuditID" DataSetColumn="LastAuditID" />
|
|
<Mapping SourceColumn="DeletedAuditID" DataSetColumn="DeletedAuditID" />
|
|
<Mapping SourceColumn="ordinalpath" DataSetColumn="ordinalpath" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAnnotationsTableAdapter" GeneratorDataComponentClassName="getAnnotationsTableAdapter" Name="getAnnotations" UserDataComponentName="getAnnotationsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAnnotations" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAnnotations</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="AnnotationID" DataSetColumn="AnnotationID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RtfText" DataSetColumn="RtfText" />
|
|
<Mapping SourceColumn="SearchText" DataSetColumn="SearchText" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAnnotationsByItemIDTableAdapter" GeneratorDataComponentClassName="getAnnotationsByItemIDTableAdapter" Name="getAnnotationsByItemID" UserDataComponentName="getAnnotationsByItemIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAnnotationsByItemID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAnnotationsByItemID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AnnotationID" DataSetColumn="AnnotationID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RtfText" DataSetColumn="RtfText" />
|
|
<Mapping SourceColumn="SearchText" DataSetColumn="SearchText" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationType_Name" DataSetColumn="AnnotationType_Name" />
|
|
<Mapping SourceColumn="AnnotationType_Config" DataSetColumn="AnnotationType_Config" />
|
|
<Mapping SourceColumn="AnnotationType_DTS" DataSetColumn="AnnotationType_DTS" />
|
|
<Mapping SourceColumn="AnnotationType_UserID" DataSetColumn="AnnotationType_UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAnnotationsByTypeIDTableAdapter" GeneratorDataComponentClassName="getAnnotationsByTypeIDTableAdapter" Name="getAnnotationsByTypeID" UserDataComponentName="getAnnotationsByTypeIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAnnotationsByTypeID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAnnotationsByTypeID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TypeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AnnotationID" DataSetColumn="AnnotationID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RtfText" DataSetColumn="RtfText" />
|
|
<Mapping SourceColumn="SearchText" DataSetColumn="SearchText" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Item_PreviousID" DataSetColumn="Item_PreviousID" />
|
|
<Mapping SourceColumn="Item_ContentID" DataSetColumn="Item_ContentID" />
|
|
<Mapping SourceColumn="Item_DTS" DataSetColumn="Item_DTS" />
|
|
<Mapping SourceColumn="Item_UserID" DataSetColumn="Item_UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAnnotationTypeTableAdapter" GeneratorDataComponentClassName="getAnnotationTypeTableAdapter" Name="getAnnotationType" UserDataComponentName="getAnnotationTypeTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAnnotationType" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAnnotationType</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TypeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAnnotationTypeByNameTableAdapter" GeneratorDataComponentClassName="getAnnotationTypeByNameTableAdapter" Name="getAnnotationTypeByName" UserDataComponentName="getAnnotationTypeByNameTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAnnotationTypeByName" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAnnotationTypeByName</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAnnotationTypesTableAdapter" GeneratorDataComponentClassName="getAnnotationTypesTableAdapter" Name="getAnnotationTypes" UserDataComponentName="getAnnotationTypesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAnnotationTypes" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAnnotationTypes</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="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAssignmentTableAdapter" GeneratorDataComponentClassName="getAssignmentTableAdapter" Name="getAssignment" UserDataComponentName="getAssignmentTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAssignment" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAssignment</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AID" DataSetColumn="AID" />
|
|
<Mapping SourceColumn="GID" DataSetColumn="GID" />
|
|
<Mapping SourceColumn="RID" DataSetColumn="RID" />
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="StartDate" DataSetColumn="StartDate" />
|
|
<Mapping SourceColumn="EndDate" DataSetColumn="EndDate" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAssignmentsTableAdapter" GeneratorDataComponentClassName="getAssignmentsTableAdapter" Name="getAssignments" UserDataComponentName="getAssignmentsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAssignments" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAssignments</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="AID" DataSetColumn="AID" />
|
|
<Mapping SourceColumn="GID" DataSetColumn="GID" />
|
|
<Mapping SourceColumn="RID" DataSetColumn="RID" />
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="StartDate" DataSetColumn="StartDate" />
|
|
<Mapping SourceColumn="EndDate" DataSetColumn="EndDate" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAssignmentsByFolderIDTableAdapter" GeneratorDataComponentClassName="getAssignmentsByFolderIDTableAdapter" Name="getAssignmentsByFolderID" UserDataComponentName="getAssignmentsByFolderIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAssignmentsByFolderID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAssignmentsByFolderID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FolderID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AID" DataSetColumn="AID" />
|
|
<Mapping SourceColumn="GID" DataSetColumn="GID" />
|
|
<Mapping SourceColumn="RID" DataSetColumn="RID" />
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="StartDate" DataSetColumn="StartDate" />
|
|
<Mapping SourceColumn="EndDate" DataSetColumn="EndDate" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Group_GroupName" DataSetColumn="Group_GroupName" />
|
|
<Mapping SourceColumn="Group_GroupType" DataSetColumn="Group_GroupType" />
|
|
<Mapping SourceColumn="Group_Config" DataSetColumn="Group_Config" />
|
|
<Mapping SourceColumn="Group_DTS" DataSetColumn="Group_DTS" />
|
|
<Mapping SourceColumn="Group_UsrID" DataSetColumn="Group_UsrID" />
|
|
<Mapping SourceColumn="Role_Name" DataSetColumn="Role_Name" />
|
|
<Mapping SourceColumn="Role_Title" DataSetColumn="Role_Title" />
|
|
<Mapping SourceColumn="Role_DTS" DataSetColumn="Role_DTS" />
|
|
<Mapping SourceColumn="Role_UsrID" DataSetColumn="Role_UsrID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAssignmentsByGIDTableAdapter" GeneratorDataComponentClassName="getAssignmentsByGIDTableAdapter" Name="getAssignmentsByGID" UserDataComponentName="getAssignmentsByGIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAssignmentsByGID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAssignmentsByGID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AID" DataSetColumn="AID" />
|
|
<Mapping SourceColumn="GID" DataSetColumn="GID" />
|
|
<Mapping SourceColumn="RID" DataSetColumn="RID" />
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="StartDate" DataSetColumn="StartDate" />
|
|
<Mapping SourceColumn="EndDate" DataSetColumn="EndDate" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Folder_ParentID" DataSetColumn="Folder_ParentID" />
|
|
<Mapping SourceColumn="Folder_DBID" DataSetColumn="Folder_DBID" />
|
|
<Mapping SourceColumn="Folder_Name" DataSetColumn="Folder_Name" />
|
|
<Mapping SourceColumn="Folder_Title" DataSetColumn="Folder_Title" />
|
|
<Mapping SourceColumn="Folder_ShortName" DataSetColumn="Folder_ShortName" />
|
|
<Mapping SourceColumn="Folder_FormatID" DataSetColumn="Folder_FormatID" />
|
|
<Mapping SourceColumn="Folder_ManualOrder" DataSetColumn="Folder_ManualOrder" />
|
|
<Mapping SourceColumn="Folder_Config" DataSetColumn="Folder_Config" />
|
|
<Mapping SourceColumn="Folder_DTS" DataSetColumn="Folder_DTS" />
|
|
<Mapping SourceColumn="Folder_UsrID" DataSetColumn="Folder_UsrID" />
|
|
<Mapping SourceColumn="Role_Name" DataSetColumn="Role_Name" />
|
|
<Mapping SourceColumn="Role_Title" DataSetColumn="Role_Title" />
|
|
<Mapping SourceColumn="Role_DTS" DataSetColumn="Role_DTS" />
|
|
<Mapping SourceColumn="Role_UsrID" DataSetColumn="Role_UsrID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAssignmentsByRIDTableAdapter" GeneratorDataComponentClassName="getAssignmentsByRIDTableAdapter" Name="getAssignmentsByRID" UserDataComponentName="getAssignmentsByRIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAssignmentsByRID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAssignmentsByRID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AID" DataSetColumn="AID" />
|
|
<Mapping SourceColumn="GID" DataSetColumn="GID" />
|
|
<Mapping SourceColumn="RID" DataSetColumn="RID" />
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="StartDate" DataSetColumn="StartDate" />
|
|
<Mapping SourceColumn="EndDate" DataSetColumn="EndDate" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Folder_ParentID" DataSetColumn="Folder_ParentID" />
|
|
<Mapping SourceColumn="Folder_DBID" DataSetColumn="Folder_DBID" />
|
|
<Mapping SourceColumn="Folder_Name" DataSetColumn="Folder_Name" />
|
|
<Mapping SourceColumn="Folder_Title" DataSetColumn="Folder_Title" />
|
|
<Mapping SourceColumn="Folder_ShortName" DataSetColumn="Folder_ShortName" />
|
|
<Mapping SourceColumn="Folder_FormatID" DataSetColumn="Folder_FormatID" />
|
|
<Mapping SourceColumn="Folder_ManualOrder" DataSetColumn="Folder_ManualOrder" />
|
|
<Mapping SourceColumn="Folder_Config" DataSetColumn="Folder_Config" />
|
|
<Mapping SourceColumn="Folder_DTS" DataSetColumn="Folder_DTS" />
|
|
<Mapping SourceColumn="Folder_UsrID" DataSetColumn="Folder_UsrID" />
|
|
<Mapping SourceColumn="Group_GroupName" DataSetColumn="Group_GroupName" />
|
|
<Mapping SourceColumn="Group_GroupType" DataSetColumn="Group_GroupType" />
|
|
<Mapping SourceColumn="Group_Config" DataSetColumn="Group_Config" />
|
|
<Mapping SourceColumn="Group_DTS" DataSetColumn="Group_DTS" />
|
|
<Mapping SourceColumn="Group_UsrID" DataSetColumn="Group_UsrID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAssociationTableAdapter" GeneratorDataComponentClassName="getAssociationTableAdapter" Name="getAssociation" UserDataComponentName="getAssociationTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAssociation" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAssociation</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AssociationID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AssociationID" DataSetColumn="AssociationID" />
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAssociationByVersionID_ROFstIDTableAdapter" GeneratorDataComponentClassName="getAssociationByVersionID_ROFstIDTableAdapter" Name="getAssociationByVersionID_ROFstID" UserDataComponentName="getAssociationByVersionID_ROFstIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAssociationByVersionID_ROFstID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAssociationByVersionID_ROFstID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AssociationID" DataSetColumn="AssociationID" />
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAssociationsTableAdapter" GeneratorDataComponentClassName="getAssociationsTableAdapter" Name="getAssociations" UserDataComponentName="getAssociationsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAssociations" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAssociations</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="AssociationID" DataSetColumn="AssociationID" />
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAssociationsByROFstIDTableAdapter" GeneratorDataComponentClassName="getAssociationsByROFstIDTableAdapter" Name="getAssociationsByROFstID" UserDataComponentName="getAssociationsByROFstIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAssociationsByROFstID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAssociationsByROFstID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AssociationID" DataSetColumn="AssociationID" />
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DocVersion_FolderID" DataSetColumn="DocVersion_FolderID" />
|
|
<Mapping SourceColumn="DocVersion_VersionType" DataSetColumn="DocVersion_VersionType" />
|
|
<Mapping SourceColumn="DocVersion_Name" DataSetColumn="DocVersion_Name" />
|
|
<Mapping SourceColumn="DocVersion_Title" DataSetColumn="DocVersion_Title" />
|
|
<Mapping SourceColumn="DocVersion_ItemID" DataSetColumn="DocVersion_ItemID" />
|
|
<Mapping SourceColumn="DocVersion_FormatID" DataSetColumn="DocVersion_FormatID" />
|
|
<Mapping SourceColumn="DocVersion_Config" DataSetColumn="DocVersion_Config" />
|
|
<Mapping SourceColumn="DocVersion_DTS" DataSetColumn="DocVersion_DTS" />
|
|
<Mapping SourceColumn="DocVersion_UserID" DataSetColumn="DocVersion_UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getAssociationsByVersionIDTableAdapter" GeneratorDataComponentClassName="getAssociationsByVersionIDTableAdapter" Name="getAssociationsByVersionID" UserDataComponentName="getAssociationsByVersionIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getAssociationsByVersionID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getAssociationsByVersionID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AssociationID" DataSetColumn="AssociationID" />
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getCheckTableAdapter" GeneratorDataComponentClassName="getCheckTableAdapter" Name="getCheck" UserDataComponentName="getCheckTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getCheck" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getCheck</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@CheckID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="CheckID" DataSetColumn="CheckID" />
|
|
<Mapping SourceColumn="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="StageID" DataSetColumn="StageID" />
|
|
<Mapping SourceColumn="ConsistencyChecks" DataSetColumn="ConsistencyChecks" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getChecksTableAdapter" GeneratorDataComponentClassName="getChecksTableAdapter" Name="getChecks" UserDataComponentName="getChecksTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getChecks" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getChecks</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="CheckID" DataSetColumn="CheckID" />
|
|
<Mapping SourceColumn="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="StageID" DataSetColumn="StageID" />
|
|
<Mapping SourceColumn="ConsistencyChecks" DataSetColumn="ConsistencyChecks" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getChecksByRevisionIDTableAdapter" GeneratorDataComponentClassName="getChecksByRevisionIDTableAdapter" Name="getChecksByRevisionID" UserDataComponentName="getChecksByRevisionIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getChecksByRevisionID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getChecksByRevisionID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RevisionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="CheckID" DataSetColumn="CheckID" />
|
|
<Mapping SourceColumn="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="StageID" DataSetColumn="StageID" />
|
|
<Mapping SourceColumn="ConsistencyChecks" DataSetColumn="ConsistencyChecks" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Stage_Name" DataSetColumn="Stage_Name" />
|
|
<Mapping SourceColumn="Stage_Description" DataSetColumn="Stage_Description" />
|
|
<Mapping SourceColumn="Stage_IsApproved" DataSetColumn="Stage_IsApproved" />
|
|
<Mapping SourceColumn="Stage_DTS" DataSetColumn="Stage_DTS" />
|
|
<Mapping SourceColumn="Stage_UserID" DataSetColumn="Stage_UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getChecksByStageIDTableAdapter" GeneratorDataComponentClassName="getChecksByStageIDTableAdapter" Name="getChecksByStageID" UserDataComponentName="getChecksByStageIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getChecksByStageID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getChecksByStageID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="CheckID" DataSetColumn="CheckID" />
|
|
<Mapping SourceColumn="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="StageID" DataSetColumn="StageID" />
|
|
<Mapping SourceColumn="ConsistencyChecks" DataSetColumn="ConsistencyChecks" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Revision_ItemID" DataSetColumn="Revision_ItemID" />
|
|
<Mapping SourceColumn="Revision_TypeID" DataSetColumn="Revision_TypeID" />
|
|
<Mapping SourceColumn="Revision_RevisionNumber" DataSetColumn="Revision_RevisionNumber" />
|
|
<Mapping SourceColumn="Revision_RevisionDate" DataSetColumn="Revision_RevisionDate" />
|
|
<Mapping SourceColumn="Revision_Notes" DataSetColumn="Revision_Notes" />
|
|
<Mapping SourceColumn="Revision_Config" DataSetColumn="Revision_Config" />
|
|
<Mapping SourceColumn="Revision_DTS" DataSetColumn="Revision_DTS" />
|
|
<Mapping SourceColumn="Revision_UserID" DataSetColumn="Revision_UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getChildFoldersTableAdapter" GeneratorDataComponentClassName="getChildFoldersTableAdapter" Name="getChildFolders" UserDataComponentName="getChildFoldersTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getChildFolders" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getChildFolders</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="DBID" DataSetColumn="DBID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ShortName" DataSetColumn="ShortName" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ManualOrder" DataSetColumn="ManualOrder" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssignmentCount" DataSetColumn="AssignmentCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="ChildCount" DataSetColumn="ChildCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getChildFormatsTableAdapter" GeneratorDataComponentClassName="getChildFormatsTableAdapter" Name="getChildFormats" UserDataComponentName="getChildFormatsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getChildFormats" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getChildFormats</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="GenMac" DataSetColumn="GenMac" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ContentCount" DataSetColumn="ContentCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="FolderCount" DataSetColumn="FolderCount" />
|
|
<Mapping SourceColumn="ChildCount" DataSetColumn="ChildCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getConnectionTableAdapter" GeneratorDataComponentClassName="getConnectionTableAdapter" Name="getConnection" UserDataComponentName="getConnectionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getConnection" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getConnection</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DBID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DBID" DataSetColumn="DBID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ConnectionString" DataSetColumn="ConnectionString" />
|
|
<Mapping SourceColumn="ServerType" DataSetColumn="ServerType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="FolderCount" DataSetColumn="FolderCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getConnectionByNameTableAdapter" GeneratorDataComponentClassName="getConnectionByNameTableAdapter" Name="getConnectionByName" UserDataComponentName="getConnectionByNameTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getConnectionByName" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getConnectionByName</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DBID" DataSetColumn="DBID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ConnectionString" DataSetColumn="ConnectionString" />
|
|
<Mapping SourceColumn="ServerType" DataSetColumn="ServerType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="FolderCount" DataSetColumn="FolderCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getConnectionsTableAdapter" GeneratorDataComponentClassName="getConnectionsTableAdapter" Name="getConnections" UserDataComponentName="getConnectionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getConnections" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getConnections</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="DBID" DataSetColumn="DBID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ConnectionString" DataSetColumn="ConnectionString" />
|
|
<Mapping SourceColumn="ServerType" DataSetColumn="ServerType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="FolderCount" DataSetColumn="FolderCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getContentTableAdapter" GeneratorDataComponentClassName="getContentTableAdapter" Name="getContent" UserDataComponentName="getContentTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getContent" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getContent</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getContentAuditTableAdapter" GeneratorDataComponentClassName="getContentAuditTableAdapter" Name="getContentAudit" UserDataComponentName="getContentAuditTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getContentAudit" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getContentAudit</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@AuditID" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getContentAuditsTableAdapter" GeneratorDataComponentClassName="getContentAuditsTableAdapter" Name="getContentAudits" UserDataComponentName="getContentAuditsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getContentAudits" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getContentAudits</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="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getContentAuditsByContentIDTableAdapter" GeneratorDataComponentClassName="getContentAuditsByContentIDTableAdapter" Name="getContentAuditsByContentID" UserDataComponentName="getContentAuditsByContentIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getContentAuditsByContentID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getContentAuditsByContentID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
<Mapping SourceColumn="ActionWhat" DataSetColumn="ActionWhat" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getContentAuditsByContentIDandDTSTableAdapter" GeneratorDataComponentClassName="getContentAuditsByContentIDandDTSTableAdapter" Name="getContentAuditsByContentIDandDTS" UserDataComponentName="getContentAuditsByContentIDandDTSTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getContentAuditsByContentIDandDTS" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getContentAuditsByContentIDandDTS</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
<Mapping SourceColumn="ActionWhat" DataSetColumn="ActionWhat" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getContentAuditsByDeleteStatusTableAdapter" GeneratorDataComponentClassName="getContentAuditsByDeleteStatusTableAdapter" Name="getContentAuditsByDeleteStatus" UserDataComponentName="getContentAuditsByDeleteStatusTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getContentAuditsByDeleteStatus" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getContentAuditsByDeleteStatus</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getContentAuditsChronologyByItemIDTableAdapter" GeneratorDataComponentClassName="getContentAuditsChronologyByItemIDTableAdapter" Name="getContentAuditsChronologyByItemID" UserDataComponentName="getContentAuditsChronologyByItemIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getContentAuditsChronologyByItemID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getContentAuditsChronologyByItemID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ProcedureItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SelectedItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeDeletedChildren" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
<Mapping SourceColumn="ActionDTS" DataSetColumn="ActionDTS" />
|
|
<Mapping SourceColumn="ActionWhat" DataSetColumn="ActionWhat" />
|
|
<Mapping SourceColumn="ActionWhen" DataSetColumn="ActionWhen" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeName" DataSetColumn="TypeName" />
|
|
<Mapping SourceColumn="ordinalpath" DataSetColumn="ordinalpath" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getContentAuditsChronologyByItemIDandUnitIDTableAdapter" GeneratorDataComponentClassName="getContentAuditsChronologyByItemIDandUnitIDTableAdapter" Name="getContentAuditsChronologyByItemIDandUnitID" UserDataComponentName="getContentAuditsChronologyByItemIDandUnitIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getContentAuditsChronologyByItemIDandUnitID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getContentAuditsChronologyByItemIDandUnitID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ProcedureItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SelectedItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeDeletedChildren" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@UnitID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
<Mapping SourceColumn="ActionDTS" DataSetColumn="ActionDTS" />
|
|
<Mapping SourceColumn="ActionWhat" DataSetColumn="ActionWhat" />
|
|
<Mapping SourceColumn="ActionWhen" DataSetColumn="ActionWhen" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeName" DataSetColumn="TypeName" />
|
|
<Mapping SourceColumn="ordinalpath" DataSetColumn="ordinalpath" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getContentAuditsSummaryByItemIDTableAdapter" GeneratorDataComponentClassName="getContentAuditsSummaryByItemIDTableAdapter" Name="getContentAuditsSummaryByItemID" UserDataComponentName="getContentAuditsSummaryByItemIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getContentAuditsSummaryByItemID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getContentAuditsSummaryByItemID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ProcedureItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SelectedItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeDeletedChildren" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
<Mapping SourceColumn="ActionDTS" DataSetColumn="ActionDTS" />
|
|
<Mapping SourceColumn="ActionWhat" DataSetColumn="ActionWhat" />
|
|
<Mapping SourceColumn="ActionWhen" DataSetColumn="ActionWhen" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeName" DataSetColumn="TypeName" />
|
|
<Mapping SourceColumn="ordinalpath" DataSetColumn="ordinalpath" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getContentAuditsSummaryByItemIDandUnitIDTableAdapter" GeneratorDataComponentClassName="getContentAuditsSummaryByItemIDandUnitIDTableAdapter" Name="getContentAuditsSummaryByItemIDandUnitID" UserDataComponentName="getContentAuditsSummaryByItemIDandUnitIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getContentAuditsSummaryByItemIDandUnitID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getContentAuditsSummaryByItemIDandUnitID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ProcedureItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SelectedItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeDeletedChildren" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@UnitID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
<Mapping SourceColumn="ActionDTS" DataSetColumn="ActionDTS" />
|
|
<Mapping SourceColumn="ActionWhat" DataSetColumn="ActionWhat" />
|
|
<Mapping SourceColumn="ActionWhen" DataSetColumn="ActionWhen" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeName" DataSetColumn="TypeName" />
|
|
<Mapping SourceColumn="ordinalpath" DataSetColumn="ordinalpath" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getContentsTableAdapter" GeneratorDataComponentClassName="getContentsTableAdapter" Name="getContents" UserDataComponentName="getContentsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getContents" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getContents</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="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getContentsByFormatIDTableAdapter" GeneratorDataComponentClassName="getContentsByFormatIDTableAdapter" Name="getContentsByFormatID" UserDataComponentName="getContentsByFormatIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getContentsByFormatID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getContentsByFormatID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getCurrentRevisionByItemIDTableAdapter" GeneratorDataComponentClassName="getCurrentRevisionByItemIDTableAdapter" Name="getCurrentRevisionByItemID" UserDataComponentName="getCurrentRevisionByItemIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getCurrentRevisionByItemID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getCurrentRevisionByItemID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RevisionNumber" DataSetColumn="RevisionNumber" />
|
|
<Mapping SourceColumn="RevisionDate" DataSetColumn="RevisionDate" />
|
|
<Mapping SourceColumn="Notes" DataSetColumn="Notes" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="CheckCount" DataSetColumn="CheckCount" />
|
|
<Mapping SourceColumn="VersionCount" DataSetColumn="VersionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getCurrentRevisionByItemIDandUnitIDTableAdapter" GeneratorDataComponentClassName="getCurrentRevisionByItemIDandUnitIDTableAdapter" Name="getCurrentRevisionByItemIDandUnitID" UserDataComponentName="getCurrentRevisionByItemIDandUnitIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getCurrentRevisionByItemIDandUnitID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getCurrentRevisionByItemIDandUnitID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@UnitID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RevisionNumber" DataSetColumn="RevisionNumber" />
|
|
<Mapping SourceColumn="RevisionDate" DataSetColumn="RevisionDate" />
|
|
<Mapping SourceColumn="Notes" DataSetColumn="Notes" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="CheckCount" DataSetColumn="CheckCount" />
|
|
<Mapping SourceColumn="VersionCount" DataSetColumn="VersionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDetailTableAdapter" GeneratorDataComponentClassName="getDetailTableAdapter" Name="getDetail" UserDataComponentName="getDetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDetail" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDetail</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DetailID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DetailID" DataSetColumn="DetailID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ItemType" DataSetColumn="ItemType" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDetailsTableAdapter" GeneratorDataComponentClassName="getDetailsTableAdapter" Name="getDetails" UserDataComponentName="getDetailsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDetails" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDetails</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="DetailID" DataSetColumn="DetailID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ItemType" DataSetColumn="ItemType" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDetailsByContentIDTableAdapter" GeneratorDataComponentClassName="getDetailsByContentIDTableAdapter" Name="getDetailsByContentID" UserDataComponentName="getDetailsByContentIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDetailsByContentID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDetailsByContentID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DetailID" DataSetColumn="DetailID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ItemType" DataSetColumn="ItemType" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDocumentTableAdapter" GeneratorDataComponentClassName="getDocumentTableAdapter" Name="getDocument" UserDataComponentName="getDocumentTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDocument" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDocument</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="LibTitle" DataSetColumn="LibTitle" />
|
|
<Mapping SourceColumn="DocContent" DataSetColumn="DocContent" />
|
|
<Mapping SourceColumn="DocAscii" DataSetColumn="DocAscii" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="FileExtension" DataSetColumn="FileExtension" />
|
|
<Mapping SourceColumn="DROUsageCount" DataSetColumn="DROUsageCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="PdfCount" DataSetColumn="PdfCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDocumentAuditTableAdapter" GeneratorDataComponentClassName="getDocumentAuditTableAdapter" Name="getDocumentAudit" UserDataComponentName="getDocumentAuditTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDocumentAudit" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDocumentAudit</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@AuditID" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="LibTitle" DataSetColumn="LibTitle" />
|
|
<Mapping SourceColumn="DocContent" DataSetColumn="DocContent" />
|
|
<Mapping SourceColumn="DocAscii" DataSetColumn="DocAscii" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="FileExtension" DataSetColumn="FileExtension" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDocumentAuditsTableAdapter" GeneratorDataComponentClassName="getDocumentAuditsTableAdapter" Name="getDocumentAudits" UserDataComponentName="getDocumentAuditsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDocumentAudits" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDocumentAudits</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="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="LibTitle" DataSetColumn="LibTitle" />
|
|
<Mapping SourceColumn="DocContent" DataSetColumn="DocContent" />
|
|
<Mapping SourceColumn="DocAscii" DataSetColumn="DocAscii" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="FileExtension" DataSetColumn="FileExtension" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDocumentAuditsByDocIDTableAdapter" GeneratorDataComponentClassName="getDocumentAuditsByDocIDTableAdapter" Name="getDocumentAuditsByDocID" UserDataComponentName="getDocumentAuditsByDocIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDocumentAuditsByDocID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDocumentAuditsByDocID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="LibTitle" DataSetColumn="LibTitle" />
|
|
<Mapping SourceColumn="DocContent" DataSetColumn="DocContent" />
|
|
<Mapping SourceColumn="DocAscii" DataSetColumn="DocAscii" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="FileExtension" DataSetColumn="FileExtension" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDocumentByLibDocTableAdapter" GeneratorDataComponentClassName="getDocumentByLibDocTableAdapter" Name="getDocumentByLibDoc" UserDataComponentName="getDocumentByLibDocTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDocumentByLibDoc" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDocumentByLibDoc</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@LibDoc" Precision="0" ProviderType="VarChar" Scale="0" Size="12" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="LibTitle" DataSetColumn="LibTitle" />
|
|
<Mapping SourceColumn="DocContent" DataSetColumn="DocContent" />
|
|
<Mapping SourceColumn="DocAscii" DataSetColumn="DocAscii" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="FileExtension" DataSetColumn="FileExtension" />
|
|
<Mapping SourceColumn="DROUsageCount" DataSetColumn="DROUsageCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="PdfCount" DataSetColumn="PdfCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDocumentsTableAdapter" GeneratorDataComponentClassName="getDocumentsTableAdapter" Name="getDocuments" UserDataComponentName="getDocumentsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDocuments" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDocuments</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="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="LibTitle" DataSetColumn="LibTitle" />
|
|
<Mapping SourceColumn="DocContent" DataSetColumn="DocContent" />
|
|
<Mapping SourceColumn="DocAscii" DataSetColumn="DocAscii" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="FileExtension" DataSetColumn="FileExtension" />
|
|
<Mapping SourceColumn="DROUsageCount" DataSetColumn="DROUsageCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="PdfCount" DataSetColumn="PdfCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDocVersionTableAdapter" GeneratorDataComponentClassName="getDocVersionTableAdapter" Name="getDocVersion" UserDataComponentName="getDocVersionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDocVersion" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDocVersion</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="VersionType" DataSetColumn="VersionType" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssociationCount" DataSetColumn="AssociationCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDocVersionsTableAdapter" GeneratorDataComponentClassName="getDocVersionsTableAdapter" Name="getDocVersions" UserDataComponentName="getDocVersionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDocVersions" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDocVersions</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="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="VersionType" DataSetColumn="VersionType" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssociationCount" DataSetColumn="AssociationCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDocVersionsByFolderIDTableAdapter" GeneratorDataComponentClassName="getDocVersionsByFolderIDTableAdapter" Name="getDocVersionsByFolderID" UserDataComponentName="getDocVersionsByFolderIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDocVersionsByFolderID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDocVersionsByFolderID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FolderID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="VersionType" DataSetColumn="VersionType" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssociationCount" DataSetColumn="AssociationCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDocVersionsByFormatIDTableAdapter" GeneratorDataComponentClassName="getDocVersionsByFormatIDTableAdapter" Name="getDocVersionsByFormatID" UserDataComponentName="getDocVersionsByFormatIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDocVersionsByFormatID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDocVersionsByFormatID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="VersionType" DataSetColumn="VersionType" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Folder_ParentID" DataSetColumn="Folder_ParentID" />
|
|
<Mapping SourceColumn="Folder_DBID" DataSetColumn="Folder_DBID" />
|
|
<Mapping SourceColumn="Folder_Name" DataSetColumn="Folder_Name" />
|
|
<Mapping SourceColumn="Folder_Title" DataSetColumn="Folder_Title" />
|
|
<Mapping SourceColumn="Folder_ShortName" DataSetColumn="Folder_ShortName" />
|
|
<Mapping SourceColumn="Folder_FormatID" DataSetColumn="Folder_FormatID" />
|
|
<Mapping SourceColumn="Folder_ManualOrder" DataSetColumn="Folder_ManualOrder" />
|
|
<Mapping SourceColumn="Folder_Config" DataSetColumn="Folder_Config" />
|
|
<Mapping SourceColumn="Folder_DTS" DataSetColumn="Folder_DTS" />
|
|
<Mapping SourceColumn="Folder_UsrID" DataSetColumn="Folder_UsrID" />
|
|
<Mapping SourceColumn="AssociationCount" DataSetColumn="AssociationCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDocVersionsByItemIDTableAdapter" GeneratorDataComponentClassName="getDocVersionsByItemIDTableAdapter" Name="getDocVersionsByItemID" UserDataComponentName="getDocVersionsByItemIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDocVersionsByItemID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDocVersionsByItemID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="VersionType" DataSetColumn="VersionType" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Folder_ParentID" DataSetColumn="Folder_ParentID" />
|
|
<Mapping SourceColumn="Folder_DBID" DataSetColumn="Folder_DBID" />
|
|
<Mapping SourceColumn="Folder_Name" DataSetColumn="Folder_Name" />
|
|
<Mapping SourceColumn="Folder_Title" DataSetColumn="Folder_Title" />
|
|
<Mapping SourceColumn="Folder_ShortName" DataSetColumn="Folder_ShortName" />
|
|
<Mapping SourceColumn="Folder_FormatID" DataSetColumn="Folder_FormatID" />
|
|
<Mapping SourceColumn="Folder_ManualOrder" DataSetColumn="Folder_ManualOrder" />
|
|
<Mapping SourceColumn="Folder_Config" DataSetColumn="Folder_Config" />
|
|
<Mapping SourceColumn="Folder_DTS" DataSetColumn="Folder_DTS" />
|
|
<Mapping SourceColumn="Folder_UsrID" DataSetColumn="Folder_UsrID" />
|
|
<Mapping SourceColumn="AssociationCount" DataSetColumn="AssociationCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDROUsageTableAdapter" GeneratorDataComponentClassName="getDROUsageTableAdapter" Name="getDROUsage" UserDataComponentName="getDROUsageTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDROUsage" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDROUsage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DROUsageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DROUsageID" DataSetColumn="DROUsageID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDROUsagesTableAdapter" GeneratorDataComponentClassName="getDROUsagesTableAdapter" Name="getDROUsages" UserDataComponentName="getDROUsagesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDROUsages" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDROUsages</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="DROUsageID" DataSetColumn="DROUsageID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDROUsagesByDocIDTableAdapter" GeneratorDataComponentClassName="getDROUsagesByDocIDTableAdapter" Name="getDROUsagesByDocID" UserDataComponentName="getDROUsagesByDocIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDROUsagesByDocID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDROUsagesByDocID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DROUsageID" DataSetColumn="DROUsageID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="RODb_ROName" DataSetColumn="RODb_ROName" />
|
|
<Mapping SourceColumn="RODb_FolderPath" DataSetColumn="RODb_FolderPath" />
|
|
<Mapping SourceColumn="RODb_DBConnectionString" DataSetColumn="RODb_DBConnectionString" />
|
|
<Mapping SourceColumn="RODb_Config" DataSetColumn="RODb_Config" />
|
|
<Mapping SourceColumn="RODb_DTS" DataSetColumn="RODb_DTS" />
|
|
<Mapping SourceColumn="RODb_UserID" DataSetColumn="RODb_UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDROUsagesByRODbIDTableAdapter" GeneratorDataComponentClassName="getDROUsagesByRODbIDTableAdapter" Name="getDROUsagesByRODbID" UserDataComponentName="getDROUsagesByRODbIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDROUsagesByRODbID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDROUsagesByRODbID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DROUsageID" DataSetColumn="DROUsageID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="Document_LibTitle" DataSetColumn="Document_LibTitle" />
|
|
<Mapping SourceColumn="Document_DocContent" DataSetColumn="Document_DocContent" />
|
|
<Mapping SourceColumn="Document_DocAscii" DataSetColumn="Document_DocAscii" />
|
|
<Mapping SourceColumn="Document_Config" DataSetColumn="Document_Config" />
|
|
<Mapping SourceColumn="Document_DTS" DataSetColumn="Document_DTS" />
|
|
<Mapping SourceColumn="Document_UserID" DataSetColumn="Document_UserID" />
|
|
<Mapping SourceColumn="Document_FileExtension" DataSetColumn="Document_FileExtension" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDRoUsagesByROIDsTableAdapter" GeneratorDataComponentClassName="getDRoUsagesByROIDsTableAdapter" Name="getDRoUsagesByROIDs" UserDataComponentName="getDRoUsagesByROIDsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDRoUsagesByROIDs" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDRoUsagesByROIDs</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@ROIDs" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DROUsageID" DataSetColumn="DROUsageID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="Document_LibTitle" DataSetColumn="Document_LibTitle" />
|
|
<Mapping SourceColumn="Document_DocContent" DataSetColumn="Document_DocContent" />
|
|
<Mapping SourceColumn="Document_DocAscii" DataSetColumn="Document_DocAscii" />
|
|
<Mapping SourceColumn="Document_Config" DataSetColumn="Document_Config" />
|
|
<Mapping SourceColumn="Document_DTS" DataSetColumn="Document_DTS" />
|
|
<Mapping SourceColumn="Document_UserID" DataSetColumn="Document_UserID" />
|
|
<Mapping SourceColumn="Document_FileExtension" DataSetColumn="Document_FileExtension" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDRoUsagesByROIDsAndVersionsTableAdapter" GeneratorDataComponentClassName="getDRoUsagesByROIDsAndVersionsTableAdapter" Name="getDRoUsagesByROIDsAndVersions" UserDataComponentName="getDRoUsagesByROIDsAndVersionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDRoUsagesByROIDsAndVersions" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDRoUsagesByROIDsAndVersions</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@ROIDs" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Versions" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DROUsageID" DataSetColumn="DROUsageID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="Document_LibTitle" DataSetColumn="Document_LibTitle" />
|
|
<Mapping SourceColumn="Document_DocContent" DataSetColumn="Document_DocContent" />
|
|
<Mapping SourceColumn="Document_DocAscii" DataSetColumn="Document_DocAscii" />
|
|
<Mapping SourceColumn="Document_Config" DataSetColumn="Document_Config" />
|
|
<Mapping SourceColumn="Document_DTS" DataSetColumn="Document_DTS" />
|
|
<Mapping SourceColumn="Document_UserID" DataSetColumn="Document_UserID" />
|
|
<Mapping SourceColumn="Document_FileExtension" DataSetColumn="Document_FileExtension" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getDROUsagesForProcTableAdapter" GeneratorDataComponentClassName="getDROUsagesForProcTableAdapter" Name="getDROUsagesForProc" UserDataComponentName="getDROUsagesForProcTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getDROUsagesForProc" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getDROUsagesForProc</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DROUsageID" DataSetColumn="DROUsageID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getEntriesTableAdapter" GeneratorDataComponentClassName="getEntriesTableAdapter" Name="getEntries" UserDataComponentName="getEntriesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getEntries" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getEntries</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="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getEntriesByContentIDTableAdapter" GeneratorDataComponentClassName="getEntriesByContentIDTableAdapter" Name="getEntriesByContentID" UserDataComponentName="getEntriesByContentIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getEntriesByContentID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getEntriesByContentID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Document_LibTitle" DataSetColumn="Document_LibTitle" />
|
|
<Mapping SourceColumn="Document_DocContent" DataSetColumn="Document_DocContent" />
|
|
<Mapping SourceColumn="Document_DocAscii" DataSetColumn="Document_DocAscii" />
|
|
<Mapping SourceColumn="Document_Config" DataSetColumn="Document_Config" />
|
|
<Mapping SourceColumn="Document_DTS" DataSetColumn="Document_DTS" />
|
|
<Mapping SourceColumn="Document_UserID" DataSetColumn="Document_UserID" />
|
|
<Mapping SourceColumn="Document_FileExtension" DataSetColumn="Document_FileExtension" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getEntriesByDocIDTableAdapter" GeneratorDataComponentClassName="getEntriesByDocIDTableAdapter" Name="getEntriesByDocID" UserDataComponentName="getEntriesByDocIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getEntriesByDocID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getEntriesByDocID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Content_Number" DataSetColumn="Content_Number" />
|
|
<Mapping SourceColumn="Content_Text" DataSetColumn="Content_Text" />
|
|
<Mapping SourceColumn="Content_Type" DataSetColumn="Content_Type" />
|
|
<Mapping SourceColumn="Content_FormatID" DataSetColumn="Content_FormatID" />
|
|
<Mapping SourceColumn="Content_Config" DataSetColumn="Content_Config" />
|
|
<Mapping SourceColumn="Content_DTS" DataSetColumn="Content_DTS" />
|
|
<Mapping SourceColumn="Content_UserID" DataSetColumn="Content_UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getEntryTableAdapter" GeneratorDataComponentClassName="getEntryTableAdapter" Name="getEntry" UserDataComponentName="getEntryTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getEntry" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getEntry</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getEntryAuditTableAdapter" GeneratorDataComponentClassName="getEntryAuditTableAdapter" Name="getEntryAudit" UserDataComponentName="getEntryAuditTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getEntryAudit" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getEntryAudit</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@AuditID" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getEntryAuditsTableAdapter" GeneratorDataComponentClassName="getEntryAuditsTableAdapter" Name="getEntryAudits" UserDataComponentName="getEntryAuditsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getEntryAudits" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getEntryAudits</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="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getEntryAuditsByContentIDTableAdapter" GeneratorDataComponentClassName="getEntryAuditsByContentIDTableAdapter" Name="getEntryAuditsByContentID" UserDataComponentName="getEntryAuditsByContentIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getEntryAuditsByContentID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getEntryAuditsByContentID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getExternalTransitionsTableAdapter" GeneratorDataComponentClassName="getExternalTransitionsTableAdapter" Name="getExternalTransitions" UserDataComponentName="getExternalTransitionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getExternalTransitions" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getExternalTransitions</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="IsRange" DataSetColumn="IsRange" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ZTransitionCount" DataSetColumn="ZTransitionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getExternalTransitionsToChildrenTableAdapter" GeneratorDataComponentClassName="getExternalTransitionsToChildrenTableAdapter" Name="getExternalTransitionsToChildren" UserDataComponentName="getExternalTransitionsToChildrenTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getExternalTransitionsToChildren" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getExternalTransitionsToChildren</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="IsRange" DataSetColumn="IsRange" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ZTransitionCount" DataSetColumn="ZTransitionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getFigureTableAdapter" GeneratorDataComponentClassName="getFigureTableAdapter" Name="getFigure" UserDataComponentName="getFigureTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getFigure" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getFigure</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FigureID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FigureID" DataSetColumn="FigureID" />
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="ImageID" DataSetColumn="ImageID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getFigureByROFstID_ImageIDTableAdapter" GeneratorDataComponentClassName="getFigureByROFstID_ImageIDTableAdapter" Name="getFigureByROFstID_ImageID" UserDataComponentName="getFigureByROFstID_ImageIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getFigureByROFstID_ImageID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getFigureByROFstID_ImageID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ImageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FigureID" DataSetColumn="FigureID" />
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="ImageID" DataSetColumn="ImageID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getFiguresTableAdapter" GeneratorDataComponentClassName="getFiguresTableAdapter" Name="getFigures" UserDataComponentName="getFiguresTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getFigures" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getFigures</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="FigureID" DataSetColumn="FigureID" />
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="ImageID" DataSetColumn="ImageID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getFiguresByImageIDTableAdapter" GeneratorDataComponentClassName="getFiguresByImageIDTableAdapter" Name="getFiguresByImageID" UserDataComponentName="getFiguresByImageIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getFiguresByImageID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getFiguresByImageID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ImageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FigureID" DataSetColumn="FigureID" />
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="ImageID" DataSetColumn="ImageID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ROFst_RODbID" DataSetColumn="ROFst_RODbID" />
|
|
<Mapping SourceColumn="ROFst_ROLookup" DataSetColumn="ROFst_ROLookup" />
|
|
<Mapping SourceColumn="ROFst_Config" DataSetColumn="ROFst_Config" />
|
|
<Mapping SourceColumn="ROFst_DTS" DataSetColumn="ROFst_DTS" />
|
|
<Mapping SourceColumn="ROFst_UserID" DataSetColumn="ROFst_UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getFiguresByROFstIDTableAdapter" GeneratorDataComponentClassName="getFiguresByROFstIDTableAdapter" Name="getFiguresByROFstID" UserDataComponentName="getFiguresByROFstIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getFiguresByROFstID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getFiguresByROFstID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FigureID" DataSetColumn="FigureID" />
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="ImageID" DataSetColumn="ImageID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ROImage_RODbID" DataSetColumn="ROImage_RODbID" />
|
|
<Mapping SourceColumn="ROImage_FileName" DataSetColumn="ROImage_FileName" />
|
|
<Mapping SourceColumn="ROImage_Content" DataSetColumn="ROImage_Content" />
|
|
<Mapping SourceColumn="ROImage_Config" DataSetColumn="ROImage_Config" />
|
|
<Mapping SourceColumn="ROImage_DTS" DataSetColumn="ROImage_DTS" />
|
|
<Mapping SourceColumn="ROImage_UserID" DataSetColumn="ROImage_UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getFolderTableAdapter" GeneratorDataComponentClassName="getFolderTableAdapter" Name="getFolder" UserDataComponentName="getFolderTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getFolder" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getFolder</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FolderID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="DBID" DataSetColumn="DBID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ShortName" DataSetColumn="ShortName" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ManualOrder" DataSetColumn="ManualOrder" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssignmentCount" DataSetColumn="AssignmentCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="ChildCount" DataSetColumn="ChildCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getFolderByParentID_NameTableAdapter" GeneratorDataComponentClassName="getFolderByParentID_NameTableAdapter" Name="getFolderByParentID_Name" UserDataComponentName="getFolderByParentID_NameTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getFolderByParentID_Name" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getFolderByParentID_Name</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="DBID" DataSetColumn="DBID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ShortName" DataSetColumn="ShortName" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ManualOrder" DataSetColumn="ManualOrder" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssignmentCount" DataSetColumn="AssignmentCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="ChildCount" DataSetColumn="ChildCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getFoldersTableAdapter" GeneratorDataComponentClassName="getFoldersTableAdapter" Name="getFolders" UserDataComponentName="getFoldersTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getFolders" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getFolders</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="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="DBID" DataSetColumn="DBID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ShortName" DataSetColumn="ShortName" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ManualOrder" DataSetColumn="ManualOrder" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssignmentCount" DataSetColumn="AssignmentCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="ChildCount" DataSetColumn="ChildCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getFoldersByDBIDTableAdapter" GeneratorDataComponentClassName="getFoldersByDBIDTableAdapter" Name="getFoldersByDBID" UserDataComponentName="getFoldersByDBIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getFoldersByDBID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getFoldersByDBID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DBID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="DBID" DataSetColumn="DBID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ShortName" DataSetColumn="ShortName" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ManualOrder" DataSetColumn="ManualOrder" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssignmentCount" DataSetColumn="AssignmentCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="ChildCount" DataSetColumn="ChildCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getFoldersByFormatIDTableAdapter" GeneratorDataComponentClassName="getFoldersByFormatIDTableAdapter" Name="getFoldersByFormatID" UserDataComponentName="getFoldersByFormatIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getFoldersByFormatID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getFoldersByFormatID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="DBID" DataSetColumn="DBID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ShortName" DataSetColumn="ShortName" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ManualOrder" DataSetColumn="ManualOrder" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Connection_Name" DataSetColumn="Connection_Name" />
|
|
<Mapping SourceColumn="Connection_Title" DataSetColumn="Connection_Title" />
|
|
<Mapping SourceColumn="Connection_ConnectionString" DataSetColumn="Connection_ConnectionString" />
|
|
<Mapping SourceColumn="Connection_ServerType" DataSetColumn="Connection_ServerType" />
|
|
<Mapping SourceColumn="Connection_Config" DataSetColumn="Connection_Config" />
|
|
<Mapping SourceColumn="Connection_DTS" DataSetColumn="Connection_DTS" />
|
|
<Mapping SourceColumn="Connection_UsrID" DataSetColumn="Connection_UsrID" />
|
|
<Mapping SourceColumn="AssignmentCount" DataSetColumn="AssignmentCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="ChildCount" DataSetColumn="ChildCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getFormatTableAdapter" GeneratorDataComponentClassName="getFormatTableAdapter" Name="getFormat" UserDataComponentName="getFormatTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getFormat" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getFormat</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="GenMac" DataSetColumn="GenMac" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ContentCount" DataSetColumn="ContentCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="FolderCount" DataSetColumn="FolderCount" />
|
|
<Mapping SourceColumn="ChildCount" DataSetColumn="ChildCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getFormatByNameTableAdapter" GeneratorDataComponentClassName="getFormatByNameTableAdapter" Name="getFormatByName" UserDataComponentName="getFormatByNameTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getFormatByName" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getFormatByName</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="VarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="GenMac" DataSetColumn="GenMac" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ApplicablePlant" DataSetColumn="ApplicablePlant" />
|
|
<Mapping SourceColumn="ContentCount" DataSetColumn="ContentCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="FolderCount" DataSetColumn="FolderCount" />
|
|
<Mapping SourceColumn="ChildCount" DataSetColumn="ChildCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getFormatByParentID_NameTableAdapter" GeneratorDataComponentClassName="getFormatByParentID_NameTableAdapter" Name="getFormatByParentID_Name" UserDataComponentName="getFormatByParentID_NameTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getFormatByParentID_Name" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getFormatByParentID_Name</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="GenMac" DataSetColumn="GenMac" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ContentCount" DataSetColumn="ContentCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="FolderCount" DataSetColumn="FolderCount" />
|
|
<Mapping SourceColumn="ChildCount" DataSetColumn="ChildCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getFormatListUsedTableAdapter" GeneratorDataComponentClassName="getFormatListUsedTableAdapter" Name="getFormatListUsed" UserDataComponentName="getFormatListUsedTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getFormatListUsed" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getFormatListUsed</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="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="GenMac" DataSetColumn="GenMac" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="ApplicablePlant" DataSetColumn="ApplicablePlant" />
|
|
<Mapping SourceColumn="ContentCount" DataSetColumn="ContentCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="FolderCount" DataSetColumn="FolderCount" />
|
|
<Mapping SourceColumn="ChildCount" DataSetColumn="ChildCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getFormatNoUCFTableAdapter" GeneratorDataComponentClassName="getFormatNoUCFTableAdapter" Name="getFormatNoUCF" UserDataComponentName="getFormatNoUCFTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getFormatNoUCF" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getFormatNoUCF</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="GenMac" DataSetColumn="GenMac" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ContentCount" DataSetColumn="ContentCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="FolderCount" DataSetColumn="FolderCount" />
|
|
<Mapping SourceColumn="ChildCount" DataSetColumn="ChildCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getFormatsTableAdapter" GeneratorDataComponentClassName="getFormatsTableAdapter" Name="getFormats" UserDataComponentName="getFormatsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getFormats" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getFormats</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="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="GenMac" DataSetColumn="GenMac" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ApplicablePlant" DataSetColumn="ApplicablePlant" />
|
|
<Mapping SourceColumn="ContentCount" DataSetColumn="ContentCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="FolderCount" DataSetColumn="FolderCount" />
|
|
<Mapping SourceColumn="ChildCount" DataSetColumn="ChildCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getGridTableAdapter" GeneratorDataComponentClassName="getGridTableAdapter" Name="getGrid" UserDataComponentName="getGridTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getGrid" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getGrid</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getGridAuditTableAdapter" GeneratorDataComponentClassName="getGridAuditTableAdapter" Name="getGridAudit" UserDataComponentName="getGridAuditTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getGridAudit" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getGridAudit</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@AuditID" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
<Mapping SourceColumn="ContentAuditID" DataSetColumn="ContentAuditID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getGridAuditsTableAdapter" GeneratorDataComponentClassName="getGridAuditsTableAdapter" Name="getGridAudits" UserDataComponentName="getGridAuditsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getGridAudits" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getGridAudits</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="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
<Mapping SourceColumn="ContentAuditID" DataSetColumn="ContentAuditID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getGridAuditsByContentIDTableAdapter" GeneratorDataComponentClassName="getGridAuditsByContentIDTableAdapter" Name="getGridAuditsByContentID" UserDataComponentName="getGridAuditsByContentIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getGridAuditsByContentID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getGridAuditsByContentID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
<Mapping SourceColumn="ContentAuditID" DataSetColumn="ContentAuditID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getGridIdsTableAdapter" GeneratorDataComponentClassName="getGridIdsTableAdapter" Name="getGridIds" UserDataComponentName="getGridIdsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getGridIds" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getGridIds</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="ContentID" DataSetColumn="ContentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getGridsTableAdapter" GeneratorDataComponentClassName="getGridsTableAdapter" Name="getGrids" UserDataComponentName="getGridsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getGrids" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getGrids</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="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getGridsByContentIDTableAdapter" GeneratorDataComponentClassName="getGridsByContentIDTableAdapter" Name="getGridsByContentID" UserDataComponentName="getGridsByContentIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getGridsByContentID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getGridsByContentID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getGroupTableAdapter" GeneratorDataComponentClassName="getGroupTableAdapter" Name="getGroup" UserDataComponentName="getGroupTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getGroup" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getGroup</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="GID" DataSetColumn="GID" />
|
|
<Mapping SourceColumn="GroupName" DataSetColumn="GroupName" />
|
|
<Mapping SourceColumn="GroupType" DataSetColumn="GroupType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssignmentCount" DataSetColumn="AssignmentCount" />
|
|
<Mapping SourceColumn="MembershipCount" DataSetColumn="MembershipCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getGroupByGroupNameTableAdapter" GeneratorDataComponentClassName="getGroupByGroupNameTableAdapter" Name="getGroupByGroupName" UserDataComponentName="getGroupByGroupNameTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getGroupByGroupName" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getGroupByGroupName</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@GroupName" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="GID" DataSetColumn="GID" />
|
|
<Mapping SourceColumn="GroupName" DataSetColumn="GroupName" />
|
|
<Mapping SourceColumn="GroupType" DataSetColumn="GroupType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssignmentCount" DataSetColumn="AssignmentCount" />
|
|
<Mapping SourceColumn="MembershipCount" DataSetColumn="MembershipCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getGroupsTableAdapter" GeneratorDataComponentClassName="getGroupsTableAdapter" Name="getGroups" UserDataComponentName="getGroupsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getGroups" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getGroups</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="GID" DataSetColumn="GID" />
|
|
<Mapping SourceColumn="GroupName" DataSetColumn="GroupName" />
|
|
<Mapping SourceColumn="GroupType" DataSetColumn="GroupType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssignmentCount" DataSetColumn="AssignmentCount" />
|
|
<Mapping SourceColumn="MembershipCount" DataSetColumn="MembershipCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getImageTableAdapter" GeneratorDataComponentClassName="getImageTableAdapter" Name="getImage" UserDataComponentName="getImageTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getImage" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getImage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ImageType" DataSetColumn="ImageType" />
|
|
<Mapping SourceColumn="FileName" DataSetColumn="FileName" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getImageAuditTableAdapter" GeneratorDataComponentClassName="getImageAuditTableAdapter" Name="getImageAudit" UserDataComponentName="getImageAuditTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getImageAudit" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getImageAudit</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@AuditID" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ImageType" DataSetColumn="ImageType" />
|
|
<Mapping SourceColumn="FileName" DataSetColumn="FileName" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getImageAuditsTableAdapter" GeneratorDataComponentClassName="getImageAuditsTableAdapter" Name="getImageAudits" UserDataComponentName="getImageAuditsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getImageAudits" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getImageAudits</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="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ImageType" DataSetColumn="ImageType" />
|
|
<Mapping SourceColumn="FileName" DataSetColumn="FileName" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getImageAuditsByContentIDTableAdapter" GeneratorDataComponentClassName="getImageAuditsByContentIDTableAdapter" Name="getImageAuditsByContentID" UserDataComponentName="getImageAuditsByContentIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getImageAuditsByContentID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getImageAuditsByContentID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ImageType" DataSetColumn="ImageType" />
|
|
<Mapping SourceColumn="FileName" DataSetColumn="FileName" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getImagesTableAdapter" GeneratorDataComponentClassName="getImagesTableAdapter" Name="getImages" UserDataComponentName="getImagesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getImages" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getImages</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="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ImageType" DataSetColumn="ImageType" />
|
|
<Mapping SourceColumn="FileName" DataSetColumn="FileName" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getImagesByContentIDTableAdapter" GeneratorDataComponentClassName="getImagesByContentIDTableAdapter" Name="getImagesByContentID" UserDataComponentName="getImagesByContentIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getImagesByContentID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getImagesByContentID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ImageType" DataSetColumn="ImageType" />
|
|
<Mapping SourceColumn="FileName" DataSetColumn="FileName" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getItemTableAdapter" GeneratorDataComponentClassName="getItemTableAdapter" Name="getItem" UserDataComponentName="getItemTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getItem" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getItem</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getItemAndChildrenTableAdapter" GeneratorDataComponentClassName="getItemAndChildrenTableAdapter" Name="getItemAndChildren" UserDataComponentName="getItemAndChildrenTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getItemAndChildren" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getItemAndChildren</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Level" DataSetColumn="Level" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="cDTS" DataSetColumn="cDTS" />
|
|
<Mapping SourceColumn="cUserID" DataSetColumn="cUserID" />
|
|
<Mapping SourceColumn="cLastChanged" DataSetColumn="cLastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getItemAuditTableAdapter" GeneratorDataComponentClassName="getItemAuditTableAdapter" Name="getItemAudit" UserDataComponentName="getItemAuditTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getItemAudit" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getItemAudit</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@AuditID" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getItemAuditsTableAdapter" GeneratorDataComponentClassName="getItemAuditsTableAdapter" Name="getItemAudits" UserDataComponentName="getItemAuditsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getItemAudits" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getItemAudits</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="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getItemAuditsByItemIDTableAdapter" GeneratorDataComponentClassName="getItemAuditsByItemIDTableAdapter" Name="getItemAuditsByItemID" UserDataComponentName="getItemAuditsByItemIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getItemAuditsByItemID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getItemAuditsByItemID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Level" DataSetColumn="Level" />
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
<Mapping SourceColumn="ItemType" DataSetColumn="ItemType" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getItemNextAndChildrenTableAdapter" GeneratorDataComponentClassName="getItemNextAndChildrenTableAdapter" Name="getItemNextAndChildren" UserDataComponentName="getItemNextAndChildrenTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getItemNextAndChildren" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getItemNextAndChildren</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Level" DataSetColumn="Level" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="cDTS" DataSetColumn="cDTS" />
|
|
<Mapping SourceColumn="cUserID" DataSetColumn="cUserID" />
|
|
<Mapping SourceColumn="cLastChanged" DataSetColumn="cLastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getItemsTableAdapter" GeneratorDataComponentClassName="getItemsTableAdapter" Name="getItems" UserDataComponentName="getItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getItems" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getItems</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="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getItemsByContentIDTableAdapter" GeneratorDataComponentClassName="getItemsByContentIDTableAdapter" Name="getItemsByContentID" UserDataComponentName="getItemsByContentIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getItemsByContentID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getItemsByContentID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getItemsByPartTypeTableAdapter" GeneratorDataComponentClassName="getItemsByPartTypeTableAdapter" Name="getItemsByPartType" UserDataComponentName="getItemsByPartTypeTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getItemsByPartType" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getItemsByPartType</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FromType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getItemsByPartTypeAndContentTableAdapter" GeneratorDataComponentClassName="getItemsByPartTypeAndContentTableAdapter" Name="getItemsByPartTypeAndContent" UserDataComponentName="getItemsByPartTypeAndContentTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getItemsByPartTypeAndContent" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getItemsByPartTypeAndContent</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FromType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="cDTS" DataSetColumn="cDTS" />
|
|
<Mapping SourceColumn="cUserID" DataSetColumn="cUserID" />
|
|
<Mapping SourceColumn="cLastChanged" DataSetColumn="cLastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="cPartCount" DataSetColumn="cPartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getJustFormatTableAdapter" GeneratorDataComponentClassName="getJustFormatTableAdapter" Name="getJustFormat" UserDataComponentName="getJustFormatTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getJustFormat" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getJustFormat</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="GenMac" DataSetColumn="GenMac" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ContentCount" DataSetColumn="ContentCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="FolderCount" DataSetColumn="FolderCount" />
|
|
<Mapping SourceColumn="ChildCount" DataSetColumn="ChildCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getJustRODbTableAdapter" GeneratorDataComponentClassName="getJustRODbTableAdapter" Name="getJustRODb" UserDataComponentName="getJustRODbTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getJustRODb" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getJustRODb</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="ROName" DataSetColumn="ROName" />
|
|
<Mapping SourceColumn="FolderPath" DataSetColumn="FolderPath" />
|
|
<Mapping SourceColumn="DBConnectionString" DataSetColumn="DBConnectionString" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DROUsageCount" DataSetColumn="DROUsageCount" />
|
|
<Mapping SourceColumn="ROFstCount" DataSetColumn="ROFstCount" />
|
|
<Mapping SourceColumn="ROImageCount" DataSetColumn="ROImageCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getJustROFstTableAdapter" GeneratorDataComponentClassName="getJustROFstTableAdapter" Name="getJustROFst" UserDataComponentName="getJustROFstTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getJustROFst" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getJustROFst</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="ROLookup" DataSetColumn="ROLookup" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssociationCount" DataSetColumn="AssociationCount" />
|
|
<Mapping SourceColumn="FigureCount" DataSetColumn="FigureCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getJustROImageTableAdapter" GeneratorDataComponentClassName="getJustROImageTableAdapter" Name="getJustROImage" UserDataComponentName="getJustROImageTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getJustROImage" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getJustROImage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ImageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ImageID" DataSetColumn="ImageID" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="FileName" DataSetColumn="FileName" />
|
|
<Mapping SourceColumn="Content" DataSetColumn="Content" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="FigureCount" DataSetColumn="FigureCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getJustStageTableAdapter" GeneratorDataComponentClassName="getJustStageTableAdapter" Name="getJustStage" UserDataComponentName="getJustStageTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getJustStage" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getJustStage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="StageID" DataSetColumn="StageID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="IsApproved" DataSetColumn="IsApproved" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="CheckCount" DataSetColumn="CheckCount" />
|
|
<Mapping SourceColumn="VersionCount" DataSetColumn="VersionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getLibDocsForProcTableAdapter" GeneratorDataComponentClassName="getLibDocsForProcTableAdapter" Name="getLibDocsForProc" UserDataComponentName="getLibDocsForProcTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getLibDocsForProc" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getLibDocsForProc</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="LibTitle" DataSetColumn="LibTitle" />
|
|
<Mapping SourceColumn="DocContent" DataSetColumn="DocContent" />
|
|
<Mapping SourceColumn="DocAscii" DataSetColumn="DocAscii" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="FileExtension" DataSetColumn="FileExtension" />
|
|
<Mapping SourceColumn="DROUsageCount" DataSetColumn="DROUsageCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="PdfCount" DataSetColumn="PdfCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getLibraryDocumentsTableAdapter" GeneratorDataComponentClassName="getLibraryDocumentsTableAdapter" Name="getLibraryDocuments" UserDataComponentName="getLibraryDocumentsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getLibraryDocuments" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getLibraryDocuments</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="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="LibTitle" DataSetColumn="LibTitle" />
|
|
<Mapping SourceColumn="DocContent" DataSetColumn="DocContent" />
|
|
<Mapping SourceColumn="DocAscii" DataSetColumn="DocAscii" />
|
|
<Mapping SourceColumn="FileExtension" DataSetColumn="FileExtension" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DROUsageCount" DataSetColumn="DROUsageCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="PdfCount" DataSetColumn="PdfCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getMembershipTableAdapter" GeneratorDataComponentClassName="getMembershipTableAdapter" Name="getMembership" UserDataComponentName="getMembershipTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getMembership" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getMembership</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@UGID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="UGID" DataSetColumn="UGID" />
|
|
<Mapping SourceColumn="UID" DataSetColumn="UID" />
|
|
<Mapping SourceColumn="GID" DataSetColumn="GID" />
|
|
<Mapping SourceColumn="StartDate" DataSetColumn="StartDate" />
|
|
<Mapping SourceColumn="EndDate" DataSetColumn="EndDate" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getMembershipsTableAdapter" GeneratorDataComponentClassName="getMembershipsTableAdapter" Name="getMemberships" UserDataComponentName="getMembershipsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getMemberships" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getMemberships</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="UGID" DataSetColumn="UGID" />
|
|
<Mapping SourceColumn="UID" DataSetColumn="UID" />
|
|
<Mapping SourceColumn="GID" DataSetColumn="GID" />
|
|
<Mapping SourceColumn="StartDate" DataSetColumn="StartDate" />
|
|
<Mapping SourceColumn="EndDate" DataSetColumn="EndDate" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getMembershipsByGIDTableAdapter" GeneratorDataComponentClassName="getMembershipsByGIDTableAdapter" Name="getMembershipsByGID" UserDataComponentName="getMembershipsByGIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getMembershipsByGID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getMembershipsByGID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="UGID" DataSetColumn="UGID" />
|
|
<Mapping SourceColumn="UID" DataSetColumn="UID" />
|
|
<Mapping SourceColumn="GID" DataSetColumn="GID" />
|
|
<Mapping SourceColumn="StartDate" DataSetColumn="StartDate" />
|
|
<Mapping SourceColumn="EndDate" DataSetColumn="EndDate" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="User_UserID" DataSetColumn="User_UserID" />
|
|
<Mapping SourceColumn="User_FirstName" DataSetColumn="User_FirstName" />
|
|
<Mapping SourceColumn="User_MiddleName" DataSetColumn="User_MiddleName" />
|
|
<Mapping SourceColumn="User_LastName" DataSetColumn="User_LastName" />
|
|
<Mapping SourceColumn="User_Suffix" DataSetColumn="User_Suffix" />
|
|
<Mapping SourceColumn="User_CourtesyTitle" DataSetColumn="User_CourtesyTitle" />
|
|
<Mapping SourceColumn="User_PhoneNumber" DataSetColumn="User_PhoneNumber" />
|
|
<Mapping SourceColumn="User_CFGName" DataSetColumn="User_CFGName" />
|
|
<Mapping SourceColumn="User_UserLogin" DataSetColumn="User_UserLogin" />
|
|
<Mapping SourceColumn="User_UserName" DataSetColumn="User_UserName" />
|
|
<Mapping SourceColumn="User_Config" DataSetColumn="User_Config" />
|
|
<Mapping SourceColumn="User_DTS" DataSetColumn="User_DTS" />
|
|
<Mapping SourceColumn="User_UsrID" DataSetColumn="User_UsrID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getMembershipsByUIDTableAdapter" GeneratorDataComponentClassName="getMembershipsByUIDTableAdapter" Name="getMembershipsByUID" UserDataComponentName="getMembershipsByUIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getMembershipsByUID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getMembershipsByUID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@UID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="UGID" DataSetColumn="UGID" />
|
|
<Mapping SourceColumn="UID" DataSetColumn="UID" />
|
|
<Mapping SourceColumn="GID" DataSetColumn="GID" />
|
|
<Mapping SourceColumn="StartDate" DataSetColumn="StartDate" />
|
|
<Mapping SourceColumn="EndDate" DataSetColumn="EndDate" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Group_GroupName" DataSetColumn="Group_GroupName" />
|
|
<Mapping SourceColumn="Group_GroupType" DataSetColumn="Group_GroupType" />
|
|
<Mapping SourceColumn="Group_Config" DataSetColumn="Group_Config" />
|
|
<Mapping SourceColumn="Group_DTS" DataSetColumn="Group_DTS" />
|
|
<Mapping SourceColumn="Group_UsrID" DataSetColumn="Group_UsrID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getNextItemsTableAdapter" GeneratorDataComponentClassName="getNextItemsTableAdapter" Name="getNextItems" UserDataComponentName="getNextItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getNextItems" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getNextItems</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PreviousID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getOwnerTableAdapter" GeneratorDataComponentClassName="getOwnerTableAdapter" Name="getOwner" UserDataComponentName="getOwnerTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getOwner" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getOwner</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OwnerID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="OwnerID" DataSetColumn="OwnerID" />
|
|
<Mapping SourceColumn="SessionID" DataSetColumn="SessionID" />
|
|
<Mapping SourceColumn="OwnerType" DataSetColumn="OwnerType" />
|
|
<Mapping SourceColumn="OwnerItemID" DataSetColumn="OwnerItemID" />
|
|
<Mapping SourceColumn="DTSStart" DataSetColumn="DTSStart" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getOwnerByItemIDTableAdapter" GeneratorDataComponentClassName="getOwnerByItemIDTableAdapter" Name="getOwnerByItemID" UserDataComponentName="getOwnerByItemIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getOwnerByItemID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getOwnerByItemID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="OwnerID" DataSetColumn="OwnerID" />
|
|
<Mapping SourceColumn="SessionID" DataSetColumn="SessionID" />
|
|
<Mapping SourceColumn="OwnerType" DataSetColumn="OwnerType" />
|
|
<Mapping SourceColumn="OwnerItemID" DataSetColumn="OwnerItemID" />
|
|
<Mapping SourceColumn="DTSStart" DataSetColumn="DTSStart" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getOwnerBySessionIDandFolderIDTableAdapter" GeneratorDataComponentClassName="getOwnerBySessionIDandFolderIDTableAdapter" Name="getOwnerBySessionIDandFolderID" UserDataComponentName="getOwnerBySessionIDandFolderIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getOwnerBySessionIDandFolderID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getOwnerBySessionIDandFolderID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SessionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FolderID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="OwnerID" DataSetColumn="OwnerID" />
|
|
<Mapping SourceColumn="SessionID" DataSetColumn="SessionID" />
|
|
<Mapping SourceColumn="OwnerType" DataSetColumn="OwnerType" />
|
|
<Mapping SourceColumn="OwnerItemID" DataSetColumn="OwnerItemID" />
|
|
<Mapping SourceColumn="DTSStart" DataSetColumn="DTSStart" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getOwnerBySessionIDandVersionIDTableAdapter" GeneratorDataComponentClassName="getOwnerBySessionIDandVersionIDTableAdapter" Name="getOwnerBySessionIDandVersionID" UserDataComponentName="getOwnerBySessionIDandVersionIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getOwnerBySessionIDandVersionID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getOwnerBySessionIDandVersionID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SessionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="OwnerID" DataSetColumn="OwnerID" />
|
|
<Mapping SourceColumn="SessionID" DataSetColumn="SessionID" />
|
|
<Mapping SourceColumn="OwnerType" DataSetColumn="OwnerType" />
|
|
<Mapping SourceColumn="OwnerItemID" DataSetColumn="OwnerItemID" />
|
|
<Mapping SourceColumn="DTSStart" DataSetColumn="DTSStart" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getOwnersTableAdapter" GeneratorDataComponentClassName="getOwnersTableAdapter" Name="getOwners" UserDataComponentName="getOwnersTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getOwners" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getOwners</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="OwnerID" DataSetColumn="OwnerID" />
|
|
<Mapping SourceColumn="SessionID" DataSetColumn="SessionID" />
|
|
<Mapping SourceColumn="OwnerType" DataSetColumn="OwnerType" />
|
|
<Mapping SourceColumn="OwnerItemID" DataSetColumn="OwnerItemID" />
|
|
<Mapping SourceColumn="DTSStart" DataSetColumn="DTSStart" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getOwnersBySessionIDTableAdapter" GeneratorDataComponentClassName="getOwnersBySessionIDTableAdapter" Name="getOwnersBySessionID" UserDataComponentName="getOwnersBySessionIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getOwnersBySessionID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getOwnersBySessionID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SessionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="OwnerID" DataSetColumn="OwnerID" />
|
|
<Mapping SourceColumn="SessionID" DataSetColumn="SessionID" />
|
|
<Mapping SourceColumn="OwnerType" DataSetColumn="OwnerType" />
|
|
<Mapping SourceColumn="OwnerItemID" DataSetColumn="OwnerItemID" />
|
|
<Mapping SourceColumn="DTSStart" DataSetColumn="DTSStart" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getOwnersByVersionIDTableAdapter" GeneratorDataComponentClassName="getOwnersByVersionIDTableAdapter" Name="getOwnersByVersionID" UserDataComponentName="getOwnersByVersionIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getOwnersByVersionID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getOwnersByVersionID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="OwnerID" DataSetColumn="OwnerID" />
|
|
<Mapping SourceColumn="SessionID" DataSetColumn="SessionID" />
|
|
<Mapping SourceColumn="OwnerType" DataSetColumn="OwnerType" />
|
|
<Mapping SourceColumn="OwnerItemID" DataSetColumn="OwnerItemID" />
|
|
<Mapping SourceColumn="DTSStart" DataSetColumn="DTSStart" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getParentFolderTableAdapter" GeneratorDataComponentClassName="getParentFolderTableAdapter" Name="getParentFolder" UserDataComponentName="getParentFolderTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getParentFolder" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getParentFolder</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="DBID" DataSetColumn="DBID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ShortName" DataSetColumn="ShortName" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ManualOrder" DataSetColumn="ManualOrder" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssignmentCount" DataSetColumn="AssignmentCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="ChildCount" DataSetColumn="ChildCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getParentFormatTableAdapter" GeneratorDataComponentClassName="getParentFormatTableAdapter" Name="getParentFormat" UserDataComponentName="getParentFormatTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getParentFormat" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getParentFormat</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="Data" DataSetColumn="Data" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="GenMac" DataSetColumn="GenMac" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ContentCount" DataSetColumn="ContentCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="FolderCount" DataSetColumn="FolderCount" />
|
|
<Mapping SourceColumn="ChildCount" DataSetColumn="ChildCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getPartTableAdapter" GeneratorDataComponentClassName="getPartTableAdapter" Name="getPart" UserDataComponentName="getPartTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getPart" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getPart</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FromType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getPartAuditTableAdapter" GeneratorDataComponentClassName="getPartAuditTableAdapter" Name="getPartAudit" UserDataComponentName="getPartAuditTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getPartAudit" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getPartAudit</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@AuditID" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getPartAuditsTableAdapter" GeneratorDataComponentClassName="getPartAuditsTableAdapter" Name="getPartAudits" UserDataComponentName="getPartAuditsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getPartAudits" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getPartAudits</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="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getPartAuditsByContentIDTableAdapter" GeneratorDataComponentClassName="getPartAuditsByContentIDTableAdapter" Name="getPartAuditsByContentID" UserDataComponentName="getPartAuditsByContentIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getPartAuditsByContentID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getPartAuditsByContentID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getPartAuditsByDeleteStatusTableAdapter" GeneratorDataComponentClassName="getPartAuditsByDeleteStatusTableAdapter" Name="getPartAuditsByDeleteStatus" UserDataComponentName="getPartAuditsByDeleteStatusTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getPartAuditsByDeleteStatus" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getPartAuditsByDeleteStatus</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DeleteStatus" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getPartAuditsByItemIDTableAdapter" GeneratorDataComponentClassName="getPartAuditsByItemIDTableAdapter" Name="getPartAuditsByItemID" UserDataComponentName="getPartAuditsByItemIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getPartAuditsByItemID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getPartAuditsByItemID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getPartsTableAdapter" GeneratorDataComponentClassName="getPartsTableAdapter" Name="getParts" UserDataComponentName="getPartsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getParts" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getParts</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="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getPartsByContentIDTableAdapter" GeneratorDataComponentClassName="getPartsByContentIDTableAdapter" Name="getPartsByContentID" UserDataComponentName="getPartsByContentIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getPartsByContentID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getPartsByContentID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Item_PreviousID" DataSetColumn="Item_PreviousID" />
|
|
<Mapping SourceColumn="Item_ContentID" DataSetColumn="Item_ContentID" />
|
|
<Mapping SourceColumn="Item_DTS" DataSetColumn="Item_DTS" />
|
|
<Mapping SourceColumn="Item_UserID" DataSetColumn="Item_UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getPartsByItemIDTableAdapter" GeneratorDataComponentClassName="getPartsByItemIDTableAdapter" Name="getPartsByItemID" UserDataComponentName="getPartsByItemIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getPartsByItemID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getPartsByItemID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Content_Number" DataSetColumn="Content_Number" />
|
|
<Mapping SourceColumn="Content_Text" DataSetColumn="Content_Text" />
|
|
<Mapping SourceColumn="Content_Type" DataSetColumn="Content_Type" />
|
|
<Mapping SourceColumn="Content_FormatID" DataSetColumn="Content_FormatID" />
|
|
<Mapping SourceColumn="Content_Config" DataSetColumn="Content_Config" />
|
|
<Mapping SourceColumn="Content_DTS" DataSetColumn="Content_DTS" />
|
|
<Mapping SourceColumn="Content_UserID" DataSetColumn="Content_UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getPastedAffectedTransitionsTableAdapter" GeneratorDataComponentClassName="getPastedAffectedTransitionsTableAdapter" Name="getPastedAffectedTransitions" UserDataComponentName="getPastedAffectedTransitionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getPastedAffectedTransitions" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getPastedAffectedTransitions</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="IsRange" DataSetColumn="IsRange" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ZTransitionCount" DataSetColumn="ZTransitionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getPdfTableAdapter" GeneratorDataComponentClassName="getPdfTableAdapter" Name="getPdf" UserDataComponentName="getPdfTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getPdf" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getPdf</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DebugStatus" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TopRow" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PageLength" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@LeftMargin" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PageWidth" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="DebugStatus" DataSetColumn="DebugStatus" />
|
|
<Mapping SourceColumn="TopRow" DataSetColumn="TopRow" />
|
|
<Mapping SourceColumn="PageLength" DataSetColumn="PageLength" />
|
|
<Mapping SourceColumn="LeftMargin" DataSetColumn="LeftMargin" />
|
|
<Mapping SourceColumn="PageWidth" DataSetColumn="PageWidth" />
|
|
<Mapping SourceColumn="PageCount" DataSetColumn="PageCount" />
|
|
<Mapping SourceColumn="DocPdf" DataSetColumn="DocPdf" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getPdfsTableAdapter" GeneratorDataComponentClassName="getPdfsTableAdapter" Name="getPdfs" UserDataComponentName="getPdfsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getPdfs" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getPdfs</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="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="DebugStatus" DataSetColumn="DebugStatus" />
|
|
<Mapping SourceColumn="TopRow" DataSetColumn="TopRow" />
|
|
<Mapping SourceColumn="PageLength" DataSetColumn="PageLength" />
|
|
<Mapping SourceColumn="LeftMargin" DataSetColumn="LeftMargin" />
|
|
<Mapping SourceColumn="PageWidth" DataSetColumn="PageWidth" />
|
|
<Mapping SourceColumn="PageCount" DataSetColumn="PageCount" />
|
|
<Mapping SourceColumn="DocPdf" DataSetColumn="DocPdf" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getPdfsByDocIDTableAdapter" GeneratorDataComponentClassName="getPdfsByDocIDTableAdapter" Name="getPdfsByDocID" UserDataComponentName="getPdfsByDocIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getPdfsByDocID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getPdfsByDocID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DocID" DataSetColumn="DocID" />
|
|
<Mapping SourceColumn="DebugStatus" DataSetColumn="DebugStatus" />
|
|
<Mapping SourceColumn="TopRow" DataSetColumn="TopRow" />
|
|
<Mapping SourceColumn="PageLength" DataSetColumn="PageLength" />
|
|
<Mapping SourceColumn="LeftMargin" DataSetColumn="LeftMargin" />
|
|
<Mapping SourceColumn="PageWidth" DataSetColumn="PageWidth" />
|
|
<Mapping SourceColumn="PageCount" DataSetColumn="PageCount" />
|
|
<Mapping SourceColumn="DocPdf" DataSetColumn="DocPdf" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getPermissionTableAdapter" GeneratorDataComponentClassName="getPermissionTableAdapter" Name="getPermission" UserDataComponentName="getPermissionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getPermission" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getPermission</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="PID" DataSetColumn="PID" />
|
|
<Mapping SourceColumn="RID" DataSetColumn="RID" />
|
|
<Mapping SourceColumn="PermLevel" DataSetColumn="PermLevel" />
|
|
<Mapping SourceColumn="VersionType" DataSetColumn="VersionType" />
|
|
<Mapping SourceColumn="PermValue" DataSetColumn="PermValue" />
|
|
<Mapping SourceColumn="PermAD" DataSetColumn="PermAD" />
|
|
<Mapping SourceColumn="StartDate" DataSetColumn="StartDate" />
|
|
<Mapping SourceColumn="EndDate" DataSetColumn="EndDate" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getPermissionsTableAdapter" GeneratorDataComponentClassName="getPermissionsTableAdapter" Name="getPermissions" UserDataComponentName="getPermissionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getPermissions" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getPermissions</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="PID" DataSetColumn="PID" />
|
|
<Mapping SourceColumn="RID" DataSetColumn="RID" />
|
|
<Mapping SourceColumn="PermLevel" DataSetColumn="PermLevel" />
|
|
<Mapping SourceColumn="VersionType" DataSetColumn="VersionType" />
|
|
<Mapping SourceColumn="PermValue" DataSetColumn="PermValue" />
|
|
<Mapping SourceColumn="PermAD" DataSetColumn="PermAD" />
|
|
<Mapping SourceColumn="StartDate" DataSetColumn="StartDate" />
|
|
<Mapping SourceColumn="EndDate" DataSetColumn="EndDate" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getPermissionsByRIDTableAdapter" GeneratorDataComponentClassName="getPermissionsByRIDTableAdapter" Name="getPermissionsByRID" UserDataComponentName="getPermissionsByRIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getPermissionsByRID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getPermissionsByRID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="PID" DataSetColumn="PID" />
|
|
<Mapping SourceColumn="RID" DataSetColumn="RID" />
|
|
<Mapping SourceColumn="PermLevel" DataSetColumn="PermLevel" />
|
|
<Mapping SourceColumn="VersionType" DataSetColumn="VersionType" />
|
|
<Mapping SourceColumn="PermValue" DataSetColumn="PermValue" />
|
|
<Mapping SourceColumn="PermAD" DataSetColumn="PermAD" />
|
|
<Mapping SourceColumn="StartDate" DataSetColumn="StartDate" />
|
|
<Mapping SourceColumn="EndDate" DataSetColumn="EndDate" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getPreviousItemTableAdapter" GeneratorDataComponentClassName="getPreviousItemTableAdapter" Name="getPreviousItem" UserDataComponentName="getPreviousItemTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getPreviousItem" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getPreviousItem</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PreviousID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getPreviousRevisionByItemIDTableAdapter" GeneratorDataComponentClassName="getPreviousRevisionByItemIDTableAdapter" Name="getPreviousRevisionByItemID" UserDataComponentName="getPreviousRevisionByItemIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getPreviousRevisionByItemID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getPreviousRevisionByItemID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RevisionNumber" DataSetColumn="RevisionNumber" />
|
|
<Mapping SourceColumn="RevisionDate" DataSetColumn="RevisionDate" />
|
|
<Mapping SourceColumn="Notes" DataSetColumn="Notes" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="CheckCount" DataSetColumn="CheckCount" />
|
|
<Mapping SourceColumn="VersionCount" DataSetColumn="VersionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRevisionTableAdapter" GeneratorDataComponentClassName="getRevisionTableAdapter" Name="getRevision" UserDataComponentName="getRevisionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRevision" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRevision</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RevisionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RevisionNumber" DataSetColumn="RevisionNumber" />
|
|
<Mapping SourceColumn="RevisionDate" DataSetColumn="RevisionDate" />
|
|
<Mapping SourceColumn="Notes" DataSetColumn="Notes" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="CheckCount" DataSetColumn="CheckCount" />
|
|
<Mapping SourceColumn="VersionCount" DataSetColumn="VersionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRevisionByItemIDandRevisionNumberTableAdapter" GeneratorDataComponentClassName="getRevisionByItemIDandRevisionNumberTableAdapter" Name="getRevisionByItemIDandRevisionNumber" UserDataComponentName="getRevisionByItemIDandRevisionNumberTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRevisionByItemIDandRevisionNumber" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRevisionByItemIDandRevisionNumber</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@RevisionNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RevisionNumber" DataSetColumn="RevisionNumber" />
|
|
<Mapping SourceColumn="RevisionDate" DataSetColumn="RevisionDate" />
|
|
<Mapping SourceColumn="Notes" DataSetColumn="Notes" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="CheckCount" DataSetColumn="CheckCount" />
|
|
<Mapping SourceColumn="VersionCount" DataSetColumn="VersionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRevisionByItemIDandRevisionNumberAndUnitIDTableAdapter" GeneratorDataComponentClassName="getRevisionByItemIDandRevisionNumberAndUnitIDTableAdapter" Name="getRevisionByItemIDandRevisionNumberAndUnitID" UserDataComponentName="getRevisionByItemIDandRevisionNumberAndUnitIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRevisionByItemIDandRevisionNumberAndUnitID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRevisionByItemIDandRevisionNumberAndUnitID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@RevisionNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@UnitID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RevisionNumber" DataSetColumn="RevisionNumber" />
|
|
<Mapping SourceColumn="RevisionDate" DataSetColumn="RevisionDate" />
|
|
<Mapping SourceColumn="Notes" DataSetColumn="Notes" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="CheckCount" DataSetColumn="CheckCount" />
|
|
<Mapping SourceColumn="VersionCount" DataSetColumn="VersionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRevisionsTableAdapter" GeneratorDataComponentClassName="getRevisionsTableAdapter" Name="getRevisions" UserDataComponentName="getRevisionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRevisions" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRevisions</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="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RevisionNumber" DataSetColumn="RevisionNumber" />
|
|
<Mapping SourceColumn="RevisionDate" DataSetColumn="RevisionDate" />
|
|
<Mapping SourceColumn="Notes" DataSetColumn="Notes" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="CheckCount" DataSetColumn="CheckCount" />
|
|
<Mapping SourceColumn="VersionCount" DataSetColumn="VersionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRevisionsByItemIDTableAdapter" GeneratorDataComponentClassName="getRevisionsByItemIDTableAdapter" Name="getRevisionsByItemID" UserDataComponentName="getRevisionsByItemIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRevisionsByItemID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRevisionsByItemID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RevisionNumber" DataSetColumn="RevisionNumber" />
|
|
<Mapping SourceColumn="RevisionDate" DataSetColumn="RevisionDate" />
|
|
<Mapping SourceColumn="Notes" DataSetColumn="Notes" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="CheckCount" DataSetColumn="CheckCount" />
|
|
<Mapping SourceColumn="VersionCount" DataSetColumn="VersionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRevisionsByItemIDandUnitIDTableAdapter" GeneratorDataComponentClassName="getRevisionsByItemIDandUnitIDTableAdapter" Name="getRevisionsByItemIDandUnitID" UserDataComponentName="getRevisionsByItemIDandUnitIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRevisionsByItemIDandUnitID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRevisionsByItemIDandUnitID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@UnitID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="RevisionNumber" DataSetColumn="RevisionNumber" />
|
|
<Mapping SourceColumn="RevisionDate" DataSetColumn="RevisionDate" />
|
|
<Mapping SourceColumn="Notes" DataSetColumn="Notes" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="CheckCount" DataSetColumn="CheckCount" />
|
|
<Mapping SourceColumn="VersionCount" DataSetColumn="VersionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRODbTableAdapter" GeneratorDataComponentClassName="getRODbTableAdapter" Name="getRODb" UserDataComponentName="getRODbTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRODb" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRODb</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="ROName" DataSetColumn="ROName" />
|
|
<Mapping SourceColumn="FolderPath" DataSetColumn="FolderPath" />
|
|
<Mapping SourceColumn="DBConnectionString" DataSetColumn="DBConnectionString" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DROUsageCount" DataSetColumn="DROUsageCount" />
|
|
<Mapping SourceColumn="ROFstCount" DataSetColumn="ROFstCount" />
|
|
<Mapping SourceColumn="ROImageCount" DataSetColumn="ROImageCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRODbByFolderPathTableAdapter" GeneratorDataComponentClassName="getRODbByFolderPathTableAdapter" Name="getRODbByFolderPath" UserDataComponentName="getRODbByFolderPathTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRODbByFolderPath" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRODbByFolderPath</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@FolderPath" Precision="0" ProviderType="NVarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="ROName" DataSetColumn="ROName" />
|
|
<Mapping SourceColumn="FolderPath" DataSetColumn="FolderPath" />
|
|
<Mapping SourceColumn="DBConnectionString" DataSetColumn="DBConnectionString" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DROUsageCount" DataSetColumn="DROUsageCount" />
|
|
<Mapping SourceColumn="ROFstCount" DataSetColumn="ROFstCount" />
|
|
<Mapping SourceColumn="ROImageCount" DataSetColumn="ROImageCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRODbsTableAdapter" GeneratorDataComponentClassName="getRODbsTableAdapter" Name="getRODbs" UserDataComponentName="getRODbsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRODbs" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRODbs</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="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="ROName" DataSetColumn="ROName" />
|
|
<Mapping SourceColumn="FolderPath" DataSetColumn="FolderPath" />
|
|
<Mapping SourceColumn="DBConnectionString" DataSetColumn="DBConnectionString" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DROUsageCount" DataSetColumn="DROUsageCount" />
|
|
<Mapping SourceColumn="ROFstCount" DataSetColumn="ROFstCount" />
|
|
<Mapping SourceColumn="ROImageCount" DataSetColumn="ROImageCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getROFstTableAdapter" GeneratorDataComponentClassName="getROFstTableAdapter" Name="getROFst" UserDataComponentName="getROFstTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getROFst" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getROFst</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="ROLookup" DataSetColumn="ROLookup" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssociationCount" DataSetColumn="AssociationCount" />
|
|
<Mapping SourceColumn="FigureCount" DataSetColumn="FigureCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getROFstByRODbID_DTSTableAdapter" GeneratorDataComponentClassName="getROFstByRODbID_DTSTableAdapter" Name="getROFstByRODbID_DTS" UserDataComponentName="getROFstByRODbID_DTSTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getROFstByRODbID_DTS" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getROFstByRODbID_DTS</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="ROLookup" DataSetColumn="ROLookup" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssociationCount" DataSetColumn="AssociationCount" />
|
|
<Mapping SourceColumn="FigureCount" DataSetColumn="FigureCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRoFstBySizeTableAdapter" GeneratorDataComponentClassName="getRoFstBySizeTableAdapter" Name="getRoFstBySize" UserDataComponentName="getRoFstBySizeTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRoFstBySize" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRoFstBySize</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Len" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="ROLookup" DataSetColumn="ROLookup" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssociationCount" DataSetColumn="AssociationCount" />
|
|
<Mapping SourceColumn="FigureCount" DataSetColumn="FigureCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getROFstsTableAdapter" GeneratorDataComponentClassName="getROFstsTableAdapter" Name="getROFsts" UserDataComponentName="getROFstsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getROFsts" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getROFsts</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="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="ROLookup" DataSetColumn="ROLookup" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssociationCount" DataSetColumn="AssociationCount" />
|
|
<Mapping SourceColumn="FigureCount" DataSetColumn="FigureCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getROFstsByRODbIDTableAdapter" GeneratorDataComponentClassName="getROFstsByRODbIDTableAdapter" Name="getROFstsByRODbID" UserDataComponentName="getROFstsByRODbIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getROFstsByRODbID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getROFstsByRODbID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="ROLookup" DataSetColumn="ROLookup" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssociationCount" DataSetColumn="AssociationCount" />
|
|
<Mapping SourceColumn="FigureCount" DataSetColumn="FigureCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getROImageTableAdapter" GeneratorDataComponentClassName="getROImageTableAdapter" Name="getROImage" UserDataComponentName="getROImageTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getROImage" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getROImage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ImageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ImageID" DataSetColumn="ImageID" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="FileName" DataSetColumn="FileName" />
|
|
<Mapping SourceColumn="Content" DataSetColumn="Content" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="FigureCount" DataSetColumn="FigureCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getROImageByRODbID_FileName_DTSTableAdapter" GeneratorDataComponentClassName="getROImageByRODbID_FileName_DTSTableAdapter" Name="getROImageByRODbID_FileName_DTS" UserDataComponentName="getROImageByRODbID_FileName_DTSTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getROImageByRODbID_FileName_DTS" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getROImageByRODbID_FileName_DTS</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@FileName" Precision="0" ProviderType="NVarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ImageID" DataSetColumn="ImageID" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="FileName" DataSetColumn="FileName" />
|
|
<Mapping SourceColumn="Content" DataSetColumn="Content" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="FigureCount" DataSetColumn="FigureCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getROImageByROFstID_FileNameTableAdapter" GeneratorDataComponentClassName="getROImageByROFstID_FileNameTableAdapter" Name="getROImageByROFstID_FileName" UserDataComponentName="getROImageByROFstID_FileNameTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getROImageByROFstID_FileName" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getROImageByROFstID_FileName</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@FileName" Precision="0" ProviderType="NVarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ImageID" DataSetColumn="ImageID" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="FileName" DataSetColumn="FileName" />
|
|
<Mapping SourceColumn="Content" DataSetColumn="Content" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="FigureCount" DataSetColumn="FigureCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getROImagesTableAdapter" GeneratorDataComponentClassName="getROImagesTableAdapter" Name="getROImages" UserDataComponentName="getROImagesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getROImages" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getROImages</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="ImageID" DataSetColumn="ImageID" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="FileName" DataSetColumn="FileName" />
|
|
<Mapping SourceColumn="Content" DataSetColumn="Content" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="FigureCount" DataSetColumn="FigureCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getROImagesByRODbIDTableAdapter" GeneratorDataComponentClassName="getROImagesByRODbIDTableAdapter" Name="getROImagesByRODbID" UserDataComponentName="getROImagesByRODbIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getROImagesByRODbID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getROImagesByRODbID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ImageID" DataSetColumn="ImageID" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="FileName" DataSetColumn="FileName" />
|
|
<Mapping SourceColumn="Content" DataSetColumn="Content" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="FigureCount" DataSetColumn="FigureCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getROImagesByRODbID_FileNameTableAdapter" GeneratorDataComponentClassName="getROImagesByRODbID_FileNameTableAdapter" Name="getROImagesByRODbID_FileName" UserDataComponentName="getROImagesByRODbID_FileNameTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getROImagesByRODbID_FileName" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getROImagesByRODbID_FileName</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@FileName" Precision="0" ProviderType="NVarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ImageID" DataSetColumn="ImageID" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="FileName" DataSetColumn="FileName" />
|
|
<Mapping SourceColumn="Content" DataSetColumn="Content" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="FigureCount" DataSetColumn="FigureCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getROImagesByRODbIDNoDataTableAdapter" GeneratorDataComponentClassName="getROImagesByRODbIDNoDataTableAdapter" Name="getROImagesByRODbIDNoData" UserDataComponentName="getROImagesByRODbIDNoDataTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getROImagesByRODbIDNoData" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getROImagesByRODbIDNoData</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ImageID" DataSetColumn="ImageID" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="FileName" DataSetColumn="FileName" />
|
|
<Mapping SourceColumn="Content" DataSetColumn="Content" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="FigureCount" DataSetColumn="FigureCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRoleTableAdapter" GeneratorDataComponentClassName="getRoleTableAdapter" Name="getRole" UserDataComponentName="getRoleTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRole" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRole</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RID" DataSetColumn="RID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssignmentCount" DataSetColumn="AssignmentCount" />
|
|
<Mapping SourceColumn="PermissionCount" DataSetColumn="PermissionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRoleByNameTableAdapter" GeneratorDataComponentClassName="getRoleByNameTableAdapter" Name="getRoleByName" UserDataComponentName="getRoleByNameTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRoleByName" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRoleByName</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RID" DataSetColumn="RID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssignmentCount" DataSetColumn="AssignmentCount" />
|
|
<Mapping SourceColumn="PermissionCount" DataSetColumn="PermissionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRolesTableAdapter" GeneratorDataComponentClassName="getRolesTableAdapter" Name="getRoles" UserDataComponentName="getRolesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRoles" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRoles</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="RID" DataSetColumn="RID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssignmentCount" DataSetColumn="AssignmentCount" />
|
|
<Mapping SourceColumn="PermissionCount" DataSetColumn="PermissionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRoUsageTableAdapter" GeneratorDataComponentClassName="getRoUsageTableAdapter" Name="getRoUsage" UserDataComponentName="getRoUsageTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRoUsage" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRoUsage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROUsageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROUsageID" DataSetColumn="ROUsageID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRoUsagesTableAdapter" GeneratorDataComponentClassName="getRoUsagesTableAdapter" Name="getRoUsages" UserDataComponentName="getRoUsagesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRoUsages" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRoUsages</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="ROUsageID" DataSetColumn="ROUsageID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRoUsagesByContentIDTableAdapter" GeneratorDataComponentClassName="getRoUsagesByContentIDTableAdapter" Name="getRoUsagesByContentID" UserDataComponentName="getRoUsagesByContentIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRoUsagesByContentID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRoUsagesByContentID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROUsageID" DataSetColumn="ROUsageID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="RODb_ROName" DataSetColumn="RODb_ROName" />
|
|
<Mapping SourceColumn="RODb_FolderPath" DataSetColumn="RODb_FolderPath" />
|
|
<Mapping SourceColumn="RODb_DBConnectionString" DataSetColumn="RODb_DBConnectionString" />
|
|
<Mapping SourceColumn="RODb_Config" DataSetColumn="RODb_Config" />
|
|
<Mapping SourceColumn="RODb_DTS" DataSetColumn="RODb_DTS" />
|
|
<Mapping SourceColumn="RODb_UserID" DataSetColumn="RODb_UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRoUsagesByRODbIDTableAdapter" GeneratorDataComponentClassName="getRoUsagesByRODbIDTableAdapter" Name="getRoUsagesByRODbID" UserDataComponentName="getRoUsagesByRODbIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRoUsagesByRODbID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRoUsagesByRODbID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROUsageID" DataSetColumn="ROUsageID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="Content_Number" DataSetColumn="Content_Number" />
|
|
<Mapping SourceColumn="Content_Text" DataSetColumn="Content_Text" />
|
|
<Mapping SourceColumn="Content_Type" DataSetColumn="Content_Type" />
|
|
<Mapping SourceColumn="Content_FormatID" DataSetColumn="Content_FormatID" />
|
|
<Mapping SourceColumn="Content_Config" DataSetColumn="Content_Config" />
|
|
<Mapping SourceColumn="Content_DTS" DataSetColumn="Content_DTS" />
|
|
<Mapping SourceColumn="Content_UserID" DataSetColumn="Content_UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRoUsagesByROIDsTableAdapter" GeneratorDataComponentClassName="getRoUsagesByROIDsTableAdapter" Name="getRoUsagesByROIDs" UserDataComponentName="getRoUsagesByROIDsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRoUsagesByROIDs" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRoUsagesByROIDs</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@ROIDs" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROUsageID" DataSetColumn="ROUsageID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="Content_Number" DataSetColumn="Content_Number" />
|
|
<Mapping SourceColumn="Content_Text" DataSetColumn="Content_Text" />
|
|
<Mapping SourceColumn="Content_Type" DataSetColumn="Content_Type" />
|
|
<Mapping SourceColumn="Content_FormatID" DataSetColumn="Content_FormatID" />
|
|
<Mapping SourceColumn="Content_Config" DataSetColumn="Content_Config" />
|
|
<Mapping SourceColumn="Content_DTS" DataSetColumn="Content_DTS" />
|
|
<Mapping SourceColumn="Content_UserID" DataSetColumn="Content_UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRoUsagesByROIDsAndVersionsTableAdapter" GeneratorDataComponentClassName="getRoUsagesByROIDsAndVersionsTableAdapter" Name="getRoUsagesByROIDsAndVersions" UserDataComponentName="getRoUsagesByROIDsAndVersionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRoUsagesByROIDsAndVersions" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRoUsagesByROIDsAndVersions</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@ROIDs" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Versions" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROUsageID" DataSetColumn="ROUsageID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="Content_Number" DataSetColumn="Content_Number" />
|
|
<Mapping SourceColumn="Content_Text" DataSetColumn="Content_Text" />
|
|
<Mapping SourceColumn="Content_Type" DataSetColumn="Content_Type" />
|
|
<Mapping SourceColumn="Content_FormatID" DataSetColumn="Content_FormatID" />
|
|
<Mapping SourceColumn="Content_Config" DataSetColumn="Content_Config" />
|
|
<Mapping SourceColumn="Content_DTS" DataSetColumn="Content_DTS" />
|
|
<Mapping SourceColumn="Content_UserID" DataSetColumn="Content_UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRoUsagesForDocVersionTableAdapter" GeneratorDataComponentClassName="getRoUsagesForDocVersionTableAdapter" Name="getRoUsagesForDocVersion" UserDataComponentName="getRoUsagesForDocVersionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRoUsagesForDocVersion" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRoUsagesForDocVersion</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROUsageID" DataSetColumn="ROUsageID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getRoUsagesForProcTableAdapter" GeneratorDataComponentClassName="getRoUsagesForProcTableAdapter" Name="getRoUsagesForProc" UserDataComponentName="getRoUsagesForProcTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getRoUsagesForProc" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getRoUsagesForProc</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROUsageID" DataSetColumn="ROUsageID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getSessionTableAdapter" GeneratorDataComponentClassName="getSessionTableAdapter" Name="getSession" UserDataComponentName="getSessionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getSession" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getSession</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SessionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="SessionID" DataSetColumn="SessionID" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DTSDtart" DataSetColumn="DTSDtart" />
|
|
<Mapping SourceColumn="DTSEnd" DataSetColumn="DTSEnd" />
|
|
<Mapping SourceColumn="DTSActivity" DataSetColumn="DTSActivity" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="MachineName" DataSetColumn="MachineName" />
|
|
<Mapping SourceColumn="ProcessID" DataSetColumn="ProcessID" />
|
|
<Mapping SourceColumn="LastContentChange" DataSetColumn="LastContentChange" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getSessionsTableAdapter" GeneratorDataComponentClassName="getSessionsTableAdapter" Name="getSessions" UserDataComponentName="getSessionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getSessions" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getSessions</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="SessionID" DataSetColumn="SessionID" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DTSDtart" DataSetColumn="DTSDtart" />
|
|
<Mapping SourceColumn="DTSEnd" DataSetColumn="DTSEnd" />
|
|
<Mapping SourceColumn="DTSActivity" DataSetColumn="DTSActivity" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="MachineName" DataSetColumn="MachineName" />
|
|
<Mapping SourceColumn="ProcessID" DataSetColumn="ProcessID" />
|
|
<Mapping SourceColumn="LastContentChange" DataSetColumn="LastContentChange" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getStageTableAdapter" GeneratorDataComponentClassName="getStageTableAdapter" Name="getStage" UserDataComponentName="getStageTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getStage" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getStage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="StageID" DataSetColumn="StageID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="IsApproved" DataSetColumn="IsApproved" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="CheckCount" DataSetColumn="CheckCount" />
|
|
<Mapping SourceColumn="VersionCount" DataSetColumn="VersionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getStagesTableAdapter" GeneratorDataComponentClassName="getStagesTableAdapter" Name="getStages" UserDataComponentName="getStagesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getStages" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getStages</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="StageID" DataSetColumn="StageID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="IsApproved" DataSetColumn="IsApproved" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="CheckCount" DataSetColumn="CheckCount" />
|
|
<Mapping SourceColumn="VersionCount" DataSetColumn="VersionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getTopFolderTableAdapter" GeneratorDataComponentClassName="getTopFolderTableAdapter" Name="getTopFolder" UserDataComponentName="getTopFolderTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getTopFolder" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getTopFolder</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="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="DBID" DataSetColumn="DBID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ShortName" DataSetColumn="ShortName" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ManualOrder" DataSetColumn="ManualOrder" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssignmentCount" DataSetColumn="AssignmentCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="ChildCount" DataSetColumn="ChildCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getTransitionTableAdapter" GeneratorDataComponentClassName="getTransitionTableAdapter" Name="getTransition" UserDataComponentName="getTransitionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getTransition" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getTransition</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TransitionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="IsRange" DataSetColumn="IsRange" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ZTransitionCount" DataSetColumn="ZTransitionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getTransitionsTableAdapter" GeneratorDataComponentClassName="getTransitionsTableAdapter" Name="getTransitions" UserDataComponentName="getTransitionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getTransitions" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getTransitions</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="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="IsRange" DataSetColumn="IsRange" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ZTransitionCount" DataSetColumn="ZTransitionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getTransitionsByFromIDTableAdapter" GeneratorDataComponentClassName="getTransitionsByFromIDTableAdapter" Name="getTransitionsByFromID" UserDataComponentName="getTransitionsByFromIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getTransitionsByFromID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getTransitionsByFromID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FromID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="IsRange" DataSetColumn="IsRange" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Item_RangeID_PreviousID" DataSetColumn="Item_RangeID_PreviousID" />
|
|
<Mapping SourceColumn="Item_RangeID_ContentID" DataSetColumn="Item_RangeID_ContentID" />
|
|
<Mapping SourceColumn="Item_RangeID_DTS" DataSetColumn="Item_RangeID_DTS" />
|
|
<Mapping SourceColumn="Item_RangeID_UserID" DataSetColumn="Item_RangeID_UserID" />
|
|
<Mapping SourceColumn="Item_ToID_PreviousID" DataSetColumn="Item_ToID_PreviousID" />
|
|
<Mapping SourceColumn="Item_ToID_ContentID" DataSetColumn="Item_ToID_ContentID" />
|
|
<Mapping SourceColumn="Item_ToID_DTS" DataSetColumn="Item_ToID_DTS" />
|
|
<Mapping SourceColumn="Item_ToID_UserID" DataSetColumn="Item_ToID_UserID" />
|
|
<Mapping SourceColumn="ZTransitionCount" DataSetColumn="ZTransitionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getTransitionsByRangeIDTableAdapter" GeneratorDataComponentClassName="getTransitionsByRangeIDTableAdapter" Name="getTransitionsByRangeID" UserDataComponentName="getTransitionsByRangeIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getTransitionsByRangeID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getTransitionsByRangeID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RangeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="IsRange" DataSetColumn="IsRange" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Content_Number" DataSetColumn="Content_Number" />
|
|
<Mapping SourceColumn="Content_Text" DataSetColumn="Content_Text" />
|
|
<Mapping SourceColumn="Content_Type" DataSetColumn="Content_Type" />
|
|
<Mapping SourceColumn="Content_FormatID" DataSetColumn="Content_FormatID" />
|
|
<Mapping SourceColumn="Content_Config" DataSetColumn="Content_Config" />
|
|
<Mapping SourceColumn="Content_DTS" DataSetColumn="Content_DTS" />
|
|
<Mapping SourceColumn="Content_UserID" DataSetColumn="Content_UserID" />
|
|
<Mapping SourceColumn="ZTransitionCount" DataSetColumn="ZTransitionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getTransitionsByToIDTableAdapter" GeneratorDataComponentClassName="getTransitionsByToIDTableAdapter" Name="getTransitionsByToID" UserDataComponentName="getTransitionsByToIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getTransitionsByToID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getTransitionsByToID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ToID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="IsRange" DataSetColumn="IsRange" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Content_Number" DataSetColumn="Content_Number" />
|
|
<Mapping SourceColumn="Content_Text" DataSetColumn="Content_Text" />
|
|
<Mapping SourceColumn="Content_Type" DataSetColumn="Content_Type" />
|
|
<Mapping SourceColumn="Content_FormatID" DataSetColumn="Content_FormatID" />
|
|
<Mapping SourceColumn="Content_Config" DataSetColumn="Content_Config" />
|
|
<Mapping SourceColumn="Content_DTS" DataSetColumn="Content_DTS" />
|
|
<Mapping SourceColumn="Content_UserID" DataSetColumn="Content_UserID" />
|
|
<Mapping SourceColumn="ZTransitionCount" DataSetColumn="ZTransitionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getTransitionsFromProcTableAdapter" GeneratorDataComponentClassName="getTransitionsFromProcTableAdapter" Name="getTransitionsFromProc" UserDataComponentName="getTransitionsFromProcTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getTransitionsFromProc" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getTransitionsFromProc</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="IsRange" DataSetColumn="IsRange" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ZTransitionCount" DataSetColumn="ZTransitionCount" />
|
|
<Mapping SourceColumn="ContentText" DataSetColumn="ContentText" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getTransitionsToDisconnectedTableAdapter" GeneratorDataComponentClassName="getTransitionsToDisconnectedTableAdapter" Name="getTransitionsToDisconnected" UserDataComponentName="getTransitionsToDisconnectedTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getTransitionsToDisconnected" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getTransitionsToDisconnected</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@DocVersionList" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="IsRange" DataSetColumn="IsRange" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ZTransitionCount" DataSetColumn="ZTransitionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getTransitionsToNonEditableTableAdapter" GeneratorDataComponentClassName="getTransitionsToNonEditableTableAdapter" Name="getTransitionsToNonEditable" UserDataComponentName="getTransitionsToNonEditableTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getTransitionsToNonEditable" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getTransitionsToNonEditable</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@DocVersionList" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="IsRange" DataSetColumn="IsRange" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ZTransitionCount" DataSetColumn="ZTransitionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getTransitionsToProcTableAdapter" GeneratorDataComponentClassName="getTransitionsToProcTableAdapter" Name="getTransitionsToProc" UserDataComponentName="getTransitionsToProcTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getTransitionsToProc" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getTransitionsToProc</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="IsRange" DataSetColumn="IsRange" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ZTransitionCount" DataSetColumn="ZTransitionCount" />
|
|
<Mapping SourceColumn="ContentText" DataSetColumn="ContentText" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getUserTableAdapter" GeneratorDataComponentClassName="getUserTableAdapter" Name="getUser" UserDataComponentName="getUserTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getUser" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getUser</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@UID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="UID" DataSetColumn="UID" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="FirstName" DataSetColumn="FirstName" />
|
|
<Mapping SourceColumn="MiddleName" DataSetColumn="MiddleName" />
|
|
<Mapping SourceColumn="LastName" DataSetColumn="LastName" />
|
|
<Mapping SourceColumn="Suffix" DataSetColumn="Suffix" />
|
|
<Mapping SourceColumn="CourtesyTitle" DataSetColumn="CourtesyTitle" />
|
|
<Mapping SourceColumn="PhoneNumber" DataSetColumn="PhoneNumber" />
|
|
<Mapping SourceColumn="CFGName" DataSetColumn="CFGName" />
|
|
<Mapping SourceColumn="UserLogin" DataSetColumn="UserLogin" />
|
|
<Mapping SourceColumn="UserName" DataSetColumn="UserName" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="MembershipCount" DataSetColumn="MembershipCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getUserByUserIDTableAdapter" GeneratorDataComponentClassName="getUserByUserIDTableAdapter" Name="getUserByUserID" UserDataComponentName="getUserByUserIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getUserByUserID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getUserByUserID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="VarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="UID" DataSetColumn="UID" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="FirstName" DataSetColumn="FirstName" />
|
|
<Mapping SourceColumn="MiddleName" DataSetColumn="MiddleName" />
|
|
<Mapping SourceColumn="LastName" DataSetColumn="LastName" />
|
|
<Mapping SourceColumn="Suffix" DataSetColumn="Suffix" />
|
|
<Mapping SourceColumn="CourtesyTitle" DataSetColumn="CourtesyTitle" />
|
|
<Mapping SourceColumn="PhoneNumber" DataSetColumn="PhoneNumber" />
|
|
<Mapping SourceColumn="CFGName" DataSetColumn="CFGName" />
|
|
<Mapping SourceColumn="UserLogin" DataSetColumn="UserLogin" />
|
|
<Mapping SourceColumn="UserName" DataSetColumn="UserName" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="MembershipCount" DataSetColumn="MembershipCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getUsersTableAdapter" GeneratorDataComponentClassName="getUsersTableAdapter" Name="getUsers" UserDataComponentName="getUsersTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getUsers" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getUsers</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="UID" DataSetColumn="UID" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="FirstName" DataSetColumn="FirstName" />
|
|
<Mapping SourceColumn="MiddleName" DataSetColumn="MiddleName" />
|
|
<Mapping SourceColumn="LastName" DataSetColumn="LastName" />
|
|
<Mapping SourceColumn="Suffix" DataSetColumn="Suffix" />
|
|
<Mapping SourceColumn="CourtesyTitle" DataSetColumn="CourtesyTitle" />
|
|
<Mapping SourceColumn="PhoneNumber" DataSetColumn="PhoneNumber" />
|
|
<Mapping SourceColumn="CFGName" DataSetColumn="CFGName" />
|
|
<Mapping SourceColumn="UserLogin" DataSetColumn="UserLogin" />
|
|
<Mapping SourceColumn="UserName" DataSetColumn="UserName" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UsrID" DataSetColumn="UsrID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="MembershipCount" DataSetColumn="MembershipCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getVersionTableAdapter" GeneratorDataComponentClassName="getVersionTableAdapter" Name="getVersion" UserDataComponentName="getVersionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getVersion" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getVersion</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="StageID" DataSetColumn="StageID" />
|
|
<Mapping SourceColumn="PDF" DataSetColumn="PDF" />
|
|
<Mapping SourceColumn="SummaryPDF" DataSetColumn="SummaryPDF" />
|
|
<Mapping SourceColumn="ApprovedXML" DataSetColumn="ApprovedXML" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getVersionsTableAdapter" GeneratorDataComponentClassName="getVersionsTableAdapter" Name="getVersions" UserDataComponentName="getVersionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getVersions" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getVersions</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="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="StageID" DataSetColumn="StageID" />
|
|
<Mapping SourceColumn="PDF" DataSetColumn="PDF" />
|
|
<Mapping SourceColumn="SummaryPDF" DataSetColumn="SummaryPDF" />
|
|
<Mapping SourceColumn="ApprovedXML" DataSetColumn="ApprovedXML" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getVersionsByRevisionIDTableAdapter" GeneratorDataComponentClassName="getVersionsByRevisionIDTableAdapter" Name="getVersionsByRevisionID" UserDataComponentName="getVersionsByRevisionIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getVersionsByRevisionID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getVersionsByRevisionID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RevisionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="StageID" DataSetColumn="StageID" />
|
|
<Mapping SourceColumn="PDF" DataSetColumn="PDF" />
|
|
<Mapping SourceColumn="SummaryPDF" DataSetColumn="SummaryPDF" />
|
|
<Mapping SourceColumn="ApprovedXML" DataSetColumn="ApprovedXML" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Stage_Name" DataSetColumn="Stage_Name" />
|
|
<Mapping SourceColumn="Stage_Description" DataSetColumn="Stage_Description" />
|
|
<Mapping SourceColumn="Stage_IsApproved" DataSetColumn="Stage_IsApproved" />
|
|
<Mapping SourceColumn="Stage_DTS" DataSetColumn="Stage_DTS" />
|
|
<Mapping SourceColumn="Stage_UserID" DataSetColumn="Stage_UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getVersionsByStageIDTableAdapter" GeneratorDataComponentClassName="getVersionsByStageIDTableAdapter" Name="getVersionsByStageID" UserDataComponentName="getVersionsByStageIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getVersionsByStageID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getVersionsByStageID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="RevisionID" DataSetColumn="RevisionID" />
|
|
<Mapping SourceColumn="StageID" DataSetColumn="StageID" />
|
|
<Mapping SourceColumn="PDF" DataSetColumn="PDF" />
|
|
<Mapping SourceColumn="SummaryPDF" DataSetColumn="SummaryPDF" />
|
|
<Mapping SourceColumn="ApprovedXML" DataSetColumn="ApprovedXML" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Revision_ItemID" DataSetColumn="Revision_ItemID" />
|
|
<Mapping SourceColumn="Revision_TypeID" DataSetColumn="Revision_TypeID" />
|
|
<Mapping SourceColumn="Revision_RevisionNumber" DataSetColumn="Revision_RevisionNumber" />
|
|
<Mapping SourceColumn="Revision_RevisionDate" DataSetColumn="Revision_RevisionDate" />
|
|
<Mapping SourceColumn="Revision_Notes" DataSetColumn="Revision_Notes" />
|
|
<Mapping SourceColumn="Revision_Config" DataSetColumn="Revision_Config" />
|
|
<Mapping SourceColumn="Revision_DTS" DataSetColumn="Revision_DTS" />
|
|
<Mapping SourceColumn="Revision_UserID" DataSetColumn="Revision_UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getZContentTableAdapter" GeneratorDataComponentClassName="getZContentTableAdapter" Name="getZContent" UserDataComponentName="getZContentTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getZContent" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getZContent</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="OldStepSequence" DataSetColumn="OldStepSequence" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getZContentsTableAdapter" GeneratorDataComponentClassName="getZContentsTableAdapter" Name="getZContents" UserDataComponentName="getZContentsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getZContents" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getZContents</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="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="OldStepSequence" DataSetColumn="OldStepSequence" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getZContentsByContentIDTableAdapter" GeneratorDataComponentClassName="getZContentsByContentIDTableAdapter" Name="getZContentsByContentID" UserDataComponentName="getZContentsByContentIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getZContentsByContentID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getZContentsByContentID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="OldStepSequence" DataSetColumn="OldStepSequence" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getZTransitionTableAdapter" GeneratorDataComponentClassName="getZTransitionTableAdapter" Name="getZTransition" UserDataComponentName="getZTransitionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getZTransition" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getZTransition</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TransitionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="oldto" DataSetColumn="oldto" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getZTransitionsTableAdapter" GeneratorDataComponentClassName="getZTransitionsTableAdapter" Name="getZTransitions" UserDataComponentName="getZTransitionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getZTransitions" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getZTransitions</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="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="oldto" DataSetColumn="oldto" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="getZTransitionsByTransitionIDTableAdapter" GeneratorDataComponentClassName="getZTransitionsByTransitionIDTableAdapter" Name="getZTransitionsByTransitionID" UserDataComponentName="getZTransitionsByTransitionIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.getZTransitionsByTransitionID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.getZTransitionsByTransitionID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TransitionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="oldto" DataSetColumn="oldto" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="MoveItemTableAdapter" GeneratorDataComponentClassName="MoveItemTableAdapter" Name="MoveItem" UserDataComponentName="MoveItemTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.MoveItem" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.MoveItem</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Index" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_CanTransitionBeCreatedTableAdapter" GeneratorDataComponentClassName="vesp_CanTransitionBeCreatedTableAdapter" Name="vesp_CanTransitionBeCreated" UserDataComponentName="vesp_CanTransitionBeCreatedTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_CanTransitionBeCreated" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_CanTransitionBeCreated</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@fromItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@toItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Status" DataSetColumn="Status" />
|
|
<Mapping SourceColumn="fromAppl" DataSetColumn="fromAppl" />
|
|
<Mapping SourceColumn="toAppl" DataSetColumn="toAppl" />
|
|
<Mapping SourceColumn="fromStep" DataSetColumn="fromStep" />
|
|
<Mapping SourceColumn="toStep" DataSetColumn="toStep" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ClearOverrideFormatsByDocVersionTableAdapter" GeneratorDataComponentClassName="vesp_ClearOverrideFormatsByDocVersionTableAdapter" Name="vesp_ClearOverrideFormatsByDocVersion" UserDataComponentName="vesp_ClearOverrideFormatsByDocVersionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ClearOverrideFormatsByDocVersion" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ClearOverrideFormatsByDocVersion</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewFormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ClearOverrideFormatsByFolderTableAdapter" GeneratorDataComponentClassName="vesp_ClearOverrideFormatsByFolderTableAdapter" Name="vesp_ClearOverrideFormatsByFolder" UserDataComponentName="vesp_ClearOverrideFormatsByFolderTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ClearOverrideFormatsByFolder" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ClearOverrideFormatsByFolder</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FolderID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewFormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ClearOverrideFormatsByItemTableAdapter" GeneratorDataComponentClassName="vesp_ClearOverrideFormatsByItemTableAdapter" Name="vesp_ClearOverrideFormatsByItem" UserDataComponentName="vesp_ClearOverrideFormatsByItemTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ClearOverrideFormatsByItem" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ClearOverrideFormatsByItem</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewFormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_Convert16to32EnhancedContentsTableAdapter" GeneratorDataComponentClassName="vesp_Convert16to32EnhancedContentsTableAdapter" Name="vesp_Convert16to32EnhancedContents" UserDataComponentName="vesp_Convert16to32EnhancedContentsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_Convert16to32EnhancedContents" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_Convert16to32EnhancedContents</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SourceID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@EnhanceID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@EnhType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_Get16BitEnhancedContentsTableAdapter" GeneratorDataComponentClassName="vesp_Get16BitEnhancedContentsTableAdapter" Name="vesp_Get16BitEnhancedContents" UserDataComponentName="vesp_Get16BitEnhancedContentsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_Get16BitEnhancedContents" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_Get16BitEnhancedContents</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SourceID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@EnhanceID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@EnhType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_GetAllConsistencyIssuesTableAdapter" GeneratorDataComponentClassName="vesp_GetAllConsistencyIssuesTableAdapter" Name="vesp_GetAllConsistencyIssues" UserDataComponentName="vesp_GetAllConsistencyIssuesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetAllConsistencyIssues" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetAllConsistencyIssues</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocVersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="cDTS" DataSetColumn="cDTS" />
|
|
<Mapping SourceColumn="cUserID" DataSetColumn="cUserID" />
|
|
<Mapping SourceColumn="cLastChanged" DataSetColumn="cLastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="cPartCount" DataSetColumn="cPartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
<Mapping SourceColumn="ChkXml" DataSetColumn="ChkXml" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_GetConsistencyCheckProceduresTableAdapter" GeneratorDataComponentClassName="vesp_GetConsistencyCheckProceduresTableAdapter" Name="vesp_GetConsistencyCheckProcedures" UserDataComponentName="vesp_GetConsistencyCheckProceduresTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetConsistencyCheckProcedures" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetConsistencyCheckProcedures</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocVersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@MyXml" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="cDTS" DataSetColumn="cDTS" />
|
|
<Mapping SourceColumn="cUserID" DataSetColumn="cUserID" />
|
|
<Mapping SourceColumn="cLastChanged" DataSetColumn="cLastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="cPartCount" DataSetColumn="cPartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
<Mapping SourceColumn="ChkXml" DataSetColumn="ChkXml" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_GetDatabaseSessionsTableAdapter" GeneratorDataComponentClassName="vesp_GetDatabaseSessionsTableAdapter" Name="vesp_GetDatabaseSessions" UserDataComponentName="vesp_GetDatabaseSessionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetDatabaseSessions" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetDatabaseSessions</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="SessionID" DataSetColumn="SessionID" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="MachineName" DataSetColumn="MachineName" />
|
|
<Mapping SourceColumn="OwnerTypeName" DataSetColumn="OwnerTypeName" />
|
|
<Mapping SourceColumn="HowMany" DataSetColumn="HowMany" />
|
|
<Mapping SourceColumn="Status" DataSetColumn="Status" />
|
|
<Mapping SourceColumn="FolderName" DataSetColumn="FolderName" />
|
|
<Mapping SourceColumn="GrandParentName" DataSetColumn="GrandParentName" />
|
|
<Mapping SourceColumn="ParentName" DataSetColumn="ParentName" />
|
|
<Mapping SourceColumn="ItemPath" DataSetColumn="ItemPath" />
|
|
<Mapping SourceColumn="DTSStart" DataSetColumn="DTSStart" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_GetDisconnectedItemsCountTableAdapter" GeneratorDataComponentClassName="vesp_GetDisconnectedItemsCountTableAdapter" Name="vesp_GetDisconnectedItemsCount" UserDataComponentName="vesp_GetDisconnectedItemsCountTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetDisconnectedItemsCount" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetDisconnectedItemsCount</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="HowMany" DataSetColumn="HowMany" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_GetFormatVersionsTableAdapter" GeneratorDataComponentClassName="vesp_GetFormatVersionsTableAdapter" Name="vesp_GetFormatVersions" UserDataComponentName="vesp_GetFormatVersionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetFormatVersions" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetFormatVersions</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="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_GetNonEditableItemsTableAdapter" GeneratorDataComponentClassName="vesp_GetNonEditableItemsTableAdapter" Name="vesp_GetNonEditableItems" UserDataComponentName="vesp_GetNonEditableItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetNonEditableItems" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetNonEditableItems</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="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_GetNonEnhancedDocVersionsTableAdapter" GeneratorDataComponentClassName="vesp_GetNonEnhancedDocVersionsTableAdapter" Name="vesp_GetNonEnhancedDocVersions" UserDataComponentName="vesp_GetNonEnhancedDocVersionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetNonEnhancedDocVersions" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetNonEnhancedDocVersions</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="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="VersionType" DataSetColumn="VersionType" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AssociationCount" DataSetColumn="AssociationCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_GetROUsagesByProcedureTableAdapter" GeneratorDataComponentClassName="vesp_GetROUsagesByProcedureTableAdapter" Name="vesp_GetROUsagesByProcedure" UserDataComponentName="vesp_GetROUsagesByProcedureTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetROUsagesByProcedure" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetROUsagesByProcedure</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@StepTypeList" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@ROSearchString" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@UnitPrefix" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DvPath" DataSetColumn="DvPath" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="Level" DataSetColumn="Level" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="cDTS" DataSetColumn="cDTS" />
|
|
<Mapping SourceColumn="cUserID" DataSetColumn="cUserID" />
|
|
<Mapping SourceColumn="cLastChanged" DataSetColumn="cLastChanged" />
|
|
<Mapping SourceColumn="pContentID" DataSetColumn="pContentID" />
|
|
<Mapping SourceColumn="pDTS" DataSetColumn="pDTS" />
|
|
<Mapping SourceColumn="pUserID" DataSetColumn="pUserID" />
|
|
<Mapping SourceColumn="pLastChanged" DataSetColumn="pLastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="cPartCount" DataSetColumn="cPartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
<Mapping SourceColumn="FoundROID" DataSetColumn="FoundROID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_GetSQLCodeRevisionTableAdapter" GeneratorDataComponentClassName="vesp_GetSQLCodeRevisionTableAdapter" Name="vesp_GetSQLCodeRevision" UserDataComponentName="vesp_GetSQLCodeRevisionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetSQLCodeRevision" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetSQLCodeRevision</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="RevDate" DataSetColumn="RevDate" />
|
|
<Mapping SourceColumn="RevDescription" DataSetColumn="RevDescription" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_GetTransitionReportDataTableAdapter" GeneratorDataComponentClassName="vesp_GetTransitionReportDataTableAdapter" Name="vesp_GetTransitionReportData" UserDataComponentName="vesp_GetTransitionReportDataTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetTransitionReportData" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetTransitionReportData</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ProcedureID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="level" DataSetColumn="level" />
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="IsRange" DataSetColumn="IsRange" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="ZTransitionCount" DataSetColumn="ZTransitionCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_GetTranTypesByFormatIDTableAdapter" GeneratorDataComponentClassName="vesp_GetTranTypesByFormatIDTableAdapter" Name="vesp_GetTranTypesByFormatID" UserDataComponentName="vesp_GetTranTypesByFormatIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetTranTypesByFormatID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetTranTypesByFormatID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="transindex" DataSetColumn="transindex" />
|
|
<Mapping SourceColumn="transmenu" DataSetColumn="transmenu" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_GetUnusedFiguresCountTableAdapter" GeneratorDataComponentClassName="vesp_GetUnusedFiguresCountTableAdapter" Name="vesp_GetUnusedFiguresCount" UserDataComponentName="vesp_GetUnusedFiguresCountTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetUnusedFiguresCount" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetUnusedFiguresCount</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="HowMany" DataSetColumn="HowMany" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_GetUnusedROAssociationsCountTableAdapter" GeneratorDataComponentClassName="vesp_GetUnusedROAssociationsCountTableAdapter" Name="vesp_GetUnusedROAssociationsCount" UserDataComponentName="vesp_GetUnusedROAssociationsCountTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetUnusedROAssociationsCount" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetUnusedROAssociationsCount</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="HowMany" DataSetColumn="HowMany" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_GetUnusedRoFstsCountTableAdapter" GeneratorDataComponentClassName="vesp_GetUnusedRoFstsCountTableAdapter" Name="vesp_GetUnusedRoFstsCount" UserDataComponentName="vesp_GetUnusedRoFstsCountTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetUnusedRoFstsCount" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetUnusedRoFstsCount</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="HowMany" DataSetColumn="HowMany" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ListChildrenTableAdapter" GeneratorDataComponentClassName="vesp_ListChildrenTableAdapter" Name="vesp_ListChildren" UserDataComponentName="vesp_ListChildrenTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ListChildren" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ListChildren</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Level" DataSetColumn="Level" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="cDTS" DataSetColumn="cDTS" />
|
|
<Mapping SourceColumn="cUserID" DataSetColumn="cUserID" />
|
|
<Mapping SourceColumn="cLastChanged" DataSetColumn="cLastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ListContentPathTableAdapter" GeneratorDataComponentClassName="vesp_ListContentPathTableAdapter" Name="vesp_ListContentPath" UserDataComponentName="vesp_ListContentPathTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ListContentPath" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ListContentPath</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="BaseID" DataSetColumn="BaseID" />
|
|
<Mapping SourceColumn="Level" DataSetColumn="Level" />
|
|
<Mapping SourceColumn="MaxItem" DataSetColumn="MaxItem" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ListContentsAfterLastChangedTableAdapter" GeneratorDataComponentClassName="vesp_ListContentsAfterLastChangedTableAdapter" Name="vesp_ListContentsAfterLastChanged" UserDataComponentName="vesp_ListContentsAfterLastChangedTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ListContentsAfterLastChanged" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ListContentsAfterLastChanged</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ListContentsAfterLastChanged2TableAdapter" GeneratorDataComponentClassName="vesp_ListContentsAfterLastChanged2TableAdapter" Name="vesp_ListContentsAfterLastChanged2" UserDataComponentName="vesp_ListContentsAfterLastChanged2TableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ListContentsAfterLastChanged2" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ListContentsAfterLastChanged2</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@LastChanged" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="LastContentChange" DataSetColumn="LastContentChange" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ListContentsByItemIDTableAdapter" GeneratorDataComponentClassName="vesp_ListContentsByItemIDTableAdapter" Name="vesp_ListContentsByItemID" UserDataComponentName="vesp_ListContentsByItemIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ListContentsByItemID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ListContentsByItemID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ListItemAndChildrenTableAdapter" GeneratorDataComponentClassName="vesp_ListItemAndChildrenTableAdapter" Name="vesp_ListItemAndChildren" UserDataComponentName="vesp_ListItemAndChildrenTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ListItemAndChildren" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ListItemAndChildren</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Level" DataSetColumn="Level" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="cDTS" DataSetColumn="cDTS" />
|
|
<Mapping SourceColumn="cUserID" DataSetColumn="cUserID" />
|
|
<Mapping SourceColumn="cLastChanged" DataSetColumn="cLastChanged" />
|
|
<Mapping SourceColumn="pContentID" DataSetColumn="pContentID" />
|
|
<Mapping SourceColumn="pDTS" DataSetColumn="pDTS" />
|
|
<Mapping SourceColumn="pUserID" DataSetColumn="pUserID" />
|
|
<Mapping SourceColumn="pLastChanged" DataSetColumn="pLastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="cPartCount" DataSetColumn="cPartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ListItemAndChildrenByUnitTableAdapter" GeneratorDataComponentClassName="vesp_ListItemAndChildrenByUnitTableAdapter" Name="vesp_ListItemAndChildrenByUnit" UserDataComponentName="vesp_ListItemAndChildrenByUnitTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ListItemAndChildrenByUnit" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ListItemAndChildrenByUnit</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@UnitID" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Level" DataSetColumn="Level" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="cDTS" DataSetColumn="cDTS" />
|
|
<Mapping SourceColumn="cUserID" DataSetColumn="cUserID" />
|
|
<Mapping SourceColumn="cLastChanged" DataSetColumn="cLastChanged" />
|
|
<Mapping SourceColumn="pContentID" DataSetColumn="pContentID" />
|
|
<Mapping SourceColumn="pDTS" DataSetColumn="pDTS" />
|
|
<Mapping SourceColumn="pUserID" DataSetColumn="pUserID" />
|
|
<Mapping SourceColumn="pLastChanged" DataSetColumn="pLastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="cPartCount" DataSetColumn="cPartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ListItemsTableAdapter" GeneratorDataComponentClassName="vesp_ListItemsTableAdapter" Name="vesp_ListItems" UserDataComponentName="vesp_ListItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ListItems" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ListItems</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ListItemsAfterLastChangedTableAdapter" GeneratorDataComponentClassName="vesp_ListItemsAfterLastChangedTableAdapter" Name="vesp_ListItemsAfterLastChanged" UserDataComponentName="vesp_ListItemsAfterLastChangedTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ListItemsAfterLastChanged" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ListItemsAfterLastChanged</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@LastChanged" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="LastItemChange" DataSetColumn="LastItemChange" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ListItemsAndContentTableAdapter" GeneratorDataComponentClassName="vesp_ListItemsAndContentTableAdapter" Name="vesp_ListItemsAndContent" UserDataComponentName="vesp_ListItemsAndContentTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ListItemsAndContent" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ListItemsAndContent</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="cDTS" DataSetColumn="cDTS" />
|
|
<Mapping SourceColumn="cUserID" DataSetColumn="cUserID" />
|
|
<Mapping SourceColumn="cLastChanged" DataSetColumn="cLastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="cPartCount" DataSetColumn="cPartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ListItemsToRefreshTableAdapter" GeneratorDataComponentClassName="vesp_ListItemsToRefreshTableAdapter" Name="vesp_ListItemsToRefresh" UserDataComponentName="vesp_ListItemsToRefreshTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ListItemsToRefresh" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ListItemsToRefresh</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ProcID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ListItemsTranFromTableAdapter" GeneratorDataComponentClassName="vesp_ListItemsTranFromTableAdapter" Name="vesp_ListItemsTranFrom" UserDataComponentName="vesp_ListItemsTranFromTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ListItemsTranFrom" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ListItemsTranFrom</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="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ListItemsTranFromAndContentTableAdapter" GeneratorDataComponentClassName="vesp_ListItemsTranFromAndContentTableAdapter" Name="vesp_ListItemsTranFromAndContent" UserDataComponentName="vesp_ListItemsTranFromAndContentTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ListItemsTranFromAndContent" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ListItemsTranFromAndContent</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="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="cDTS" DataSetColumn="cDTS" />
|
|
<Mapping SourceColumn="cUserID" DataSetColumn="cUserID" />
|
|
<Mapping SourceColumn="cLastChanged" DataSetColumn="cLastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="cPartCount" DataSetColumn="cPartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ListItemsTranToTableAdapter" GeneratorDataComponentClassName="vesp_ListItemsTranToTableAdapter" Name="vesp_ListItemsTranTo" UserDataComponentName="vesp_ListItemsTranToTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ListItemsTranTo" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ListItemsTranTo</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="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ListItemsTranToAndContentTableAdapter" GeneratorDataComponentClassName="vesp_ListItemsTranToAndContentTableAdapter" Name="vesp_ListItemsTranToAndContent" UserDataComponentName="vesp_ListItemsTranToAndContentTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ListItemsTranToAndContent" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ListItemsTranToAndContent</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="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="cDTS" DataSetColumn="cDTS" />
|
|
<Mapping SourceColumn="cUserID" DataSetColumn="cUserID" />
|
|
<Mapping SourceColumn="cLastChanged" DataSetColumn="cLastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="cPartCount" DataSetColumn="cPartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ListTablesTableAdapter" GeneratorDataComponentClassName="vesp_ListTablesTableAdapter" Name="vesp_ListTables" UserDataComponentName="vesp_ListTablesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ListTables" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ListTables</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="TableName" DataSetColumn="TableName" />
|
|
<Mapping SourceColumn="ColumnName" DataSetColumn="ColumnName" />
|
|
<Mapping SourceColumn="ItemType" DataSetColumn="ItemType" />
|
|
<Mapping SourceColumn="AllowNulls" DataSetColumn="AllowNulls" />
|
|
<Mapping SourceColumn="DefaultValue" DataSetColumn="DefaultValue" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ListTables2TableAdapter" GeneratorDataComponentClassName="vesp_ListTables2TableAdapter" Name="vesp_ListTables2" UserDataComponentName="vesp_ListTables2TableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ListTables2" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ListTables2</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="TableName" DataSetColumn="TableName" />
|
|
<Mapping SourceColumn="ColumnName" DataSetColumn="ColumnName" />
|
|
<Mapping SourceColumn="ItemType" DataSetColumn="ItemType" />
|
|
<Mapping SourceColumn="ItemSize" DataSetColumn="ItemSize" />
|
|
<Mapping SourceColumn="AllowNulls" DataSetColumn="AllowNulls" />
|
|
<Mapping SourceColumn="DefaultValue" DataSetColumn="DefaultValue" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ListTables3TableAdapter" GeneratorDataComponentClassName="vesp_ListTables3TableAdapter" Name="vesp_ListTables3" UserDataComponentName="vesp_ListTables3TableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ListTables3" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ListTables3</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="TableName" DataSetColumn="TableName" />
|
|
<Mapping SourceColumn="ColumnName" DataSetColumn="ColumnName" />
|
|
<Mapping SourceColumn="ItemType" DataSetColumn="ItemType" />
|
|
<Mapping SourceColumn="ItemSize" DataSetColumn="ItemSize" />
|
|
<Mapping SourceColumn="AllowNulls" DataSetColumn="AllowNulls" />
|
|
<Mapping SourceColumn="DefaultValue" DataSetColumn="DefaultValue" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_ListUnlinkedItemsTableAdapter" GeneratorDataComponentClassName="vesp_ListUnlinkedItemsTableAdapter" Name="vesp_ListUnlinkedItems" UserDataComponentName="vesp_ListUnlinkedItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ListUnlinkedItems" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ListUnlinkedItems</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@EnhType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_PurgeDisconnectedDataTableAdapter" GeneratorDataComponentClassName="vesp_PurgeDisconnectedDataTableAdapter" Name="vesp_PurgeDisconnectedData" UserDataComponentName="vesp_PurgeDisconnectedDataTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_PurgeDisconnectedData" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_PurgeDisconnectedData</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="Query" DataSetColumn="Query" />
|
|
<Mapping SourceColumn="FolderName" DataSetColumn="FolderName" />
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="VersionType" DataSetColumn="VersionType" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Title" DataSetColumn="Title" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_PurgeEnhancedDocVersionsAndChildrenTableAdapter" GeneratorDataComponentClassName="vesp_PurgeEnhancedDocVersionsAndChildrenTableAdapter" Name="vesp_PurgeEnhancedDocVersionsAndChildren" UserDataComponentName="vesp_PurgeEnhancedDocVersionsAndChildrenTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_PurgeEnhancedDocVersionsAndChildren" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_PurgeEnhancedDocVersionsAndChildren</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@EnhanceID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_PurgeEnhancedItemsAndChildrenTableAdapter" GeneratorDataComponentClassName="vesp_PurgeEnhancedItemsAndChildrenTableAdapter" Name="vesp_PurgeEnhancedItemsAndChildren" UserDataComponentName="vesp_PurgeEnhancedItemsAndChildrenTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_PurgeEnhancedItemsAndChildren" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_PurgeEnhancedItemsAndChildren</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@EnhanceID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_PurgeProcLinkedItemsAndChildrenTableAdapter" GeneratorDataComponentClassName="vesp_PurgeProcLinkedItemsAndChildrenTableAdapter" Name="vesp_PurgeProcLinkedItemsAndChildren" UserDataComponentName="vesp_PurgeProcLinkedItemsAndChildrenTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_PurgeProcLinkedItemsAndChildren" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_PurgeProcLinkedItemsAndChildren</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@EnhanceID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@EnhType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_RofstDataGetBaseAccPageKeysTableAdapter" GeneratorDataComponentClassName="vesp_RofstDataGetBaseAccPageKeysTableAdapter" Name="vesp_RofstDataGetBaseAccPageKeys" UserDataComponentName="vesp_RofstDataGetBaseAccPageKeysTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_RofstDataGetBaseAccPageKeys" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_RofstDataGetBaseAccPageKeys</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="BaseAccPageID" DataSetColumn="BaseAccPageID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_RofstDataGetChildByAccPageIDTableAdapter" GeneratorDataComponentClassName="vesp_RofstDataGetChildByAccPageIDTableAdapter" Name="vesp_RofstDataGetChildByAccPageID" UserDataComponentName="vesp_RofstDataGetChildByAccPageIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_RofstDataGetChildByAccPageID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_RofstDataGetChildByAccPageID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@AccPageID" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="dbiID" DataSetColumn="dbiID" />
|
|
<Mapping SourceColumn="ID" DataSetColumn="ID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="title" DataSetColumn="title" />
|
|
<Mapping SourceColumn="roid" DataSetColumn="roid" />
|
|
<Mapping SourceColumn="appid" DataSetColumn="appid" />
|
|
<Mapping SourceColumn="value" DataSetColumn="value" />
|
|
<Mapping SourceColumn="AccPageID" DataSetColumn="AccPageID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_RofstDataGetChildByRoidTableAdapter" GeneratorDataComponentClassName="vesp_RofstDataGetChildByRoidTableAdapter" Name="vesp_RofstDataGetChildByRoid" UserDataComponentName="vesp_RofstDataGetChildByRoidTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_RofstDataGetChildByRoid" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_RofstDataGetChildByRoid</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@Roid" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="dbiID" DataSetColumn="dbiID" />
|
|
<Mapping SourceColumn="ID" DataSetColumn="ID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="title" DataSetColumn="title" />
|
|
<Mapping SourceColumn="roid" DataSetColumn="roid" />
|
|
<Mapping SourceColumn="appid" DataSetColumn="appid" />
|
|
<Mapping SourceColumn="value" DataSetColumn="value" />
|
|
<Mapping SourceColumn="AccPageID" DataSetColumn="AccPageID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_RofstDataGetChildrenByIDTableAdapter" GeneratorDataComponentClassName="vesp_RofstDataGetChildrenByIDTableAdapter" Name="vesp_RofstDataGetChildrenByID" UserDataComponentName="vesp_RofstDataGetChildrenByIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_RofstDataGetChildrenByID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_RofstDataGetChildrenByID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DbiID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RofstID" DataSetColumn="RofstID" />
|
|
<Mapping SourceColumn="dbiID" DataSetColumn="dbiID" />
|
|
<Mapping SourceColumn="ID" DataSetColumn="ID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="title" DataSetColumn="title" />
|
|
<Mapping SourceColumn="roid" DataSetColumn="roid" />
|
|
<Mapping SourceColumn="appid" DataSetColumn="appid" />
|
|
<Mapping SourceColumn="value" DataSetColumn="value" />
|
|
<Mapping SourceColumn="AccPageID" DataSetColumn="AccPageID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_RofstDataGetChildrenByRofstIDTableAdapter" GeneratorDataComponentClassName="vesp_RofstDataGetChildrenByRofstIDTableAdapter" Name="vesp_RofstDataGetChildrenByRofstID" UserDataComponentName="vesp_RofstDataGetChildrenByRofstIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_RofstDataGetChildrenByRofstID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_RofstDataGetChildrenByRofstID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RofstID" DataSetColumn="RofstID" />
|
|
<Mapping SourceColumn="dbiID" DataSetColumn="dbiID" />
|
|
<Mapping SourceColumn="ID" DataSetColumn="ID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="title" DataSetColumn="title" />
|
|
<Mapping SourceColumn="roid" DataSetColumn="roid" />
|
|
<Mapping SourceColumn="appid" DataSetColumn="appid" />
|
|
<Mapping SourceColumn="value" DataSetColumn="value" />
|
|
<Mapping SourceColumn="AccPageID" DataSetColumn="AccPageID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_RofstDataGetChildrenByRoidTableAdapter" GeneratorDataComponentClassName="vesp_RofstDataGetChildrenByRoidTableAdapter" Name="vesp_RofstDataGetChildrenByRoid" UserDataComponentName="vesp_RofstDataGetChildrenByRoidTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_RofstDataGetChildrenByRoid" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_RofstDataGetChildrenByRoid</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@Roid" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RofstID" DataSetColumn="RofstID" />
|
|
<Mapping SourceColumn="dbiID" DataSetColumn="dbiID" />
|
|
<Mapping SourceColumn="ParentType" DataSetColumn="ParentType" />
|
|
<Mapping SourceColumn="ParentTitle" DataSetColumn="ParentTitle" />
|
|
<Mapping SourceColumn="ParentRoid" DataSetColumn="ParentRoid" />
|
|
<Mapping SourceColumn="ID" DataSetColumn="ID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="title" DataSetColumn="title" />
|
|
<Mapping SourceColumn="roid" DataSetColumn="roid" />
|
|
<Mapping SourceColumn="appid" DataSetColumn="appid" />
|
|
<Mapping SourceColumn="value" DataSetColumn="value" />
|
|
<Mapping SourceColumn="AccPageID" DataSetColumn="AccPageID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_RofstDataGetChildrenByTypeTableAdapter" GeneratorDataComponentClassName="vesp_RofstDataGetChildrenByTypeTableAdapter" Name="vesp_RofstDataGetChildrenByType" UserDataComponentName="vesp_RofstDataGetChildrenByTypeTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_RofstDataGetChildrenByType" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_RofstDataGetChildrenByType</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@ValueTypes" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="dbiID" DataSetColumn="dbiID" />
|
|
<Mapping SourceColumn="ID" DataSetColumn="ID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="title" DataSetColumn="title" />
|
|
<Mapping SourceColumn="roid" DataSetColumn="roid" />
|
|
<Mapping SourceColumn="appid" DataSetColumn="appid" />
|
|
<Mapping SourceColumn="value" DataSetColumn="value" />
|
|
<Mapping SourceColumn="AccPageID" DataSetColumn="AccPageID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_RofstDataGetDatabaseByIDTableAdapter" GeneratorDataComponentClassName="vesp_RofstDataGetDatabaseByIDTableAdapter" Name="vesp_RofstDataGetDatabaseByID" UserDataComponentName="vesp_RofstDataGetDatabaseByIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_RofstDataGetDatabaseByID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_RofstDataGetDatabaseByID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@dbiID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RofstID" DataSetColumn="RofstID" />
|
|
<Mapping SourceColumn="dbiID" DataSetColumn="dbiID" />
|
|
<Mapping SourceColumn="dbiType" DataSetColumn="dbiType" />
|
|
<Mapping SourceColumn="dbiAW" DataSetColumn="dbiAW" />
|
|
<Mapping SourceColumn="dbiTitle" DataSetColumn="dbiTitle" />
|
|
<Mapping SourceColumn="dbiAP" DataSetColumn="dbiAP" />
|
|
<Mapping SourceColumn="ID" DataSetColumn="ID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_RofstDataGetDatabasesTableAdapter" GeneratorDataComponentClassName="vesp_RofstDataGetDatabasesTableAdapter" Name="vesp_RofstDataGetDatabases" UserDataComponentName="vesp_RofstDataGetDatabasesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_RofstDataGetDatabases" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_RofstDataGetDatabases</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RofstID" DataSetColumn="RofstID" />
|
|
<Mapping SourceColumn="dbiID" DataSetColumn="dbiID" />
|
|
<Mapping SourceColumn="dbiType" DataSetColumn="dbiType" />
|
|
<Mapping SourceColumn="dbiAW" DataSetColumn="dbiAW" />
|
|
<Mapping SourceColumn="dbiTitle" DataSetColumn="dbiTitle" />
|
|
<Mapping SourceColumn="dbiAP" DataSetColumn="dbiAP" />
|
|
<Mapping SourceColumn="ID" DataSetColumn="ID" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_RofstDataGetExtensionsTableAdapter" GeneratorDataComponentClassName="vesp_RofstDataGetExtensionsTableAdapter" Name="vesp_RofstDataGetExtensions" UserDataComponentName="vesp_RofstDataGetExtensionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_RofstDataGetExtensions" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_RofstDataGetExtensions</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="Offset" DataSetColumn="Offset" />
|
|
<Mapping SourceColumn="RoidExt" DataSetColumn="RoidExt" />
|
|
<Mapping SourceColumn="AccPageExt" DataSetColumn="AccPageExt" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_RofstDataGetHeaderRofstByIDTableAdapter" GeneratorDataComponentClassName="vesp_RofstDataGetHeaderRofstByIDTableAdapter" Name="vesp_RofstDataGetHeaderRofstByID" UserDataComponentName="vesp_RofstDataGetHeaderRofstByIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_RofstDataGetHeaderRofstByID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_RofstDataGetHeaderRofstByID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RofstID" DataSetColumn="RofstID" />
|
|
<Mapping SourceColumn="RofstHeaderStatusID" DataSetColumn="RofstHeaderStatusID" />
|
|
<Mapping SourceColumn="RofstHeaderStatus" DataSetColumn="RofstHeaderStatus" />
|
|
<Mapping SourceColumn="hSize" DataSetColumn="hSize" />
|
|
<Mapping SourceColumn="hMonth" DataSetColumn="hMonth" />
|
|
<Mapping SourceColumn="hDay" DataSetColumn="hDay" />
|
|
<Mapping SourceColumn="hcYear" DataSetColumn="hcYear" />
|
|
<Mapping SourceColumn="hcMonth" DataSetColumn="hcMonth" />
|
|
<Mapping SourceColumn="hcDay" DataSetColumn="hcDay" />
|
|
<Mapping SourceColumn="hcHour" DataSetColumn="hcHour" />
|
|
<Mapping SourceColumn="hcMin" DataSetColumn="hcMin" />
|
|
<Mapping SourceColumn="hcSec" DataSetColumn="hcSec" />
|
|
<Mapping SourceColumn="hcHund" DataSetColumn="hcHund" />
|
|
<Mapping SourceColumn="LoadedDate" DataSetColumn="LoadedDate" />
|
|
<Mapping SourceColumn="CreateUserID" DataSetColumn="CreateUserID" />
|
|
<Mapping SourceColumn="CreateDate" DataSetColumn="CreateDate" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_RofstDataGetRofstByIDTableAdapter" GeneratorDataComponentClassName="vesp_RofstDataGetRofstByIDTableAdapter" Name="vesp_RofstDataGetRofstByID" UserDataComponentName="vesp_RofstDataGetRofstByIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_RofstDataGetRofstByID" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_RofstDataGetRofstByID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@IncludeRoLookup" Precision="1" ProviderType="Bit" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROFstID" DataSetColumn="ROFstID" />
|
|
<Mapping SourceColumn="RODbID" DataSetColumn="RODbID" />
|
|
<Mapping SourceColumn="ROLookup" DataSetColumn="ROLookup" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_RofstDataGetValueDifferencesTableAdapter" GeneratorDataComponentClassName="vesp_RofstDataGetValueDifferencesTableAdapter" Name="vesp_RofstDataGetValueDifferences" UserDataComponentName="vesp_RofstDataGetValueDifferencesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_RofstDataGetValueDifferences" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_RofstDataGetValueDifferences</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OriginalRofstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@CurrentRofstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Roid" DataSetColumn="Roid" />
|
|
<Mapping SourceColumn="IsDeleted" DataSetColumn="IsDeleted" />
|
|
<Mapping SourceColumn="IsModified" DataSetColumn="IsModified" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_SearchAnnotationItemAndChildrenTableAdapter" GeneratorDataComponentClassName="vesp_SearchAnnotationItemAndChildrenTableAdapter" Name="vesp_SearchAnnotationItemAndChildren" UserDataComponentName="vesp_SearchAnnotationItemAndChildrenTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_SearchAnnotationItemAndChildren" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_SearchAnnotationItemAndChildren</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@StepTypeList" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@AnnotationTypeList" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@SearchString" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@CaseSensitive" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UnitPrefix" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DvPath" DataSetColumn="DvPath" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="Level" DataSetColumn="Level" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="cDTS" DataSetColumn="cDTS" />
|
|
<Mapping SourceColumn="cUserID" DataSetColumn="cUserID" />
|
|
<Mapping SourceColumn="cLastChanged" DataSetColumn="cLastChanged" />
|
|
<Mapping SourceColumn="pContentID" DataSetColumn="pContentID" />
|
|
<Mapping SourceColumn="pDTS" DataSetColumn="pDTS" />
|
|
<Mapping SourceColumn="pUserID" DataSetColumn="pUserID" />
|
|
<Mapping SourceColumn="pLastChanged" DataSetColumn="pLastChanged" />
|
|
<Mapping SourceColumn="SearchAnnotationID" DataSetColumn="SearchAnnotationID" />
|
|
<Mapping SourceColumn="SearchText" DataSetColumn="SearchText" />
|
|
<Mapping SourceColumn="AnnotationType" DataSetColumn="AnnotationType" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="cPartCount" DataSetColumn="cPartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_SearchItemAndChildrenTableAdapter" GeneratorDataComponentClassName="vesp_SearchItemAndChildrenTableAdapter" Name="vesp_SearchItemAndChildren" UserDataComponentName="vesp_SearchItemAndChildrenTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_SearchItemAndChildren" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_SearchItemAndChildren</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@StepTypeList" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@SearchString" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@CaseSensitive" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeLinks" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeRtfFormatting" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeSpecialCharacters" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@UnitPrefix" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DvPath" DataSetColumn="DvPath" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="Level" DataSetColumn="Level" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="cDTS" DataSetColumn="cDTS" />
|
|
<Mapping SourceColumn="cUserID" DataSetColumn="cUserID" />
|
|
<Mapping SourceColumn="cLastChanged" DataSetColumn="cLastChanged" />
|
|
<Mapping SourceColumn="pContentID" DataSetColumn="pContentID" />
|
|
<Mapping SourceColumn="pDTS" DataSetColumn="pDTS" />
|
|
<Mapping SourceColumn="pUserID" DataSetColumn="pUserID" />
|
|
<Mapping SourceColumn="pLastChanged" DataSetColumn="pLastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="cPartCount" DataSetColumn="cPartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_SearchItemAndChildrenNewTableAdapter" GeneratorDataComponentClassName="vesp_SearchItemAndChildrenNewTableAdapter" Name="vesp_SearchItemAndChildrenNew" UserDataComponentName="vesp_SearchItemAndChildrenNewTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_SearchItemAndChildrenNew" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_SearchItemAndChildrenNew</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@StepTypeList" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@SearchString" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@CaseSensitive" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeLinks" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeRtfFormatting" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeSpecialCharacters" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@UnitPrefix" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DvPath" DataSetColumn="DvPath" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="ILastChanged" DataSetColumn="ILastChanged" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="CDTS" DataSetColumn="CDTS" />
|
|
<Mapping SourceColumn="CUserID" DataSetColumn="CUserID" />
|
|
<Mapping SourceColumn="cLastChanged" DataSetColumn="cLastChanged" />
|
|
<Mapping SourceColumn="pContentID" DataSetColumn="pContentID" />
|
|
<Mapping SourceColumn="pDTS" DataSetColumn="pDTS" />
|
|
<Mapping SourceColumn="pUserID" DataSetColumn="pUserID" />
|
|
<Mapping SourceColumn="pLastChanged" DataSetColumn="pLastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="cPartCount" DataSetColumn="cPartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_SearchItemAndChildrenNewByWordTableAdapter" GeneratorDataComponentClassName="vesp_SearchItemAndChildrenNewByWordTableAdapter" Name="vesp_SearchItemAndChildrenNewByWord" UserDataComponentName="vesp_SearchItemAndChildrenNewByWordTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_SearchItemAndChildrenNewByWord" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_SearchItemAndChildrenNewByWord</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@StepTypeList" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@SearchString" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@CaseSensitive" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeLinks" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeRtfFormatting" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeSpecialCharacters" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@UnitPrefix" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@ByWordPrefix" Precision="0" ProviderType="VarChar" Scale="0" Size="64" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@ByWordSuffix" Precision="0" ProviderType="VarChar" Scale="0" Size="64" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DvPath" DataSetColumn="DvPath" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="ILastChanged" DataSetColumn="ILastChanged" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="CDTS" DataSetColumn="CDTS" />
|
|
<Mapping SourceColumn="CUserID" DataSetColumn="CUserID" />
|
|
<Mapping SourceColumn="cLastChanged" DataSetColumn="cLastChanged" />
|
|
<Mapping SourceColumn="pContentID" DataSetColumn="pContentID" />
|
|
<Mapping SourceColumn="pDTS" DataSetColumn="pDTS" />
|
|
<Mapping SourceColumn="pUserID" DataSetColumn="pUserID" />
|
|
<Mapping SourceColumn="pLastChanged" DataSetColumn="pLastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="cPartCount" DataSetColumn="cPartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_SearchROItemAndChildrenTableAdapter" GeneratorDataComponentClassName="vesp_SearchROItemAndChildrenTableAdapter" Name="vesp_SearchROItemAndChildren" UserDataComponentName="vesp_SearchROItemAndChildrenTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_SearchROItemAndChildren" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_SearchROItemAndChildren</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@StepTypeList" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@ROSearchString" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@UnitPrefix" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DvPath" DataSetColumn="DvPath" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="Level" DataSetColumn="Level" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="cDTS" DataSetColumn="cDTS" />
|
|
<Mapping SourceColumn="cUserID" DataSetColumn="cUserID" />
|
|
<Mapping SourceColumn="cLastChanged" DataSetColumn="cLastChanged" />
|
|
<Mapping SourceColumn="pContentID" DataSetColumn="pContentID" />
|
|
<Mapping SourceColumn="pDTS" DataSetColumn="pDTS" />
|
|
<Mapping SourceColumn="pUserID" DataSetColumn="pUserID" />
|
|
<Mapping SourceColumn="pLastChanged" DataSetColumn="pLastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="cPartCount" DataSetColumn="cPartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_SearchSepcifiedApplicabilityTableAdapter" GeneratorDataComponentClassName="vesp_SearchSepcifiedApplicabilityTableAdapter" Name="vesp_SearchSepcifiedApplicability" UserDataComponentName="vesp_SearchSepcifiedApplicabilityTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_SearchSepcifiedApplicability" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_SearchSepcifiedApplicability</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@StepTypeList" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@SearchString" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@CaseSensitive" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeLinks" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeRtfFormatting" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeSpecialCharacters" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@UnitPrefix" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@ApplicSetting" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="DvPath" DataSetColumn="DvPath" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="Level" DataSetColumn="Level" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="cDTS" DataSetColumn="cDTS" />
|
|
<Mapping SourceColumn="cUserID" DataSetColumn="cUserID" />
|
|
<Mapping SourceColumn="cLastChanged" DataSetColumn="cLastChanged" />
|
|
<Mapping SourceColumn="pContentID" DataSetColumn="pContentID" />
|
|
<Mapping SourceColumn="pDTS" DataSetColumn="pDTS" />
|
|
<Mapping SourceColumn="pUserID" DataSetColumn="pUserID" />
|
|
<Mapping SourceColumn="pLastChanged" DataSetColumn="pLastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="cPartCount" DataSetColumn="cPartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_SearchTransitionsTableAdapter" GeneratorDataComponentClassName="vesp_SearchTransitionsTableAdapter" Name="vesp_SearchTransitions" UserDataComponentName="vesp_SearchTransitionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_SearchTransitions" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_SearchTransitions</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TranType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@TranCategory" Precision="0" ProviderType="VarChar" Scale="0" Size="20" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@StepTypeList" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="dvpath" DataSetColumn="dvpath" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="cDTS" DataSetColumn="cDTS" />
|
|
<Mapping SourceColumn="cUserID" DataSetColumn="cUserID" />
|
|
<Mapping SourceColumn="cLastChanged" DataSetColumn="cLastChanged" />
|
|
<Mapping SourceColumn="AnnotationCount" DataSetColumn="AnnotationCount" />
|
|
<Mapping SourceColumn="DocVersionCount" DataSetColumn="DocVersionCount" />
|
|
<Mapping SourceColumn="NextCount" DataSetColumn="NextCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="Transition_RangeIDCount" DataSetColumn="Transition_RangeIDCount" />
|
|
<Mapping SourceColumn="Transition_ToIDCount" DataSetColumn="Transition_ToIDCount" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="cPartCount" DataSetColumn="cPartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_SessionBeginTableAdapter" GeneratorDataComponentClassName="vesp_SessionBeginTableAdapter" Name="vesp_SessionBegin" UserDataComponentName="vesp_SessionBeginTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_SessionBegin" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_SessionBegin</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@MachineName" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ProcessID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="SessionID" DataSetColumn="SessionID" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DTSDtart" DataSetColumn="DTSDtart" />
|
|
<Mapping SourceColumn="DTSEnd" DataSetColumn="DTSEnd" />
|
|
<Mapping SourceColumn="DTSActivity" DataSetColumn="DTSActivity" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="MachineName" DataSetColumn="MachineName" />
|
|
<Mapping SourceColumn="ProcessID" DataSetColumn="ProcessID" />
|
|
<Mapping SourceColumn="LastContentChange" DataSetColumn="LastContentChange" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_SessionCanCheckOutItemTableAdapter" GeneratorDataComponentClassName="vesp_SessionCanCheckOutItemTableAdapter" Name="vesp_SessionCanCheckOutItem" UserDataComponentName="vesp_SessionCanCheckOutItemTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_SessionCanCheckOutItem" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_SessionCanCheckOutItem</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ObjectID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ObjectType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="SessionID" DataSetColumn="SessionID" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DTSDtart" DataSetColumn="DTSDtart" />
|
|
<Mapping SourceColumn="DTSEnd" DataSetColumn="DTSEnd" />
|
|
<Mapping SourceColumn="DTSActivity" DataSetColumn="DTSActivity" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="MachineName" DataSetColumn="MachineName" />
|
|
<Mapping SourceColumn="ProcessID" DataSetColumn="ProcessID" />
|
|
<Mapping SourceColumn="LastContentChange" DataSetColumn="LastContentChange" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_UpdateVersionFormatForUCFTableAdapter" GeneratorDataComponentClassName="vesp_UpdateVersionFormatForUCFTableAdapter" Name="vesp_UpdateVersionFormatForUCF" UserDataComponentName="vesp_UpdateVersionFormatForUCFTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_UpdateVersionFormatForUCF" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_UpdateVersionFormatForUCF</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@VersionList" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OldFormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewFormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="LastChanged" DataSetColumn="LastChanged" />
|
|
<Mapping SourceColumn="DetailCount" DataSetColumn="DetailCount" />
|
|
<Mapping SourceColumn="EntryCount" DataSetColumn="EntryCount" />
|
|
<Mapping SourceColumn="GridCount" DataSetColumn="GridCount" />
|
|
<Mapping SourceColumn="ImageCount" DataSetColumn="ImageCount" />
|
|
<Mapping SourceColumn="ItemCount" DataSetColumn="ItemCount" />
|
|
<Mapping SourceColumn="PartCount" DataSetColumn="PartCount" />
|
|
<Mapping SourceColumn="RoUsageCount" DataSetColumn="RoUsageCount" />
|
|
<Mapping SourceColumn="TransitionCount" DataSetColumn="TransitionCount" />
|
|
<Mapping SourceColumn="ZContentCount" DataSetColumn="ZContentCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vesp_WillTransitionsBeValidTableAdapter" GeneratorDataComponentClassName="vesp_WillTransitionsBeValidTableAdapter" Name="vesp_WillTransitionsBeValid" UserDataComponentName="vesp_WillTransitionsBeValidTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_WillTransitionsBeValid" DbObjectType="StoredProcedure" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_WillTransitionsBeValid</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@NewAppl" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="MyItemID" DataSetColumn="MyItemID" />
|
|
<Mapping SourceColumn="Valid" DataSetColumn="Valid" />
|
|
<Mapping SourceColumn="SrcAppl" DataSetColumn="SrcAppl" />
|
|
<Mapping SourceColumn="TgtAppl" DataSetColumn="TgtAppl" />
|
|
<Mapping SourceColumn="SrcStep" DataSetColumn="SrcStep" />
|
|
<Mapping SourceColumn="TgtStep" DataSetColumn="TgtStep" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="FindAnnotationsTableAdapter" GeneratorDataComponentClassName="FindAnnotationsTableAdapter" Name="FindAnnotations" UserDataComponentName="FindAnnotationsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.FindAnnotations" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT AnnotationID FROM dbo.FindAnnotations(@AnnotationTypeList, @SearchString, @CaseSensitive, @StepTypeList)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="AnnotationTypeList" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@AnnotationTypeList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="SearchString" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@SearchString" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="CaseSensitive" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@CaseSensitive" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="StepTypeList" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@StepTypeList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AnnotationID" DataSetColumn="AnnotationID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="FindRoUsagesTableAdapter" GeneratorDataComponentClassName="FindRoUsagesTableAdapter" Name="FindRoUsages" UserDataComponentName="FindRoUsagesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.FindRoUsages" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ContentID FROM dbo.FindRoUsages(@ROSearchString)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ROSearchString" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@ROSearchString" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="FindTextTableAdapter" GeneratorDataComponentClassName="FindTextTableAdapter" Name="FindText" UserDataComponentName="FindTextTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.FindText" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, ContentID FROM dbo.FindText(@LookFor)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="LookFor" ColumnName="" DataSourceName="" DataTypeServer="varchar(255)" DbType="AnsiString" Direction="Input" ParameterName="@LookFor" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_AllHighLevelStepsTableAdapter" GeneratorDataComponentClassName="vefn_AllHighLevelStepsTableAdapter" Name="vefn_AllHighLevelSteps" UserDataComponentName="vefn_AllHighLevelStepsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_AllHighLevelSteps" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ParentID, ItemID, Ordinal, Path FROM dbo.vefn_AllHighLevelSteps()</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_AllHighLevelStepTransitionsTableAdapter" GeneratorDataComponentClassName="vefn_AllHighLevelStepTransitionsTableAdapter" Name="vefn_AllHighLevelStepTransitions" UserDataComponentName="vefn_AllHighLevelStepTransitionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_AllHighLevelStepTransitions" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ParentID, ItemID, Ordinal, Path, TransCount, ExternalTransitions, ExternalChildTransitions, InternalTransitions FROM dbo.vefn_AllHighLevelStepTransitions()</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="TransCount" DataSetColumn="TransCount" />
|
|
<Mapping SourceColumn="ExternalTransitions" DataSetColumn="ExternalTransitions" />
|
|
<Mapping SourceColumn="ExternalChildTransitions" DataSetColumn="ExternalChildTransitions" />
|
|
<Mapping SourceColumn="InternalTransitions" DataSetColumn="InternalTransitions" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_AllSiblingItemsTableAdapter" GeneratorDataComponentClassName="vefn_AllSiblingItemsTableAdapter" Name="vefn_AllSiblingItems" UserDataComponentName="vefn_AllSiblingItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_AllSiblingItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, Ordinal FROM dbo.vefn_AllSiblingItems(@ItemID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_AnnotationTypeSplitTableAdapter" GeneratorDataComponentClassName="vefn_AnnotationTypeSplitTableAdapter" Name="vefn_AnnotationTypeSplit" UserDataComponentName="vefn_AnnotationTypeSplitTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_AnnotationTypeSplit" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT TypeID, Name FROM dbo.vefn_AnnotationTypeSplit(@AnnotationTypeList)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="AnnotationTypeList" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@AnnotationTypeList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TypeID" DataSetColumn="TypeID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_ChildItemsTableAdapter" GeneratorDataComponentClassName="vefn_ChildItemsTableAdapter" Name="vefn_ChildItems" UserDataComponentName="vefn_ChildItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_ChildItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, ContentID FROM dbo.vefn_ChildItems(@ItemID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_ChildItemsRangeTableAdapter" GeneratorDataComponentClassName="vefn_ChildItemsRangeTableAdapter" Name="vefn_ChildItemsRange" UserDataComponentName="vefn_ChildItemsRangeTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_ChildItemsRange" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, ContentID, FormatID FROM dbo.vefn_ChildItemsRange(@StartItemID, @EndItemID, @DestFormat)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="StartItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StartItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="EndItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@EndItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DestFormat" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DestFormat" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_ChildItemzTableAdapter" GeneratorDataComponentClassName="vefn_ChildItemzTableAdapter" Name="vefn_ChildItemz" UserDataComponentName="vefn_ChildItemzTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_ChildItemz" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, ContentID, [Level] FROM dbo.vefn_ChildItemz(@ItemID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Level" DataSetColumn="Level" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_ChildrenItemsTableAdapter" GeneratorDataComponentClassName="vefn_ChildrenItemsTableAdapter" Name="vefn_ChildrenItems" UserDataComponentName="vefn_ChildrenItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_ChildrenItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, ContentID FROM dbo.vefn_ChildrenItems(@ItemID, @ParentID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ParentID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_ChronologyReportTableAdapter" GeneratorDataComponentClassName="vefn_ChronologyReportTableAdapter" Name="vefn_ChronologyReport" UserDataComponentName="vefn_ChronologyReportTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_ChronologyReport" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT src, AuditID, ContentID, Number, Text, Type, FormatID, Config, DTS, UserID, DeleteStatus, ActionDTS, ItemDTS, LastAuditID, DeletedAuditID FROM dbo.vefn_ChronologyReport(@ProcItemID, @DTS)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ProcItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ProcItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DTS" ColumnName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="src" DataSetColumn="src" />
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
<Mapping SourceColumn="ActionDTS" DataSetColumn="ActionDTS" />
|
|
<Mapping SourceColumn="ItemDTS" DataSetColumn="ItemDTS" />
|
|
<Mapping SourceColumn="LastAuditID" DataSetColumn="LastAuditID" />
|
|
<Mapping SourceColumn="DeletedAuditID" DataSetColumn="DeletedAuditID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_DocVersionSplitTableAdapter" GeneratorDataComponentClassName="vefn_DocVersionSplitTableAdapter" Name="vefn_DocVersionSplit" UserDataComponentName="vefn_DocVersionSplitTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_DocVersionSplit" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT VersionID, ItemID, DVPath, UnitPrefix FROM dbo.vefn_DocVersionSplit(@DocVersionList)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DocVersionList" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="DVPath" DataSetColumn="DVPath" />
|
|
<Mapping SourceColumn="UnitPrefix" DataSetColumn="UnitPrefix" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_DVContentTableAdapter" GeneratorDataComponentClassName="vefn_DVContentTableAdapter" Name="vefn_DVContent" UserDataComponentName="vefn_DVContentTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_DVContent" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ContentID FROM dbo.vefn_DVContent(@DocVersionList)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DocVersionList" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_FindAffectedTransitionsTableAdapter" GeneratorDataComponentClassName="vefn_FindAffectedTransitionsTableAdapter" Name="vefn_FindAffectedTransitions" UserDataComponentName="vefn_FindAffectedTransitionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FindAffectedTransitions" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT TransitionID FROM dbo.vefn_FindAffectedTransitions(@ItemID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_FindContentTextTableAdapter" GeneratorDataComponentClassName="vefn_FindContentTextTableAdapter" Name="vefn_FindContentText" UserDataComponentName="vefn_FindContentTextTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FindContentText" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ContentID, Type, Text FROM dbo.vefn_FindContentText(@DocVersionList, @SearchString, @IncludeLinks, @IncludeRtfFormatting, @IncludeSpecialCharacters)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DocVersionList" ColumnName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@DocVersionList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="SearchString" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@SearchString" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="IncludeLinks" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeLinks" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="IncludeRtfFormatting" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeRtfFormatting" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="IncludeSpecialCharacters" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeSpecialCharacters" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_FindExternalChildTransitionsTableAdapter" GeneratorDataComponentClassName="vefn_FindExternalChildTransitionsTableAdapter" Name="vefn_FindExternalChildTransitions" UserDataComponentName="vefn_FindExternalChildTransitionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FindExternalChildTransitions" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT FromItemID, ToID FROM dbo.vefn_FindExternalChildTransitions(@ItemID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FromItemID" DataSetColumn="FromItemID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_FindExternalFromTransitionsTableAdapter" GeneratorDataComponentClassName="vefn_FindExternalFromTransitionsTableAdapter" Name="vefn_FindExternalFromTransitions" UserDataComponentName="vefn_FindExternalFromTransitionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FindExternalFromTransitions" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT FromItemID, TransitionID, FromID, ToID, RangeID, Config FROM dbo.vefn_FindExternalFromTransitions(@ItemID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FromItemID" DataSetColumn="FromItemID" />
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_FindExternalTransitionsTableAdapter" GeneratorDataComponentClassName="vefn_FindExternalTransitionsTableAdapter" Name="vefn_FindExternalTransitions" UserDataComponentName="vefn_FindExternalTransitionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FindExternalTransitions" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT FromItemID, TransitionID, FromID, ToID, RangeID, Config FROM dbo.vefn_FindExternalTransitions(@ItemID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FromItemID" DataSetColumn="FromItemID" />
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_FindInternalTransitionsTableAdapter" GeneratorDataComponentClassName="vefn_FindInternalTransitionsTableAdapter" Name="vefn_FindInternalTransitions" UserDataComponentName="vefn_FindInternalTransitionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FindInternalTransitions" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT FromItemID, ToID FROM dbo.vefn_FindInternalTransitions(@ItemID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FromItemID" DataSetColumn="FromItemID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_FindInternalTransitionsForCopyTableAdapter" GeneratorDataComponentClassName="vefn_FindInternalTransitionsForCopyTableAdapter" Name="vefn_FindInternalTransitionsForCopy" UserDataComponentName="vefn_FindInternalTransitionsForCopyTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FindInternalTransitionsForCopy" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT TransitionID, FromID, TranType, ToID, RangeID, OldTransition FROM dbo.vefn_FindInternalTransitionsForCopy(@ItemID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="OldTransition" DataSetColumn="OldTransition" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_FindROUsageIDsTableAdapter" GeneratorDataComponentClassName="vefn_FindROUsageIDsTableAdapter" Name="vefn_FindROUsageIDs" UserDataComponentName="vefn_FindROUsageIDsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FindROUsageIDs" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ROUsageID, ROUsageAction FROM dbo.vefn_FindROUsageIDs(@ContentAuditID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ContentAuditID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentAuditID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ROUsageID" DataSetColumn="ROUsageID" />
|
|
<Mapping SourceColumn="ROUsageAction" DataSetColumn="ROUsageAction" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_FindSpecialCharsTableAdapter" GeneratorDataComponentClassName="vefn_FindSpecialCharsTableAdapter" Name="vefn_FindSpecialChars" UserDataComponentName="vefn_FindSpecialCharsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FindSpecialChars" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT uchar FROM dbo.vefn_FindSpecialChars(@text)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="text" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@text" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="uchar" DataSetColumn="uchar" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_FindSpecialChars2TableAdapter" GeneratorDataComponentClassName="vefn_FindSpecialChars2TableAdapter" Name="vefn_FindSpecialChars2" UserDataComponentName="vefn_FindSpecialChars2TableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FindSpecialChars2" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT uchar FROM dbo.vefn_FindSpecialChars2(@text)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="text" ColumnName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@text" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="uchar" DataSetColumn="uchar" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_FindSpecificApplicUsageTableAdapter" GeneratorDataComponentClassName="vefn_FindSpecificApplicUsageTableAdapter" Name="vefn_FindSpecificApplicUsage" UserDataComponentName="vefn_FindSpecificApplicUsageTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FindSpecificApplicUsage" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ContentID FROM dbo.vefn_FindSpecificApplicUsage(@DocVersionList, @ApplicSetting)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DocVersionList" ColumnName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@DocVersionList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ApplicSetting" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@ApplicSetting" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_FindTextTableAdapter" GeneratorDataComponentClassName="vefn_FindTextTableAdapter" Name="vefn_FindText" UserDataComponentName="vefn_FindTextTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FindText" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ContentID FROM dbo.vefn_FindText(@DocVersionList, @SearchString, @CaseSensitive, @IncludeLinks, @IncludeRtfFormatting, @IncludeSpecialCharacters, @StepTypeList)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DocVersionList" ColumnName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@DocVersionList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="SearchString" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@SearchString" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="CaseSensitive" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@CaseSensitive" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="IncludeLinks" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeLinks" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="IncludeRtfFormatting" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeRtfFormatting" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="IncludeSpecialCharacters" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeSpecialCharacters" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="StepTypeList" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@StepTypeList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_FindTransitionIDsTableAdapter" GeneratorDataComponentClassName="vefn_FindTransitionIDsTableAdapter" Name="vefn_FindTransitionIDs" UserDataComponentName="vefn_FindTransitionIDsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FindTransitionIDs" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT TransitionID, TransitionAction FROM dbo.vefn_FindTransitionIDs(@ContentAuditID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ContentAuditID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentAuditID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="TransitionAction" DataSetColumn="TransitionAction" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_Get16to32EnhancedProcItemsTableAdapter" GeneratorDataComponentClassName="vefn_Get16to32EnhancedProcItemsTableAdapter" Name="vefn_Get16to32EnhancedProcItems" UserDataComponentName="vefn_Get16to32EnhancedProcItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_Get16to32EnhancedProcItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT SrcItemID, SrcContentID, SrcConfig, ProcName, RecID, EnhItemID, EnhContentID, EnhConfig, EnhProcName, EnhRecID FROM dbo.vefn_Get16to32EnhancedProcItems(@SourceID, @EnhanceID, @EnhType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="SourceID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SourceID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="EnhanceID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@EnhanceID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="EnhType" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@EnhType" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="SrcItemID" DataSetColumn="SrcItemID" />
|
|
<Mapping SourceColumn="SrcContentID" DataSetColumn="SrcContentID" />
|
|
<Mapping SourceColumn="SrcConfig" DataSetColumn="SrcConfig" />
|
|
<Mapping SourceColumn="ProcName" DataSetColumn="ProcName" />
|
|
<Mapping SourceColumn="RecID" DataSetColumn="RecID" />
|
|
<Mapping SourceColumn="EnhItemID" DataSetColumn="EnhItemID" />
|
|
<Mapping SourceColumn="EnhContentID" DataSetColumn="EnhContentID" />
|
|
<Mapping SourceColumn="EnhConfig" DataSetColumn="EnhConfig" />
|
|
<Mapping SourceColumn="EnhProcName" DataSetColumn="EnhProcName" />
|
|
<Mapping SourceColumn="EnhRecID" DataSetColumn="EnhRecID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetDisconnectedItemsTableAdapter" GeneratorDataComponentClassName="vefn_GetDisconnectedItemsTableAdapter" Name="vefn_GetDisconnectedItems" UserDataComponentName="vefn_GetDisconnectedItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetDisconnectedItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, ContentID FROM dbo.vefn_GetDisconnectedItems()</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetEnhancedDocumentsTableAdapter" GeneratorDataComponentClassName="vefn_GetEnhancedDocumentsTableAdapter" Name="vefn_GetEnhancedDocuments" UserDataComponentName="vefn_GetEnhancedDocumentsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetEnhancedDocuments" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT VersionID, FolderName, ItemID, ProcNum, ProcName, EnhType, EnhItemID FROM dbo.vefn_GetEnhancedDocuments()</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="FolderName" DataSetColumn="FolderName" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ProcNum" DataSetColumn="ProcNum" />
|
|
<Mapping SourceColumn="ProcName" DataSetColumn="ProcName" />
|
|
<Mapping SourceColumn="EnhType" DataSetColumn="EnhType" />
|
|
<Mapping SourceColumn="EnhItemID" DataSetColumn="EnhItemID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetEnhancedDocVersionsTableAdapter" GeneratorDataComponentClassName="vefn_GetEnhancedDocVersionsTableAdapter" Name="vefn_GetEnhancedDocVersions" UserDataComponentName="vefn_GetEnhancedDocVersionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetEnhancedDocVersions" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT VersionID, Type, Name, FolderID FROM dbo.vefn_GetEnhancedDocVersions(@VersionID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="VersionID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetEnhancedFoldersTableAdapter" GeneratorDataComponentClassName="vefn_GetEnhancedFoldersTableAdapter" Name="vefn_GetEnhancedFolders" UserDataComponentName="vefn_GetEnhancedFoldersTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetEnhancedFolders" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT FolderID, Type, Name, VersionID FROM dbo.vefn_GetEnhancedFolders(@FolderID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="FolderID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FolderID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FolderID" DataSetColumn="FolderID" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetEnhancedIssueCountTableAdapter" GeneratorDataComponentClassName="vefn_GetEnhancedIssueCountTableAdapter" Name="vefn_GetEnhancedIssueCount" UserDataComponentName="vefn_GetEnhancedIssueCountTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetEnhancedIssueCount" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT Deleted, Inserted, Changed, Same, Unlinked FROM dbo.vefn_GetEnhancedIssueCount(@EnhancedID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="EnhancedID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@EnhancedID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Deleted" DataSetColumn="Deleted" />
|
|
<Mapping SourceColumn="Inserted" DataSetColumn="Inserted" />
|
|
<Mapping SourceColumn="Changed" DataSetColumn="Changed" />
|
|
<Mapping SourceColumn="Same" DataSetColumn="Same" />
|
|
<Mapping SourceColumn="Unlinked" DataSetColumn="Unlinked" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetEnhancedIssuesTableAdapter" GeneratorDataComponentClassName="vefn_GetEnhancedIssuesTableAdapter" Name="vefn_GetEnhancedIssues" UserDataComponentName="vefn_GetEnhancedIssuesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetEnhancedIssues" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT SourceID, sNumber, sText, sType, sProcName, sRecID, EnhanceID, eNumber, eeText, eType, eProcName, eRecID, Status FROM dbo.vefn_GetEnhancedIssues(@EnhancedID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="EnhancedID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@EnhancedID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="SourceID" DataSetColumn="SourceID" />
|
|
<Mapping SourceColumn="sNumber" DataSetColumn="sNumber" />
|
|
<Mapping SourceColumn="sText" DataSetColumn="sText" />
|
|
<Mapping SourceColumn="sType" DataSetColumn="sType" />
|
|
<Mapping SourceColumn="sProcName" DataSetColumn="sProcName" />
|
|
<Mapping SourceColumn="sRecID" DataSetColumn="sRecID" />
|
|
<Mapping SourceColumn="EnhanceID" DataSetColumn="EnhanceID" />
|
|
<Mapping SourceColumn="eNumber" DataSetColumn="eNumber" />
|
|
<Mapping SourceColumn="eeText" DataSetColumn="eeText" />
|
|
<Mapping SourceColumn="eType" DataSetColumn="eType" />
|
|
<Mapping SourceColumn="eProcName" DataSetColumn="eProcName" />
|
|
<Mapping SourceColumn="eRecID" DataSetColumn="eRecID" />
|
|
<Mapping SourceColumn="Status" DataSetColumn="Status" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetEnhancedItemsAndChildrenTableAdapter" GeneratorDataComponentClassName="vefn_GetEnhancedItemsAndChildrenTableAdapter" Name="vefn_GetEnhancedItemsAndChildren" UserDataComponentName="vefn_GetEnhancedItemsAndChildrenTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetEnhancedItemsAndChildren" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT [Level], FromType, Ordinal, ParentID, ItemID, PreviousID, ContentID, Number, Text, Type, FormatID, EItemID, EType FROM dbo.vefn_GetEnhancedItemsAndChildren(@ProcID, @EnhType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ProcID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ProcID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="EnhType" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@EnhType" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Level" DataSetColumn="Level" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="EItemID" DataSetColumn="EItemID" />
|
|
<Mapping SourceColumn="EType" DataSetColumn="EType" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetEnhancedLinksTableAdapter" GeneratorDataComponentClassName="vefn_GetEnhancedLinksTableAdapter" Name="vefn_GetEnhancedLinks" UserDataComponentName="vefn_GetEnhancedLinksTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetEnhancedLinks" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT svid, bvid, dvid FROM dbo.vefn_GetEnhancedLinks()</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="svid" DataSetColumn="svid" />
|
|
<Mapping SourceColumn="bvid" DataSetColumn="bvid" />
|
|
<Mapping SourceColumn="dvid" DataSetColumn="dvid" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetEnhancedProceduresTableAdapter" GeneratorDataComponentClassName="vefn_GetEnhancedProceduresTableAdapter" Name="vefn_GetEnhancedProcedures" UserDataComponentName="vefn_GetEnhancedProceduresTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetEnhancedProcedures" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT VersionID, ItemID, ContentID FROM dbo.vefn_GetEnhancedProcedures(@ItemID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetFolderMatchingFormatItemsTableAdapter" GeneratorDataComponentClassName="vefn_GetFolderMatchingFormatItemsTableAdapter" Name="vefn_GetFolderMatchingFormatItems" UserDataComponentName="vefn_GetFolderMatchingFormatItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetFolderMatchingFormatItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT VersionID, ItemID, ContentID, FormatID FROM dbo.vefn_GetFolderMatchingFormatItems(@FolderID, @OldFormatID, @NewFormatID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="FolderID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FolderID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="OldFormatID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OldFormatID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="NewFormatID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewFormatID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetFormatFieldTableAdapter" GeneratorDataComponentClassName="vefn_GetFormatFieldTableAdapter" Name="vefn_GetFormatField" UserDataComponentName="vefn_GetFormatFieldTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetFormatField" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT FormatID, Name, Description, Path, Value FROM dbo.vefn_GetFormatField(@find)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="find" ColumnName="" DataSourceName="" DataTypeServer="varchar(255)" DbType="AnsiString" Direction="Input" ParameterName="@find" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="Value" DataSetColumn="Value" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetFormatFieldByStepTypeTableAdapter" GeneratorDataComponentClassName="vefn_GetFormatFieldByStepTypeTableAdapter" Name="vefn_GetFormatFieldByStepType" UserDataComponentName="vefn_GetFormatFieldByStepTypeTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetFormatFieldByStepType" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT FormatID, Name, Description, Path, StepType, Value FROM dbo.vefn_GetFormatFieldByStepType(@find)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="find" ColumnName="" DataSourceName="" DataTypeServer="varchar(255)" DbType="AnsiString" Direction="Input" ParameterName="@find" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="StepType" DataSetColumn="StepType" />
|
|
<Mapping SourceColumn="Value" DataSetColumn="Value" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetFormatFieldByStepType2TableAdapter" GeneratorDataComponentClassName="vefn_GetFormatFieldByStepType2TableAdapter" Name="vefn_GetFormatFieldByStepType2" UserDataComponentName="vefn_GetFormatFieldByStepType2TableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetFormatFieldByStepType2" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT FormatID, Name, Description, Path, StepType, Indx, Value FROM dbo.vefn_GetFormatFieldByStepType2(@find)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="find" ColumnName="" DataSourceName="" DataTypeServer="varchar(255)" DbType="AnsiString" Direction="Input" ParameterName="@find" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="StepType" DataSetColumn="StepType" />
|
|
<Mapping SourceColumn="Indx" DataSetColumn="Indx" />
|
|
<Mapping SourceColumn="Value" DataSetColumn="Value" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetFormatFieldNoValueTableAdapter" GeneratorDataComponentClassName="vefn_GetFormatFieldNoValueTableAdapter" Name="vefn_GetFormatFieldNoValue" UserDataComponentName="vefn_GetFormatFieldNoValueTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetFormatFieldNoValue" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT FormatID, Name, Description, Path FROM dbo.vefn_GetFormatFieldNoValue(@find)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="find" ColumnName="" DataSourceName="" DataTypeServer="varchar(255)" DbType="AnsiString" Direction="Input" ParameterName="@find" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetFormatValuesTableAdapter" GeneratorDataComponentClassName="vefn_GetFormatValuesTableAdapter" Name="vefn_GetFormatValues" UserDataComponentName="vefn_GetFormatValuesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetFormatValues" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT FormatID, Name, ParentNode, Node, FieldValue FROM dbo.vefn_GetFormatValues(@FieldName)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="FieldName" ColumnName="" DataSourceName="" DataTypeServer="varchar(255)" DbType="AnsiString" Direction="Input" ParameterName="@FieldName" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="ParentNode" DataSetColumn="ParentNode" />
|
|
<Mapping SourceColumn="Node" DataSetColumn="Node" />
|
|
<Mapping SourceColumn="FieldValue" DataSetColumn="FieldValue" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetGenMacMacrosTableAdapter" GeneratorDataComponentClassName="vefn_GetGenMacMacrosTableAdapter" Name="vefn_GetGenMacMacros" UserDataComponentName="vefn_GetGenMacMacrosTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetGenMacMacros" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT FormatID, Name, Description, MacroName FROM dbo.vefn_GetGenMacMacros()</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
<Mapping SourceColumn="MacroName" DataSetColumn="MacroName" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetHyphenStringTableAdapter" GeneratorDataComponentClassName="vefn_GetHyphenStringTableAdapter" Name="vefn_GetHyphenString" UserDataComponentName="vefn_GetHyphenStringTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetHyphenString" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT HyphenString, Offset FROM dbo.vefn_GetHyphenString(@text)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="text" ColumnName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@text" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="HyphenString" DataSetColumn="HyphenString" />
|
|
<Mapping SourceColumn="Offset" DataSetColumn="Offset" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetItemsMatchingFormatItemsTableAdapter" GeneratorDataComponentClassName="vefn_GetItemsMatchingFormatItemsTableAdapter" Name="vefn_GetItemsMatchingFormatItems" UserDataComponentName="vefn_GetItemsMatchingFormatItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetItemsMatchingFormatItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, ContentID, FormatID FROM dbo.vefn_GetItemsMatchingFormatItems(@ItemID, @OldFormatID, @NewFormatID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="OldFormatID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OldFormatID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="NewFormatID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewFormatID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetMyChronologyTableAdapter" GeneratorDataComponentClassName="vefn_GetMyChronologyTableAdapter" Name="vefn_GetMyChronology" UserDataComponentName="vefn_GetMyChronologyTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetMyChronology" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT AuditID, ContentID, Number, Text, Type, FormatID, Config, DTS, UserID, DeleteStatus, ActionDTS, ActionWhat, ActionWhen, Path, ItemID, TypeName, ordinalpath FROM dbo.vefn_GetMyChronology(@ProcItemID, @ItemID, @IncludeDeletedChildren, @DTS)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ProcItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ProcItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="IncludeDeletedChildren" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeDeletedChildren" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DTS" ColumnName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="AuditID" DataSetColumn="AuditID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="Type" DataSetColumn="Type" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="DeleteStatus" DataSetColumn="DeleteStatus" />
|
|
<Mapping SourceColumn="ActionDTS" DataSetColumn="ActionDTS" />
|
|
<Mapping SourceColumn="ActionWhat" DataSetColumn="ActionWhat" />
|
|
<Mapping SourceColumn="ActionWhen" DataSetColumn="ActionWhen" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="TypeName" DataSetColumn="TypeName" />
|
|
<Mapping SourceColumn="ordinalpath" DataSetColumn="ordinalpath" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetNewEnhancedDataTableAdapter" GeneratorDataComponentClassName="vefn_GetNewEnhancedDataTableAdapter" Name="vefn_GetNewEnhancedData" UserDataComponentName="vefn_GetNewEnhancedDataTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetNewEnhancedData" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, ContentID, EItemID, EType FROM dbo.vefn_GetNewEnhancedData(@ItemID, @EnhType)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="EnhType" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@EnhType" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="EItemID" DataSetColumn="EItemID" />
|
|
<Mapping SourceColumn="EType" DataSetColumn="EType" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetNonEditableItemsTableAdapter" GeneratorDataComponentClassName="vefn_GetNonEditableItemsTableAdapter" Name="vefn_GetNonEditableItems" UserDataComponentName="vefn_GetNonEditableItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetNonEditableItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, ContentID FROM dbo.vefn_GetNonEditableItems()</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetNullFormatValuesTableAdapter" GeneratorDataComponentClassName="vefn_GetNullFormatValuesTableAdapter" Name="vefn_GetNullFormatValues" UserDataComponentName="vefn_GetNullFormatValuesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetNullFormatValues" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT FormatID, Name, ParentNode, Node FROM dbo.vefn_GetNullFormatValues(@FieldName)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="FieldName" ColumnName="" DataSourceName="" DataTypeServer="varchar(255)" DbType="AnsiString" Direction="Input" ParameterName="@FieldName" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="ParentNode" DataSetColumn="ParentNode" />
|
|
<Mapping SourceColumn="Node" DataSetColumn="Node" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetOldEnhancedDataTableAdapter" GeneratorDataComponentClassName="vefn_GetOldEnhancedDataTableAdapter" Name="vefn_GetOldEnhancedData" UserDataComponentName="vefn_GetOldEnhancedDataTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetOldEnhancedData" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, ContentID, ProcName, RecID FROM dbo.vefn_GetOldEnhancedData(@ItemID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ProcName" DataSetColumn="ProcName" />
|
|
<Mapping SourceColumn="RecID" DataSetColumn="RecID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetOldEnhancedItemsTableAdapter" GeneratorDataComponentClassName="vefn_GetOldEnhancedItemsTableAdapter" Name="vefn_GetOldEnhancedItems" UserDataComponentName="vefn_GetOldEnhancedItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetOldEnhancedItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, ContentID, ProcName, RecID FROM dbo.vefn_GetOldEnhancedItems(@VersionID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="VersionID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ProcName" DataSetColumn="ProcName" />
|
|
<Mapping SourceColumn="RecID" DataSetColumn="RecID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetOldEnhancedProcItemsTableAdapter" GeneratorDataComponentClassName="vefn_GetOldEnhancedProcItemsTableAdapter" Name="vefn_GetOldEnhancedProcItems" UserDataComponentName="vefn_GetOldEnhancedProcItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetOldEnhancedProcItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, ContentID, ProcName, RecID FROM dbo.vefn_GetOldEnhancedProcItems(@ItemID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ProcName" DataSetColumn="ProcName" />
|
|
<Mapping SourceColumn="RecID" DataSetColumn="RecID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetOldEnhancedProcsTableAdapter" GeneratorDataComponentClassName="vefn_GetOldEnhancedProcsTableAdapter" Name="vefn_GetOldEnhancedProcs" UserDataComponentName="vefn_GetOldEnhancedProcsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetOldEnhancedProcs" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, ContentID, ProcName FROM dbo.vefn_GetOldEnhancedProcs(@VersionID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="VersionID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="ProcName" DataSetColumn="ProcName" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetROTokensTableAdapter" GeneratorDataComponentClassName="vefn_GetROTokensTableAdapter" Name="vefn_GetROTokens" UserDataComponentName="vefn_GetROTokensTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetROTokens" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT Token FROM dbo.vefn_GetROTokens(@text)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="text" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@text" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Token" DataSetColumn="Token" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetTokensTableAdapter" GeneratorDataComponentClassName="vefn_GetTokensTableAdapter" Name="vefn_GetTokens" UserDataComponentName="vefn_GetTokensTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetTokens" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT Token FROM dbo.vefn_GetTokens(@text)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="text" ColumnName="" DataSourceName="" DataTypeServer="varchar(64)" DbType="AnsiString" Direction="Input" ParameterName="@text" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Token" DataSetColumn="Token" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetVersionFormatItemsTableAdapter" GeneratorDataComponentClassName="vefn_GetVersionFormatItemsTableAdapter" Name="vefn_GetVersionFormatItems" UserDataComponentName="vefn_GetVersionFormatItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetVersionFormatItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT VersionID, ItemID, ContentID, FormatID, ParentFormatID FROM dbo.vefn_GetVersionFormatItems(@DocVersionList)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DocVersionList" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="ParentFormatID" DataSetColumn="ParentFormatID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetVersionFormatSectionsTableAdapter" GeneratorDataComponentClassName="vefn_GetVersionFormatSectionsTableAdapter" Name="vefn_GetVersionFormatSections" UserDataComponentName="vefn_GetVersionFormatSectionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetVersionFormatSections" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT VersionID, ItemID, ContentID, FormatID FROM dbo.vefn_GetVersionFormatSections(@DocVersionList)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DocVersionList" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetVersionItemsTableAdapter" GeneratorDataComponentClassName="vefn_GetVersionItemsTableAdapter" Name="vefn_GetVersionItems" UserDataComponentName="vefn_GetVersionItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetVersionItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT VersionID, ItemID, ContentID FROM dbo.vefn_GetVersionItems(@DocVersionList)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DocVersionList" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetVersionMatchingFormatItemsTableAdapter" GeneratorDataComponentClassName="vefn_GetVersionMatchingFormatItemsTableAdapter" Name="vefn_GetVersionMatchingFormatItems" UserDataComponentName="vefn_GetVersionMatchingFormatItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetVersionMatchingFormatItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT VersionID, ItemID, ContentID, FormatID FROM dbo.vefn_GetVersionMatchingFormatItems(@DocVersionList, @OldFormatID, @NewFormatID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DocVersionList" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="OldFormatID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OldFormatID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="NewFormatID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewFormatID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetVersionNamesTableAdapter" GeneratorDataComponentClassName="vefn_GetVersionNamesTableAdapter" Name="vefn_GetVersionNames" UserDataComponentName="vefn_GetVersionNamesTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetVersionNames" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT VersionID, GrandParentName, ParentName, FolderName FROM dbo.vefn_GetVersionNames()</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="GrandParentName" DataSetColumn="GrandParentName" />
|
|
<Mapping SourceColumn="ParentName" DataSetColumn="ParentName" />
|
|
<Mapping SourceColumn="FolderName" DataSetColumn="FolderName" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetVersionProcedureItemsTableAdapter" GeneratorDataComponentClassName="vefn_GetVersionProcedureItemsTableAdapter" Name="vefn_GetVersionProcedureItems" UserDataComponentName="vefn_GetVersionProcedureItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetVersionProcedureItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT VersionID, ProcID, ItemID, ContentID FROM dbo.vefn_GetVersionProcedureItems(@DocVersionList)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DocVersionList" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="ProcID" DataSetColumn="ProcID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetVersionTblItemsTableAdapter" GeneratorDataComponentClassName="vefn_GetVersionTblItemsTableAdapter" Name="vefn_GetVersionTblItems" UserDataComponentName="vefn_GetVersionTblItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetVersionTblItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT VersionID, ItemID, ContentID FROM dbo.vefn_GetVersionTblItems(@DocVersionList)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DocVersionList" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="VersionID" DataSetColumn="VersionID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_GetZeroFromTypeTableAdapter" GeneratorDataComponentClassName="vefn_GetZeroFromTypeTableAdapter" Name="vefn_GetZeroFromType" UserDataComponentName="vefn_GetZeroFromTypeTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetZeroFromType" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, ContentID FROM dbo.vefn_GetZeroFromType()</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_HighLevelStepTransitionsTableAdapter" GeneratorDataComponentClassName="vefn_HighLevelStepTransitionsTableAdapter" Name="vefn_HighLevelStepTransitions" UserDataComponentName="vefn_HighLevelStepTransitionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_HighLevelStepTransitions" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ParentID, ItemID, Path, TransCount, ExternalTransitions, InternalTransitions FROM dbo.vefn_HighLevelStepTransitions(@ItemID, @ParentID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ParentID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="TransCount" DataSetColumn="TransCount" />
|
|
<Mapping SourceColumn="ExternalTransitions" DataSetColumn="ExternalTransitions" />
|
|
<Mapping SourceColumn="InternalTransitions" DataSetColumn="InternalTransitions" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_JustSiblingItemsTableAdapter" GeneratorDataComponentClassName="vefn_JustSiblingItemsTableAdapter" Name="vefn_JustSiblingItems" UserDataComponentName="vefn_JustSiblingItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_JustSiblingItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, Ordinal FROM dbo.vefn_JustSiblingItems(@FirstItemID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="FirstItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FirstItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_NextStepTransitionsTableAdapter" GeneratorDataComponentClassName="vefn_NextStepTransitionsTableAdapter" Name="vefn_NextStepTransitions" UserDataComponentName="vefn_NextStepTransitionsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_NextStepTransitions" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT TransitionID, FromID, ToID, RangeID, TranType, Config FROM dbo.vefn_NextStepTransitions(@ItemID, @PreviousID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="PreviousID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PreviousID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_ParentItemsTableAdapter" GeneratorDataComponentClassName="vefn_ParentItemsTableAdapter" Name="vefn_ParentItems" UserDataComponentName="vefn_ParentItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_ParentItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, ContentID FROM dbo.vefn_ParentItems(@ItemID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_ParseStringListToTableTableAdapter" GeneratorDataComponentClassName="vefn_ParseStringListToTableTableAdapter" Name="vefn_ParseStringListToTable" UserDataComponentName="vefn_ParseStringListToTableTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_ParseStringListToTable" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ListPosition, ListValue FROM dbo.vefn_ParseStringListToTable(@List, @Delimeter)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="List" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@List" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="Delimeter" ColumnName="" DataSourceName="" DataTypeServer="varchar(1)" DbType="AnsiString" Direction="Input" ParameterName="@Delimeter" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ListPosition" DataSetColumn="ListPosition" />
|
|
<Mapping SourceColumn="ListValue" DataSetColumn="ListValue" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_ProcedureByProcIDTableAdapter" GeneratorDataComponentClassName="vefn_ProcedureByProcIDTableAdapter" Name="vefn_ProcedureByProcID" UserDataComponentName="vefn_ProcedureByProcIDTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_ProcedureByProcID" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, DVPath, Path, [Level], FromType, Ordinal, ParentID, PreviousID, ContentID, DTS, UserID, pContentID, pDTS, pUserID, IsRNO, OrdinalPath FROM dbo.vefn_ProcedureByProcID(@ProcID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ProcID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ProcID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="DVPath" DataSetColumn="DVPath" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="Level" DataSetColumn="Level" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="pContentID" DataSetColumn="pContentID" />
|
|
<Mapping SourceColumn="pDTS" DataSetColumn="pDTS" />
|
|
<Mapping SourceColumn="pUserID" DataSetColumn="pUserID" />
|
|
<Mapping SourceColumn="IsRNO" DataSetColumn="IsRNO" />
|
|
<Mapping SourceColumn="OrdinalPath" DataSetColumn="OrdinalPath" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_SectionFormatsTableAdapter" GeneratorDataComponentClassName="vefn_SectionFormatsTableAdapter" Name="vefn_SectionFormats" UserDataComponentName="vefn_SectionFormatsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_SectionFormats" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT FormatID, SectionType, Name, SectionFormatName, TopRow, PageLength, FooterLength, LeftMargin, PageWidth FROM dbo.vefn_SectionFormats()</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="FormatID" DataSetColumn="FormatID" />
|
|
<Mapping SourceColumn="SectionType" DataSetColumn="SectionType" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="SectionFormatName" DataSetColumn="SectionFormatName" />
|
|
<Mapping SourceColumn="TopRow" DataSetColumn="TopRow" />
|
|
<Mapping SourceColumn="PageLength" DataSetColumn="PageLength" />
|
|
<Mapping SourceColumn="FooterLength" DataSetColumn="FooterLength" />
|
|
<Mapping SourceColumn="LeftMargin" DataSetColumn="LeftMargin" />
|
|
<Mapping SourceColumn="PageWidth" DataSetColumn="PageWidth" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_SiblingAndChildrenItemsTableAdapter" GeneratorDataComponentClassName="vefn_SiblingAndChildrenItemsTableAdapter" Name="vefn_SiblingAndChildrenItems" UserDataComponentName="vefn_SiblingAndChildrenItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_SiblingAndChildrenItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, DVPath, Path, [Level], FromType, Ordinal, ParentID, PreviousID, ContentID, DTS, UserID, pContentID, pDTS, pUserID, IsRNO, OrdinalPath FROM dbo.vefn_SiblingAndChildrenItems(@DocVersionList, @UnitPrefix)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DocVersionList" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="UnitPrefix" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@UnitPrefix" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="DVPath" DataSetColumn="DVPath" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="Level" DataSetColumn="Level" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="pContentID" DataSetColumn="pContentID" />
|
|
<Mapping SourceColumn="pDTS" DataSetColumn="pDTS" />
|
|
<Mapping SourceColumn="pUserID" DataSetColumn="pUserID" />
|
|
<Mapping SourceColumn="IsRNO" DataSetColumn="IsRNO" />
|
|
<Mapping SourceColumn="OrdinalPath" DataSetColumn="OrdinalPath" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_SiblingAndChildrenItemsByProcTableAdapter" GeneratorDataComponentClassName="vefn_SiblingAndChildrenItemsByProcTableAdapter" Name="vefn_SiblingAndChildrenItemsByProc" UserDataComponentName="vefn_SiblingAndChildrenItemsByProcTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_SiblingAndChildrenItemsByProc" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, DVPath, Path, [Level], FromType, Ordinal, ParentID, PreviousID, ContentID, DTS, UserID, pContentID, pDTS, pUserID, IsRNO, OrdinalPath FROM dbo.vefn_SiblingAndChildrenItemsByProc(@ProcID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ProcID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ProcID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="DVPath" DataSetColumn="DVPath" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="Level" DataSetColumn="Level" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="pContentID" DataSetColumn="pContentID" />
|
|
<Mapping SourceColumn="pDTS" DataSetColumn="pDTS" />
|
|
<Mapping SourceColumn="pUserID" DataSetColumn="pUserID" />
|
|
<Mapping SourceColumn="IsRNO" DataSetColumn="IsRNO" />
|
|
<Mapping SourceColumn="OrdinalPath" DataSetColumn="OrdinalPath" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_SiblingAndChildrenItemsNewTableAdapter" GeneratorDataComponentClassName="vefn_SiblingAndChildrenItemsNewTableAdapter" Name="vefn_SiblingAndChildrenItemsNew" UserDataComponentName="vefn_SiblingAndChildrenItemsNewTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_SiblingAndChildrenItemsNew" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ILastChanged, ItemID, DVPath, Path, FromType, Ordinal, ParentID, PreviousID, ContentID, DTS, UserID, pContentID, pDTS, pUserID, IsRNO, Text, DocAscii, Number, CType, CFormatID, CConfig, CDTS, CUserID, CLastChanged, PLastChanged FROM dbo.vefn_SiblingAndChildrenItemsNew(@DocVersionList, @UnitPrefix, @SearchString, @SearchStringx, @StepTypeList)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DocVersionList" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="UnitPrefix" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@UnitPrefix" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="SearchString" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@SearchString" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="SearchStringx" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@SearchStringx" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="StepTypeList" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@StepTypeList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ILastChanged" DataSetColumn="ILastChanged" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="DVPath" DataSetColumn="DVPath" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="pContentID" DataSetColumn="pContentID" />
|
|
<Mapping SourceColumn="pDTS" DataSetColumn="pDTS" />
|
|
<Mapping SourceColumn="pUserID" DataSetColumn="pUserID" />
|
|
<Mapping SourceColumn="IsRNO" DataSetColumn="IsRNO" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="DocAscii" DataSetColumn="DocAscii" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="CType" DataSetColumn="CType" />
|
|
<Mapping SourceColumn="CFormatID" DataSetColumn="CFormatID" />
|
|
<Mapping SourceColumn="CConfig" DataSetColumn="CConfig" />
|
|
<Mapping SourceColumn="CDTS" DataSetColumn="CDTS" />
|
|
<Mapping SourceColumn="CUserID" DataSetColumn="CUserID" />
|
|
<Mapping SourceColumn="CLastChanged" DataSetColumn="CLastChanged" />
|
|
<Mapping SourceColumn="PLastChanged" DataSetColumn="PLastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_SiblingAndChildrenItemsNewByWordTableAdapter" GeneratorDataComponentClassName="vefn_SiblingAndChildrenItemsNewByWordTableAdapter" Name="vefn_SiblingAndChildrenItemsNewByWord" UserDataComponentName="vefn_SiblingAndChildrenItemsNewByWordTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_SiblingAndChildrenItemsNewByWord" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ILastChanged, ItemID, DVPath, Path, FromType, Ordinal, ParentID, PreviousID, ContentID, DTS, UserID, pContentID, pDTS, pUserID, IsRNO, Text, DocAscii, Number, CType, CFormatID, CConfig, CDTS, CUserID, CLastChanged, PLastChanged FROM dbo.vefn_SiblingAndChildrenItemsNewByWord(@DocVersionList, @UnitPrefix, @SearchString, @SearchStringx, @StepTypeList, @includeLinks, @includeRtfFormatting, @includeSpecialCharacters)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DocVersionList" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@DocVersionList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="UnitPrefix" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@UnitPrefix" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="SearchString" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@SearchString" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="SearchStringx" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@SearchStringx" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="StepTypeList" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@StepTypeList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="includeLinks" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@includeLinks" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="includeRtfFormatting" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@includeRtfFormatting" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="includeSpecialCharacters" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@includeSpecialCharacters" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ILastChanged" DataSetColumn="ILastChanged" />
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="DVPath" DataSetColumn="DVPath" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="FromType" DataSetColumn="FromType" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
<Mapping SourceColumn="ParentID" DataSetColumn="ParentID" />
|
|
<Mapping SourceColumn="PreviousID" DataSetColumn="PreviousID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
<Mapping SourceColumn="pContentID" DataSetColumn="pContentID" />
|
|
<Mapping SourceColumn="pDTS" DataSetColumn="pDTS" />
|
|
<Mapping SourceColumn="pUserID" DataSetColumn="pUserID" />
|
|
<Mapping SourceColumn="IsRNO" DataSetColumn="IsRNO" />
|
|
<Mapping SourceColumn="Text" DataSetColumn="Text" />
|
|
<Mapping SourceColumn="DocAscii" DataSetColumn="DocAscii" />
|
|
<Mapping SourceColumn="Number" DataSetColumn="Number" />
|
|
<Mapping SourceColumn="CType" DataSetColumn="CType" />
|
|
<Mapping SourceColumn="CFormatID" DataSetColumn="CFormatID" />
|
|
<Mapping SourceColumn="CConfig" DataSetColumn="CConfig" />
|
|
<Mapping SourceColumn="CDTS" DataSetColumn="CDTS" />
|
|
<Mapping SourceColumn="CUserID" DataSetColumn="CUserID" />
|
|
<Mapping SourceColumn="CLastChanged" DataSetColumn="CLastChanged" />
|
|
<Mapping SourceColumn="PLastChanged" DataSetColumn="PLastChanged" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_SiblingChildrenItemsTableAdapter" GeneratorDataComponentClassName="vefn_SiblingChildrenItemsTableAdapter" Name="vefn_SiblingChildrenItems" UserDataComponentName="vefn_SiblingChildrenItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_SiblingChildrenItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, ContentID FROM dbo.vefn_SiblingChildrenItems(@ItemID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_SiblingItemsTableAdapter" GeneratorDataComponentClassName="vefn_SiblingItemsTableAdapter" Name="vefn_SiblingItems" UserDataComponentName="vefn_SiblingItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_SiblingItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, ContentID, Ordinal FROM dbo.vefn_SiblingItems(@ItemID, @ParentID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ParentID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
<Mapping SourceColumn="Ordinal" DataSetColumn="Ordinal" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_SplitIntTableAdapter" GeneratorDataComponentClassName="vefn_SplitIntTableAdapter" Name="vefn_SplitInt" UserDataComponentName="vefn_SplitIntTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_SplitInt" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ID FROM dbo.vefn_SplitInt(@text, @delimiter)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="text" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@text" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="delimiter" ColumnName="" DataSourceName="" DataTypeServer="varchar(20)" DbType="AnsiString" Direction="Input" ParameterName="@delimiter" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ID" DataSetColumn="ID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_SplitROSearchTableAdapter" GeneratorDataComponentClassName="vefn_SplitROSearchTableAdapter" Name="vefn_SplitROSearch" UserDataComponentName="vefn_SplitROSearchTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_SplitROSearch" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT RODBID, ROID FROM dbo.vefn_SplitROSearch(@text)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="text" ColumnName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@text" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="RODBID" DataSetColumn="RODBID" />
|
|
<Mapping SourceColumn="ROID" DataSetColumn="ROID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_StepChildItemsTableAdapter" GeneratorDataComponentClassName="vefn_StepChildItemsTableAdapter" Name="vefn_StepChildItems" UserDataComponentName="vefn_StepChildItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_StepChildItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, ContentID FROM dbo.vefn_StepChildItems(@ItemID)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="ContentID" DataSetColumn="ContentID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_tblChildItemsTableAdapter" GeneratorDataComponentClassName="vefn_tblChildItemsTableAdapter" Name="vefn_tblChildItems" UserDataComponentName="vefn_tblChildItemsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_tblChildItems" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ItemID, IContentID, IDeleteStatus, ProcDTS, Path, OrdinalPath FROM dbo.vefn_tblChildItems(@ProcItemID, @ItemID, @IncludeDeletedChildren)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ProcItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ProcItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="ItemID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="IncludeDeletedChildren" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IncludeDeletedChildren" Precision="0" Scale="0" Size="0" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ItemID" DataSetColumn="ItemID" />
|
|
<Mapping SourceColumn="IContentID" DataSetColumn="IContentID" />
|
|
<Mapping SourceColumn="IDeleteStatus" DataSetColumn="IDeleteStatus" />
|
|
<Mapping SourceColumn="ProcDTS" DataSetColumn="ProcDTS" />
|
|
<Mapping SourceColumn="Path" DataSetColumn="Path" />
|
|
<Mapping SourceColumn="OrdinalPath" DataSetColumn="OrdinalPath" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_TransitionsToDisconnectedTableAdapter" GeneratorDataComponentClassName="vefn_TransitionsToDisconnectedTableAdapter" Name="vefn_TransitionsToDisconnected" UserDataComponentName="vefn_TransitionsToDisconnectedTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_TransitionsToDisconnected" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT TransitionID, FromID, ToID, RangeID, IsRange, TranType, Config, DTS, UserID FROM dbo.vefn_TransitionsToDisconnected(@DocVersionList)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DocVersionList" ColumnName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@DocVersionList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="IsRange" DataSetColumn="IsRange" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="vefn_TransitionsToNonEditableTableAdapter" GeneratorDataComponentClassName="vefn_TransitionsToNonEditableTableAdapter" Name="vefn_TransitionsToNonEditable" UserDataComponentName="vefn_TransitionsToNonEditableTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_TransitionsToNonEditable" DbObjectType="Function" 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">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT TransitionID, FromID, ToID, RangeID, IsRange, TranType, Config, DTS, UserID FROM dbo.vefn_TransitionsToNonEditable(@DocVersionList)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="DocVersionList" ColumnName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@DocVersionList" Precision="0" Scale="0" Size="1024" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="TransitionID" DataSetColumn="TransitionID" />
|
|
<Mapping SourceColumn="FromID" DataSetColumn="FromID" />
|
|
<Mapping SourceColumn="ToID" DataSetColumn="ToID" />
|
|
<Mapping SourceColumn="RangeID" DataSetColumn="RangeID" />
|
|
<Mapping SourceColumn="IsRange" DataSetColumn="IsRange" />
|
|
<Mapping SourceColumn="TranType" DataSetColumn="TranType" />
|
|
<Mapping SourceColumn="Config" DataSetColumn="Config" />
|
|
<Mapping SourceColumn="DTS" DataSetColumn="DTS" />
|
|
<Mapping SourceColumn="UserID" DataSetColumn="UserID" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
</Tables>
|
|
<Sources>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addAnnotation" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addAnnotation" MethodsParameterType="CLR" Modifier="Public" Name="addAnnotation" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy" UserSourceName="addAnnotation">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addAnnotation</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TypeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@RtfText" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@SearchText" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newAnnotationID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addAnnotationType" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addAnnotationType" MethodsParameterType="CLR" Modifier="Public" Name="addAnnotationType" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy1" UserSourceName="addAnnotationType">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addAnnotationType</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newTypeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addAssignment" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addAssignment" MethodsParameterType="CLR" Modifier="Public" Name="addAssignment" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy2" UserSourceName="addAssignment">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addAssignment</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FolderID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@StartDate" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@EndDate" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newAID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addAssociation" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addAssociation" MethodsParameterType="CLR" Modifier="Public" Name="addAssociation" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy3" UserSourceName="addAssociation">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addAssociation</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newAssociationID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addCheck" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addCheck" MethodsParameterType="CLR" Modifier="Public" Name="addCheck" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy4" UserSourceName="addCheck">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addCheck</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RevisionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@ConsistencyChecks" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newCheckID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addConnection" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addConnection" MethodsParameterType="CLR" Modifier="Public" Name="addConnection" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy5" UserSourceName="addConnection">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addConnection</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Title" Precision="0" ProviderType="NVarChar" Scale="0" Size="510" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@ConnectionString" Precision="0" ProviderType="NVarChar" Scale="0" Size="510" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ServerType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newDBID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addContent" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addContent" MethodsParameterType="CLR" Modifier="Public" Name="addContent" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy6" UserSourceName="addContent">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addContent</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Number" Precision="0" ProviderType="NVarChar" Scale="0" Size="256" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Text" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Type" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addDetail" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addDetail" MethodsParameterType="CLR" Modifier="Public" Name="addDetail" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy7" UserSourceName="addDetail">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addDetail</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Text" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newDetailID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addDocument" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addDocument" MethodsParameterType="CLR" Modifier="Public" Name="addDocument" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy8" UserSourceName="addDocument">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addDocument</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@LibTitle" Precision="0" ProviderType="NVarChar" Scale="0" Size="1024" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varbinary" DbType="Binary" Direction="Input" ParameterName="@DocContent" Precision="0" ProviderType="VarBinary" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@DocAscii" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@FileExtension" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newDocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addDocVersion" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addDocVersion" MethodsParameterType="CLR" Modifier="Public" Name="addDocVersion" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy9" UserSourceName="addDocVersion">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addDocVersion</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FolderID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Title" Precision="0" ProviderType="NVarChar" Scale="0" Size="510" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newVersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addDROUsage" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addDROUsage" MethodsParameterType="CLR" Modifier="Public" Name="addDROUsage" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy10" UserSourceName="addDROUsage">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addDROUsage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@ROID" Precision="0" ProviderType="NVarChar" Scale="0" Size="16" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newDROUsageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addEntry" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addEntry" MethodsParameterType="CLR" Modifier="Public" Name="addEntry" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy11" UserSourceName="addEntry">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addEntry</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addFigure" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addFigure" MethodsParameterType="CLR" Modifier="Public" Name="addFigure" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy12" UserSourceName="addFigure">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addFigure</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ImageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newFigureID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addFolder" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addFolder" MethodsParameterType="CLR" Modifier="Public" Name="addFolder" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy13" UserSourceName="addFolder">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addFolder</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DBID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Title" Precision="0" ProviderType="NVarChar" Scale="0" Size="510" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@ShortName" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@ManualOrder" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newFolderID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addFormat" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addFormat" MethodsParameterType="CLR" Modifier="Public" Name="addFormat" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy14" UserSourceName="addFormat">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addFormat</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Description" Precision="0" ProviderType="NVarChar" Scale="0" Size="250" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@GenMac" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newFormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addGrid" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addGrid" MethodsParameterType="CLR" Modifier="Public" Name="addGrid" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy15" UserSourceName="addGrid">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addGrid</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addGroup" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addGroup" MethodsParameterType="CLR" Modifier="Public" Name="addGroup" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy16" UserSourceName="addGroup">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addGroup</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@GroupName" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GroupType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newGID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addImage" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addImage" MethodsParameterType="CLR" Modifier="Public" Name="addImage" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy17" UserSourceName="addImage">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addImage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ImageType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@FileName" Precision="0" ProviderType="NVarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varbinary" DbType="Binary" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="VarBinary" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addItem" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addItem" MethodsParameterType="CLR" Modifier="Public" Name="addItem" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy18" UserSourceName="addItem">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addItem</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PreviousID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addMembership" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addMembership" MethodsParameterType="CLR" Modifier="Public" Name="addMembership" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy19" UserSourceName="addMembership">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addMembership</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@UID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@StartDate" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@EndDate" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newUGID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addOwner" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addOwner" MethodsParameterType="CLR" Modifier="Public" Name="addOwner" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy20" UserSourceName="addOwner">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addOwner</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SessionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="tinyint" DbType="Byte" Direction="Input" ParameterName="@OwnerType" Precision="3" ProviderType="TinyInt" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OwnerItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTSStart" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newOwnerID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addPart" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addPart" MethodsParameterType="CLR" Modifier="Public" Name="addPart" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy21" UserSourceName="addPart">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addPart</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FromType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addPdf" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addPdf" MethodsParameterType="CLR" Modifier="Public" Name="addPdf" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy22" UserSourceName="addPdf">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addPdf</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DebugStatus" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TopRow" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PageLength" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@LeftMargin" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PageWidth" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PageCount" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varbinary" DbType="Binary" Direction="Input" ParameterName="@DocPdf" Precision="0" ProviderType="VarBinary" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addPermission" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addPermission" MethodsParameterType="CLR" Modifier="Public" Name="addPermission" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy23" UserSourceName="addPermission">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addPermission</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PermLevel" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PermValue" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PermAD" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@StartDate" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@EndDate" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newPID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addRevision" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addRevision" MethodsParameterType="CLR" Modifier="Public" Name="addRevision" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy24" UserSourceName="addRevision">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addRevision</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TypeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@RevisionNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@RevisionDate" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Notes" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newRevisionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addRODb" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addRODb" MethodsParameterType="CLR" Modifier="Public" Name="addRODb" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy25" UserSourceName="addRODb">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addRODb</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@ROName" Precision="0" ProviderType="NVarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@FolderPath" Precision="0" ProviderType="NVarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@DBConnectionString" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newRODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addROFst" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addROFst" MethodsParameterType="CLR" Modifier="Public" Name="addROFst" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy26" UserSourceName="addROFst">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addROFst</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varbinary" DbType="Binary" Direction="Input" ParameterName="@ROLookup" Precision="0" ProviderType="VarBinary" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newROFstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addROImage" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addROImage" MethodsParameterType="CLR" Modifier="Public" Name="addROImage" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy27" UserSourceName="addROImage">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addROImage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@FileName" Precision="0" ProviderType="NVarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varbinary" DbType="Binary" Direction="Input" ParameterName="@Content" Precision="0" ProviderType="VarBinary" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newImageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addRole" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addRole" MethodsParameterType="CLR" Modifier="Public" Name="addRole" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy28" UserSourceName="addRole">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addRole</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Title" Precision="0" ProviderType="NVarChar" Scale="0" Size="250" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newRID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addRoUsage" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addRoUsage" MethodsParameterType="CLR" Modifier="Public" Name="addRoUsage" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy29" UserSourceName="addRoUsage">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addRoUsage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@ROID" Precision="0" ProviderType="NVarChar" Scale="0" Size="16" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newROUsageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addSession" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addSession" MethodsParameterType="CLR" Modifier="Public" Name="addSession" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy30" UserSourceName="addSession">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addSession</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTSDtart" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTSEnd" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTSActivity" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@MachineName" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ProcessID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newSessionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addStage" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addStage" MethodsParameterType="CLR" Modifier="Public" Name="addStage" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy31" UserSourceName="addStage">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addStage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Description" Precision="0" ProviderType="NVarChar" Scale="0" Size="200" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IsApproved" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newStageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addTransition" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addTransition" MethodsParameterType="CLR" Modifier="Public" Name="addTransition" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy32" UserSourceName="addTransition">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addTransition</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FromID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ToID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RangeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IsRange" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TranType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newTransitionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addUser" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addUser" MethodsParameterType="CLR" Modifier="Public" Name="addUser" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy33" UserSourceName="addUser">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addUser</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@FirstName" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@MiddleName" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@LastName" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Suffix" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CourtesyTitle" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@PhoneNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="30" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CFGName" Precision="0" ProviderType="NVarChar" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserLogin" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserName" Precision="0" ProviderType="NVarChar" Scale="0" Size="32" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newUID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addVersion" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addVersion" MethodsParameterType="CLR" Modifier="Public" Name="addVersion" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy34" UserSourceName="addVersion">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addVersion</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RevisionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varbinary" DbType="Binary" Direction="Input" ParameterName="@PDF" Precision="0" ProviderType="VarBinary" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varbinary" DbType="Binary" Direction="Input" ParameterName="@SummaryPDF" Precision="0" ProviderType="VarBinary" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@ApprovedXML" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="200" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@newVersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addZContent" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addZContent" MethodsParameterType="CLR" Modifier="Public" Name="addZContent" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy35" UserSourceName="addZContent">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addZContent</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@OldStepSequence" Precision="0" ProviderType="NVarChar" Scale="0" Size="32" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.addZTransition" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="addZTransition" MethodsParameterType="CLR" Modifier="Public" Name="addZTransition" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy36" UserSourceName="addZTransition">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.addZTransition</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TransitionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Oldto" Precision="0" ProviderType="NVarChar" Scale="0" Size="32" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.CopyItemAndChildren" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="CopyItemAndChildren" MethodsParameterType="CLR" Modifier="Public" Name="CopyItemAndChildren" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy37" UserSourceName="CopyItemAndChildren">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.CopyItemAndChildren</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StartItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DestFormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@NewStartItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteAllDocVersionPdfs" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteAllDocVersionPdfs" MethodsParameterType="CLR" Modifier="Public" Name="deleteAllDocVersionPdfs" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy38" UserSourceName="deleteAllDocVersionPdfs">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteAllDocVersionPdfs</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteAllPdfs" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteAllPdfs" MethodsParameterType="CLR" Modifier="Public" Name="deleteAllPdfs" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy39" UserSourceName="deleteAllPdfs">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteAllPdfs</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteAnnotation" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteAnnotation" MethodsParameterType="CLR" Modifier="Public" Name="deleteAnnotation" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy40" UserSourceName="deleteAnnotation">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteAnnotation</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AnnotationID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteAnnotationType" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteAnnotationType" MethodsParameterType="CLR" Modifier="Public" Name="deleteAnnotationType" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy41" UserSourceName="deleteAnnotationType">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteAnnotationType</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TypeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteAnnotationWithUserID" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteAnnotationWithUserID" MethodsParameterType="CLR" Modifier="Public" Name="deleteAnnotationWithUserID" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy42" UserSourceName="deleteAnnotationWithUserID">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteAnnotationWithUserID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AnnotationID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="VarChar" Scale="0" Size="200" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteAssignment" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteAssignment" MethodsParameterType="CLR" Modifier="Public" Name="deleteAssignment" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy43" UserSourceName="deleteAssignment">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteAssignment</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteAssociation" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteAssociation" MethodsParameterType="CLR" Modifier="Public" Name="deleteAssociation" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy44" UserSourceName="deleteAssociation">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteAssociation</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AssociationID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteCheck" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteCheck" MethodsParameterType="CLR" Modifier="Public" Name="deleteCheck" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy45" UserSourceName="deleteCheck">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteCheck</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@CheckID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteConnection" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteConnection" MethodsParameterType="CLR" Modifier="Public" Name="deleteConnection" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy46" UserSourceName="deleteConnection">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteConnection</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DBID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteContent" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteContent" MethodsParameterType="CLR" Modifier="Public" Name="deleteContent" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy47" UserSourceName="deleteContent">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteContent</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteDetail" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteDetail" MethodsParameterType="CLR" Modifier="Public" Name="deleteDetail" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy48" UserSourceName="deleteDetail">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteDetail</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DetailID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteDocument" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteDocument" MethodsParameterType="CLR" Modifier="Public" Name="deleteDocument" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy49" UserSourceName="deleteDocument">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteDocument</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteDocVersion" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteDocVersion" MethodsParameterType="CLR" Modifier="Public" Name="deleteDocVersion" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy50" UserSourceName="deleteDocVersion">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteDocVersion</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteDROUsage" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteDROUsage" MethodsParameterType="CLR" Modifier="Public" Name="deleteDROUsage" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy51" UserSourceName="deleteDROUsage">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteDROUsage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DROUsageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteEntry" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteEntry" MethodsParameterType="CLR" Modifier="Public" Name="deleteEntry" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy52" UserSourceName="deleteEntry">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteEntry</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteFigure" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteFigure" MethodsParameterType="CLR" Modifier="Public" Name="deleteFigure" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy53" UserSourceName="deleteFigure">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteFigure</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FigureID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteFolder" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteFolder" MethodsParameterType="CLR" Modifier="Public" Name="deleteFolder" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy54" UserSourceName="deleteFolder">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteFolder</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FolderID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteFormat" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteFormat" MethodsParameterType="CLR" Modifier="Public" Name="deleteFormat" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy55" UserSourceName="deleteFormat">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteFormat</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteGrid" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteGrid" MethodsParameterType="CLR" Modifier="Public" Name="deleteGrid" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy56" UserSourceName="deleteGrid">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteGrid</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteGroup" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteGroup" MethodsParameterType="CLR" Modifier="Public" Name="deleteGroup" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy57" UserSourceName="deleteGroup">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteGroup</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteImage" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteImage" MethodsParameterType="CLR" Modifier="Public" Name="deleteImage" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy58" UserSourceName="deleteImage">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteImage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteItem" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteItem" MethodsParameterType="CLR" Modifier="Public" Name="deleteItem" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy59" UserSourceName="deleteItem">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteItem</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.DeleteItemAndChildren" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="DeleteItemAndChildren" MethodsParameterType="CLR" Modifier="Public" Name="DeleteItemAndChildren" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy60" UserSourceName="DeleteItemAndChildren">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.DeleteItemAndChildren</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="VarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteMembership" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteMembership" MethodsParameterType="CLR" Modifier="Public" Name="deleteMembership" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy61" UserSourceName="deleteMembership">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteMembership</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@UGID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteOwner" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteOwner" MethodsParameterType="CLR" Modifier="Public" Name="deleteOwner" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy62" UserSourceName="deleteOwner">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteOwner</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OwnerID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deletePart" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deletePart" MethodsParameterType="CLR" Modifier="Public" Name="deletePart" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy63" UserSourceName="deletePart">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deletePart</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FromType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deletePdf" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deletePdf" MethodsParameterType="CLR" Modifier="Public" Name="deletePdf" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy64" UserSourceName="deletePdf">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deletePdf</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DebugStatus" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TopRow" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PageLength" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@LeftMargin" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PageWidth" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deletePermission" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deletePermission" MethodsParameterType="CLR" Modifier="Public" Name="deletePermission" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy65" UserSourceName="deletePermission">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deletePermission</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteRevision" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteRevision" MethodsParameterType="CLR" Modifier="Public" Name="deleteRevision" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy66" UserSourceName="deleteRevision">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteRevision</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RevisionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteRODb" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteRODb" MethodsParameterType="CLR" Modifier="Public" Name="deleteRODb" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy67" UserSourceName="deleteRODb">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteRODb</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteROFst" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteROFst" MethodsParameterType="CLR" Modifier="Public" Name="deleteROFst" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy68" UserSourceName="deleteROFst">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteROFst</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteROImage" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteROImage" MethodsParameterType="CLR" Modifier="Public" Name="deleteROImage" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy69" UserSourceName="deleteROImage">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteROImage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ImageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteRole" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteRole" MethodsParameterType="CLR" Modifier="Public" Name="deleteRole" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy70" UserSourceName="deleteRole">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteRole</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteRoUsage" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteRoUsage" MethodsParameterType="CLR" Modifier="Public" Name="deleteRoUsage" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy71" UserSourceName="deleteRoUsage">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteRoUsage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROUsageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteSession" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteSession" MethodsParameterType="CLR" Modifier="Public" Name="deleteSession" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy72" UserSourceName="deleteSession">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteSession</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SessionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteStage" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteStage" MethodsParameterType="CLR" Modifier="Public" Name="deleteStage" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy73" UserSourceName="deleteStage">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteStage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteTransition" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteTransition" MethodsParameterType="CLR" Modifier="Public" Name="deleteTransition" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy74" UserSourceName="deleteTransition">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteTransition</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TransitionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteUser" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteUser" MethodsParameterType="CLR" Modifier="Public" Name="deleteUser" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy75" UserSourceName="deleteUser">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteUser</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@UID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteVersion" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteVersion" MethodsParameterType="CLR" Modifier="Public" Name="deleteVersion" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy76" UserSourceName="deleteVersion">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteVersion</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteZContent" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteZContent" MethodsParameterType="CLR" Modifier="Public" Name="deleteZContent" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy77" UserSourceName="deleteZContent">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteZContent</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.deleteZTransition" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="deleteZTransition" MethodsParameterType="CLR" Modifier="Public" Name="deleteZTransition" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy78" UserSourceName="deleteZTransition">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.deleteZTransition</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TransitionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.jcbAuditConfig" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="jcbAuditConfig" MethodsParameterType="CLR" Modifier="Public" Name="jcbAuditConfig" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy79" UserSourceName="jcbAuditConfig">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.jcbAuditConfig</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@tablename" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.PasteDocVersionChild" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="PasteDocVersionChild" MethodsParameterType="CLR" Modifier="Public" Name="PasteDocVersionChild" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy80" UserSourceName="PasteDocVersionChild">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.PasteDocVersionChild</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StartItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@ThisVersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.PasteItemChild" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="PasteItemChild" MethodsParameterType="CLR" Modifier="Public" Name="PasteItemChild" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy81" UserSourceName="PasteItemChild">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.PasteItemChild</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StartItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Type" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FromType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@NewItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.PasteItemReplace" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="PasteItemReplace" MethodsParameterType="CLR" Modifier="Public" Name="PasteItemReplace" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy82" UserSourceName="PasteItemReplace">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.PasteItemReplace</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StartItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Type" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@NewItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.PasteItemSiblingAfter" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="PasteItemSiblingAfter" MethodsParameterType="CLR" Modifier="Public" Name="PasteItemSiblingAfter" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy83" UserSourceName="PasteItemSiblingAfter">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.PasteItemSiblingAfter</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StartItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Type" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@NewItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.PasteItemSiblingBefore" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="PasteItemSiblingBefore" MethodsParameterType="CLR" Modifier="Public" Name="PasteItemSiblingBefore" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy84" UserSourceName="PasteItemSiblingBefore">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.PasteItemSiblingBefore</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StartItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Type" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@NewItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.purgeData" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="purgeData" MethodsParameterType="CLR" Modifier="Public" Name="purgeData" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy85" UserSourceName="purgeData">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.purgeData</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>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.restoreChangedAnnotation" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="restoreChangedAnnotation" MethodsParameterType="CLR" Modifier="Public" Name="restoreChangedAnnotation" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy86" UserSourceName="restoreChangedAnnotation">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.restoreChangedAnnotation</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AuditID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.restoreChangedContent" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="restoreChangedContent" MethodsParameterType="CLR" Modifier="Public" Name="restoreChangedContent" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy87" UserSourceName="restoreChangedContent">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.restoreChangedContent</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AuditID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.restoreDeletedAnnotation" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="restoreDeletedAnnotation" MethodsParameterType="CLR" Modifier="Public" Name="restoreDeletedAnnotation" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy88" UserSourceName="restoreDeletedAnnotation">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.restoreDeletedAnnotation</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AnnotationID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.restoreDeletedItem" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="restoreDeletedItem" MethodsParameterType="CLR" Modifier="Public" Name="restoreDeletedItem" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy89" UserSourceName="restoreDeletedItem">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.restoreDeletedItem</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DeleteID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@CurrentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Level" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.Standardize" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="Standardize" MethodsParameterType="CLR" Modifier="Public" Name="Standardize" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy90" UserSourceName="Standardize">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.Standardize</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@LookFor" Precision="0" ProviderType="VarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateAnnotation" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateAnnotation" MethodsParameterType="CLR" Modifier="Public" Name="updateAnnotation" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy91" UserSourceName="updateAnnotation">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateAnnotation</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AnnotationID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TypeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@RtfText" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@SearchText" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateAnnotationType" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateAnnotationType" MethodsParameterType="CLR" Modifier="Public" Name="updateAnnotationType" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy92" UserSourceName="updateAnnotationType">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateAnnotationType</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TypeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateAssignment" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateAssignment" MethodsParameterType="CLR" Modifier="Public" Name="updateAssignment" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy93" UserSourceName="updateAssignment">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateAssignment</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FolderID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@StartDate" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@EndDate" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateAssociation" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateAssociation" MethodsParameterType="CLR" Modifier="Public" Name="updateAssociation" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy94" UserSourceName="updateAssociation">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateAssociation</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@AssociationID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateCheck" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateCheck" MethodsParameterType="CLR" Modifier="Public" Name="updateCheck" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy95" UserSourceName="updateCheck">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateCheck</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@CheckID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RevisionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@ConsistencyChecks" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateConnection" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateConnection" MethodsParameterType="CLR" Modifier="Public" Name="updateConnection" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy96" UserSourceName="updateConnection">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateConnection</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DBID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Title" Precision="0" ProviderType="NVarChar" Scale="0" Size="510" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@ConnectionString" Precision="0" ProviderType="NVarChar" Scale="0" Size="510" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ServerType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateContent" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateContent" MethodsParameterType="CLR" Modifier="Public" Name="updateContent" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy97" UserSourceName="updateContent">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateContent</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Number" Precision="0" ProviderType="NVarChar" Scale="0" Size="256" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Text" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Type" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateDetail" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateDetail" MethodsParameterType="CLR" Modifier="Public" Name="updateDetail" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy98" UserSourceName="updateDetail">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateDetail</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DetailID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Text" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateDocument" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateDocument" MethodsParameterType="CLR" Modifier="Public" Name="updateDocument" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy99" UserSourceName="updateDocument">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateDocument</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@LibTitle" Precision="0" ProviderType="NVarChar" Scale="0" Size="1024" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varbinary" DbType="Binary" Direction="Input" ParameterName="@DocContent" Precision="0" ProviderType="VarBinary" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@DocAscii" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@FileExtension" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateDocVersion" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateDocVersion" MethodsParameterType="CLR" Modifier="Public" Name="updateDocVersion" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy100" UserSourceName="updateDocVersion">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateDocVersion</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FolderID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Title" Precision="0" ProviderType="NVarChar" Scale="0" Size="510" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateDROUsage" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateDROUsage" MethodsParameterType="CLR" Modifier="Public" Name="updateDROUsage" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy101" UserSourceName="updateDROUsage">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateDROUsage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DROUsageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@ROID" Precision="0" ProviderType="NVarChar" Scale="0" Size="16" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateEntry" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateEntry" MethodsParameterType="CLR" Modifier="Public" Name="updateEntry" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy102" UserSourceName="updateEntry">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateEntry</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateFigure" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateFigure" MethodsParameterType="CLR" Modifier="Public" Name="updateFigure" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy103" UserSourceName="updateFigure">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateFigure</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FigureID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ImageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateFolder" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateFolder" MethodsParameterType="CLR" Modifier="Public" Name="updateFolder" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy104" UserSourceName="updateFolder">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateFolder</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FolderID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DBID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Title" Precision="0" ProviderType="NVarChar" Scale="0" Size="510" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@ShortName" Precision="0" ProviderType="NVarChar" Scale="0" Size="20" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@ManualOrder" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateFormat" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateFormat" MethodsParameterType="CLR" Modifier="Public" Name="updateFormat" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy105" UserSourceName="updateFormat">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateFormat</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Description" Precision="0" ProviderType="NVarChar" Scale="0" Size="250" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@GenMac" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateGrid" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateGrid" MethodsParameterType="CLR" Modifier="Public" Name="updateGrid" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy106" UserSourceName="updateGrid">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateGrid</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateGroup" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateGroup" MethodsParameterType="CLR" Modifier="Public" Name="updateGroup" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy107" UserSourceName="updateGroup">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateGroup</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@GroupName" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GroupType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateImage" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateImage" MethodsParameterType="CLR" Modifier="Public" Name="updateImage" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy108" UserSourceName="updateImage">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateImage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ImageType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@FileName" Precision="0" ProviderType="NVarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varbinary" DbType="Binary" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="VarBinary" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateItem" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateItem" MethodsParameterType="CLR" Modifier="Public" Name="updateItem" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy109" UserSourceName="updateItem">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateItem</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PreviousID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateMembership" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateMembership" MethodsParameterType="CLR" Modifier="Public" Name="updateMembership" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy110" UserSourceName="updateMembership">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateMembership</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@UGID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@UID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@StartDate" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@EndDate" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateOwner" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateOwner" MethodsParameterType="CLR" Modifier="Public" Name="updateOwner" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy111" UserSourceName="updateOwner">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateOwner</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OwnerID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SessionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="tinyint" DbType="Byte" Direction="Input" ParameterName="@OwnerType" Precision="3" ProviderType="TinyInt" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OwnerItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTSStart" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updatePart" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updatePart" MethodsParameterType="CLR" Modifier="Public" Name="updatePart" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy112" UserSourceName="updatePart">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updatePart</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FromType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updatePdf" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updatePdf" MethodsParameterType="CLR" Modifier="Public" Name="updatePdf" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy113" UserSourceName="updatePdf">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updatePdf</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DebugStatus" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TopRow" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PageLength" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@LeftMargin" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PageWidth" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@PageCount" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varbinary" DbType="Binary" Direction="Input" ParameterName="@DocPdf" Precision="0" ProviderType="VarBinary" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updatePermission" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updatePermission" MethodsParameterType="CLR" Modifier="Public" Name="updatePermission" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy114" UserSourceName="updatePermission">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updatePermission</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PermLevel" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PermValue" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PermAD" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@StartDate" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@EndDate" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateRevision" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateRevision" MethodsParameterType="CLR" Modifier="Public" Name="updateRevision" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy115" UserSourceName="updateRevision">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateRevision</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RevisionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TypeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@RevisionNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@RevisionDate" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Notes" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateRODb" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateRODb" MethodsParameterType="CLR" Modifier="Public" Name="updateRODb" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy116" UserSourceName="updateRODb">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateRODb</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@ROName" Precision="0" ProviderType="NVarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@FolderPath" Precision="0" ProviderType="NVarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@DBConnectionString" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateROFst" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateROFst" MethodsParameterType="CLR" Modifier="Public" Name="updateROFst" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy117" UserSourceName="updateROFst">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateROFst</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROFstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varbinary" DbType="Binary" Direction="Input" ParameterName="@ROLookup" Precision="0" ProviderType="VarBinary" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateROImage" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateROImage" MethodsParameterType="CLR" Modifier="Public" Name="updateROImage" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy118" UserSourceName="updateROImage">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateROImage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ImageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@FileName" Precision="0" ProviderType="NVarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varbinary" DbType="Binary" Direction="Input" ParameterName="@Content" Precision="0" ProviderType="VarBinary" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateRole" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateRole" MethodsParameterType="CLR" Modifier="Public" Name="updateRole" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy119" UserSourceName="updateRole">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateRole</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Title" Precision="0" ProviderType="NVarChar" Scale="0" Size="250" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateRoUsage" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateRoUsage" MethodsParameterType="CLR" Modifier="Public" Name="updateRoUsage" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy120" UserSourceName="updateRoUsage">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateRoUsage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROUsageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@ROID" Precision="0" ProviderType="NVarChar" Scale="0" Size="16" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RODbID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateSession" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateSession" MethodsParameterType="CLR" Modifier="Public" Name="updateSession" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy121" UserSourceName="updateSession">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateSession</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SessionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTSDtart" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTSEnd" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTSActivity" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@MachineName" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ProcessID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateStage" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateStage" MethodsParameterType="CLR" Modifier="Public" Name="updateStage" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy122" UserSourceName="updateStage">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateStage</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Description" Precision="0" ProviderType="NVarChar" Scale="0" Size="200" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IsApproved" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateTransition" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateTransition" MethodsParameterType="CLR" Modifier="Public" Name="updateTransition" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy123" UserSourceName="updateTransition">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateTransition</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TransitionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FromID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ToID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RangeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IsRange" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TranType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateUser" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateUser" MethodsParameterType="CLR" Modifier="Public" Name="updateUser" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy124" UserSourceName="updateUser">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateUser</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@UID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@FirstName" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@MiddleName" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@LastName" Precision="0" ProviderType="NVarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Suffix" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CourtesyTitle" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@PhoneNumber" Precision="0" ProviderType="NVarChar" Scale="0" Size="30" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@CFGName" Precision="0" ProviderType="NVarChar" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserLogin" Precision="0" ProviderType="NVarChar" Scale="0" Size="10" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserName" Precision="0" ProviderType="NVarChar" Scale="0" Size="32" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UsrID" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateVersion" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateVersion" MethodsParameterType="CLR" Modifier="Public" Name="updateVersion" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy125" UserSourceName="updateVersion">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateVersion</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RevisionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@StageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varbinary" DbType="Binary" Direction="Input" ParameterName="@PDF" Precision="0" ProviderType="VarBinary" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varbinary" DbType="Binary" Direction="Input" ParameterName="@SummaryPDF" Precision="0" ProviderType="VarBinary" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@ApprovedXML" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="Input" ParameterName="@DTS" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="NVarChar" Scale="0" Size="200" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateZContent" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateZContent" MethodsParameterType="CLR" Modifier="Public" Name="updateZContent" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy126" UserSourceName="updateZContent">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateZContent</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@OldStepSequence" Precision="0" ProviderType="NVarChar" Scale="0" Size="32" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.updateZTransition" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="updateZTransition" MethodsParameterType="CLR" Modifier="Public" Name="updateZTransition" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy127" UserSourceName="updateZTransition">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.updateZTransition</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TransitionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Oldto" Precision="0" ProviderType="NVarChar" Scale="0" Size="32" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="Input" ParameterName="@LastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="timestamp" DbType="Binary" Direction="InputOutput" ParameterName="@newLastChanged" Precision="0" ProviderType="Timestamp" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_BuildContentsEnhanced" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_BuildContentsEnhanced" MethodsParameterType="CLR" Modifier="Public" Name="vesp_BuildContentsEnhanced" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy128" UserSourceName="vesp_BuildContentsEnhanced">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_BuildContentsEnhanced</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@EnhancedID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_BuildContentsExport" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_BuildContentsExport" MethodsParameterType="CLR" Modifier="Public" Name="vesp_BuildContentsExport" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy129" UserSourceName="vesp_BuildContentsExport">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_BuildContentsExport</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SourceID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_BuildDocVersionExport" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_BuildDocVersionExport" MethodsParameterType="CLR" Modifier="Public" Name="vesp_BuildDocVersionExport" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy130" UserSourceName="vesp_BuildDocVersionExport">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_BuildDocVersionExport</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SourceID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_CleanUpItems" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_CleanUpItems" MethodsParameterType="CLR" Modifier="Public" Name="vesp_CleanUpItems" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy131" UserSourceName="vesp_CleanUpItems">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_CleanUpItems</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>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_CleanUpROAssociations" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_CleanUpROAssociations" MethodsParameterType="CLR" Modifier="Public" Name="vesp_CleanUpROAssociations" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy132" UserSourceName="vesp_CleanUpROAssociations">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_CleanUpROAssociations</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>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ConvertAllEnhanced" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_ConvertAllEnhanced" MethodsParameterType="CLR" Modifier="Public" Name="vesp_ConvertAllEnhanced" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy133" UserSourceName="vesp_ConvertAllEnhanced">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ConvertAllEnhanced</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>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ConvertEnhanced" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_ConvertEnhanced" MethodsParameterType="CLR" Modifier="Public" Name="vesp_ConvertEnhanced" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy134" UserSourceName="vesp_ConvertEnhanced">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ConvertEnhanced</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@svid" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@bvid" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@dvid" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ConvertEnhancedDocVersions" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_ConvertEnhancedDocVersions" MethodsParameterType="CLR" Modifier="Public" Name="vesp_ConvertEnhancedDocVersions" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy135" UserSourceName="vesp_ConvertEnhancedDocVersions">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ConvertEnhancedDocVersions</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@svid" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@enhvid" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@enhid" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@enhttl" Precision="0" ProviderType="VarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@enhx" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@enhtok" Precision="0" ProviderType="VarChar" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ConvertEnhancedItems" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_ConvertEnhancedItems" MethodsParameterType="CLR" Modifier="Public" Name="vesp_ConvertEnhancedItems" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy136" UserSourceName="vesp_ConvertEnhancedItems">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ConvertEnhancedItems</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@svid" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@bvid" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@dvid" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_DeletePDFs" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_DeletePDFs" MethodsParameterType="CLR" Modifier="Public" Name="vesp_DeletePDFs" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy137" UserSourceName="vesp_DeletePDFs">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_DeletePDFs</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>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_FixHyphens" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_FixHyphens" MethodsParameterType="CLR" Modifier="Public" Name="vesp_FixHyphens" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy138" UserSourceName="vesp_FixHyphens">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_FixHyphens</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>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetFormatFields" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_GetFormatFields" MethodsParameterType="CLR" Modifier="Public" Name="vesp_GetFormatFields" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy139" UserSourceName="vesp_GetFormatFields">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetFormatFields</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@find" Precision="0" ProviderType="VarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetFormatFieldsAll" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_GetFormatFieldsAll" MethodsParameterType="CLR" Modifier="Public" Name="vesp_GetFormatFieldsAll" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy140" UserSourceName="vesp_GetFormatFieldsAll">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetFormatFieldsAll</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@find" Precision="0" ProviderType="VarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetFormatFieldsByStepType" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_GetFormatFieldsByStepType" MethodsParameterType="CLR" Modifier="Public" Name="vesp_GetFormatFieldsByStepType" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy141" UserSourceName="vesp_GetFormatFieldsByStepType">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetFormatFieldsByStepType</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@find" Precision="0" ProviderType="VarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetFormatFieldsByStepType2" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_GetFormatFieldsByStepType2" MethodsParameterType="CLR" Modifier="Public" Name="vesp_GetFormatFieldsByStepType2" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy142" UserSourceName="vesp_GetFormatFieldsByStepType2">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetFormatFieldsByStepType2</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@find" Precision="0" ProviderType="VarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetFormatFieldsNoValue" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_GetFormatFieldsNoValue" MethodsParameterType="CLR" Modifier="Public" Name="vesp_GetFormatFieldsNoValue" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy143" UserSourceName="vesp_GetFormatFieldsNoValue">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetFormatFieldsNoValue</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@find" Precision="0" ProviderType="VarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetFormatGroupFields" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_GetFormatGroupFields" MethodsParameterType="CLR" Modifier="Public" Name="vesp_GetFormatGroupFields" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy144" UserSourceName="vesp_GetFormatGroupFields">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetFormatGroupFields</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@find" Precision="0" ProviderType="VarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetFormatGroupFieldsByStepType" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_GetFormatGroupFieldsByStepType" MethodsParameterType="CLR" Modifier="Public" Name="vesp_GetFormatGroupFieldsByStepType" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy145" UserSourceName="vesp_GetFormatGroupFieldsByStepType">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetFormatGroupFieldsByStepType</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@find" Precision="0" ProviderType="VarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetFormatGroupFieldsNoValues" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_GetFormatGroupFieldsNoValues" MethodsParameterType="CLR" Modifier="Public" Name="vesp_GetFormatGroupFieldsNoValues" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy146" UserSourceName="vesp_GetFormatGroupFieldsNoValues">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetFormatGroupFieldsNoValues</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@find" Precision="0" ProviderType="VarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_GetGenMacMacros" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_GetGenMacMacros" MethodsParameterType="CLR" Modifier="Public" Name="vesp_GetGenMacMacros" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy147" UserSourceName="vesp_GetGenMacMacros">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_GetGenMacMacros</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>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_PurgeEnhanced" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_PurgeEnhanced" MethodsParameterType="CLR" Modifier="Public" Name="vesp_PurgeEnhanced" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy148" UserSourceName="vesp_PurgeEnhanced">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_PurgeEnhanced</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>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_removeUnUsedFormat" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_removeUnUsedFormat" MethodsParameterType="CLR" Modifier="Public" Name="vesp_removeUnUsedFormat" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy149" UserSourceName="vesp_removeUnUsedFormat">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_removeUnUsedFormat</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Name" Precision="0" ProviderType="NVarChar" Scale="0" Size="100" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_RemoveUnusedRoFstsAndFigures" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_RemoveUnusedRoFstsAndFigures" MethodsParameterType="CLR" Modifier="Public" Name="vesp_RemoveUnusedRoFstsAndFigures" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy150" UserSourceName="vesp_RemoveUnusedRoFstsAndFigures">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_RemoveUnusedRoFstsAndFigures</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>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ResetFolderManualOrder" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_ResetFolderManualOrder" MethodsParameterType="CLR" Modifier="Public" Name="vesp_ResetFolderManualOrder" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy151" UserSourceName="vesp_ResetFolderManualOrder">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ResetFolderManualOrder</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>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ResetFolderManualOrderAlphabetical" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_ResetFolderManualOrderAlphabetical" MethodsParameterType="CLR" Modifier="Public" Name="vesp_ResetFolderManualOrderAlphabetical" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy152" UserSourceName="vesp_ResetFolderManualOrderAlphabetical">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ResetFolderManualOrderAlphabetical</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>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_ResetSecurity" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_ResetSecurity" MethodsParameterType="CLR" Modifier="Public" Name="vesp_ResetSecurity" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy153" UserSourceName="vesp_ResetSecurity">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_ResetSecurity</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>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_RofstChildInsert" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_RofstChildInsert" MethodsParameterType="CLR" Modifier="Public" Name="vesp_RofstChildInsert" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy154" UserSourceName="vesp_RofstChildInsert">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_RofstChildInsert</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@dbiID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@type" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@title" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@roid" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@appid" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@value" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@missingDefaultValue" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_RofstDatabaseInsert" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_RofstDatabaseInsert" MethodsParameterType="CLR" Modifier="Public" Name="vesp_RofstDatabaseInsert" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy155" UserSourceName="vesp_RofstDatabaseInsert">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_RofstDatabaseInsert</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@dbiID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@dbiType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@dbiAW" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@dbiTitle" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@dbiAP" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ParentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_RofstDataSearch" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_RofstDataSearch" MethodsParameterType="CLR" Modifier="Public" Name="vesp_RofstDataSearch" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy156" UserSourceName="vesp_RofstDataSearch">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_RofstDataSearch</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@Value" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SearchTypeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@OnlyRoid16" Precision="1" ProviderType="Bit" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@MaxNumOfRecords" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_RofstHeaderFinalizeLoad" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_RofstHeaderFinalizeLoad" MethodsParameterType="CLR" Modifier="Public" Name="vesp_RofstHeaderFinalizeLoad" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy157" UserSourceName="vesp_RofstHeaderFinalizeLoad">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_RofstHeaderFinalizeLoad</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_RofstHeaderInsert" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_RofstHeaderInsert" MethodsParameterType="CLR" Modifier="Public" Name="vesp_RofstHeaderInsert" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy158" UserSourceName="vesp_RofstHeaderInsert">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_RofstHeaderInsert</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@hSize" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@hMonth" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@hDay" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@hcYear" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@hcMonth" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@hcDay" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@hcHour" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@hcMin" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@hcSec" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@hcHund" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@UserID" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_SessionCheckInItem" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_SessionCheckInItem" MethodsParameterType="CLR" Modifier="Public" Name="vesp_SessionCheckInItem" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy159" UserSourceName="vesp_SessionCheckInItem">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_SessionCheckInItem</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OwnerID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_SessionCheckOutItem" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_SessionCheckOutItem" MethodsParameterType="CLR" Modifier="Public" Name="vesp_SessionCheckOutItem" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy160" UserSourceName="vesp_SessionCheckOutItem">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_SessionCheckOutItem</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SessionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="InputOutput" ParameterName="@OwnerID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_SessionEnd" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_SessionEnd" MethodsParameterType="CLR" Modifier="Public" Name="vesp_SessionEnd" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy161" UserSourceName="vesp_SessionEnd">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_SessionEnd</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SessionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_SessionPing" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_SessionPing" MethodsParameterType="CLR" Modifier="Public" Name="vesp_SessionPing" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy162" UserSourceName="vesp_SessionPing">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_SessionPing</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@SessionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_SortProcedures" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_SortProcedures" MethodsParameterType="CLR" Modifier="Public" Name="vesp_SortProcedures" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy163" UserSourceName="vesp_SortProcedures">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_SortProcedures</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_TurnChangeManagerOFF" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_TurnChangeManagerOFF" MethodsParameterType="CLR" Modifier="Public" Name="vesp_TurnChangeManagerOFF" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy164" UserSourceName="vesp_TurnChangeManagerOFF">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_TurnChangeManagerOFF</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>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_TurnChangeManagerON" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_TurnChangeManagerON" MethodsParameterType="CLR" Modifier="Public" Name="vesp_TurnChangeManagerON" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy165" UserSourceName="vesp_TurnChangeManagerON">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_TurnChangeManagerON</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>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vesp_UtilityCheckIndexes" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vesp_UtilityCheckIndexes" MethodsParameterType="CLR" Modifier="Public" Name="vesp_UtilityCheckIndexes" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy166" UserSourceName="vesp_UtilityCheckIndexes">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vesp_UtilityCheckIndexes</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@UpperFragCutoff" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@LowerFragCutoff" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@IsPrint" Precision="1" ProviderType="Bit" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@IsExecute" Precision="1" ProviderType="Bit" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vlnErrorHandler" DbObjectType="StoredProcedure" GenerateShortCommands="true" GeneratorSourceName="vlnErrorHandler" MethodsParameterType="CLR" Modifier="Public" Name="vlnErrorHandler" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy167" UserSourceName="vlnErrorHandler">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vlnErrorHandler</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ExpectedCount" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@MessageFormat" Precision="0" ProviderType="NVarChar" Scale="0" Size="512" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ve_GetChildCount" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="ve_GetChildCount" MethodsParameterType="CLR" Modifier="Public" Name="ve_GetChildCount" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy168" UserSourceName="ve_GetChildCount">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ve_GetChildCount</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ve_GetFolderPath" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="ve_GetFolderPath" MethodsParameterType="CLR" Modifier="Public" Name="ve_GetFolderPath" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy169" UserSourceName="ve_GetFolderPath">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ve_GetFolderPath</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ve_GetItemApplicability" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="ve_GetItemApplicability" MethodsParameterType="CLR" Modifier="Public" Name="ve_GetItemApplicability" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy170" UserSourceName="ve_GetItemApplicability">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ve_GetItemApplicability</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ve_GetItemAppliedApplicability" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="ve_GetItemAppliedApplicability" MethodsParameterType="CLR" Modifier="Public" Name="ve_GetItemAppliedApplicability" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy171" UserSourceName="ve_GetItemAppliedApplicability">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ve_GetItemAppliedApplicability</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ve_GetItemDerivedApplicability" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="ve_GetItemDerivedApplicability" MethodsParameterType="CLR" Modifier="Public" Name="ve_GetItemDerivedApplicability" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy172" UserSourceName="ve_GetItemDerivedApplicability">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ve_GetItemDerivedApplicability</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ve_GetNextTranCount" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="ve_GetNextTranCount" MethodsParameterType="CLR" Modifier="Public" Name="ve_GetNextTranCount" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy173" UserSourceName="ve_GetNextTranCount">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ve_GetNextTranCount</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ve_GetParentItem" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="ve_GetParentItem" MethodsParameterType="CLR" Modifier="Public" Name="ve_GetParentItem" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy174" UserSourceName="ve_GetParentItem">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ve_GetParentItem</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ve_GetPartContentID" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="ve_GetPartContentID" MethodsParameterType="CLR" Modifier="Public" Name="ve_GetPartContentID" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy175" UserSourceName="ve_GetPartContentID">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ve_GetPartContentID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ve_GetPartFromType" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="ve_GetPartFromType" MethodsParameterType="CLR" Modifier="Public" Name="ve_GetPartFromType" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy176" UserSourceName="ve_GetPartFromType">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ve_GetPartFromType</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ve_GetParts" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="ve_GetParts" MethodsParameterType="CLR" Modifier="Public" Name="ve_GetParts" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy177" UserSourceName="ve_GetParts">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ve_GetParts</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FromType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ve_GetPartType" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="ve_GetPartType" MethodsParameterType="CLR" Modifier="Public" Name="ve_GetPartType" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy178" UserSourceName="ve_GetPartType">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ve_GetPartType</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ve_GetPath" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="ve_GetPath" MethodsParameterType="CLR" Modifier="Public" Name="ve_GetPath" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy179" UserSourceName="ve_GetPath">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ve_GetPath</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ve_GetPathFromContentID" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="ve_GetPathFromContentID" MethodsParameterType="CLR" Modifier="Public" Name="ve_GetPathFromContentID" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy180" UserSourceName="ve_GetPathFromContentID">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ve_GetPathFromContentID</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ve_GetShortPart" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="ve_GetShortPart" MethodsParameterType="CLR" Modifier="Public" Name="ve_GetShortPart" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy181" UserSourceName="ve_GetShortPart">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ve_GetShortPart</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@Number" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@Title" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ve_GetShortPath" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="ve_GetShortPath" MethodsParameterType="CLR" Modifier="Public" Name="ve_GetShortPath" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy182" UserSourceName="ve_GetShortPath">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ve_GetShortPath</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ve_GetShortPathFromContentID" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="ve_GetShortPathFromContentID" MethodsParameterType="CLR" Modifier="Public" Name="ve_GetShortPathFromContentID" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy183" UserSourceName="ve_GetShortPathFromContentID">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ve_GetShortPathFromContentID</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ContentID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ve_GetSiblingCount" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="ve_GetSiblingCount" MethodsParameterType="CLR" Modifier="Public" Name="ve_GetSiblingCount" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy184" UserSourceName="ve_GetSiblingCount">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ve_GetSiblingCount</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.ve_GetTransitionErrorCount" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="ve_GetTransitionErrorCount" MethodsParameterType="CLR" Modifier="Public" Name="ve_GetTransitionErrorCount" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy185" UserSourceName="ve_GetTransitionErrorCount">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.ve_GetTransitionErrorCount</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>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_AllSections" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_AllSections" MethodsParameterType="CLR" Modifier="Public" Name="vefn_AllSections" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy186" UserSourceName="vefn_AllSections">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_AllSections</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@type" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_CanTransitionBeCreated" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_CanTransitionBeCreated" MethodsParameterType="CLR" Modifier="Public" Name="vefn_CanTransitionBeCreated" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy187" UserSourceName="vefn_CanTransitionBeCreated">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_CanTransitionBeCreated</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@fromID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@toID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_CheckAllXML" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_CheckAllXML" MethodsParameterType="CLR" Modifier="Public" Name="vefn_CheckAllXML" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy188" UserSourceName="vefn_CheckAllXML">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_CheckAllXML</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocVersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_CheckAllXMLByItemID" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_CheckAllXMLByItemID" MethodsParameterType="CLR" Modifier="Public" Name="vefn_CheckAllXMLByItemID" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy189" UserSourceName="vefn_CheckAllXMLByItemID">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_CheckAllXMLByItemID</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@MyXml" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_CheckXML" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_CheckXML" MethodsParameterType="CLR" Modifier="Public" Name="vefn_CheckXML" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy190" UserSourceName="vefn_CheckXML">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_CheckXML</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@NewXML" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@OldXML" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_Clean" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_Clean" MethodsParameterType="CLR" Modifier="Public" Name="vefn_Clean" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy191" UserSourceName="vefn_Clean">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_Clean</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@Value" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@ConvertNulls" Precision="1" ProviderType="Bit" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@MaxLength" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_CompareROIDs" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_CompareROIDs" MethodsParameterType="CLR" Modifier="Public" Name="vefn_CompareROIDs" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy192" UserSourceName="vefn_CompareROIDs">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_CompareROIDs</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@roid1" Precision="0" ProviderType="VarChar" Scale="0" Size="16" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@roid2" Precision="0" ProviderType="VarChar" Scale="0" Size="16" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_CompareTranFormat" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_CompareTranFormat" MethodsParameterType="CLR" Modifier="Public" Name="vefn_CompareTranFormat" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy193" UserSourceName="vefn_CompareTranFormat">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_CompareTranFormat</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewFormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TranType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FirstLink" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_FirstLink" MethodsParameterType="CLR" Modifier="Public" Name="vefn_FirstLink" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy194" UserSourceName="vefn_FirstLink">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_FirstLink</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@text" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@includeLink" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FixROData" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_FixROData" MethodsParameterType="CLR" Modifier="Public" Name="vefn_FixROData" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy195" UserSourceName="vefn_FixROData">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_FixROData</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@data" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROUsageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewROUsageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FixROText" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_FixROText" MethodsParameterType="CLR" Modifier="Public" Name="vefn_FixROText" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy196" UserSourceName="vefn_FixROText">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_FixROText</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@Text" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ROUsageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewROUsageID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FixSearchString" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_FixSearchString" MethodsParameterType="CLR" Modifier="Public" Name="vefn_FixSearchString" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy197" UserSourceName="vefn_FixSearchString">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_FixSearchString</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@SearchString" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FixSearchStringByWord" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_FixSearchStringByWord" MethodsParameterType="CLR" Modifier="Public" Name="vefn_FixSearchStringByWord" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy198" UserSourceName="vefn_FixSearchStringByWord">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_FixSearchStringByWord</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@SearchString" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Prefix" Precision="0" ProviderType="NVarChar" Scale="0" Size="64" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@Suffix" Precision="0" ProviderType="NVarChar" Scale="0" Size="64" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FixTransitionDataForCopy" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_FixTransitionDataForCopy" MethodsParameterType="CLR" Modifier="Public" Name="vefn_FixTransitionDataForCopy" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy199" UserSourceName="vefn_FixTransitionDataForCopy">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_FixTransitionDataForCopy</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@data" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TransitionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TranType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OldToID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OldRangeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewToID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewRangeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewTranType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FixTransitionText" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_FixTransitionText" MethodsParameterType="CLR" Modifier="Public" Name="vefn_FixTransitionText" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy200" UserSourceName="vefn_FixTransitionText">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_FixTransitionText</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@Text" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TransitionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TranType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OldToID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OldRangeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OldID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_FixTransitionTextForCopy" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_FixTransitionTextForCopy" MethodsParameterType="CLR" Modifier="Public" Name="vefn_FixTransitionTextForCopy" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy201" UserSourceName="vefn_FixTransitionTextForCopy">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_FixTransitionTextForCopy</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@Text" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TransitionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TranType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OldToID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@OldRangeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewToID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewRangeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewTranType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetDocumentPageLength" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_GetDocumentPageLength" MethodsParameterType="CLR" Modifier="Public" Name="vefn_GetDocumentPageLength" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy202" UserSourceName="vefn_GetDocumentPageLength">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_GetDocumentPageLength</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="53" ProviderType="Float" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@DocID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetDocVersionInheritedFormat" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_GetDocVersionInheritedFormat" MethodsParameterType="CLR" Modifier="Public" Name="vefn_GetDocVersionInheritedFormat" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy203" UserSourceName="vefn_GetDocVersionInheritedFormat">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_GetDocVersionInheritedFormat</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@VersionID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetFormatIDByItemID" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_GetFormatIDByItemID" MethodsParameterType="CLR" Modifier="Public" Name="vefn_GetFormatIDByItemID" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy204" UserSourceName="vefn_GetFormatIDByItemID">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_GetFormatIDByItemID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetInheritedFormat" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_GetInheritedFormat" MethodsParameterType="CLR" Modifier="Public" Name="vefn_GetInheritedFormat" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy205" UserSourceName="vefn_GetInheritedFormat">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_GetInheritedFormat</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@local" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetLastDelim" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_GetLastDelim" MethodsParameterType="CLR" Modifier="Public" Name="vefn_GetLastDelim" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy206" UserSourceName="vefn_GetLastDelim">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_GetLastDelim</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="NVarChar" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@SearchString" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetNewTranType" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_GetNewTranType" MethodsParameterType="CLR" Modifier="Public" Name="vefn_GetNewTranType" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy207" UserSourceName="vefn_GetNewTranType">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_GetNewTranType</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@NewFormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TranType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetPreviousRevisionDTSByItemID" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_GetPreviousRevisionDTSByItemID" MethodsParameterType="CLR" Modifier="Public" Name="vefn_GetPreviousRevisionDTSByItemID" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy208" UserSourceName="vefn_GetPreviousRevisionDTSByItemID">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_GetPreviousRevisionDTSByItemID</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="datetime" DbType="DateTime" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="23" ProviderType="DateTime" Scale="3" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetStepTypeNameByItemIDandTypeID" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_GetStepTypeNameByItemIDandTypeID" MethodsParameterType="CLR" Modifier="Public" Name="vefn_GetStepTypeNameByItemIDandTypeID" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy209" UserSourceName="vefn_GetStepTypeNameByItemIDandTypeID">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_GetStepTypeNameByItemIDandTypeID</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TypeID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetTransFormat" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_GetTransFormat" MethodsParameterType="CLR" Modifier="Public" Name="vefn_GetTransFormat" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy210" UserSourceName="vefn_GetTransFormat">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_GetTransFormat</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@FormatID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@TranType" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetUnitPrefix" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_GetUnitPrefix" MethodsParameterType="CLR" Modifier="Public" Name="vefn_GetUnitPrefix" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy211" UserSourceName="vefn_GetUnitPrefix">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_GetUnitPrefix</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@Config" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_GetVersionIDByItemID" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_GetVersionIDByItemID" MethodsParameterType="CLR" Modifier="Public" Name="vefn_GetVersionIDByItemID" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy212" UserSourceName="vefn_GetVersionIDByItemID">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_GetVersionIDByItemID</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_NextCount" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_NextCount" MethodsParameterType="CLR" Modifier="Public" Name="vefn_NextCount" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy213" UserSourceName="vefn_NextCount">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_NextCount</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@ItemID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_NumOfOccurrences" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_NumOfOccurrences" MethodsParameterType="CLR" Modifier="Public" Name="vefn_NumOfOccurrences" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy214" UserSourceName="vefn_NumOfOccurrences">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_NumOfOccurrences</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@Text" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@Value" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_RemoveExtraText" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_RemoveExtraText" MethodsParameterType="CLR" Modifier="Public" Name="vefn_RemoveExtraText" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy215" UserSourceName="vefn_RemoveExtraText">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_RemoveExtraText</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@text" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@includeLink" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@includeRtfFormatting" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@includeSpecialCharacters" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_RemoveRange" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_RemoveRange" MethodsParameterType="CLR" Modifier="Public" Name="vefn_RemoveRange" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy216" UserSourceName="vefn_RemoveRange">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_RemoveRange</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@text" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@startToken" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="nvarchar" DbType="String" Direction="Input" ParameterName="@endToken" Precision="0" ProviderType="NVarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_RofstDataCleanUnitInfoTags" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_RofstDataCleanUnitInfoTags" MethodsParameterType="CLR" Modifier="Public" Name="vefn_RofstDataCleanUnitInfoTags" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy217" UserSourceName="vefn_RofstDataCleanUnitInfoTags">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_RofstDataCleanUnitInfoTags</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@Values" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@RemoveUnitInfoVars" Precision="1" ProviderType="Bit" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_RofstDataFormatRoidKey" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_RofstDataFormatRoidKey" MethodsParameterType="CLR" Modifier="Public" Name="vefn_RofstDataFormatRoidKey" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy218" UserSourceName="vefn_RofstDataFormatRoidKey">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_RofstDataFormatRoidKey</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@Roid" Precision="0" ProviderType="VarChar" Scale="0" Size="25" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@Check16Digits" Precision="1" ProviderType="Bit" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_RofstDataGetLoadStatus" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_RofstDataGetLoadStatus" MethodsParameterType="CLR" Modifier="Public" Name="vefn_RofstDataGetLoadStatus" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy219" UserSourceName="vefn_RofstDataGetLoadStatus">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_RofstDataGetLoadStatus</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@RofstID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_RofstDataReplaceApplTagsWithDefaults" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_RofstDataReplaceApplTagsWithDefaults" MethodsParameterType="CLR" Modifier="Public" Name="vefn_RofstDataReplaceApplTagsWithDefaults" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy220" UserSourceName="vefn_RofstDataReplaceApplTagsWithDefaults">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_RofstDataReplaceApplTagsWithDefaults</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@Values" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_RofstDataReplaceLegacyTagsWithDefaults" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_RofstDataReplaceLegacyTagsWithDefaults" MethodsParameterType="CLR" Modifier="Public" Name="vefn_RofstDataReplaceLegacyTagsWithDefaults" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy221" UserSourceName="vefn_RofstDataReplaceLegacyTagsWithDefaults">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_RofstDataReplaceLegacyTagsWithDefaults</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@Values" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_RofstDataReplaceVars" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_RofstDataReplaceVars" MethodsParameterType="CLR" Modifier="Public" Name="vefn_RofstDataReplaceVars" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy222" UserSourceName="vefn_RofstDataReplaceVars">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_RofstDataReplaceVars</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@Values" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_WillTransitionBeValidFrom" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_WillTransitionBeValidFrom" MethodsParameterType="CLR" Modifier="Public" Name="vefn_WillTransitionBeValidFrom" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy223" UserSourceName="vefn_WillTransitionBeValidFrom">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_WillTransitionBeValidFrom</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@toID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@newAppl" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_WillTransitionBeValidTo" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_WillTransitionBeValidTo" MethodsParameterType="CLR" Modifier="Public" Name="vefn_WillTransitionBeValidTo" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy224" UserSourceName="vefn_WillTransitionBeValidTo">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_WillTransitionBeValidTo</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" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@toID" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="Input" ParameterName="@newAppl" Precision="0" ProviderType="VarChar" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
<DbSource ConnectionRef="VEPROMS_BWDConnectionString (Settings)" DbObjectName="VEPROMS_BWD.dbo.vefn_XmlPath" DbObjectType="Function" GenerateShortCommands="true" GeneratorSourceName="vefn_XmlPath" MethodsParameterType="CLR" Modifier="Public" Name="vefn_XmlPath" QueryType="NoData" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetDataBy225" UserSourceName="vefn_XmlPath">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
|
|
<CommandText>dbo.vefn_XmlPath</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="varchar" DbType="AnsiString" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="0" ProviderType="VarChar" Scale="0" Size="255" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="xml" DbType="Xml" Direction="Input" ParameterName="@xml" Precision="0" ProviderType="Xml" Scale="0" Size="2147483647" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</Sources>
|
|
</DataSource>
|
|
</xs:appinfo>
|
|
</xs:annotation>
|
|
<xs:element name="VEPROMS_BWDDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="VEPROMS_BWDDataSet" msprop:Generator_UserDSName="VEPROMS_BWDDataSet">
|
|
<xs:complexType>
|
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
<xs:element name="AnnotationAudits" msprop:Generator_TableClassName="AnnotationAuditsDataTable" msprop:Generator_TableVarName="tableAnnotationAudits" msprop:Generator_TablePropName="AnnotationAudits" msprop:Generator_RowDeletingName="AnnotationAuditsRowDeleting" msprop:Generator_RowChangingName="AnnotationAuditsRowChanging" msprop:Generator_RowEvHandlerName="AnnotationAuditsRowChangeEventHandler" msprop:Generator_RowDeletedName="AnnotationAuditsRowDeleted" msprop:Generator_UserTableName="AnnotationAudits" msprop:Generator_RowChangedName="AnnotationAuditsRowChanged" msprop:Generator_RowEvArgName="AnnotationAuditsRowChangeEvent" msprop:Generator_RowClassName="AnnotationAuditsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="AnnotationID" msprop:Generator_ColumnVarNameInTable="columnAnnotationID" msprop:Generator_ColumnPropNameInRow="AnnotationID" msprop:Generator_ColumnPropNameInTable="AnnotationIDColumn" msprop:Generator_UserColumnName="AnnotationID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RtfText" msprop:Generator_ColumnVarNameInTable="columnRtfText" msprop:Generator_ColumnPropNameInRow="RtfText" msprop:Generator_ColumnPropNameInTable="RtfTextColumn" msprop:Generator_UserColumnName="RtfText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SearchText" msprop:Generator_ColumnVarNameInTable="columnSearchText" msprop:Generator_ColumnPropNameInRow="SearchText" msprop:Generator_ColumnPropNameInTable="SearchTextColumn" msprop:Generator_UserColumnName="SearchText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
<xs:element name="ActionDTS" msprop:Generator_ColumnVarNameInTable="columnActionDTS" msprop:Generator_ColumnPropNameInRow="ActionDTS" msprop:Generator_ColumnPropNameInTable="ActionDTSColumn" msprop:Generator_UserColumnName="ActionDTS" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="AnnotationTypes" msprop:Generator_TableClassName="AnnotationTypesDataTable" msprop:Generator_TableVarName="tableAnnotationTypes" msprop:Generator_TablePropName="AnnotationTypes" msprop:Generator_RowDeletingName="AnnotationTypesRowDeleting" msprop:Generator_RowChangingName="AnnotationTypesRowChanging" msprop:Generator_RowEvHandlerName="AnnotationTypesRowChangeEventHandler" msprop:Generator_RowDeletedName="AnnotationTypesRowDeleted" msprop:Generator_UserTableName="AnnotationTypes" msprop:Generator_RowChangedName="AnnotationTypesRowChanged" msprop:Generator_RowEvArgName="AnnotationTypesRowChangeEvent" msprop:Generator_RowClassName="AnnotationTypesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TypeID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="ApplicableStructures" msprop:Generator_TableClassName="ApplicableStructuresDataTable" msprop:Generator_TableVarName="tableApplicableStructures" msprop:Generator_TablePropName="ApplicableStructures" msprop:Generator_RowDeletingName="ApplicableStructuresRowDeleting" msprop:Generator_RowChangingName="ApplicableStructuresRowChanging" msprop:Generator_RowEvHandlerName="ApplicableStructuresRowChangeEventHandler" msprop:Generator_RowDeletedName="ApplicableStructuresRowDeleted" msprop:Generator_UserTableName="ApplicableStructures" msprop:Generator_RowChangedName="ApplicableStructuresRowChanged" msprop:Generator_RowEvArgName="ApplicableStructuresRowChangeEvent" msprop:Generator_RowClassName="ApplicableStructuresRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="StructureID" msprop:Generator_ColumnVarNameInTable="columnStructureID" msprop:Generator_ColumnPropNameInRow="StructureID" msprop:Generator_ColumnPropNameInTable="StructureIDColumn" msprop:Generator_UserColumnName="StructureID" type="xs:int" />
|
|
<xs:element name="AppItems" msprop:Generator_ColumnVarNameInTable="columnAppItems" msprop:Generator_ColumnPropNameInRow="AppItems" msprop:Generator_ColumnPropNameInTable="AppItemsColumn" msprop:Generator_UserColumnName="AppItems" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Assignments" msprop:Generator_TableClassName="AssignmentsDataTable" msprop:Generator_TableVarName="tableAssignments" msprop:Generator_TablePropName="Assignments" msprop:Generator_RowDeletingName="AssignmentsRowDeleting" msprop:Generator_RowChangingName="AssignmentsRowChanging" msprop:Generator_RowEvHandlerName="AssignmentsRowChangeEventHandler" msprop:Generator_RowDeletedName="AssignmentsRowDeleted" msprop:Generator_UserTableName="Assignments" msprop:Generator_RowChangedName="AssignmentsRowChanged" msprop:Generator_RowEvArgName="AssignmentsRowChangeEvent" msprop:Generator_RowClassName="AssignmentsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnAID" msprop:Generator_ColumnPropNameInRow="AID" msprop:Generator_ColumnPropNameInTable="AIDColumn" msprop:Generator_UserColumnName="AID" type="xs:int" />
|
|
<xs:element name="GID" msprop:Generator_ColumnVarNameInTable="columnGID" msprop:Generator_ColumnPropNameInRow="GID" msprop:Generator_ColumnPropNameInTable="GIDColumn" msprop:Generator_UserColumnName="GID" type="xs:int" />
|
|
<xs:element name="RID" msprop:Generator_ColumnVarNameInTable="columnRID" msprop:Generator_ColumnPropNameInRow="RID" msprop:Generator_ColumnPropNameInTable="RIDColumn" msprop:Generator_UserColumnName="RID" type="xs:int" />
|
|
<xs:element name="FolderID" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="StartDate" msprop:Generator_ColumnVarNameInTable="columnStartDate" msprop:Generator_ColumnPropNameInRow="StartDate" msprop:Generator_ColumnPropNameInTable="StartDateColumn" msprop:Generator_UserColumnName="StartDate" type="xs:dateTime" />
|
|
<xs:element name="EndDate" msprop:Generator_ColumnVarNameInTable="columnEndDate" msprop:Generator_ColumnPropNameInRow="EndDate" msprop:Generator_ColumnPropNameInTable="EndDateColumn" msprop:Generator_UserColumnName="EndDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Associations" msprop:Generator_TableClassName="AssociationsDataTable" msprop:Generator_TableVarName="tableAssociations" msprop:Generator_TablePropName="Associations" msprop:Generator_RowDeletingName="AssociationsRowDeleting" msprop:Generator_RowChangingName="AssociationsRowChanging" msprop:Generator_RowEvHandlerName="AssociationsRowChangeEventHandler" msprop:Generator_RowDeletedName="AssociationsRowDeleted" msprop:Generator_UserTableName="Associations" msprop:Generator_RowChangedName="AssociationsRowChanged" msprop:Generator_RowEvArgName="AssociationsRowChangeEvent" msprop:Generator_RowClassName="AssociationsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AssociationID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnAssociationID" msprop:Generator_ColumnPropNameInRow="AssociationID" msprop:Generator_ColumnPropNameInTable="AssociationIDColumn" msprop:Generator_UserColumnName="AssociationID" type="xs:int" />
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="ROFstID" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Branches" msprop:Generator_TableClassName="BranchesDataTable" msprop:Generator_TableVarName="tableBranches" msprop:Generator_TablePropName="Branches" msprop:Generator_RowDeletingName="BranchesRowDeleting" msprop:Generator_RowChangingName="BranchesRowChanging" msprop:Generator_RowEvHandlerName="BranchesRowChangeEventHandler" msprop:Generator_RowDeletedName="BranchesRowDeleted" msprop:Generator_UserTableName="Branches" msprop:Generator_RowChangedName="BranchesRowChanged" msprop:Generator_RowEvArgName="BranchesRowChangeEvent" msprop:Generator_RowClassName="BranchesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="BranchID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnBranchID" msprop:Generator_ColumnPropNameInRow="BranchID" msprop:Generator_ColumnPropNameInTable="BranchIDColumn" msprop:Generator_UserColumnName="BranchID" type="xs:int" />
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="DateLimit" msprop:Generator_ColumnVarNameInTable="columnDateLimit" msprop:Generator_ColumnPropNameInRow="DateLimit" msprop:Generator_ColumnPropNameInTable="DateLimitColumn" msprop:Generator_UserColumnName="DateLimit" type="xs:dateTime" />
|
|
<xs:element name="BeforeType" msprop:Generator_ColumnVarNameInTable="columnBeforeType" msprop:Generator_ColumnPropNameInRow="BeforeType" msprop:Generator_ColumnPropNameInTable="BeforeTypeColumn" msprop:Generator_UserColumnName="BeforeType" type="xs:unsignedByte" />
|
|
<xs:element name="BeforeID" msprop:Generator_ColumnVarNameInTable="columnBeforeID" msprop:Generator_ColumnPropNameInRow="BeforeID" msprop:Generator_ColumnPropNameInTable="BeforeIDColumn" msprop:Generator_UserColumnName="BeforeID" type="xs:int" />
|
|
<xs:element name="AfterType" msprop:Generator_ColumnVarNameInTable="columnAfterType" msprop:Generator_ColumnPropNameInRow="AfterType" msprop:Generator_ColumnPropNameInTable="AfterTypeColumn" msprop:Generator_UserColumnName="AfterType" type="xs:unsignedByte" />
|
|
<xs:element name="AfterID" msprop:Generator_ColumnVarNameInTable="columnAfterID" msprop:Generator_ColumnPropNameInRow="AfterID" msprop:Generator_ColumnPropNameInTable="AfterIDColumn" msprop:Generator_UserColumnName="AfterID" type="xs:int" />
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Checks" msprop:Generator_TableClassName="ChecksDataTable" msprop:Generator_TableVarName="tableChecks" msprop:Generator_TablePropName="Checks" msprop:Generator_RowDeletingName="ChecksRowDeleting" msprop:Generator_RowChangingName="ChecksRowChanging" msprop:Generator_RowEvHandlerName="ChecksRowChangeEventHandler" msprop:Generator_RowDeletedName="ChecksRowDeleted" msprop:Generator_UserTableName="Checks" msprop:Generator_RowChangedName="ChecksRowChanged" msprop:Generator_RowEvArgName="ChecksRowChangeEvent" msprop:Generator_RowClassName="ChecksRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CheckID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnCheckID" msprop:Generator_ColumnPropNameInRow="CheckID" msprop:Generator_ColumnPropNameInTable="CheckIDColumn" msprop:Generator_UserColumnName="CheckID" type="xs:int" />
|
|
<xs:element name="RevisionID" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="StageID" msprop:Generator_ColumnVarNameInTable="columnStageID" msprop:Generator_ColumnPropNameInRow="StageID" msprop:Generator_ColumnPropNameInTable="StageIDColumn" msprop:Generator_UserColumnName="StageID" type="xs:int" />
|
|
<xs:element name="ConsistencyChecks" msprop:Generator_ColumnVarNameInTable="columnConsistencyChecks" msprop:Generator_ColumnPropNameInRow="ConsistencyChecks" msprop:Generator_ColumnPropNameInTable="ConsistencyChecksColumn" msprop:Generator_UserColumnName="ConsistencyChecks" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Connections" msprop:Generator_TableClassName="ConnectionsDataTable" msprop:Generator_TableVarName="tableConnections" msprop:Generator_TablePropName="Connections" msprop:Generator_RowDeletingName="ConnectionsRowDeleting" msprop:Generator_RowChangingName="ConnectionsRowChanging" msprop:Generator_RowEvHandlerName="ConnectionsRowChangeEventHandler" msprop:Generator_RowDeletedName="ConnectionsRowDeleted" msprop:Generator_UserTableName="Connections" msprop:Generator_RowChangedName="ConnectionsRowChanged" msprop:Generator_RowEvArgName="ConnectionsRowChangeEvent" msprop:Generator_RowClassName="ConnectionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DBID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnDBID" msprop:Generator_ColumnPropNameInRow="DBID" msprop:Generator_ColumnPropNameInTable="DBIDColumn" msprop:Generator_UserColumnName="DBID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ConnectionString" msprop:Generator_ColumnVarNameInTable="columnConnectionString" msprop:Generator_ColumnPropNameInRow="ConnectionString" msprop:Generator_ColumnPropNameInTable="ConnectionStringColumn" msprop:Generator_UserColumnName="ConnectionString" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ServerType" msprop:Generator_ColumnVarNameInTable="columnServerType" msprop:Generator_ColumnPropNameInRow="ServerType" msprop:Generator_ColumnPropNameInTable="ServerTypeColumn" msprop:Generator_UserColumnName="ServerType" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="ContentAudits" msprop:Generator_TableClassName="ContentAuditsDataTable" msprop:Generator_TableVarName="tableContentAudits" msprop:Generator_TablePropName="ContentAudits" msprop:Generator_RowDeletingName="ContentAuditsRowDeleting" msprop:Generator_RowChangingName="ContentAuditsRowChanging" msprop:Generator_RowEvHandlerName="ContentAuditsRowChangeEventHandler" msprop:Generator_RowDeletedName="ContentAuditsRowDeleted" msprop:Generator_UserTableName="ContentAudits" msprop:Generator_RowChangedName="ContentAuditsRowChanged" msprop:Generator_RowEvArgName="ContentAuditsRowChangeEvent" msprop:Generator_RowClassName="ContentAuditsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="512" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
<xs:element name="ActionDTS" msprop:Generator_ColumnVarNameInTable="columnActionDTS" msprop:Generator_ColumnPropNameInRow="ActionDTS" msprop:Generator_ColumnPropNameInTable="ActionDTSColumn" msprop:Generator_UserColumnName="ActionDTS" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="DeleteLog" msprop:Generator_TableClassName="DeleteLogDataTable" msprop:Generator_TableVarName="tableDeleteLog" msprop:Generator_TablePropName="DeleteLog" msprop:Generator_RowDeletingName="DeleteLogRowDeleting" msprop:Generator_RowChangingName="DeleteLogRowChanging" msprop:Generator_RowEvHandlerName="DeleteLogRowChangeEventHandler" msprop:Generator_RowDeletedName="DeleteLogRowDeleted" msprop:Generator_UserTableName="DeleteLog" msprop:Generator_RowChangedName="DeleteLogRowChanged" msprop:Generator_RowEvArgName="DeleteLogRowChangeEvent" msprop:Generator_RowClassName="DeleteLogRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DeleteID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnDeleteID" msprop:Generator_ColumnPropNameInRow="DeleteID" msprop:Generator_ColumnPropNameInTable="DeleteIDColumn" msprop:Generator_UserColumnName="DeleteID" type="xs:int" />
|
|
<xs:element name="SPID" msprop:Generator_ColumnVarNameInTable="columnSPID" msprop:Generator_ColumnPropNameInRow="SPID" msprop:Generator_ColumnPropNameInTable="SPIDColumn" msprop:Generator_UserColumnName="SPID" type="xs:int" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Details" msprop:Generator_TableClassName="DetailsDataTable" msprop:Generator_TableVarName="tableDetails" msprop:Generator_TablePropName="Details" msprop:Generator_RowDeletingName="DetailsRowDeleting" msprop:Generator_RowChangingName="DetailsRowChanging" msprop:Generator_RowEvHandlerName="DetailsRowChangeEventHandler" msprop:Generator_RowDeletedName="DetailsRowDeleted" msprop:Generator_UserTableName="Details" msprop:Generator_RowChangedName="DetailsRowChanged" msprop:Generator_RowEvArgName="DetailsRowChangeEvent" msprop:Generator_RowClassName="DetailsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DetailID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnDetailID" msprop:Generator_ColumnPropNameInRow="DetailID" msprop:Generator_ColumnPropNameInTable="DetailIDColumn" msprop:Generator_UserColumnName="DetailID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ItemType" msprop:Generator_ColumnVarNameInTable="columnItemType" msprop:Generator_ColumnPropNameInRow="ItemType" msprop:Generator_ColumnPropNameInTable="ItemTypeColumn" msprop:Generator_UserColumnName="ItemType" type="xs:int" />
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="DocumentAudits" msprop:Generator_TableClassName="DocumentAuditsDataTable" msprop:Generator_TableVarName="tableDocumentAudits" msprop:Generator_TablePropName="DocumentAudits" msprop:Generator_RowDeletingName="DocumentAuditsRowDeleting" msprop:Generator_RowChangingName="DocumentAuditsRowChanging" msprop:Generator_RowEvHandlerName="DocumentAuditsRowChangeEventHandler" msprop:Generator_RowDeletedName="DocumentAuditsRowDeleted" msprop:Generator_UserTableName="DocumentAudits" msprop:Generator_RowChangedName="DocumentAuditsRowChanged" msprop:Generator_RowEvArgName="DocumentAuditsRowChangeEvent" msprop:Generator_RowClassName="DocumentAuditsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="LibTitle" msprop:Generator_ColumnVarNameInTable="columnLibTitle" msprop:Generator_ColumnPropNameInRow="LibTitle" msprop:Generator_ColumnPropNameInTable="LibTitleColumn" msprop:Generator_UserColumnName="LibTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2048" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DocContent" msprop:Generator_ColumnVarNameInTable="columnDocContent" msprop:Generator_ColumnPropNameInRow="DocContent" msprop:Generator_ColumnPropNameInTable="DocContentColumn" msprop:Generator_UserColumnName="DocContent" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DocAscii" msprop:Generator_ColumnVarNameInTable="columnDocAscii" msprop:Generator_ColumnPropNameInRow="DocAscii" msprop:Generator_ColumnPropNameInTable="DocAsciiColumn" msprop:Generator_UserColumnName="DocAscii" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FileExtension" msprop:Generator_ColumnVarNameInTable="columnFileExtension" msprop:Generator_ColumnPropNameInRow="FileExtension" msprop:Generator_ColumnPropNameInTable="FileExtensionColumn" msprop:Generator_UserColumnName="FileExtension">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="DocVersions" msprop:Generator_TableClassName="DocVersionsDataTable" msprop:Generator_TableVarName="tableDocVersions" msprop:Generator_TablePropName="DocVersions" msprop:Generator_RowDeletingName="DocVersionsRowDeleting" msprop:Generator_RowChangingName="DocVersionsRowChanging" msprop:Generator_RowEvHandlerName="DocVersionsRowChangeEventHandler" msprop:Generator_RowDeletedName="DocVersionsRowDeleted" msprop:Generator_UserTableName="DocVersions" msprop:Generator_RowChangedName="DocVersionsRowChanged" msprop:Generator_RowEvArgName="DocVersionsRowChangeEvent" msprop:Generator_RowClassName="DocVersionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="FolderID" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="VersionType" msprop:Generator_ColumnVarNameInTable="columnVersionType" msprop:Generator_ColumnPropNameInRow="VersionType" msprop:Generator_ColumnPropNameInTable="VersionTypeColumn" msprop:Generator_UserColumnName="VersionType" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="DROUsages" msprop:Generator_TableClassName="DROUsagesDataTable" msprop:Generator_TableVarName="tableDROUsages" msprop:Generator_TablePropName="DROUsages" msprop:Generator_RowDeletingName="DROUsagesRowDeleting" msprop:Generator_RowChangingName="DROUsagesRowChanging" msprop:Generator_RowEvHandlerName="DROUsagesRowChangeEventHandler" msprop:Generator_RowDeletedName="DROUsagesRowDeleted" msprop:Generator_UserTableName="DROUsages" msprop:Generator_RowChangedName="DROUsagesRowChanged" msprop:Generator_RowEvArgName="DROUsagesRowChangeEvent" msprop:Generator_RowClassName="DROUsagesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DROUsageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnDROUsageID" msprop:Generator_ColumnPropNameInRow="DROUsageID" msprop:Generator_ColumnPropNameInTable="DROUsageIDColumn" msprop:Generator_UserColumnName="DROUsageID" type="xs:int" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="EntryAudits" msprop:Generator_TableClassName="EntryAuditsDataTable" msprop:Generator_TableVarName="tableEntryAudits" msprop:Generator_TablePropName="EntryAudits" msprop:Generator_RowDeletingName="EntryAuditsRowDeleting" msprop:Generator_RowChangingName="EntryAuditsRowChanging" msprop:Generator_RowEvHandlerName="EntryAuditsRowChangeEventHandler" msprop:Generator_RowDeletedName="EntryAuditsRowDeleted" msprop:Generator_UserTableName="EntryAudits" msprop:Generator_RowChangedName="EntryAuditsRowChanged" msprop:Generator_RowEvArgName="EntryAuditsRowChangeEvent" msprop:Generator_RowClassName="EntryAuditsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Figures" msprop:Generator_TableClassName="FiguresDataTable" msprop:Generator_TableVarName="tableFigures" msprop:Generator_TablePropName="Figures" msprop:Generator_RowDeletingName="FiguresRowDeleting" msprop:Generator_RowChangingName="FiguresRowChanging" msprop:Generator_RowEvHandlerName="FiguresRowChangeEventHandler" msprop:Generator_RowDeletedName="FiguresRowDeleted" msprop:Generator_UserTableName="Figures" msprop:Generator_RowChangedName="FiguresRowChanged" msprop:Generator_RowEvArgName="FiguresRowChangeEvent" msprop:Generator_RowClassName="FiguresRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FigureID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnFigureID" msprop:Generator_ColumnPropNameInRow="FigureID" msprop:Generator_ColumnPropNameInTable="FigureIDColumn" msprop:Generator_UserColumnName="FigureID" type="xs:int" />
|
|
<xs:element name="ROFstID" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="ImageID" msprop:Generator_ColumnVarNameInTable="columnImageID" msprop:Generator_ColumnPropNameInRow="ImageID" msprop:Generator_ColumnPropNameInTable="ImageIDColumn" msprop:Generator_UserColumnName="ImageID" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Folders" msprop:Generator_TableClassName="FoldersDataTable" msprop:Generator_TableVarName="tableFolders" msprop:Generator_TablePropName="Folders" msprop:Generator_RowDeletingName="FoldersRowDeleting" msprop:Generator_RowChangingName="FoldersRowChanging" msprop:Generator_RowEvHandlerName="FoldersRowChangeEventHandler" msprop:Generator_RowDeletedName="FoldersRowDeleted" msprop:Generator_UserTableName="Folders" msprop:Generator_RowChangedName="FoldersRowChanged" msprop:Generator_RowEvArgName="FoldersRowChangeEvent" msprop:Generator_RowClassName="FoldersRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FolderID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="DBID" msprop:Generator_ColumnVarNameInTable="columnDBID" msprop:Generator_ColumnPropNameInRow="DBID" msprop:Generator_ColumnPropNameInTable="DBIDColumn" msprop:Generator_UserColumnName="DBID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ShortName" msprop:Generator_ColumnVarNameInTable="columnShortName" msprop:Generator_ColumnPropNameInRow="ShortName" msprop:Generator_ColumnPropNameInTable="ShortNameColumn" msprop:Generator_UserColumnName="ShortName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ManualOrder" msprop:Generator_ColumnVarNameInTable="columnManualOrder" msprop:Generator_ColumnPropNameInRow="ManualOrder" msprop:Generator_ColumnPropNameInTable="ManualOrderColumn" msprop:Generator_UserColumnName="ManualOrder" type="xs:double" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Formats" msprop:Generator_TableClassName="FormatsDataTable" msprop:Generator_TableVarName="tableFormats" msprop:Generator_TablePropName="Formats" msprop:Generator_RowDeletingName="FormatsRowDeleting" msprop:Generator_RowChangingName="FormatsRowChanging" msprop:Generator_RowEvHandlerName="FormatsRowChangeEventHandler" msprop:Generator_RowDeletedName="FormatsRowDeleted" msprop:Generator_UserTableName="Formats" msprop:Generator_RowChangedName="FormatsRowChanged" msprop:Generator_RowEvArgName="FormatsRowChangeEvent" msprop:Generator_RowClassName="FormatsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FormatID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GenMac" msprop:Generator_ColumnVarNameInTable="columnGenMac" msprop:Generator_ColumnPropNameInRow="GenMac" msprop:Generator_ColumnPropNameInTable="GenMacColumn" msprop:Generator_UserColumnName="GenMac" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ApplicablePlant" msprop:Generator_ColumnVarNameInTable="columnApplicablePlant" msprop:Generator_ColumnPropNameInRow="ApplicablePlant" msprop:Generator_ColumnPropNameInTable="ApplicablePlantColumn" msprop:Generator_UserColumnName="ApplicablePlant" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="GridAudits" msprop:Generator_TableClassName="GridAuditsDataTable" msprop:Generator_TableVarName="tableGridAudits" msprop:Generator_TablePropName="GridAudits" msprop:Generator_RowDeletingName="GridAuditsRowDeleting" msprop:Generator_RowChangingName="GridAuditsRowChanging" msprop:Generator_RowEvHandlerName="GridAuditsRowChangeEventHandler" msprop:Generator_RowDeletedName="GridAuditsRowDeleted" msprop:Generator_UserTableName="GridAudits" msprop:Generator_RowChangedName="GridAuditsRowChanged" msprop:Generator_RowEvArgName="GridAuditsRowChangeEvent" msprop:Generator_RowClassName="GridAuditsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
<xs:element name="ContentAuditID" msprop:Generator_ColumnVarNameInTable="columnContentAuditID" msprop:Generator_ColumnPropNameInRow="ContentAuditID" msprop:Generator_ColumnPropNameInTable="ContentAuditIDColumn" msprop:Generator_UserColumnName="ContentAuditID" type="xs:long" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Groups" msprop:Generator_TableClassName="GroupsDataTable" msprop:Generator_TableVarName="tableGroups" msprop:Generator_TablePropName="Groups" msprop:Generator_RowDeletingName="GroupsRowDeleting" msprop:Generator_RowChangingName="GroupsRowChanging" msprop:Generator_RowEvHandlerName="GroupsRowChangeEventHandler" msprop:Generator_RowDeletedName="GroupsRowDeleted" msprop:Generator_UserTableName="Groups" msprop:Generator_RowChangedName="GroupsRowChanged" msprop:Generator_RowEvArgName="GroupsRowChangeEvent" msprop:Generator_RowClassName="GroupsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="GID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGID" msprop:Generator_ColumnPropNameInRow="GID" msprop:Generator_ColumnPropNameInTable="GIDColumn" msprop:Generator_UserColumnName="GID" type="xs:int" />
|
|
<xs:element name="GroupName" msprop:Generator_ColumnVarNameInTable="columnGroupName" msprop:Generator_ColumnPropNameInRow="GroupName" msprop:Generator_ColumnPropNameInTable="GroupNameColumn" msprop:Generator_UserColumnName="GroupName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GroupType" msprop:Generator_ColumnVarNameInTable="columnGroupType" msprop:Generator_ColumnPropNameInRow="GroupType" msprop:Generator_ColumnPropNameInTable="GroupTypeColumn" msprop:Generator_UserColumnName="GroupType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="ImageAudits" msprop:Generator_TableClassName="ImageAuditsDataTable" msprop:Generator_TableVarName="tableImageAudits" msprop:Generator_TablePropName="ImageAudits" msprop:Generator_RowDeletingName="ImageAuditsRowDeleting" msprop:Generator_RowChangingName="ImageAuditsRowChanging" msprop:Generator_RowEvHandlerName="ImageAuditsRowChangeEventHandler" msprop:Generator_RowDeletedName="ImageAuditsRowDeleted" msprop:Generator_UserTableName="ImageAudits" msprop:Generator_RowChangedName="ImageAuditsRowChanged" msprop:Generator_RowEvArgName="ImageAuditsRowChangeEvent" msprop:Generator_RowClassName="ImageAuditsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ImageType" msprop:Generator_ColumnVarNameInTable="columnImageType" msprop:Generator_ColumnPropNameInRow="ImageType" msprop:Generator_ColumnPropNameInTable="ImageTypeColumn" msprop:Generator_UserColumnName="ImageType" type="xs:int" />
|
|
<xs:element name="FileName" msprop:Generator_ColumnVarNameInTable="columnFileName" msprop:Generator_ColumnPropNameInRow="FileName" msprop:Generator_ColumnPropNameInTable="FileNameColumn" msprop:Generator_UserColumnName="FileName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" type="xs:base64Binary" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="ItemAudits" msprop:Generator_TableClassName="ItemAuditsDataTable" msprop:Generator_TableVarName="tableItemAudits" msprop:Generator_TablePropName="ItemAudits" msprop:Generator_RowDeletingName="ItemAuditsRowDeleting" msprop:Generator_RowChangingName="ItemAuditsRowChanging" msprop:Generator_RowEvHandlerName="ItemAuditsRowChangeEventHandler" msprop:Generator_RowDeletedName="ItemAuditsRowDeleted" msprop:Generator_UserTableName="ItemAudits" msprop:Generator_RowChangedName="ItemAuditsRowChanged" msprop:Generator_RowEvArgName="ItemAuditsRowChangeEvent" msprop:Generator_RowClassName="ItemAuditsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Locks" msprop:Generator_TableClassName="LocksDataTable" msprop:Generator_TableVarName="tableLocks" msprop:Generator_TablePropName="Locks" msprop:Generator_RowDeletingName="LocksRowDeleting" msprop:Generator_RowChangingName="LocksRowChanging" msprop:Generator_RowEvHandlerName="LocksRowChangeEventHandler" msprop:Generator_RowDeletedName="LocksRowDeleted" msprop:Generator_UserTableName="Locks" msprop:Generator_RowChangedName="LocksRowChanged" msprop:Generator_RowEvArgName="LocksRowChangeEvent" msprop:Generator_RowClassName="LocksRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="LockID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnLockID" msprop:Generator_ColumnPropNameInRow="LockID" msprop:Generator_ColumnPropNameInTable="LockIDColumn" msprop:Generator_UserColumnName="LockID" type="xs:int" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LockType" msprop:Generator_ColumnVarNameInTable="columnLockType" msprop:Generator_ColumnPropNameInRow="LockType" msprop:Generator_ColumnPropNameInTable="LockTypeColumn" msprop:Generator_UserColumnName="LockType" type="xs:unsignedByte" />
|
|
<xs:element name="LockItemID" msprop:Generator_ColumnVarNameInTable="columnLockItemID" msprop:Generator_ColumnPropNameInRow="LockItemID" msprop:Generator_ColumnPropNameInTable="LockItemIDColumn" msprop:Generator_UserColumnName="LockItemID" type="xs:int" />
|
|
<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="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Memberships" msprop:Generator_TableClassName="MembershipsDataTable" msprop:Generator_TableVarName="tableMemberships" msprop:Generator_TablePropName="Memberships" msprop:Generator_RowDeletingName="MembershipsRowDeleting" msprop:Generator_RowChangingName="MembershipsRowChanging" msprop:Generator_RowEvHandlerName="MembershipsRowChangeEventHandler" msprop:Generator_RowDeletedName="MembershipsRowDeleted" msprop:Generator_UserTableName="Memberships" msprop:Generator_RowChangedName="MembershipsRowChanged" msprop:Generator_RowEvArgName="MembershipsRowChangeEvent" msprop:Generator_RowClassName="MembershipsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="UGID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnUGID" msprop:Generator_ColumnPropNameInRow="UGID" msprop:Generator_ColumnPropNameInTable="UGIDColumn" msprop:Generator_UserColumnName="UGID" type="xs:int" />
|
|
<xs:element name="UID" msprop:Generator_ColumnVarNameInTable="columnUID" msprop:Generator_ColumnPropNameInRow="UID" msprop:Generator_ColumnPropNameInTable="UIDColumn" msprop:Generator_UserColumnName="UID" type="xs:int" />
|
|
<xs:element name="GID" msprop:Generator_ColumnVarNameInTable="columnGID" msprop:Generator_ColumnPropNameInRow="GID" msprop:Generator_ColumnPropNameInTable="GIDColumn" msprop:Generator_UserColumnName="GID" type="xs:int" />
|
|
<xs:element name="StartDate" msprop:Generator_ColumnVarNameInTable="columnStartDate" msprop:Generator_ColumnPropNameInRow="StartDate" msprop:Generator_ColumnPropNameInTable="StartDateColumn" msprop:Generator_UserColumnName="StartDate" type="xs:dateTime" />
|
|
<xs:element name="EndDate" msprop:Generator_ColumnVarNameInTable="columnEndDate" msprop:Generator_ColumnPropNameInRow="EndDate" msprop:Generator_ColumnPropNameInTable="EndDateColumn" msprop:Generator_UserColumnName="EndDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Owners" msprop:Generator_TableClassName="OwnersDataTable" msprop:Generator_TableVarName="tableOwners" msprop:Generator_TablePropName="Owners" msprop:Generator_RowDeletingName="OwnersRowDeleting" msprop:Generator_RowChangingName="OwnersRowChanging" msprop:Generator_RowEvHandlerName="OwnersRowChangeEventHandler" msprop:Generator_RowDeletedName="OwnersRowDeleted" msprop:Generator_UserTableName="Owners" msprop:Generator_RowChangedName="OwnersRowChanged" msprop:Generator_RowEvArgName="OwnersRowChangeEvent" msprop:Generator_RowClassName="OwnersRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="OwnerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnOwnerID" msprop:Generator_ColumnPropNameInRow="OwnerID" msprop:Generator_ColumnPropNameInTable="OwnerIDColumn" msprop:Generator_UserColumnName="OwnerID" type="xs:int" />
|
|
<xs:element name="SessionID" msprop:Generator_ColumnVarNameInTable="columnSessionID" msprop:Generator_ColumnPropNameInRow="SessionID" msprop:Generator_ColumnPropNameInTable="SessionIDColumn" msprop:Generator_UserColumnName="SessionID" type="xs:int" />
|
|
<xs:element name="OwnerType" msprop:Generator_ColumnVarNameInTable="columnOwnerType" msprop:Generator_ColumnPropNameInRow="OwnerType" msprop:Generator_ColumnPropNameInTable="OwnerTypeColumn" msprop:Generator_UserColumnName="OwnerType" type="xs:unsignedByte" />
|
|
<xs:element name="OwnerItemID" msprop:Generator_ColumnVarNameInTable="columnOwnerItemID" msprop:Generator_ColumnPropNameInRow="OwnerItemID" msprop:Generator_ColumnPropNameInTable="OwnerItemIDColumn" msprop:Generator_UserColumnName="OwnerItemID" type="xs:int" />
|
|
<xs:element name="DTSStart" msprop:Generator_ColumnVarNameInTable="columnDTSStart" msprop:Generator_ColumnPropNameInRow="DTSStart" msprop:Generator_ColumnPropNameInTable="DTSStartColumn" msprop:Generator_UserColumnName="DTSStart" type="xs:dateTime" />
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="PartAudits" msprop:Generator_TableClassName="PartAuditsDataTable" msprop:Generator_TableVarName="tablePartAudits" msprop:Generator_TablePropName="PartAudits" msprop:Generator_RowDeletingName="PartAuditsRowDeleting" msprop:Generator_RowChangingName="PartAuditsRowChanging" msprop:Generator_RowEvHandlerName="PartAuditsRowChangeEventHandler" msprop:Generator_RowDeletedName="PartAuditsRowDeleted" msprop:Generator_UserTableName="PartAudits" msprop:Generator_RowChangedName="PartAuditsRowChanged" msprop:Generator_RowEvArgName="PartAuditsRowChangeEvent" msprop:Generator_RowClassName="PartAuditsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Pdfs" msprop:Generator_TableClassName="PdfsDataTable" msprop:Generator_TableVarName="tablePdfs" msprop:Generator_TablePropName="Pdfs" msprop:Generator_RowDeletingName="PdfsRowDeleting" msprop:Generator_RowChangingName="PdfsRowChanging" msprop:Generator_RowEvHandlerName="PdfsRowChangeEventHandler" msprop:Generator_RowDeletedName="PdfsRowDeleted" msprop:Generator_UserTableName="Pdfs" msprop:Generator_RowChangedName="PdfsRowChanged" msprop:Generator_RowEvArgName="PdfsRowChangeEvent" msprop:Generator_RowClassName="PdfsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="DebugStatus" msprop:Generator_ColumnVarNameInTable="columnDebugStatus" msprop:Generator_ColumnPropNameInRow="DebugStatus" msprop:Generator_ColumnPropNameInTable="DebugStatusColumn" msprop:Generator_UserColumnName="DebugStatus" type="xs:int" />
|
|
<xs:element name="TopRow" msprop:Generator_ColumnVarNameInTable="columnTopRow" msprop:Generator_ColumnPropNameInRow="TopRow" msprop:Generator_ColumnPropNameInTable="TopRowColumn" msprop:Generator_UserColumnName="TopRow" type="xs:int" />
|
|
<xs:element name="PageLength" msprop:Generator_ColumnVarNameInTable="columnPageLength" msprop:Generator_ColumnPropNameInRow="PageLength" msprop:Generator_ColumnPropNameInTable="PageLengthColumn" msprop:Generator_UserColumnName="PageLength" type="xs:int" />
|
|
<xs:element name="LeftMargin" msprop:Generator_ColumnVarNameInTable="columnLeftMargin" msprop:Generator_ColumnPropNameInRow="LeftMargin" msprop:Generator_ColumnPropNameInTable="LeftMarginColumn" msprop:Generator_UserColumnName="LeftMargin" type="xs:int" />
|
|
<xs:element name="PageWidth" msprop:Generator_ColumnVarNameInTable="columnPageWidth" msprop:Generator_ColumnPropNameInRow="PageWidth" msprop:Generator_ColumnPropNameInTable="PageWidthColumn" msprop:Generator_UserColumnName="PageWidth" type="xs:int" />
|
|
<xs:element name="PageCount" msprop:Generator_ColumnVarNameInTable="columnPageCount" msprop:Generator_ColumnPropNameInRow="PageCount" msprop:Generator_ColumnPropNameInTable="PageCountColumn" msprop:Generator_UserColumnName="PageCount" type="xs:double" />
|
|
<xs:element name="DocPdf" msprop:Generator_ColumnVarNameInTable="columnDocPdf" msprop:Generator_ColumnPropNameInRow="DocPdf" msprop:Generator_ColumnPropNameInTable="DocPdfColumn" msprop:Generator_UserColumnName="DocPdf" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Permissions" msprop:Generator_TableClassName="PermissionsDataTable" msprop:Generator_TableVarName="tablePermissions" msprop:Generator_TablePropName="Permissions" msprop:Generator_RowDeletingName="PermissionsRowDeleting" msprop:Generator_RowChangingName="PermissionsRowChanging" msprop:Generator_RowEvHandlerName="PermissionsRowChangeEventHandler" msprop:Generator_RowDeletedName="PermissionsRowDeleted" msprop:Generator_UserTableName="Permissions" msprop:Generator_RowChangedName="PermissionsRowChanged" msprop:Generator_RowEvArgName="PermissionsRowChangeEvent" msprop:Generator_RowClassName="PermissionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="PID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnPID" msprop:Generator_ColumnPropNameInRow="PID" msprop:Generator_ColumnPropNameInTable="PIDColumn" msprop:Generator_UserColumnName="PID" type="xs:int" />
|
|
<xs:element name="RID" msprop:Generator_ColumnVarNameInTable="columnRID" msprop:Generator_ColumnPropNameInRow="RID" msprop:Generator_ColumnPropNameInTable="RIDColumn" msprop:Generator_UserColumnName="RID" type="xs:int" />
|
|
<xs:element name="PermLevel" msprop:Generator_ColumnVarNameInTable="columnPermLevel" msprop:Generator_ColumnPropNameInRow="PermLevel" msprop:Generator_ColumnPropNameInTable="PermLevelColumn" msprop:Generator_UserColumnName="PermLevel" type="xs:int" />
|
|
<xs:element name="VersionType" msprop:Generator_ColumnVarNameInTable="columnVersionType" msprop:Generator_ColumnPropNameInRow="VersionType" msprop:Generator_ColumnPropNameInTable="VersionTypeColumn" msprop:Generator_UserColumnName="VersionType" type="xs:int" />
|
|
<xs:element name="PermValue" msprop:Generator_ColumnVarNameInTable="columnPermValue" msprop:Generator_ColumnPropNameInRow="PermValue" msprop:Generator_ColumnPropNameInTable="PermValueColumn" msprop:Generator_UserColumnName="PermValue" type="xs:int" />
|
|
<xs:element name="PermAD" msprop:Generator_ColumnVarNameInTable="columnPermAD" msprop:Generator_ColumnPropNameInRow="PermAD" msprop:Generator_ColumnPropNameInTable="PermADColumn" msprop:Generator_UserColumnName="PermAD" type="xs:int" />
|
|
<xs:element name="StartDate" msprop:Generator_ColumnVarNameInTable="columnStartDate" msprop:Generator_ColumnPropNameInRow="StartDate" msprop:Generator_ColumnPropNameInTable="StartDateColumn" msprop:Generator_UserColumnName="StartDate" type="xs:dateTime" />
|
|
<xs:element name="EndDate" msprop:Generator_ColumnVarNameInTable="columnEndDate" msprop:Generator_ColumnPropNameInRow="EndDate" msprop:Generator_ColumnPropNameInTable="EndDateColumn" msprop:Generator_UserColumnName="EndDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Revisions" msprop:Generator_TableClassName="RevisionsDataTable" msprop:Generator_TableVarName="tableRevisions" msprop:Generator_TablePropName="Revisions" msprop:Generator_RowDeletingName="RevisionsRowDeleting" msprop:Generator_RowChangingName="RevisionsRowChanging" msprop:Generator_RowEvHandlerName="RevisionsRowChangeEventHandler" msprop:Generator_RowDeletedName="RevisionsRowDeleted" msprop:Generator_UserTableName="Revisions" msprop:Generator_RowChangedName="RevisionsRowChanged" msprop:Generator_RowEvArgName="RevisionsRowChangeEvent" msprop:Generator_RowClassName="RevisionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RevisionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RevisionNumber" msprop:Generator_ColumnVarNameInTable="columnRevisionNumber" msprop:Generator_ColumnPropNameInRow="RevisionNumber" msprop:Generator_ColumnPropNameInTable="RevisionNumberColumn" msprop:Generator_UserColumnName="RevisionNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RevisionDate" msprop:Generator_ColumnVarNameInTable="columnRevisionDate" msprop:Generator_ColumnPropNameInRow="RevisionDate" msprop:Generator_ColumnPropNameInTable="RevisionDateColumn" msprop:Generator_UserColumnName="RevisionDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Notes" msprop:Generator_ColumnVarNameInTable="columnNotes" msprop:Generator_ColumnPropNameInRow="Notes" msprop:Generator_ColumnPropNameInTable="NotesColumn" msprop:Generator_UserColumnName="Notes" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="RODbs" msprop:Generator_TableClassName="RODbsDataTable" msprop:Generator_TableVarName="tableRODbs" msprop:Generator_TablePropName="RODbs" msprop:Generator_RowDeletingName="RODbsRowDeleting" msprop:Generator_RowChangingName="RODbsRowChanging" msprop:Generator_RowEvHandlerName="RODbsRowChangeEventHandler" msprop:Generator_RowDeletedName="RODbsRowDeleted" msprop:Generator_UserTableName="RODbs" msprop:Generator_RowChangedName="RODbsRowChanged" msprop:Generator_RowEvArgName="RODbsRowChangeEvent" msprop:Generator_RowClassName="RODbsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RODbID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="ROName" msprop:Generator_ColumnVarNameInTable="columnROName" msprop:Generator_ColumnPropNameInRow="ROName" msprop:Generator_ColumnPropNameInTable="RONameColumn" msprop:Generator_UserColumnName="ROName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FolderPath" msprop:Generator_ColumnVarNameInTable="columnFolderPath" msprop:Generator_ColumnPropNameInRow="FolderPath" msprop:Generator_ColumnPropNameInTable="FolderPathColumn" msprop:Generator_UserColumnName="FolderPath">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DBConnectionString" msprop:Generator_ColumnVarNameInTable="columnDBConnectionString" msprop:Generator_ColumnPropNameInRow="DBConnectionString" msprop:Generator_ColumnPropNameInTable="DBConnectionStringColumn" msprop:Generator_UserColumnName="DBConnectionString">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="RofstChild" msprop:Generator_TableClassName="RofstChildDataTable" msprop:Generator_TableVarName="tableRofstChild" msprop:Generator_TablePropName="RofstChild" msprop:Generator_RowDeletingName="RofstChildRowDeleting" msprop:Generator_RowChangingName="RofstChildRowChanging" msprop:Generator_RowEvHandlerName="RofstChildRowChangeEventHandler" msprop:Generator_RowDeletedName="RofstChildRowDeleted" msprop:Generator_UserTableName="RofstChild" msprop:Generator_RowChangedName="RofstChildRowChanged" msprop:Generator_RowEvArgName="RofstChildRowChangeEvent" msprop:Generator_RowClassName="RofstChildRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RofstChildID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnRofstChildID" msprop:Generator_ColumnPropNameInRow="RofstChildID" msprop:Generator_ColumnPropNameInTable="RofstChildIDColumn" msprop:Generator_UserColumnName="RofstChildID" type="xs:int" />
|
|
<xs:element name="RofstID" msprop:Generator_ColumnVarNameInTable="columnRofstID" msprop:Generator_ColumnPropNameInRow="RofstID" msprop:Generator_ColumnPropNameInTable="RofstIDColumn" msprop:Generator_UserColumnName="RofstID" type="xs:int" />
|
|
<xs:element name="dbiID" msprop:Generator_ColumnVarNameInTable="columndbiID" msprop:Generator_ColumnPropNameInRow="dbiID" msprop:Generator_ColumnPropNameInTable="dbiIDColumn" msprop:Generator_UserColumnName="dbiID" type="xs:int" />
|
|
<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="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" type="xs:int" />
|
|
<xs:element name="title" msprop:Generator_ColumnVarNameInTable="columntitle" msprop:Generator_ColumnPropNameInRow="title" msprop:Generator_ColumnPropNameInTable="titleColumn" msprop:Generator_UserColumnName="title">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="roid" msprop:Generator_ColumnVarNameInTable="columnroid" msprop:Generator_ColumnPropNameInRow="roid" msprop:Generator_ColumnPropNameInTable="roidColumn" msprop:Generator_UserColumnName="roid">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="appid" msprop:Generator_ColumnVarNameInTable="columnappid" msprop:Generator_ColumnPropNameInRow="appid" msprop:Generator_ColumnPropNameInTable="appidColumn" msprop:Generator_UserColumnName="appid" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="RofstDatabase" msprop:Generator_TableClassName="RofstDatabaseDataTable" msprop:Generator_TableVarName="tableRofstDatabase" msprop:Generator_TablePropName="RofstDatabase" msprop:Generator_RowDeletingName="RofstDatabaseRowDeleting" msprop:Generator_RowChangingName="RofstDatabaseRowChanging" msprop:Generator_RowEvHandlerName="RofstDatabaseRowChangeEventHandler" msprop:Generator_RowDeletedName="RofstDatabaseRowDeleted" msprop:Generator_UserTableName="RofstDatabase" msprop:Generator_RowChangedName="RofstDatabaseRowChanged" msprop:Generator_RowEvArgName="RofstDatabaseRowChangeEvent" msprop:Generator_RowClassName="RofstDatabaseRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RofstID" msprop:Generator_ColumnVarNameInTable="columnRofstID" msprop:Generator_ColumnPropNameInRow="RofstID" msprop:Generator_ColumnPropNameInTable="RofstIDColumn" msprop:Generator_UserColumnName="RofstID" type="xs:int" />
|
|
<xs:element name="dbiID" msprop:Generator_ColumnVarNameInTable="columndbiID" msprop:Generator_ColumnPropNameInRow="dbiID" msprop:Generator_ColumnPropNameInTable="dbiIDColumn" msprop:Generator_UserColumnName="dbiID" type="xs:int" />
|
|
<xs:element name="dbiType" msprop:Generator_ColumnVarNameInTable="columndbiType" msprop:Generator_ColumnPropNameInRow="dbiType" msprop:Generator_ColumnPropNameInTable="dbiTypeColumn" msprop:Generator_UserColumnName="dbiType" type="xs:int" />
|
|
<xs:element name="dbiAW" msprop:Generator_ColumnVarNameInTable="columndbiAW" msprop:Generator_ColumnPropNameInRow="dbiAW" msprop:Generator_ColumnPropNameInTable="dbiAWColumn" msprop:Generator_UserColumnName="dbiAW" type="xs:int" />
|
|
<xs:element name="dbiTitle" msprop:Generator_ColumnVarNameInTable="columndbiTitle" msprop:Generator_ColumnPropNameInRow="dbiTitle" msprop:Generator_ColumnPropNameInTable="dbiTitleColumn" msprop:Generator_UserColumnName="dbiTitle">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="dbiAP" msprop:Generator_ColumnVarNameInTable="columndbiAP" msprop:Generator_ColumnPropNameInRow="dbiAP" msprop:Generator_ColumnPropNameInTable="dbiAPColumn" msprop:Generator_UserColumnName="dbiAP">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="RofstDefaultValue" msprop:Generator_TableClassName="RofstDefaultValueDataTable" msprop:Generator_TableVarName="tableRofstDefaultValue" msprop:Generator_TablePropName="RofstDefaultValue" msprop:Generator_RowDeletingName="RofstDefaultValueRowDeleting" msprop:Generator_RowChangingName="RofstDefaultValueRowChanging" msprop:Generator_RowEvHandlerName="RofstDefaultValueRowChangeEventHandler" msprop:Generator_RowDeletedName="RofstDefaultValueRowDeleted" msprop:Generator_UserTableName="RofstDefaultValue" msprop:Generator_RowChangedName="RofstDefaultValueRowChanged" msprop:Generator_RowEvArgName="RofstDefaultValueRowChangeEvent" msprop:Generator_RowClassName="RofstDefaultValueRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RofstID" msprop:Generator_ColumnVarNameInTable="columnRofstID" msprop:Generator_ColumnPropNameInRow="RofstID" msprop:Generator_ColumnPropNameInTable="RofstIDColumn" msprop:Generator_UserColumnName="RofstID" type="xs:int" />
|
|
<xs:element name="roid" msprop:Generator_ColumnVarNameInTable="columnroid" msprop:Generator_ColumnPropNameInRow="roid" msprop:Generator_ColumnPropNameInTable="roidColumn" msprop:Generator_UserColumnName="roid">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AccPageID" msprop:Generator_ColumnVarNameInTable="columnAccPageID" msprop:Generator_ColumnPropNameInRow="AccPageID" msprop:Generator_ColumnPropNameInTable="AccPageIDColumn" msprop:Generator_UserColumnName="AccPageID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="RofstExtension" msprop:Generator_TableClassName="RofstExtensionDataTable" msprop:Generator_TableVarName="tableRofstExtension" msprop:Generator_TablePropName="RofstExtension" msprop:Generator_RowDeletingName="RofstExtensionRowDeleting" msprop:Generator_RowChangingName="RofstExtensionRowChanging" msprop:Generator_RowEvHandlerName="RofstExtensionRowChangeEventHandler" msprop:Generator_RowDeletedName="RofstExtensionRowDeleted" msprop:Generator_UserTableName="RofstExtension" msprop:Generator_RowChangedName="RofstExtensionRowChanged" msprop:Generator_RowEvArgName="RofstExtensionRowChangeEvent" msprop:Generator_RowClassName="RofstExtensionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Offset" msprop:Generator_ColumnVarNameInTable="columnOffset" msprop:Generator_ColumnPropNameInRow="Offset" msprop:Generator_ColumnPropNameInTable="OffsetColumn" msprop:Generator_UserColumnName="Offset" type="xs:int" />
|
|
<xs:element name="RoidExt" msprop:Generator_ColumnVarNameInTable="columnRoidExt" msprop:Generator_ColumnPropNameInRow="RoidExt" msprop:Generator_ColumnPropNameInTable="RoidExtColumn" msprop:Generator_UserColumnName="RoidExt">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="4" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AccPageExt" msprop:Generator_ColumnVarNameInTable="columnAccPageExt" msprop:Generator_ColumnPropNameInRow="AccPageExt" msprop:Generator_ColumnPropNameInTable="AccPageExtColumn" msprop:Generator_UserColumnName="AccPageExt">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="5" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="RofstHeader" msprop:Generator_TableClassName="RofstHeaderDataTable" msprop:Generator_TableVarName="tableRofstHeader" msprop:Generator_TablePropName="RofstHeader" msprop:Generator_RowDeletingName="RofstHeaderRowDeleting" msprop:Generator_RowChangingName="RofstHeaderRowChanging" msprop:Generator_RowEvHandlerName="RofstHeaderRowChangeEventHandler" msprop:Generator_RowDeletedName="RofstHeaderRowDeleted" msprop:Generator_UserTableName="RofstHeader" msprop:Generator_RowChangedName="RofstHeaderRowChanged" msprop:Generator_RowEvArgName="RofstHeaderRowChangeEvent" msprop:Generator_RowClassName="RofstHeaderRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RofstID" msprop:Generator_ColumnVarNameInTable="columnRofstID" msprop:Generator_ColumnPropNameInRow="RofstID" msprop:Generator_ColumnPropNameInTable="RofstIDColumn" msprop:Generator_UserColumnName="RofstID" type="xs:int" />
|
|
<xs:element name="hSize" msprop:Generator_ColumnVarNameInTable="columnhSize" msprop:Generator_ColumnPropNameInRow="hSize" msprop:Generator_ColumnPropNameInTable="hSizeColumn" msprop:Generator_UserColumnName="hSize" type="xs:int" />
|
|
<xs:element name="hMonth" msprop:Generator_ColumnVarNameInTable="columnhMonth" msprop:Generator_ColumnPropNameInRow="hMonth" msprop:Generator_ColumnPropNameInTable="hMonthColumn" msprop:Generator_UserColumnName="hMonth" type="xs:int" />
|
|
<xs:element name="hDay" msprop:Generator_ColumnVarNameInTable="columnhDay" msprop:Generator_ColumnPropNameInRow="hDay" msprop:Generator_ColumnPropNameInTable="hDayColumn" msprop:Generator_UserColumnName="hDay" type="xs:int" />
|
|
<xs:element name="hcYear" msprop:Generator_ColumnVarNameInTable="columnhcYear" msprop:Generator_ColumnPropNameInRow="hcYear" msprop:Generator_ColumnPropNameInTable="hcYearColumn" msprop:Generator_UserColumnName="hcYear" type="xs:int" />
|
|
<xs:element name="hcMonth" msprop:Generator_ColumnVarNameInTable="columnhcMonth" msprop:Generator_ColumnPropNameInRow="hcMonth" msprop:Generator_ColumnPropNameInTable="hcMonthColumn" msprop:Generator_UserColumnName="hcMonth" type="xs:int" />
|
|
<xs:element name="hcDay" msprop:Generator_ColumnVarNameInTable="columnhcDay" msprop:Generator_ColumnPropNameInRow="hcDay" msprop:Generator_ColumnPropNameInTable="hcDayColumn" msprop:Generator_UserColumnName="hcDay" type="xs:int" />
|
|
<xs:element name="hcHour" msprop:Generator_ColumnVarNameInTable="columnhcHour" msprop:Generator_ColumnPropNameInRow="hcHour" msprop:Generator_ColumnPropNameInTable="hcHourColumn" msprop:Generator_UserColumnName="hcHour" type="xs:int" />
|
|
<xs:element name="hcMin" msprop:Generator_ColumnVarNameInTable="columnhcMin" msprop:Generator_ColumnPropNameInRow="hcMin" msprop:Generator_ColumnPropNameInTable="hcMinColumn" msprop:Generator_UserColumnName="hcMin" type="xs:int" />
|
|
<xs:element name="hcSec" msprop:Generator_ColumnVarNameInTable="columnhcSec" msprop:Generator_ColumnPropNameInRow="hcSec" msprop:Generator_ColumnPropNameInTable="hcSecColumn" msprop:Generator_UserColumnName="hcSec" type="xs:int" />
|
|
<xs:element name="hcHund" msprop:Generator_ColumnVarNameInTable="columnhcHund" msprop:Generator_ColumnPropNameInRow="hcHund" msprop:Generator_ColumnPropNameInTable="hcHundColumn" msprop:Generator_UserColumnName="hcHund" type="xs:int" />
|
|
<xs:element name="CreateUserID" msprop:Generator_ColumnVarNameInTable="columnCreateUserID" msprop:Generator_ColumnPropNameInRow="CreateUserID" msprop:Generator_ColumnPropNameInTable="CreateUserIDColumn" msprop:Generator_UserColumnName="CreateUserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CreateDate" msprop:Generator_ColumnVarNameInTable="columnCreateDate" msprop:Generator_ColumnPropNameInRow="CreateDate" msprop:Generator_ColumnPropNameInTable="CreateDateColumn" msprop:Generator_UserColumnName="CreateDate" type="xs:dateTime" />
|
|
<xs:element name="LoadedDate" msprop:Generator_ColumnVarNameInTable="columnLoadedDate" msprop:Generator_ColumnPropNameInRow="LoadedDate" msprop:Generator_ColumnPropNameInTable="LoadedDateColumn" msprop:Generator_UserColumnName="LoadedDate" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="ROFsts" msprop:Generator_TableClassName="ROFstsDataTable" msprop:Generator_TableVarName="tableROFsts" msprop:Generator_TablePropName="ROFsts" msprop:Generator_RowDeletingName="ROFstsRowDeleting" msprop:Generator_RowChangingName="ROFstsRowChanging" msprop:Generator_RowEvHandlerName="ROFstsRowChangeEventHandler" msprop:Generator_RowDeletedName="ROFstsRowDeleted" msprop:Generator_UserTableName="ROFsts" msprop:Generator_RowChangedName="ROFstsRowChanged" msprop:Generator_RowEvArgName="ROFstsRowChangeEvent" msprop:Generator_RowClassName="ROFstsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROFstID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="ROLookup" msprop:Generator_ColumnVarNameInTable="columnROLookup" msprop:Generator_ColumnPropNameInRow="ROLookup" msprop:Generator_ColumnPropNameInTable="ROLookupColumn" msprop:Generator_UserColumnName="ROLookup" type="xs:base64Binary" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="ROImages" msprop:Generator_TableClassName="ROImagesDataTable" msprop:Generator_TableVarName="tableROImages" msprop:Generator_TablePropName="ROImages" msprop:Generator_RowDeletingName="ROImagesRowDeleting" msprop:Generator_RowChangingName="ROImagesRowChanging" msprop:Generator_RowEvHandlerName="ROImagesRowChangeEventHandler" msprop:Generator_RowDeletedName="ROImagesRowDeleted" msprop:Generator_UserTableName="ROImages" msprop:Generator_RowChangedName="ROImagesRowChanged" msprop:Generator_RowEvArgName="ROImagesRowChangeEvent" msprop:Generator_RowClassName="ROImagesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ImageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnImageID" msprop:Generator_ColumnPropNameInRow="ImageID" msprop:Generator_ColumnPropNameInTable="ImageIDColumn" msprop:Generator_UserColumnName="ImageID" type="xs:int" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="FileName" msprop:Generator_ColumnVarNameInTable="columnFileName" msprop:Generator_ColumnPropNameInRow="FileName" msprop:Generator_ColumnPropNameInTable="FileNameColumn" msprop:Generator_UserColumnName="FileName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content" msprop:Generator_ColumnVarNameInTable="columnContent" msprop:Generator_ColumnPropNameInRow="Content" msprop:Generator_ColumnPropNameInTable="ContentColumn" msprop:Generator_UserColumnName="Content" type="xs:base64Binary" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Roles" msprop:Generator_TableClassName="RolesDataTable" msprop:Generator_TableVarName="tableRoles" msprop:Generator_TablePropName="Roles" msprop:Generator_RowDeletingName="RolesRowDeleting" msprop:Generator_RowChangingName="RolesRowChanging" msprop:Generator_RowEvHandlerName="RolesRowChangeEventHandler" msprop:Generator_RowDeletedName="RolesRowDeleted" msprop:Generator_UserTableName="Roles" msprop:Generator_RowChangedName="RolesRowChanged" msprop:Generator_RowEvArgName="RolesRowChangeEvent" msprop:Generator_RowClassName="RolesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnRID" msprop:Generator_ColumnPropNameInRow="RID" msprop:Generator_ColumnPropNameInTable="RIDColumn" msprop:Generator_UserColumnName="RID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="ROUsageAudits" msprop:Generator_TableClassName="ROUsageAuditsDataTable" msprop:Generator_TableVarName="tableROUsageAudits" msprop:Generator_TablePropName="ROUsageAudits" msprop:Generator_RowDeletingName="ROUsageAuditsRowDeleting" msprop:Generator_RowChangingName="ROUsageAuditsRowChanging" msprop:Generator_RowEvHandlerName="ROUsageAuditsRowChangeEventHandler" msprop:Generator_RowDeletedName="ROUsageAuditsRowDeleted" msprop:Generator_UserTableName="ROUsageAudits" msprop:Generator_RowChangedName="ROUsageAuditsRowChanged" msprop:Generator_RowEvArgName="ROUsageAuditsRowChangeEvent" msprop:Generator_RowClassName="ROUsageAuditsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ROUsageID" msprop:Generator_ColumnVarNameInTable="columnROUsageID" msprop:Generator_ColumnPropNameInRow="ROUsageID" msprop:Generator_ColumnPropNameInTable="ROUsageIDColumn" msprop:Generator_UserColumnName="ROUsageID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="32" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Scopes" msprop:Generator_TableClassName="ScopesDataTable" msprop:Generator_TableVarName="tableScopes" msprop:Generator_TablePropName="Scopes" msprop:Generator_RowDeletingName="ScopesRowDeleting" msprop:Generator_RowChangingName="ScopesRowChanging" msprop:Generator_RowEvHandlerName="ScopesRowChangeEventHandler" msprop:Generator_RowDeletedName="ScopesRowDeleted" msprop:Generator_UserTableName="Scopes" msprop:Generator_RowChangedName="ScopesRowChanged" msprop:Generator_RowEvArgName="ScopesRowChangeEvent" msprop:Generator_RowClassName="ScopesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ScopeID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnScopeID" msprop:Generator_ColumnPropNameInRow="ScopeID" msprop:Generator_ColumnPropNameInTable="ScopeIDColumn" msprop:Generator_UserColumnName="ScopeID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Sessions" msprop:Generator_TableClassName="SessionsDataTable" msprop:Generator_TableVarName="tableSessions" msprop:Generator_TablePropName="Sessions" msprop:Generator_RowDeletingName="SessionsRowDeleting" msprop:Generator_RowChangingName="SessionsRowChanging" msprop:Generator_RowEvHandlerName="SessionsRowChangeEventHandler" msprop:Generator_RowDeletedName="SessionsRowDeleted" msprop:Generator_UserTableName="Sessions" msprop:Generator_RowChangedName="SessionsRowChanged" msprop:Generator_RowEvArgName="SessionsRowChangeEvent" msprop:Generator_RowClassName="SessionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="SessionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnSessionID" msprop:Generator_ColumnPropNameInRow="SessionID" msprop:Generator_ColumnPropNameInTable="SessionIDColumn" msprop:Generator_UserColumnName="SessionID" type="xs:int" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTSDtart" msprop:Generator_ColumnVarNameInTable="columnDTSDtart" msprop:Generator_ColumnPropNameInRow="DTSDtart" msprop:Generator_ColumnPropNameInTable="DTSDtartColumn" msprop:Generator_UserColumnName="DTSDtart" type="xs:dateTime" />
|
|
<xs:element name="DTSEnd" msprop:Generator_ColumnVarNameInTable="columnDTSEnd" msprop:Generator_ColumnPropNameInRow="DTSEnd" msprop:Generator_ColumnPropNameInTable="DTSEndColumn" msprop:Generator_UserColumnName="DTSEnd" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="DTSActivity" msprop:Generator_ColumnVarNameInTable="columnDTSActivity" msprop:Generator_ColumnPropNameInRow="DTSActivity" msprop:Generator_ColumnPropNameInTable="DTSActivityColumn" msprop:Generator_UserColumnName="DTSActivity" type="xs:dateTime" />
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="MachineName" msprop:Generator_ColumnVarNameInTable="columnMachineName" msprop:Generator_ColumnPropNameInRow="MachineName" msprop:Generator_ColumnPropNameInTable="MachineNameColumn" msprop:Generator_UserColumnName="MachineName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ProcessID" msprop:Generator_ColumnVarNameInTable="columnProcessID" msprop:Generator_ColumnPropNameInRow="ProcessID" msprop:Generator_ColumnPropNameInTable="ProcessIDColumn" msprop:Generator_UserColumnName="ProcessID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Stages" msprop:Generator_TableClassName="StagesDataTable" msprop:Generator_TableVarName="tableStages" msprop:Generator_TablePropName="Stages" msprop:Generator_RowDeletingName="StagesRowDeleting" msprop:Generator_RowChangingName="StagesRowChanging" msprop:Generator_RowEvHandlerName="StagesRowChangeEventHandler" msprop:Generator_RowDeletedName="StagesRowDeleted" msprop:Generator_UserTableName="Stages" msprop:Generator_RowChangedName="StagesRowChanged" msprop:Generator_RowEvArgName="StagesRowChangeEvent" msprop:Generator_RowClassName="StagesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="StageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnStageID" msprop:Generator_ColumnPropNameInRow="StageID" msprop:Generator_ColumnPropNameInTable="StageIDColumn" msprop:Generator_UserColumnName="StageID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IsApproved" msprop:Generator_ColumnVarNameInTable="columnIsApproved" msprop:Generator_ColumnPropNameInRow="IsApproved" msprop:Generator_ColumnPropNameInTable="IsApprovedColumn" msprop:Generator_UserColumnName="IsApproved" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="tblAnnotations" msprop:Generator_TableClassName="tblAnnotationsDataTable" msprop:Generator_TableVarName="tabletblAnnotations" msprop:Generator_TablePropName="tblAnnotations" msprop:Generator_RowDeletingName="tblAnnotationsRowDeleting" msprop:Generator_RowChangingName="tblAnnotationsRowChanging" msprop:Generator_RowEvHandlerName="tblAnnotationsRowChangeEventHandler" msprop:Generator_RowDeletedName="tblAnnotationsRowDeleted" msprop:Generator_UserTableName="tblAnnotations" msprop:Generator_RowChangedName="tblAnnotationsRowChanged" msprop:Generator_RowEvArgName="tblAnnotationsRowChangeEvent" msprop:Generator_RowClassName="tblAnnotationsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AnnotationID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnAnnotationID" msprop:Generator_ColumnPropNameInRow="AnnotationID" msprop:Generator_ColumnPropNameInTable="AnnotationIDColumn" msprop:Generator_UserColumnName="AnnotationID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RtfText" msprop:Generator_ColumnVarNameInTable="columnRtfText" msprop:Generator_ColumnPropNameInRow="RtfText" msprop:Generator_ColumnPropNameInTable="RtfTextColumn" msprop:Generator_UserColumnName="RtfText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SearchText" msprop:Generator_ColumnVarNameInTable="columnSearchText" msprop:Generator_ColumnPropNameInRow="SearchText" msprop:Generator_ColumnPropNameInTable="SearchTextColumn" msprop:Generator_UserColumnName="SearchText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
<xs:element name="ActionDTS" msprop:Generator_ColumnVarNameInTable="columnActionDTS" msprop:Generator_ColumnPropNameInRow="ActionDTS" msprop:Generator_ColumnPropNameInTable="ActionDTSColumn" msprop:Generator_UserColumnName="ActionDTS" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="tblContents" msprop:Generator_TableClassName="tblContentsDataTable" msprop:Generator_TableVarName="tabletblContents" msprop:Generator_TablePropName="tblContents" msprop:Generator_RowDeletingName="tblContentsRowDeleting" msprop:Generator_RowChangingName="tblContentsRowChanging" msprop:Generator_RowEvHandlerName="tblContentsRowChangeEventHandler" msprop:Generator_RowDeletedName="tblContentsRowDeleted" msprop:Generator_UserTableName="tblContents" msprop:Generator_RowChangedName="tblContentsRowChanged" msprop:Generator_RowEvArgName="tblContentsRowChangeEvent" msprop:Generator_RowClassName="tblContentsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
<xs:element name="ActionDTS" msprop:Generator_ColumnVarNameInTable="columnActionDTS" msprop:Generator_ColumnPropNameInRow="ActionDTS" msprop:Generator_ColumnPropNameInTable="ActionDTSColumn" msprop:Generator_UserColumnName="ActionDTS" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="tblDocuments" msprop:Generator_TableClassName="tblDocumentsDataTable" msprop:Generator_TableVarName="tabletblDocuments" msprop:Generator_TablePropName="tblDocuments" msprop:Generator_RowDeletingName="tblDocumentsRowDeleting" msprop:Generator_RowChangingName="tblDocumentsRowChanging" msprop:Generator_RowEvHandlerName="tblDocumentsRowChangeEventHandler" msprop:Generator_RowDeletedName="tblDocumentsRowDeleted" msprop:Generator_UserTableName="tblDocuments" msprop:Generator_RowChangedName="tblDocumentsRowChanged" msprop:Generator_RowEvArgName="tblDocumentsRowChangeEvent" msprop:Generator_RowClassName="tblDocumentsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DocID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="LibTitle" msprop:Generator_ColumnVarNameInTable="columnLibTitle" msprop:Generator_ColumnPropNameInRow="LibTitle" msprop:Generator_ColumnPropNameInTable="LibTitleColumn" msprop:Generator_UserColumnName="LibTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1024" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DocContent" msprop:Generator_ColumnVarNameInTable="columnDocContent" msprop:Generator_ColumnPropNameInRow="DocContent" msprop:Generator_ColumnPropNameInTable="DocContentColumn" msprop:Generator_UserColumnName="DocContent" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DocAscii" msprop:Generator_ColumnVarNameInTable="columnDocAscii" msprop:Generator_ColumnPropNameInRow="DocAscii" msprop:Generator_ColumnPropNameInTable="DocAsciiColumn" msprop:Generator_UserColumnName="DocAscii" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="FileExtension" msprop:Generator_ColumnVarNameInTable="columnFileExtension" msprop:Generator_ColumnPropNameInRow="FileExtension" msprop:Generator_ColumnPropNameInTable="FileExtensionColumn" msprop:Generator_UserColumnName="FileExtension">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="tblEntries" msprop:Generator_TableClassName="tblEntriesDataTable" msprop:Generator_TableVarName="tabletblEntries" msprop:Generator_TablePropName="tblEntries" msprop:Generator_RowDeletingName="tblEntriesRowDeleting" msprop:Generator_RowChangingName="tblEntriesRowChanging" msprop:Generator_RowEvHandlerName="tblEntriesRowChangeEventHandler" msprop:Generator_RowDeletedName="tblEntriesRowDeleted" msprop:Generator_UserTableName="tblEntries" msprop:Generator_RowChangedName="tblEntriesRowChanged" msprop:Generator_RowEvArgName="tblEntriesRowChangeEvent" msprop:Generator_RowClassName="tblEntriesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="tblGrids" msprop:Generator_TableClassName="tblGridsDataTable" msprop:Generator_TableVarName="tabletblGrids" msprop:Generator_TablePropName="tblGrids" msprop:Generator_RowDeletingName="tblGridsRowDeleting" msprop:Generator_RowChangingName="tblGridsRowChanging" msprop:Generator_RowEvHandlerName="tblGridsRowChangeEventHandler" msprop:Generator_RowDeletedName="tblGridsRowDeleted" msprop:Generator_UserTableName="tblGrids" msprop:Generator_RowChangedName="tblGridsRowChanged" msprop:Generator_RowEvArgName="tblGridsRowChangeEvent" msprop:Generator_RowClassName="tblGridsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="tblImages" msprop:Generator_TableClassName="tblImagesDataTable" msprop:Generator_TableVarName="tabletblImages" msprop:Generator_TablePropName="tblImages" msprop:Generator_RowDeletingName="tblImagesRowDeleting" msprop:Generator_RowChangingName="tblImagesRowChanging" msprop:Generator_RowEvHandlerName="tblImagesRowChangeEventHandler" msprop:Generator_RowDeletedName="tblImagesRowDeleted" msprop:Generator_UserTableName="tblImages" msprop:Generator_RowChangedName="tblImagesRowChanged" msprop:Generator_RowEvArgName="tblImagesRowChangeEvent" msprop:Generator_RowClassName="tblImagesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ImageType" msprop:Generator_ColumnVarNameInTable="columnImageType" msprop:Generator_ColumnPropNameInRow="ImageType" msprop:Generator_ColumnPropNameInTable="ImageTypeColumn" msprop:Generator_UserColumnName="ImageType" type="xs:int" />
|
|
<xs:element name="FileName" msprop:Generator_ColumnVarNameInTable="columnFileName" msprop:Generator_ColumnPropNameInRow="FileName" msprop:Generator_ColumnPropNameInTable="FileNameColumn" msprop:Generator_UserColumnName="FileName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" type="xs:base64Binary" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="tblItems" msprop:Generator_TableClassName="tblItemsDataTable" msprop:Generator_TableVarName="tabletblItems" msprop:Generator_TablePropName="tblItems" msprop:Generator_RowDeletingName="tblItemsRowDeleting" msprop:Generator_RowChangingName="tblItemsRowChanging" msprop:Generator_RowEvHandlerName="tblItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="tblItemsRowDeleted" msprop:Generator_UserTableName="tblItems" msprop:Generator_RowChangedName="tblItemsRowChanged" msprop:Generator_RowEvArgName="tblItemsRowChangeEvent" msprop:Generator_RowClassName="tblItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="tblParts" msprop:Generator_TableClassName="tblPartsDataTable" msprop:Generator_TableVarName="tabletblParts" msprop:Generator_TablePropName="tblParts" msprop:Generator_RowDeletingName="tblPartsRowDeleting" msprop:Generator_RowChangingName="tblPartsRowChanging" msprop:Generator_RowEvHandlerName="tblPartsRowChangeEventHandler" msprop:Generator_RowDeletedName="tblPartsRowDeleted" msprop:Generator_UserTableName="tblParts" msprop:Generator_RowChangedName="tblPartsRowChanged" msprop:Generator_RowEvArgName="tblPartsRowChangeEvent" msprop:Generator_RowClassName="tblPartsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="tblROUsages" msprop:Generator_TableClassName="tblROUsagesDataTable" msprop:Generator_TableVarName="tabletblROUsages" msprop:Generator_TablePropName="tblROUsages" msprop:Generator_RowDeletingName="tblROUsagesRowDeleting" msprop:Generator_RowChangingName="tblROUsagesRowChanging" msprop:Generator_RowEvHandlerName="tblROUsagesRowChangeEventHandler" msprop:Generator_RowDeletedName="tblROUsagesRowDeleted" msprop:Generator_UserTableName="tblROUsages" msprop:Generator_RowChangedName="tblROUsagesRowChanged" msprop:Generator_RowEvArgName="tblROUsagesRowChangeEvent" msprop:Generator_RowClassName="tblROUsagesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROUsageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnROUsageID" msprop:Generator_ColumnPropNameInRow="ROUsageID" msprop:Generator_ColumnPropNameInTable="ROUsageIDColumn" msprop:Generator_UserColumnName="ROUsageID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="tblTransitions" msprop:Generator_TableClassName="tblTransitionsDataTable" msprop:Generator_TableVarName="tabletblTransitions" msprop:Generator_TablePropName="tblTransitions" msprop:Generator_RowDeletingName="tblTransitionsRowDeleting" msprop:Generator_RowChangingName="tblTransitionsRowChanging" msprop:Generator_RowEvHandlerName="tblTransitionsRowChangeEventHandler" msprop:Generator_RowDeletedName="tblTransitionsRowDeleted" msprop:Generator_UserTableName="tblTransitions" msprop:Generator_RowChangedName="tblTransitionsRowChanged" msprop:Generator_RowEvArgName="tblTransitionsRowChangeEvent" msprop:Generator_RowClassName="tblTransitionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" />
|
|
<xs:element name="IsRange" msprop:Generator_ColumnVarNameInTable="columnIsRange" msprop:Generator_ColumnPropNameInRow="IsRange" msprop:Generator_ColumnPropNameInTable="IsRangeColumn" msprop:Generator_UserColumnName="IsRange" type="xs:int" />
|
|
<xs:element name="TranType" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="TransitionAudits" msprop:Generator_TableClassName="TransitionAuditsDataTable" msprop:Generator_TableVarName="tableTransitionAudits" msprop:Generator_TablePropName="TransitionAudits" msprop:Generator_RowDeletingName="TransitionAuditsRowDeleting" msprop:Generator_RowChangingName="TransitionAuditsRowChanging" msprop:Generator_RowEvHandlerName="TransitionAuditsRowChangeEventHandler" msprop:Generator_RowDeletedName="TransitionAuditsRowDeleted" msprop:Generator_UserTableName="TransitionAudits" msprop:Generator_RowChangedName="TransitionAuditsRowChanged" msprop:Generator_RowEvArgName="TransitionAuditsRowChangeEvent" msprop:Generator_RowClassName="TransitionAuditsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="TransitionID" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" />
|
|
<xs:element name="IsRange" msprop:Generator_ColumnVarNameInTable="columnIsRange" msprop:Generator_ColumnPropNameInRow="IsRange" msprop:Generator_ColumnPropNameInTable="IsRangeColumn" msprop:Generator_UserColumnName="IsRange" type="xs:int" />
|
|
<xs:element name="TranType" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Users" msprop:Generator_TableClassName="UsersDataTable" msprop:Generator_TableVarName="tableUsers" msprop:Generator_TablePropName="Users" msprop:Generator_RowDeletingName="UsersRowDeleting" msprop:Generator_RowChangingName="UsersRowChanging" msprop:Generator_RowEvHandlerName="UsersRowChangeEventHandler" msprop:Generator_RowDeletedName="UsersRowDeleted" msprop:Generator_UserTableName="Users" msprop:Generator_RowChangedName="UsersRowChanged" msprop:Generator_RowEvArgName="UsersRowChangeEvent" msprop:Generator_RowClassName="UsersRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="UID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnUID" msprop:Generator_ColumnPropNameInRow="UID" msprop:Generator_ColumnPropNameInTable="UIDColumn" msprop:Generator_UserColumnName="UID" type="xs:int" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" msprop:Generator_UserColumnName="FirstName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="MiddleName" msprop:Generator_ColumnVarNameInTable="columnMiddleName" msprop:Generator_ColumnPropNameInRow="MiddleName" msprop:Generator_ColumnPropNameInTable="MiddleNameColumn" msprop:Generator_UserColumnName="MiddleName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastName" msprop:Generator_ColumnVarNameInTable="columnLastName" msprop:Generator_ColumnPropNameInRow="LastName" msprop:Generator_ColumnPropNameInTable="LastNameColumn" msprop:Generator_UserColumnName="LastName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Suffix" msprop:Generator_ColumnVarNameInTable="columnSuffix" msprop:Generator_ColumnPropNameInRow="Suffix" msprop:Generator_ColumnPropNameInTable="SuffixColumn" msprop:Generator_UserColumnName="Suffix" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CourtesyTitle" msprop:Generator_ColumnVarNameInTable="columnCourtesyTitle" msprop:Generator_ColumnPropNameInRow="CourtesyTitle" msprop:Generator_ColumnPropNameInTable="CourtesyTitleColumn" msprop:Generator_UserColumnName="CourtesyTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PhoneNumber" msprop:Generator_ColumnVarNameInTable="columnPhoneNumber" msprop:Generator_ColumnPropNameInRow="PhoneNumber" msprop:Generator_ColumnPropNameInTable="PhoneNumberColumn" msprop:Generator_UserColumnName="PhoneNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CFGName" msprop:Generator_ColumnVarNameInTable="columnCFGName" msprop:Generator_ColumnPropNameInRow="CFGName" msprop:Generator_ColumnPropNameInTable="CFGNameColumn" msprop:Generator_UserColumnName="CFGName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="UserLogin" msprop:Generator_ColumnVarNameInTable="columnUserLogin" msprop:Generator_ColumnPropNameInRow="UserLogin" msprop:Generator_ColumnPropNameInTable="UserLoginColumn" msprop:Generator_UserColumnName="UserLogin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" msprop:Generator_UserColumnName="UserName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="32" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="Versions" msprop:Generator_TableClassName="VersionsDataTable" msprop:Generator_TableVarName="tableVersions" msprop:Generator_TablePropName="Versions" msprop:Generator_RowDeletingName="VersionsRowDeleting" msprop:Generator_RowChangingName="VersionsRowChanging" msprop:Generator_RowEvHandlerName="VersionsRowChangeEventHandler" msprop:Generator_RowDeletedName="VersionsRowDeleted" msprop:Generator_UserTableName="Versions" msprop:Generator_RowChangedName="VersionsRowChanged" msprop:Generator_RowEvArgName="VersionsRowChangeEvent" msprop:Generator_RowClassName="VersionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="RevisionID" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="StageID" msprop:Generator_ColumnVarNameInTable="columnStageID" msprop:Generator_ColumnPropNameInRow="StageID" msprop:Generator_ColumnPropNameInTable="StageIDColumn" msprop:Generator_UserColumnName="StageID" type="xs:int" />
|
|
<xs:element name="PDF" msprop:Generator_ColumnVarNameInTable="columnPDF" msprop:Generator_ColumnPropNameInRow="PDF" msprop:Generator_ColumnPropNameInTable="PDFColumn" msprop:Generator_UserColumnName="PDF" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="SummaryPDF" msprop:Generator_ColumnVarNameInTable="columnSummaryPDF" msprop:Generator_ColumnPropNameInRow="SummaryPDF" msprop:Generator_ColumnPropNameInTable="SummaryPDFColumn" msprop:Generator_UserColumnName="SummaryPDF" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ApprovedXML" msprop:Generator_ColumnVarNameInTable="columnApprovedXML" msprop:Generator_ColumnPropNameInRow="ApprovedXML" msprop:Generator_ColumnPropNameInTable="ApprovedXMLColumn" msprop:Generator_UserColumnName="ApprovedXML" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="ZContents" msprop:Generator_TableClassName="ZContentsDataTable" msprop:Generator_TableVarName="tableZContents" msprop:Generator_TablePropName="ZContents" msprop:Generator_RowDeletingName="ZContentsRowDeleting" msprop:Generator_RowChangingName="ZContentsRowChanging" msprop:Generator_RowEvHandlerName="ZContentsRowChangeEventHandler" msprop:Generator_RowDeletedName="ZContentsRowDeleted" msprop:Generator_UserTableName="ZContents" msprop:Generator_RowChangedName="ZContentsRowChanged" msprop:Generator_RowEvArgName="ZContentsRowChangeEvent" msprop:Generator_RowClassName="ZContentsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="OldStepSequence" msprop:Generator_ColumnVarNameInTable="columnOldStepSequence" msprop:Generator_ColumnPropNameInRow="OldStepSequence" msprop:Generator_ColumnPropNameInTable="OldStepSequenceColumn" msprop:Generator_UserColumnName="OldStepSequence">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="32" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="ZTransitions" msprop:Generator_TableClassName="ZTransitionsDataTable" msprop:Generator_TableVarName="tableZTransitions" msprop:Generator_TablePropName="ZTransitions" msprop:Generator_RowDeletingName="ZTransitionsRowDeleting" msprop:Generator_RowChangingName="ZTransitionsRowChanging" msprop:Generator_RowEvHandlerName="ZTransitionsRowChangeEventHandler" msprop:Generator_RowDeletedName="ZTransitionsRowDeleted" msprop:Generator_UserTableName="ZTransitions" msprop:Generator_RowChangedName="ZTransitionsRowChanged" msprop:Generator_RowEvArgName="ZTransitionsRowChangeEvent" msprop:Generator_RowClassName="ZTransitionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="oldto" msprop:Generator_ColumnVarNameInTable="columnoldto" msprop:Generator_ColumnPropNameInRow="oldto" msprop:Generator_ColumnPropNameInTable="oldtoColumn" msprop:Generator_UserColumnName="oldto">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="32" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="addFiguresByROFstIDandImageIDs" msprop:Generator_TableClassName="addFiguresByROFstIDandImageIDsDataTable" msprop:Generator_TableVarName="tableaddFiguresByROFstIDandImageIDs" msprop:Generator_TablePropName="addFiguresByROFstIDandImageIDs" msprop:Generator_RowDeletingName="addFiguresByROFstIDandImageIDsRowDeleting" msprop:Generator_RowChangingName="addFiguresByROFstIDandImageIDsRowChanging" msprop:Generator_RowEvHandlerName="addFiguresByROFstIDandImageIDsRowChangeEventHandler" msprop:Generator_RowDeletedName="addFiguresByROFstIDandImageIDsRowDeleted" msprop:Generator_UserTableName="addFiguresByROFstIDandImageIDs" msprop:Generator_RowChangedName="addFiguresByROFstIDandImageIDsRowChanged" msprop:Generator_RowEvArgName="addFiguresByROFstIDandImageIDsRowChangeEvent" msprop:Generator_RowClassName="addFiguresByROFstIDandImageIDsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FigureID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnFigureID" msprop:Generator_ColumnPropNameInRow="FigureID" msprop:Generator_ColumnPropNameInTable="FigureIDColumn" msprop:Generator_UserColumnName="FigureID" type="xs:int" />
|
|
<xs:element name="ROFstID" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="ImageID" msprop:Generator_ColumnVarNameInTable="columnImageID" msprop:Generator_ColumnPropNameInRow="ImageID" msprop:Generator_ColumnPropNameInTable="ImageIDColumn" msprop:Generator_UserColumnName="ImageID" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="addItemChild" msprop:Generator_TableClassName="addItemChildDataTable" msprop:Generator_TableVarName="tableaddItemChild" msprop:Generator_TablePropName="addItemChild" msprop:Generator_RowDeletingName="addItemChildRowDeleting" msprop:Generator_RowChangingName="addItemChildRowChanging" msprop:Generator_RowEvHandlerName="addItemChildRowChangeEventHandler" msprop:Generator_RowDeletedName="addItemChildRowDeleted" msprop:Generator_UserTableName="addItemChild" msprop:Generator_RowChangedName="addItemChildRowChanged" msprop:Generator_RowEvArgName="addItemChildRowChangeEvent" msprop:Generator_RowClassName="addItemChildRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="addItemSiblingAfter" msprop:Generator_TableClassName="addItemSiblingAfterDataTable" msprop:Generator_TableVarName="tableaddItemSiblingAfter" msprop:Generator_TablePropName="addItemSiblingAfter" msprop:Generator_RowDeletingName="addItemSiblingAfterRowDeleting" msprop:Generator_RowChangingName="addItemSiblingAfterRowChanging" msprop:Generator_RowEvHandlerName="addItemSiblingAfterRowChangeEventHandler" msprop:Generator_RowDeletedName="addItemSiblingAfterRowDeleted" msprop:Generator_UserTableName="addItemSiblingAfter" msprop:Generator_RowChangedName="addItemSiblingAfterRowChanged" msprop:Generator_RowEvArgName="addItemSiblingAfterRowChangeEvent" msprop:Generator_RowClassName="addItemSiblingAfterRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="addItemSiblingBefore" msprop:Generator_TableClassName="addItemSiblingBeforeDataTable" msprop:Generator_TableVarName="tableaddItemSiblingBefore" msprop:Generator_TablePropName="addItemSiblingBefore" msprop:Generator_RowDeletingName="addItemSiblingBeforeRowDeleting" msprop:Generator_RowChangingName="addItemSiblingBeforeRowChanging" msprop:Generator_RowEvHandlerName="addItemSiblingBeforeRowChangeEventHandler" msprop:Generator_RowDeletedName="addItemSiblingBeforeRowDeleted" msprop:Generator_UserTableName="addItemSiblingBefore" msprop:Generator_RowChangedName="addItemSiblingBeforeRowChanged" msprop:Generator_RowEvArgName="addItemSiblingBeforeRowChangeEvent" msprop:Generator_RowClassName="addItemSiblingBeforeRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="ClearCBOverrideForProcedure" msprop:Generator_TableClassName="ClearCBOverrideForProcedureDataTable" msprop:Generator_TableVarName="tableClearCBOverrideForProcedure" msprop:Generator_TablePropName="ClearCBOverrideForProcedure" msprop:Generator_RowDeletingName="ClearCBOverrideForProcedureRowDeleting" msprop:Generator_RowChangingName="ClearCBOverrideForProcedureRowChanging" msprop:Generator_RowEvHandlerName="ClearCBOverrideForProcedureRowChangeEventHandler" msprop:Generator_RowDeletedName="ClearCBOverrideForProcedureRowDeleted" msprop:Generator_UserTableName="ClearCBOverrideForProcedure" msprop:Generator_RowChangedName="ClearCBOverrideForProcedureRowChanged" msprop:Generator_RowEvArgName="ClearCBOverrideForProcedureRowChangeEvent" msprop:Generator_RowClassName="ClearCBOverrideForProcedureRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="DeleteItemAndChildrenTest" msprop:Generator_TableClassName="DeleteItemAndChildrenTestDataTable" msprop:Generator_TableVarName="tableDeleteItemAndChildrenTest" msprop:Generator_TablePropName="DeleteItemAndChildrenTest" msprop:Generator_RowDeletingName="DeleteItemAndChildrenTestRowDeleting" msprop:Generator_RowChangingName="DeleteItemAndChildrenTestRowChanging" msprop:Generator_RowEvHandlerName="DeleteItemAndChildrenTestRowChangeEventHandler" msprop:Generator_RowDeletedName="DeleteItemAndChildrenTestRowDeleted" msprop:Generator_UserTableName="DeleteItemAndChildrenTest" msprop:Generator_RowChangedName="DeleteItemAndChildrenTestRowChanged" msprop:Generator_RowEvArgName="DeleteItemAndChildrenTestRowChangeEvent" msprop:Generator_RowClassName="DeleteItemAndChildrenTestRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FromPath" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFromPath" msprop:Generator_ColumnPropNameInRow="FromPath" msprop:Generator_ColumnPropNameInTable="FromPathColumn" msprop:Generator_UserColumnName="FromPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ToPath" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnToPath" msprop:Generator_ColumnPropNameInRow="ToPath" msprop:Generator_ColumnPropNameInTable="ToPathColumn" msprop:Generator_UserColumnName="ToPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsAnnotation" msprop:Generator_TableClassName="existsAnnotationDataTable" msprop:Generator_TableVarName="tableexistsAnnotation" msprop:Generator_TablePropName="existsAnnotation" msprop:Generator_RowDeletingName="existsAnnotationRowDeleting" msprop:Generator_RowChangingName="existsAnnotationRowChanging" msprop:Generator_RowEvHandlerName="existsAnnotationRowChangeEventHandler" msprop:Generator_RowDeletedName="existsAnnotationRowDeleted" msprop:Generator_UserTableName="existsAnnotation" msprop:Generator_RowChangedName="existsAnnotationRowChanged" msprop:Generator_RowEvArgName="existsAnnotationRowChangeEvent" msprop:Generator_RowClassName="existsAnnotationRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsAnnotationType" msprop:Generator_TableClassName="existsAnnotationTypeDataTable" msprop:Generator_TableVarName="tableexistsAnnotationType" msprop:Generator_TablePropName="existsAnnotationType" msprop:Generator_RowDeletingName="existsAnnotationTypeRowDeleting" msprop:Generator_RowChangingName="existsAnnotationTypeRowChanging" msprop:Generator_RowEvHandlerName="existsAnnotationTypeRowChangeEventHandler" msprop:Generator_RowDeletedName="existsAnnotationTypeRowDeleted" msprop:Generator_UserTableName="existsAnnotationType" msprop:Generator_RowChangedName="existsAnnotationTypeRowChanged" msprop:Generator_RowEvArgName="existsAnnotationTypeRowChangeEvent" msprop:Generator_RowClassName="existsAnnotationTypeRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsAssignment" msprop:Generator_TableClassName="existsAssignmentDataTable" msprop:Generator_TableVarName="tableexistsAssignment" msprop:Generator_TablePropName="existsAssignment" msprop:Generator_RowDeletingName="existsAssignmentRowDeleting" msprop:Generator_RowChangingName="existsAssignmentRowChanging" msprop:Generator_RowEvHandlerName="existsAssignmentRowChangeEventHandler" msprop:Generator_RowDeletedName="existsAssignmentRowDeleted" msprop:Generator_UserTableName="existsAssignment" msprop:Generator_RowChangedName="existsAssignmentRowChanged" msprop:Generator_RowEvArgName="existsAssignmentRowChangeEvent" msprop:Generator_RowClassName="existsAssignmentRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsAssociation" msprop:Generator_TableClassName="existsAssociationDataTable" msprop:Generator_TableVarName="tableexistsAssociation" msprop:Generator_TablePropName="existsAssociation" msprop:Generator_RowDeletingName="existsAssociationRowDeleting" msprop:Generator_RowChangingName="existsAssociationRowChanging" msprop:Generator_RowEvHandlerName="existsAssociationRowChangeEventHandler" msprop:Generator_RowDeletedName="existsAssociationRowDeleted" msprop:Generator_UserTableName="existsAssociation" msprop:Generator_RowChangedName="existsAssociationRowChanged" msprop:Generator_RowEvArgName="existsAssociationRowChangeEvent" msprop:Generator_RowClassName="existsAssociationRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsCheck" msprop:Generator_TableClassName="existsCheckDataTable" msprop:Generator_TableVarName="tableexistsCheck" msprop:Generator_TablePropName="existsCheck" msprop:Generator_RowDeletingName="existsCheckRowDeleting" msprop:Generator_RowChangingName="existsCheckRowChanging" msprop:Generator_RowEvHandlerName="existsCheckRowChangeEventHandler" msprop:Generator_RowDeletedName="existsCheckRowDeleted" msprop:Generator_UserTableName="existsCheck" msprop:Generator_RowChangedName="existsCheckRowChanged" msprop:Generator_RowEvArgName="existsCheckRowChangeEvent" msprop:Generator_RowClassName="existsCheckRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsConnection" msprop:Generator_TableClassName="existsConnectionDataTable" msprop:Generator_TableVarName="tableexistsConnection" msprop:Generator_TablePropName="existsConnection" msprop:Generator_RowDeletingName="existsConnectionRowDeleting" msprop:Generator_RowChangingName="existsConnectionRowChanging" msprop:Generator_RowEvHandlerName="existsConnectionRowChangeEventHandler" msprop:Generator_RowDeletedName="existsConnectionRowDeleted" msprop:Generator_UserTableName="existsConnection" msprop:Generator_RowChangedName="existsConnectionRowChanged" msprop:Generator_RowEvArgName="existsConnectionRowChangeEvent" msprop:Generator_RowClassName="existsConnectionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsContent" msprop:Generator_TableClassName="existsContentDataTable" msprop:Generator_TableVarName="tableexistsContent" msprop:Generator_TablePropName="existsContent" msprop:Generator_RowDeletingName="existsContentRowDeleting" msprop:Generator_RowChangingName="existsContentRowChanging" msprop:Generator_RowEvHandlerName="existsContentRowChangeEventHandler" msprop:Generator_RowDeletedName="existsContentRowDeleted" msprop:Generator_UserTableName="existsContent" msprop:Generator_RowChangedName="existsContentRowChanged" msprop:Generator_RowEvArgName="existsContentRowChangeEvent" msprop:Generator_RowClassName="existsContentRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsDetail" msprop:Generator_TableClassName="existsDetailDataTable" msprop:Generator_TableVarName="tableexistsDetail" msprop:Generator_TablePropName="existsDetail" msprop:Generator_RowDeletingName="existsDetailRowDeleting" msprop:Generator_RowChangingName="existsDetailRowChanging" msprop:Generator_RowEvHandlerName="existsDetailRowChangeEventHandler" msprop:Generator_RowDeletedName="existsDetailRowDeleted" msprop:Generator_UserTableName="existsDetail" msprop:Generator_RowChangedName="existsDetailRowChanged" msprop:Generator_RowEvArgName="existsDetailRowChangeEvent" msprop:Generator_RowClassName="existsDetailRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsDocument" msprop:Generator_TableClassName="existsDocumentDataTable" msprop:Generator_TableVarName="tableexistsDocument" msprop:Generator_TablePropName="existsDocument" msprop:Generator_RowDeletingName="existsDocumentRowDeleting" msprop:Generator_RowChangingName="existsDocumentRowChanging" msprop:Generator_RowEvHandlerName="existsDocumentRowChangeEventHandler" msprop:Generator_RowDeletedName="existsDocumentRowDeleted" msprop:Generator_UserTableName="existsDocument" msprop:Generator_RowChangedName="existsDocumentRowChanged" msprop:Generator_RowEvArgName="existsDocumentRowChangeEvent" msprop:Generator_RowClassName="existsDocumentRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsDocVersion" msprop:Generator_TableClassName="existsDocVersionDataTable" msprop:Generator_TableVarName="tableexistsDocVersion" msprop:Generator_TablePropName="existsDocVersion" msprop:Generator_RowDeletingName="existsDocVersionRowDeleting" msprop:Generator_RowChangingName="existsDocVersionRowChanging" msprop:Generator_RowEvHandlerName="existsDocVersionRowChangeEventHandler" msprop:Generator_RowDeletedName="existsDocVersionRowDeleted" msprop:Generator_UserTableName="existsDocVersion" msprop:Generator_RowChangedName="existsDocVersionRowChanged" msprop:Generator_RowEvArgName="existsDocVersionRowChangeEvent" msprop:Generator_RowClassName="existsDocVersionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsDROUsage" msprop:Generator_TableClassName="existsDROUsageDataTable" msprop:Generator_TableVarName="tableexistsDROUsage" msprop:Generator_TablePropName="existsDROUsage" msprop:Generator_RowDeletingName="existsDROUsageRowDeleting" msprop:Generator_RowChangingName="existsDROUsageRowChanging" msprop:Generator_RowEvHandlerName="existsDROUsageRowChangeEventHandler" msprop:Generator_RowDeletedName="existsDROUsageRowDeleted" msprop:Generator_UserTableName="existsDROUsage" msprop:Generator_RowChangedName="existsDROUsageRowChanged" msprop:Generator_RowEvArgName="existsDROUsageRowChangeEvent" msprop:Generator_RowClassName="existsDROUsageRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsEntry" msprop:Generator_TableClassName="existsEntryDataTable" msprop:Generator_TableVarName="tableexistsEntry" msprop:Generator_TablePropName="existsEntry" msprop:Generator_RowDeletingName="existsEntryRowDeleting" msprop:Generator_RowChangingName="existsEntryRowChanging" msprop:Generator_RowEvHandlerName="existsEntryRowChangeEventHandler" msprop:Generator_RowDeletedName="existsEntryRowDeleted" msprop:Generator_UserTableName="existsEntry" msprop:Generator_RowChangedName="existsEntryRowChanged" msprop:Generator_RowEvArgName="existsEntryRowChangeEvent" msprop:Generator_RowClassName="existsEntryRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsFigure" msprop:Generator_TableClassName="existsFigureDataTable" msprop:Generator_TableVarName="tableexistsFigure" msprop:Generator_TablePropName="existsFigure" msprop:Generator_RowDeletingName="existsFigureRowDeleting" msprop:Generator_RowChangingName="existsFigureRowChanging" msprop:Generator_RowEvHandlerName="existsFigureRowChangeEventHandler" msprop:Generator_RowDeletedName="existsFigureRowDeleted" msprop:Generator_UserTableName="existsFigure" msprop:Generator_RowChangedName="existsFigureRowChanged" msprop:Generator_RowEvArgName="existsFigureRowChangeEvent" msprop:Generator_RowClassName="existsFigureRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsFolder" msprop:Generator_TableClassName="existsFolderDataTable" msprop:Generator_TableVarName="tableexistsFolder" msprop:Generator_TablePropName="existsFolder" msprop:Generator_RowDeletingName="existsFolderRowDeleting" msprop:Generator_RowChangingName="existsFolderRowChanging" msprop:Generator_RowEvHandlerName="existsFolderRowChangeEventHandler" msprop:Generator_RowDeletedName="existsFolderRowDeleted" msprop:Generator_UserTableName="existsFolder" msprop:Generator_RowChangedName="existsFolderRowChanged" msprop:Generator_RowEvArgName="existsFolderRowChangeEvent" msprop:Generator_RowClassName="existsFolderRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsFormat" msprop:Generator_TableClassName="existsFormatDataTable" msprop:Generator_TableVarName="tableexistsFormat" msprop:Generator_TablePropName="existsFormat" msprop:Generator_RowDeletingName="existsFormatRowDeleting" msprop:Generator_RowChangingName="existsFormatRowChanging" msprop:Generator_RowEvHandlerName="existsFormatRowChangeEventHandler" msprop:Generator_RowDeletedName="existsFormatRowDeleted" msprop:Generator_UserTableName="existsFormat" msprop:Generator_RowChangedName="existsFormatRowChanged" msprop:Generator_RowEvArgName="existsFormatRowChangeEvent" msprop:Generator_RowClassName="existsFormatRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsGrid" msprop:Generator_TableClassName="existsGridDataTable" msprop:Generator_TableVarName="tableexistsGrid" msprop:Generator_TablePropName="existsGrid" msprop:Generator_RowDeletingName="existsGridRowDeleting" msprop:Generator_RowChangingName="existsGridRowChanging" msprop:Generator_RowEvHandlerName="existsGridRowChangeEventHandler" msprop:Generator_RowDeletedName="existsGridRowDeleted" msprop:Generator_UserTableName="existsGrid" msprop:Generator_RowChangedName="existsGridRowChanged" msprop:Generator_RowEvArgName="existsGridRowChangeEvent" msprop:Generator_RowClassName="existsGridRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsGroup" msprop:Generator_TableClassName="existsGroupDataTable" msprop:Generator_TableVarName="tableexistsGroup" msprop:Generator_TablePropName="existsGroup" msprop:Generator_RowDeletingName="existsGroupRowDeleting" msprop:Generator_RowChangingName="existsGroupRowChanging" msprop:Generator_RowEvHandlerName="existsGroupRowChangeEventHandler" msprop:Generator_RowDeletedName="existsGroupRowDeleted" msprop:Generator_UserTableName="existsGroup" msprop:Generator_RowChangedName="existsGroupRowChanged" msprop:Generator_RowEvArgName="existsGroupRowChangeEvent" msprop:Generator_RowClassName="existsGroupRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsImage" msprop:Generator_TableClassName="existsImageDataTable" msprop:Generator_TableVarName="tableexistsImage" msprop:Generator_TablePropName="existsImage" msprop:Generator_RowDeletingName="existsImageRowDeleting" msprop:Generator_RowChangingName="existsImageRowChanging" msprop:Generator_RowEvHandlerName="existsImageRowChangeEventHandler" msprop:Generator_RowDeletedName="existsImageRowDeleted" msprop:Generator_UserTableName="existsImage" msprop:Generator_RowChangedName="existsImageRowChanged" msprop:Generator_RowEvArgName="existsImageRowChangeEvent" msprop:Generator_RowClassName="existsImageRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsItem" msprop:Generator_TableClassName="existsItemDataTable" msprop:Generator_TableVarName="tableexistsItem" msprop:Generator_TablePropName="existsItem" msprop:Generator_RowDeletingName="existsItemRowDeleting" msprop:Generator_RowChangingName="existsItemRowChanging" msprop:Generator_RowEvHandlerName="existsItemRowChangeEventHandler" msprop:Generator_RowDeletedName="existsItemRowDeleted" msprop:Generator_UserTableName="existsItem" msprop:Generator_RowChangedName="existsItemRowChanged" msprop:Generator_RowEvArgName="existsItemRowChangeEvent" msprop:Generator_RowClassName="existsItemRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsMembership" msprop:Generator_TableClassName="existsMembershipDataTable" msprop:Generator_TableVarName="tableexistsMembership" msprop:Generator_TablePropName="existsMembership" msprop:Generator_RowDeletingName="existsMembershipRowDeleting" msprop:Generator_RowChangingName="existsMembershipRowChanging" msprop:Generator_RowEvHandlerName="existsMembershipRowChangeEventHandler" msprop:Generator_RowDeletedName="existsMembershipRowDeleted" msprop:Generator_UserTableName="existsMembership" msprop:Generator_RowChangedName="existsMembershipRowChanged" msprop:Generator_RowEvArgName="existsMembershipRowChangeEvent" msprop:Generator_RowClassName="existsMembershipRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsOwner" msprop:Generator_TableClassName="existsOwnerDataTable" msprop:Generator_TableVarName="tableexistsOwner" msprop:Generator_TablePropName="existsOwner" msprop:Generator_RowDeletingName="existsOwnerRowDeleting" msprop:Generator_RowChangingName="existsOwnerRowChanging" msprop:Generator_RowEvHandlerName="existsOwnerRowChangeEventHandler" msprop:Generator_RowDeletedName="existsOwnerRowDeleted" msprop:Generator_UserTableName="existsOwner" msprop:Generator_RowChangedName="existsOwnerRowChanged" msprop:Generator_RowEvArgName="existsOwnerRowChangeEvent" msprop:Generator_RowClassName="existsOwnerRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsPart" msprop:Generator_TableClassName="existsPartDataTable" msprop:Generator_TableVarName="tableexistsPart" msprop:Generator_TablePropName="existsPart" msprop:Generator_RowDeletingName="existsPartRowDeleting" msprop:Generator_RowChangingName="existsPartRowChanging" msprop:Generator_RowEvHandlerName="existsPartRowChangeEventHandler" msprop:Generator_RowDeletedName="existsPartRowDeleted" msprop:Generator_UserTableName="existsPart" msprop:Generator_RowChangedName="existsPartRowChanged" msprop:Generator_RowEvArgName="existsPartRowChangeEvent" msprop:Generator_RowClassName="existsPartRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsPdf" msprop:Generator_TableClassName="existsPdfDataTable" msprop:Generator_TableVarName="tableexistsPdf" msprop:Generator_TablePropName="existsPdf" msprop:Generator_RowDeletingName="existsPdfRowDeleting" msprop:Generator_RowChangingName="existsPdfRowChanging" msprop:Generator_RowEvHandlerName="existsPdfRowChangeEventHandler" msprop:Generator_RowDeletedName="existsPdfRowDeleted" msprop:Generator_UserTableName="existsPdf" msprop:Generator_RowChangedName="existsPdfRowChanged" msprop:Generator_RowEvArgName="existsPdfRowChangeEvent" msprop:Generator_RowClassName="existsPdfRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsPermission" msprop:Generator_TableClassName="existsPermissionDataTable" msprop:Generator_TableVarName="tableexistsPermission" msprop:Generator_TablePropName="existsPermission" msprop:Generator_RowDeletingName="existsPermissionRowDeleting" msprop:Generator_RowChangingName="existsPermissionRowChanging" msprop:Generator_RowEvHandlerName="existsPermissionRowChangeEventHandler" msprop:Generator_RowDeletedName="existsPermissionRowDeleted" msprop:Generator_UserTableName="existsPermission" msprop:Generator_RowChangedName="existsPermissionRowChanged" msprop:Generator_RowEvArgName="existsPermissionRowChangeEvent" msprop:Generator_RowClassName="existsPermissionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsRevision" msprop:Generator_TableClassName="existsRevisionDataTable" msprop:Generator_TableVarName="tableexistsRevision" msprop:Generator_TablePropName="existsRevision" msprop:Generator_RowDeletingName="existsRevisionRowDeleting" msprop:Generator_RowChangingName="existsRevisionRowChanging" msprop:Generator_RowEvHandlerName="existsRevisionRowChangeEventHandler" msprop:Generator_RowDeletedName="existsRevisionRowDeleted" msprop:Generator_UserTableName="existsRevision" msprop:Generator_RowChangedName="existsRevisionRowChanged" msprop:Generator_RowEvArgName="existsRevisionRowChangeEvent" msprop:Generator_RowClassName="existsRevisionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsRODb" msprop:Generator_TableClassName="existsRODbDataTable" msprop:Generator_TableVarName="tableexistsRODb" msprop:Generator_TablePropName="existsRODb" msprop:Generator_RowDeletingName="existsRODbRowDeleting" msprop:Generator_RowChangingName="existsRODbRowChanging" msprop:Generator_RowEvHandlerName="existsRODbRowChangeEventHandler" msprop:Generator_RowDeletedName="existsRODbRowDeleted" msprop:Generator_UserTableName="existsRODb" msprop:Generator_RowChangedName="existsRODbRowChanged" msprop:Generator_RowEvArgName="existsRODbRowChangeEvent" msprop:Generator_RowClassName="existsRODbRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsROFst" msprop:Generator_TableClassName="existsROFstDataTable" msprop:Generator_TableVarName="tableexistsROFst" msprop:Generator_TablePropName="existsROFst" msprop:Generator_RowDeletingName="existsROFstRowDeleting" msprop:Generator_RowChangingName="existsROFstRowChanging" msprop:Generator_RowEvHandlerName="existsROFstRowChangeEventHandler" msprop:Generator_RowDeletedName="existsROFstRowDeleted" msprop:Generator_UserTableName="existsROFst" msprop:Generator_RowChangedName="existsROFstRowChanged" msprop:Generator_RowEvArgName="existsROFstRowChangeEvent" msprop:Generator_RowClassName="existsROFstRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsROImage" msprop:Generator_TableClassName="existsROImageDataTable" msprop:Generator_TableVarName="tableexistsROImage" msprop:Generator_TablePropName="existsROImage" msprop:Generator_RowDeletingName="existsROImageRowDeleting" msprop:Generator_RowChangingName="existsROImageRowChanging" msprop:Generator_RowEvHandlerName="existsROImageRowChangeEventHandler" msprop:Generator_RowDeletedName="existsROImageRowDeleted" msprop:Generator_UserTableName="existsROImage" msprop:Generator_RowChangedName="existsROImageRowChanged" msprop:Generator_RowEvArgName="existsROImageRowChangeEvent" msprop:Generator_RowClassName="existsROImageRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsRole" msprop:Generator_TableClassName="existsRoleDataTable" msprop:Generator_TableVarName="tableexistsRole" msprop:Generator_TablePropName="existsRole" msprop:Generator_RowDeletingName="existsRoleRowDeleting" msprop:Generator_RowChangingName="existsRoleRowChanging" msprop:Generator_RowEvHandlerName="existsRoleRowChangeEventHandler" msprop:Generator_RowDeletedName="existsRoleRowDeleted" msprop:Generator_UserTableName="existsRole" msprop:Generator_RowChangedName="existsRoleRowChanged" msprop:Generator_RowEvArgName="existsRoleRowChangeEvent" msprop:Generator_RowClassName="existsRoleRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsRoUsage" msprop:Generator_TableClassName="existsRoUsageDataTable" msprop:Generator_TableVarName="tableexistsRoUsage" msprop:Generator_TablePropName="existsRoUsage" msprop:Generator_RowDeletingName="existsRoUsageRowDeleting" msprop:Generator_RowChangingName="existsRoUsageRowChanging" msprop:Generator_RowEvHandlerName="existsRoUsageRowChangeEventHandler" msprop:Generator_RowDeletedName="existsRoUsageRowDeleted" msprop:Generator_UserTableName="existsRoUsage" msprop:Generator_RowChangedName="existsRoUsageRowChanged" msprop:Generator_RowEvArgName="existsRoUsageRowChangeEvent" msprop:Generator_RowClassName="existsRoUsageRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsSession" msprop:Generator_TableClassName="existsSessionDataTable" msprop:Generator_TableVarName="tableexistsSession" msprop:Generator_TablePropName="existsSession" msprop:Generator_RowDeletingName="existsSessionRowDeleting" msprop:Generator_RowChangingName="existsSessionRowChanging" msprop:Generator_RowEvHandlerName="existsSessionRowChangeEventHandler" msprop:Generator_RowDeletedName="existsSessionRowDeleted" msprop:Generator_UserTableName="existsSession" msprop:Generator_RowChangedName="existsSessionRowChanged" msprop:Generator_RowEvArgName="existsSessionRowChangeEvent" msprop:Generator_RowClassName="existsSessionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsStage" msprop:Generator_TableClassName="existsStageDataTable" msprop:Generator_TableVarName="tableexistsStage" msprop:Generator_TablePropName="existsStage" msprop:Generator_RowDeletingName="existsStageRowDeleting" msprop:Generator_RowChangingName="existsStageRowChanging" msprop:Generator_RowEvHandlerName="existsStageRowChangeEventHandler" msprop:Generator_RowDeletedName="existsStageRowDeleted" msprop:Generator_UserTableName="existsStage" msprop:Generator_RowChangedName="existsStageRowChanged" msprop:Generator_RowEvArgName="existsStageRowChangeEvent" msprop:Generator_RowClassName="existsStageRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsTransition" msprop:Generator_TableClassName="existsTransitionDataTable" msprop:Generator_TableVarName="tableexistsTransition" msprop:Generator_TablePropName="existsTransition" msprop:Generator_RowDeletingName="existsTransitionRowDeleting" msprop:Generator_RowChangingName="existsTransitionRowChanging" msprop:Generator_RowEvHandlerName="existsTransitionRowChangeEventHandler" msprop:Generator_RowDeletedName="existsTransitionRowDeleted" msprop:Generator_UserTableName="existsTransition" msprop:Generator_RowChangedName="existsTransitionRowChanged" msprop:Generator_RowEvArgName="existsTransitionRowChangeEvent" msprop:Generator_RowClassName="existsTransitionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsUser" msprop:Generator_TableClassName="existsUserDataTable" msprop:Generator_TableVarName="tableexistsUser" msprop:Generator_TablePropName="existsUser" msprop:Generator_RowDeletingName="existsUserRowDeleting" msprop:Generator_RowChangingName="existsUserRowChanging" msprop:Generator_RowEvHandlerName="existsUserRowChangeEventHandler" msprop:Generator_RowDeletedName="existsUserRowDeleted" msprop:Generator_UserTableName="existsUser" msprop:Generator_RowChangedName="existsUserRowChanged" msprop:Generator_RowEvArgName="existsUserRowChangeEvent" msprop:Generator_RowClassName="existsUserRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsVersion" msprop:Generator_TableClassName="existsVersionDataTable" msprop:Generator_TableVarName="tableexistsVersion" msprop:Generator_TablePropName="existsVersion" msprop:Generator_RowDeletingName="existsVersionRowDeleting" msprop:Generator_RowChangingName="existsVersionRowChanging" msprop:Generator_RowEvHandlerName="existsVersionRowChangeEventHandler" msprop:Generator_RowDeletedName="existsVersionRowDeleted" msprop:Generator_UserTableName="existsVersion" msprop:Generator_RowChangedName="existsVersionRowChanged" msprop:Generator_RowEvArgName="existsVersionRowChangeEvent" msprop:Generator_RowClassName="existsVersionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsZContent" msprop:Generator_TableClassName="existsZContentDataTable" msprop:Generator_TableVarName="tableexistsZContent" msprop:Generator_TablePropName="existsZContent" msprop:Generator_RowDeletingName="existsZContentRowDeleting" msprop:Generator_RowChangingName="existsZContentRowChanging" msprop:Generator_RowEvHandlerName="existsZContentRowChangeEventHandler" msprop:Generator_RowDeletedName="existsZContentRowDeleted" msprop:Generator_UserTableName="existsZContent" msprop:Generator_RowChangedName="existsZContentRowChanged" msprop:Generator_RowEvArgName="existsZContentRowChangeEvent" msprop:Generator_RowClassName="existsZContentRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="existsZTransition" msprop:Generator_TableClassName="existsZTransitionDataTable" msprop:Generator_TableVarName="tableexistsZTransition" msprop:Generator_TablePropName="existsZTransition" msprop:Generator_RowDeletingName="existsZTransitionRowDeleting" msprop:Generator_RowChangingName="existsZTransitionRowChanging" msprop:Generator_RowEvHandlerName="existsZTransitionRowChangeEventHandler" msprop:Generator_RowDeletedName="existsZTransitionRowDeleted" msprop:Generator_UserTableName="existsZTransition" msprop:Generator_RowChangedName="existsZTransitionRowChanged" msprop:Generator_RowEvArgName="existsZTransitionRowChangeEvent" msprop:Generator_RowClassName="existsZTransitionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Column1" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnColumn1" msprop:Generator_ColumnPropNameInRow="Column1" msprop:Generator_ColumnPropNameInTable="Column1Column" msprop:Generator_UserColumnName="Column1" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAffectedDRoUsages" msprop:Generator_TableClassName="getAffectedDRoUsagesDataTable" msprop:Generator_TableVarName="tablegetAffectedDRoUsages" msprop:Generator_TablePropName="getAffectedDRoUsages" msprop:Generator_RowDeletingName="getAffectedDRoUsagesRowDeleting" msprop:Generator_RowChangingName="getAffectedDRoUsagesRowChanging" msprop:Generator_RowEvHandlerName="getAffectedDRoUsagesRowChangeEventHandler" msprop:Generator_RowDeletedName="getAffectedDRoUsagesRowDeleted" msprop:Generator_UserTableName="getAffectedDRoUsages" msprop:Generator_RowChangedName="getAffectedDRoUsagesRowChanged" msprop:Generator_RowEvArgName="getAffectedDRoUsagesRowChangeEvent" msprop:Generator_RowClassName="getAffectedDRoUsagesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DROUsageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnDROUsageID" msprop:Generator_ColumnPropNameInRow="DROUsageID" msprop:Generator_ColumnPropNameInTable="DROUsageIDColumn" msprop:Generator_UserColumnName="DROUsageID" type="xs:int" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="Document_LibTitle" msprop:Generator_ColumnVarNameInTable="columnDocument_LibTitle" msprop:Generator_ColumnPropNameInRow="Document_LibTitle" msprop:Generator_ColumnPropNameInTable="Document_LibTitleColumn" msprop:Generator_UserColumnName="Document_LibTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1024" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_DocContent" msprop:Generator_ColumnVarNameInTable="columnDocument_DocContent" msprop:Generator_ColumnPropNameInRow="Document_DocContent" msprop:Generator_ColumnPropNameInTable="Document_DocContentColumn" msprop:Generator_UserColumnName="Document_DocContent" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Document_DocAscii" msprop:Generator_ColumnVarNameInTable="columnDocument_DocAscii" msprop:Generator_ColumnPropNameInRow="Document_DocAscii" msprop:Generator_ColumnPropNameInTable="Document_DocAsciiColumn" msprop:Generator_UserColumnName="Document_DocAscii" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_Config" msprop:Generator_ColumnVarNameInTable="columnDocument_Config" msprop:Generator_ColumnPropNameInRow="Document_Config" msprop:Generator_ColumnPropNameInTable="Document_ConfigColumn" msprop:Generator_UserColumnName="Document_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_DTS" msprop:Generator_ColumnVarNameInTable="columnDocument_DTS" msprop:Generator_ColumnPropNameInRow="Document_DTS" msprop:Generator_ColumnPropNameInTable="Document_DTSColumn" msprop:Generator_UserColumnName="Document_DTS" type="xs:dateTime" />
|
|
<xs:element name="Document_UserID" msprop:Generator_ColumnVarNameInTable="columnDocument_UserID" msprop:Generator_ColumnPropNameInRow="Document_UserID" msprop:Generator_ColumnPropNameInTable="Document_UserIDColumn" msprop:Generator_UserColumnName="Document_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_FileExtension" msprop:Generator_ColumnVarNameInTable="columnDocument_FileExtension" msprop:Generator_ColumnPropNameInRow="Document_FileExtension" msprop:Generator_ColumnPropNameInTable="Document_FileExtensionColumn" msprop:Generator_UserColumnName="Document_FileExtension">
|
|
<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="getAffectedRoUsages" msprop:Generator_TableClassName="getAffectedRoUsagesDataTable" msprop:Generator_TableVarName="tablegetAffectedRoUsages" msprop:Generator_TablePropName="getAffectedRoUsages" msprop:Generator_RowDeletingName="getAffectedRoUsagesRowDeleting" msprop:Generator_RowChangingName="getAffectedRoUsagesRowChanging" msprop:Generator_RowEvHandlerName="getAffectedRoUsagesRowChangeEventHandler" msprop:Generator_RowDeletedName="getAffectedRoUsagesRowDeleted" msprop:Generator_UserTableName="getAffectedRoUsages" msprop:Generator_RowChangedName="getAffectedRoUsagesRowChanged" msprop:Generator_RowEvArgName="getAffectedRoUsagesRowChangeEvent" msprop:Generator_RowClassName="getAffectedRoUsagesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROUsageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnROUsageID" msprop:Generator_ColumnPropNameInRow="ROUsageID" msprop:Generator_ColumnPropNameInTable="ROUsageIDColumn" msprop:Generator_UserColumnName="ROUsageID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="Content_Number" msprop:Generator_ColumnVarNameInTable="columnContent_Number" msprop:Generator_ColumnPropNameInRow="Content_Number" msprop:Generator_ColumnPropNameInTable="Content_NumberColumn" msprop:Generator_UserColumnName="Content_Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_Text" msprop:Generator_ColumnVarNameInTable="columnContent_Text" msprop:Generator_ColumnPropNameInRow="Content_Text" msprop:Generator_ColumnPropNameInTable="Content_TextColumn" msprop:Generator_UserColumnName="Content_Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_Type" msprop:Generator_ColumnVarNameInTable="columnContent_Type" msprop:Generator_ColumnPropNameInRow="Content_Type" msprop:Generator_ColumnPropNameInTable="Content_TypeColumn" msprop:Generator_UserColumnName="Content_Type" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Content_FormatID" msprop:Generator_ColumnVarNameInTable="columnContent_FormatID" msprop:Generator_ColumnPropNameInRow="Content_FormatID" msprop:Generator_ColumnPropNameInTable="Content_FormatIDColumn" msprop:Generator_UserColumnName="Content_FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Content_Config" msprop:Generator_ColumnVarNameInTable="columnContent_Config" msprop:Generator_ColumnPropNameInRow="Content_Config" msprop:Generator_ColumnPropNameInTable="Content_ConfigColumn" msprop:Generator_UserColumnName="Content_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_DTS" msprop:Generator_ColumnVarNameInTable="columnContent_DTS" msprop:Generator_ColumnPropNameInRow="Content_DTS" msprop:Generator_ColumnPropNameInTable="Content_DTSColumn" msprop:Generator_UserColumnName="Content_DTS" type="xs:dateTime" />
|
|
<xs:element name="Content_UserID" msprop:Generator_ColumnVarNameInTable="columnContent_UserID" msprop:Generator_ColumnPropNameInRow="Content_UserID" msprop:Generator_ColumnPropNameInTable="Content_UserIDColumn" msprop:Generator_UserColumnName="Content_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAffectedTransitions" msprop:Generator_TableClassName="getAffectedTransitionsDataTable" msprop:Generator_TableVarName="tablegetAffectedTransitions" msprop:Generator_TablePropName="getAffectedTransitions" msprop:Generator_RowDeletingName="getAffectedTransitionsRowDeleting" msprop:Generator_RowChangingName="getAffectedTransitionsRowChanging" msprop:Generator_RowEvHandlerName="getAffectedTransitionsRowChangeEventHandler" msprop:Generator_RowDeletedName="getAffectedTransitionsRowDeleted" msprop:Generator_UserTableName="getAffectedTransitions" msprop:Generator_RowChangedName="getAffectedTransitionsRowChanged" msprop:Generator_RowEvArgName="getAffectedTransitionsRowChangeEvent" msprop:Generator_RowClassName="getAffectedTransitionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" />
|
|
<xs:element name="IsRange" msprop:Generator_ColumnVarNameInTable="columnIsRange" msprop:Generator_ColumnPropNameInRow="IsRange" msprop:Generator_ColumnPropNameInTable="IsRangeColumn" msprop:Generator_UserColumnName="IsRange" type="xs:int" />
|
|
<xs:element name="TranType" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ZTransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZTransitionCount" msprop:Generator_ColumnPropNameInRow="ZTransitionCount" msprop:Generator_ColumnPropNameInTable="ZTransitionCountColumn" msprop:Generator_UserColumnName="ZTransitionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAllFormats" msprop:Generator_TableClassName="getAllFormatsDataTable" msprop:Generator_TableVarName="tablegetAllFormats" msprop:Generator_TablePropName="getAllFormats" msprop:Generator_RowDeletingName="getAllFormatsRowDeleting" msprop:Generator_RowChangingName="getAllFormatsRowChanging" msprop:Generator_RowEvHandlerName="getAllFormatsRowChangeEventHandler" msprop:Generator_RowDeletedName="getAllFormatsRowDeleted" msprop:Generator_UserTableName="getAllFormats" msprop:Generator_RowChangedName="getAllFormatsRowChanged" msprop:Generator_RowEvArgName="getAllFormatsRowChangeEvent" msprop:Generator_RowClassName="getAllFormatsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FormatID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GenMac" msprop:Generator_ColumnVarNameInTable="columnGenMac" msprop:Generator_ColumnPropNameInRow="GenMac" msprop:Generator_ColumnPropNameInTable="GenMacColumn" msprop:Generator_UserColumnName="GenMac" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ApplicablePlant" msprop:Generator_ColumnVarNameInTable="columnApplicablePlant" msprop:Generator_ColumnPropNameInRow="ApplicablePlant" msprop:Generator_ColumnPropNameInTable="ApplicablePlantColumn" msprop:Generator_UserColumnName="ApplicablePlant" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentCount" msprop:Generator_ColumnPropNameInRow="ContentCount" msprop:Generator_ColumnPropNameInTable="ContentCountColumn" msprop:Generator_UserColumnName="ContentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FolderCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFolderCount" msprop:Generator_ColumnPropNameInRow="FolderCount" msprop:Generator_ColumnPropNameInTable="FolderCountColumn" msprop:Generator_UserColumnName="FolderCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChildCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChildCount" msprop:Generator_ColumnPropNameInRow="ChildCount" msprop:Generator_ColumnPropNameInTable="ChildCountColumn" msprop:Generator_UserColumnName="ChildCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAnnotation" msprop:Generator_TableClassName="getAnnotationDataTable" msprop:Generator_TableVarName="tablegetAnnotation" msprop:Generator_TablePropName="getAnnotation" msprop:Generator_RowDeletingName="getAnnotationRowDeleting" msprop:Generator_RowChangingName="getAnnotationRowChanging" msprop:Generator_RowEvHandlerName="getAnnotationRowChangeEventHandler" msprop:Generator_RowDeletedName="getAnnotationRowDeleted" msprop:Generator_UserTableName="getAnnotation" msprop:Generator_RowChangedName="getAnnotationRowChanged" msprop:Generator_RowEvArgName="getAnnotationRowChangeEvent" msprop:Generator_RowClassName="getAnnotationRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AnnotationID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationID" msprop:Generator_ColumnPropNameInRow="AnnotationID" msprop:Generator_ColumnPropNameInTable="AnnotationIDColumn" msprop:Generator_UserColumnName="AnnotationID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RtfText" msprop:Generator_ColumnVarNameInTable="columnRtfText" msprop:Generator_ColumnPropNameInRow="RtfText" msprop:Generator_ColumnPropNameInTable="RtfTextColumn" msprop:Generator_UserColumnName="RtfText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SearchText" msprop:Generator_ColumnVarNameInTable="columnSearchText" msprop:Generator_ColumnPropNameInRow="SearchText" msprop:Generator_ColumnPropNameInTable="SearchTextColumn" msprop:Generator_UserColumnName="SearchText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAnnotationAudit" msprop:Generator_TableClassName="getAnnotationAuditDataTable" msprop:Generator_TableVarName="tablegetAnnotationAudit" msprop:Generator_TablePropName="getAnnotationAudit" msprop:Generator_RowDeletingName="getAnnotationAuditRowDeleting" msprop:Generator_RowChangingName="getAnnotationAuditRowChanging" msprop:Generator_RowEvHandlerName="getAnnotationAuditRowChangeEventHandler" msprop:Generator_RowDeletedName="getAnnotationAuditRowDeleted" msprop:Generator_UserTableName="getAnnotationAudit" msprop:Generator_RowChangedName="getAnnotationAuditRowChanged" msprop:Generator_RowEvArgName="getAnnotationAuditRowChangeEvent" msprop:Generator_RowClassName="getAnnotationAuditRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="AnnotationID" msprop:Generator_ColumnVarNameInTable="columnAnnotationID" msprop:Generator_ColumnPropNameInRow="AnnotationID" msprop:Generator_ColumnPropNameInTable="AnnotationIDColumn" msprop:Generator_UserColumnName="AnnotationID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RtfText" msprop:Generator_ColumnVarNameInTable="columnRtfText" msprop:Generator_ColumnPropNameInRow="RtfText" msprop:Generator_ColumnPropNameInTable="RtfTextColumn" msprop:Generator_UserColumnName="RtfText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SearchText" msprop:Generator_ColumnVarNameInTable="columnSearchText" msprop:Generator_ColumnPropNameInRow="SearchText" msprop:Generator_ColumnPropNameInTable="SearchTextColumn" msprop:Generator_UserColumnName="SearchText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAnnotationAudits" msprop:Generator_TableClassName="getAnnotationAuditsDataTable" msprop:Generator_TableVarName="tablegetAnnotationAudits" msprop:Generator_TablePropName="getAnnotationAudits" msprop:Generator_RowDeletingName="getAnnotationAuditsRowDeleting" msprop:Generator_RowChangingName="getAnnotationAuditsRowChanging" msprop:Generator_RowEvHandlerName="getAnnotationAuditsRowChangeEventHandler" msprop:Generator_RowDeletedName="getAnnotationAuditsRowDeleted" msprop:Generator_UserTableName="getAnnotationAudits" msprop:Generator_RowChangedName="getAnnotationAuditsRowChanged" msprop:Generator_RowEvArgName="getAnnotationAuditsRowChangeEvent" msprop:Generator_RowClassName="getAnnotationAuditsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="AnnotationID" msprop:Generator_ColumnVarNameInTable="columnAnnotationID" msprop:Generator_ColumnPropNameInRow="AnnotationID" msprop:Generator_ColumnPropNameInTable="AnnotationIDColumn" msprop:Generator_UserColumnName="AnnotationID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RtfText" msprop:Generator_ColumnVarNameInTable="columnRtfText" msprop:Generator_ColumnPropNameInRow="RtfText" msprop:Generator_ColumnPropNameInTable="RtfTextColumn" msprop:Generator_UserColumnName="RtfText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SearchText" msprop:Generator_ColumnVarNameInTable="columnSearchText" msprop:Generator_ColumnPropNameInRow="SearchText" msprop:Generator_ColumnPropNameInTable="SearchTextColumn" msprop:Generator_UserColumnName="SearchText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAnnotationAuditsByAnnotationID" msprop:Generator_TableClassName="getAnnotationAuditsByAnnotationIDDataTable" msprop:Generator_TableVarName="tablegetAnnotationAuditsByAnnotationID" msprop:Generator_TablePropName="getAnnotationAuditsByAnnotationID" msprop:Generator_RowDeletingName="getAnnotationAuditsByAnnotationIDRowDeleting" msprop:Generator_RowChangingName="getAnnotationAuditsByAnnotationIDRowChanging" msprop:Generator_RowEvHandlerName="getAnnotationAuditsByAnnotationIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getAnnotationAuditsByAnnotationIDRowDeleted" msprop:Generator_UserTableName="getAnnotationAuditsByAnnotationID" msprop:Generator_RowChangedName="getAnnotationAuditsByAnnotationIDRowChanged" msprop:Generator_RowEvArgName="getAnnotationAuditsByAnnotationIDRowChangeEvent" msprop:Generator_RowClassName="getAnnotationAuditsByAnnotationIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="AnnotationID" msprop:Generator_ColumnVarNameInTable="columnAnnotationID" msprop:Generator_ColumnPropNameInRow="AnnotationID" msprop:Generator_ColumnPropNameInTable="AnnotationIDColumn" msprop:Generator_UserColumnName="AnnotationID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RtfText" msprop:Generator_ColumnVarNameInTable="columnRtfText" msprop:Generator_ColumnPropNameInRow="RtfText" msprop:Generator_ColumnPropNameInTable="RtfTextColumn" msprop:Generator_UserColumnName="RtfText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SearchText" msprop:Generator_ColumnVarNameInTable="columnSearchText" msprop:Generator_ColumnPropNameInRow="SearchText" msprop:Generator_ColumnPropNameInTable="SearchTextColumn" msprop:Generator_UserColumnName="SearchText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAnnotationAuditsByItemID" msprop:Generator_TableClassName="getAnnotationAuditsByItemIDDataTable" msprop:Generator_TableVarName="tablegetAnnotationAuditsByItemID" msprop:Generator_TablePropName="getAnnotationAuditsByItemID" msprop:Generator_RowDeletingName="getAnnotationAuditsByItemIDRowDeleting" msprop:Generator_RowChangingName="getAnnotationAuditsByItemIDRowChanging" msprop:Generator_RowEvHandlerName="getAnnotationAuditsByItemIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getAnnotationAuditsByItemIDRowDeleted" msprop:Generator_UserTableName="getAnnotationAuditsByItemID" msprop:Generator_RowChangedName="getAnnotationAuditsByItemIDRowChanged" msprop:Generator_RowEvArgName="getAnnotationAuditsByItemIDRowChangeEvent" msprop:Generator_RowClassName="getAnnotationAuditsByItemIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="AnnotationID" msprop:Generator_ColumnVarNameInTable="columnAnnotationID" msprop:Generator_ColumnPropNameInRow="AnnotationID" msprop:Generator_ColumnPropNameInTable="AnnotationIDColumn" msprop:Generator_UserColumnName="AnnotationID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RtfText" msprop:Generator_ColumnVarNameInTable="columnRtfText" msprop:Generator_ColumnPropNameInRow="RtfText" msprop:Generator_ColumnPropNameInTable="RtfTextColumn" msprop:Generator_UserColumnName="RtfText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SearchText" msprop:Generator_ColumnVarNameInTable="columnSearchText" msprop:Generator_ColumnPropNameInRow="SearchText" msprop:Generator_ColumnPropNameInTable="SearchTextColumn" msprop:Generator_UserColumnName="SearchText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAnnotationAuditsChronologyByItemID" msprop:Generator_TableClassName="getAnnotationAuditsChronologyByItemIDDataTable" msprop:Generator_TableVarName="tablegetAnnotationAuditsChronologyByItemID" msprop:Generator_TablePropName="getAnnotationAuditsChronologyByItemID" msprop:Generator_RowDeletingName="getAnnotationAuditsChronologyByItemIDRowDeleting" msprop:Generator_RowChangingName="getAnnotationAuditsChronologyByItemIDRowChanging" msprop:Generator_RowEvHandlerName="getAnnotationAuditsChronologyByItemIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getAnnotationAuditsChronologyByItemIDRowDeleted" msprop:Generator_UserTableName="getAnnotationAuditsChronologyByItemID" msprop:Generator_RowChangedName="getAnnotationAuditsChronologyByItemIDRowChanged" msprop:Generator_RowEvArgName="getAnnotationAuditsChronologyByItemIDRowChangeEvent" msprop:Generator_RowClassName="getAnnotationAuditsChronologyByItemIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ActionWhat" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnActionWhat" msprop:Generator_ColumnPropNameInRow="ActionWhat" msprop:Generator_ColumnPropNameInTable="ActionWhatColumn" msprop:Generator_UserColumnName="ActionWhat" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ActionWhen" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnActionWhen" msprop:Generator_ColumnPropNameInRow="ActionWhen" msprop:Generator_ColumnPropNameInTable="ActionWhenColumn" msprop:Generator_UserColumnName="ActionWhen" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="auditid" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnauditid" msprop:Generator_ColumnPropNameInRow="auditid" msprop:Generator_ColumnPropNameInTable="auditidColumn" msprop:Generator_UserColumnName="auditid" type="xs:long" minOccurs="0" />
|
|
<xs:element name="annotationid" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnannotationid" msprop:Generator_ColumnPropNameInRow="annotationid" msprop:Generator_ColumnPropNameInTable="annotationidColumn" msprop:Generator_UserColumnName="annotationid" type="xs:int" minOccurs="0" />
|
|
<xs:element name="itemid" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnitemid" msprop:Generator_ColumnPropNameInRow="itemid" msprop:Generator_ColumnPropNameInTable="itemidColumn" msprop:Generator_UserColumnName="itemid" type="xs:int" minOccurs="0" />
|
|
<xs:element name="typeid" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columntypeid" msprop:Generator_ColumnPropNameInRow="typeid" msprop:Generator_ColumnPropNameInTable="typeidColumn" msprop:Generator_UserColumnName="typeid" type="xs:int" minOccurs="0" />
|
|
<xs:element name="rtftext" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnrtftext" msprop:Generator_ColumnPropNameInRow="rtftext" msprop:Generator_ColumnPropNameInTable="rtftextColumn" msprop:Generator_UserColumnName="rtftext" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="searchtext" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnsearchtext" msprop:Generator_ColumnPropNameInRow="searchtext" msprop:Generator_ColumnPropNameInTable="searchtextColumn" msprop:Generator_UserColumnName="searchtext" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="config" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnconfig" msprop:Generator_ColumnPropNameInRow="config" msprop:Generator_ColumnPropNameInTable="configColumn" msprop:Generator_UserColumnName="config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="dts" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndts" msprop:Generator_ColumnPropNameInRow="dts" msprop:Generator_ColumnPropNameInTable="dtsColumn" msprop:Generator_UserColumnName="dts" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="userid" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnuserid" msprop:Generator_ColumnPropNameInRow="userid" msprop:Generator_ColumnPropNameInTable="useridColumn" msprop:Generator_UserColumnName="userid" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="deletestatus" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndeletestatus" msprop:Generator_ColumnPropNameInRow="deletestatus" msprop:Generator_ColumnPropNameInTable="deletestatusColumn" msprop:Generator_UserColumnName="deletestatus" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ActionDTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnActionDTS" msprop:Generator_ColumnPropNameInRow="ActionDTS" msprop:Generator_ColumnPropNameInTable="ActionDTSColumn" msprop:Generator_UserColumnName="ActionDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="icontentid" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnicontentid" msprop:Generator_ColumnPropNameInRow="icontentid" msprop:Generator_ColumnPropNameInTable="icontentidColumn" msprop:Generator_UserColumnName="icontentid" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemDTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemDTS" msprop:Generator_ColumnPropNameInRow="ItemDTS" msprop:Generator_ColumnPropNameInTable="ItemDTSColumn" msprop:Generator_UserColumnName="ItemDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="LastAuditID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastAuditID" msprop:Generator_ColumnPropNameInRow="LastAuditID" msprop:Generator_ColumnPropNameInTable="LastAuditIDColumn" msprop:Generator_UserColumnName="LastAuditID" type="xs:long" minOccurs="0" />
|
|
<xs:element name="DeletedAuditID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDeletedAuditID" msprop:Generator_ColumnPropNameInRow="DeletedAuditID" msprop:Generator_ColumnPropNameInTable="DeletedAuditIDColumn" msprop:Generator_UserColumnName="DeletedAuditID" type="xs:long" minOccurs="0" />
|
|
<xs:element name="ordinalpath" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnordinalpath" msprop:Generator_ColumnPropNameInRow="ordinalpath" msprop:Generator_ColumnPropNameInTable="ordinalpathColumn" msprop:Generator_UserColumnName="ordinalpath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAnnotationAuditsChronologyByItemIDandUnitID" msprop:Generator_TableClassName="getAnnotationAuditsChronologyByItemIDandUnitIDDataTable" msprop:Generator_TableVarName="tablegetAnnotationAuditsChronologyByItemIDandUnitID" msprop:Generator_TablePropName="getAnnotationAuditsChronologyByItemIDandUnitID" msprop:Generator_RowDeletingName="getAnnotationAuditsChronologyByItemIDandUnitIDRowDeleting" msprop:Generator_RowChangingName="getAnnotationAuditsChronologyByItemIDandUnitIDRowChanging" msprop:Generator_RowEvHandlerName="getAnnotationAuditsChronologyByItemIDandUnitIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getAnnotationAuditsChronologyByItemIDandUnitIDRowDeleted" msprop:Generator_UserTableName="getAnnotationAuditsChronologyByItemIDandUnitID" msprop:Generator_RowChangedName="getAnnotationAuditsChronologyByItemIDandUnitIDRowChanged" msprop:Generator_RowEvArgName="getAnnotationAuditsChronologyByItemIDandUnitIDRowChangeEvent" msprop:Generator_RowClassName="getAnnotationAuditsChronologyByItemIDandUnitIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ActionWhat" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnActionWhat" msprop:Generator_ColumnPropNameInRow="ActionWhat" msprop:Generator_ColumnPropNameInTable="ActionWhatColumn" msprop:Generator_UserColumnName="ActionWhat" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ActionWhen" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnActionWhen" msprop:Generator_ColumnPropNameInRow="ActionWhen" msprop:Generator_ColumnPropNameInTable="ActionWhenColumn" msprop:Generator_UserColumnName="ActionWhen" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="auditid" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnauditid" msprop:Generator_ColumnPropNameInRow="auditid" msprop:Generator_ColumnPropNameInTable="auditidColumn" msprop:Generator_UserColumnName="auditid" type="xs:long" minOccurs="0" />
|
|
<xs:element name="annotationid" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnannotationid" msprop:Generator_ColumnPropNameInRow="annotationid" msprop:Generator_ColumnPropNameInTable="annotationidColumn" msprop:Generator_UserColumnName="annotationid" type="xs:int" minOccurs="0" />
|
|
<xs:element name="itemid" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnitemid" msprop:Generator_ColumnPropNameInRow="itemid" msprop:Generator_ColumnPropNameInTable="itemidColumn" msprop:Generator_UserColumnName="itemid" type="xs:int" minOccurs="0" />
|
|
<xs:element name="typeid" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columntypeid" msprop:Generator_ColumnPropNameInRow="typeid" msprop:Generator_ColumnPropNameInTable="typeidColumn" msprop:Generator_UserColumnName="typeid" type="xs:int" minOccurs="0" />
|
|
<xs:element name="rtftext" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnrtftext" msprop:Generator_ColumnPropNameInRow="rtftext" msprop:Generator_ColumnPropNameInTable="rtftextColumn" msprop:Generator_UserColumnName="rtftext" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="searchtext" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnsearchtext" msprop:Generator_ColumnPropNameInRow="searchtext" msprop:Generator_ColumnPropNameInTable="searchtextColumn" msprop:Generator_UserColumnName="searchtext" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="config" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnconfig" msprop:Generator_ColumnPropNameInRow="config" msprop:Generator_ColumnPropNameInTable="configColumn" msprop:Generator_UserColumnName="config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="dts" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndts" msprop:Generator_ColumnPropNameInRow="dts" msprop:Generator_ColumnPropNameInTable="dtsColumn" msprop:Generator_UserColumnName="dts" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="userid" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnuserid" msprop:Generator_ColumnPropNameInRow="userid" msprop:Generator_ColumnPropNameInTable="useridColumn" msprop:Generator_UserColumnName="userid" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="deletestatus" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndeletestatus" msprop:Generator_ColumnPropNameInRow="deletestatus" msprop:Generator_ColumnPropNameInTable="deletestatusColumn" msprop:Generator_UserColumnName="deletestatus" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ActionDTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnActionDTS" msprop:Generator_ColumnPropNameInRow="ActionDTS" msprop:Generator_ColumnPropNameInTable="ActionDTSColumn" msprop:Generator_UserColumnName="ActionDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="icontentid" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnicontentid" msprop:Generator_ColumnPropNameInRow="icontentid" msprop:Generator_ColumnPropNameInTable="icontentidColumn" msprop:Generator_UserColumnName="icontentid" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemDTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemDTS" msprop:Generator_ColumnPropNameInRow="ItemDTS" msprop:Generator_ColumnPropNameInTable="ItemDTSColumn" msprop:Generator_UserColumnName="ItemDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="LastAuditID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastAuditID" msprop:Generator_ColumnPropNameInRow="LastAuditID" msprop:Generator_ColumnPropNameInTable="LastAuditIDColumn" msprop:Generator_UserColumnName="LastAuditID" type="xs:long" minOccurs="0" />
|
|
<xs:element name="DeletedAuditID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDeletedAuditID" msprop:Generator_ColumnPropNameInRow="DeletedAuditID" msprop:Generator_ColumnPropNameInTable="DeletedAuditIDColumn" msprop:Generator_UserColumnName="DeletedAuditID" type="xs:long" minOccurs="0" />
|
|
<xs:element name="ordinalpath" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnordinalpath" msprop:Generator_ColumnPropNameInRow="ordinalpath" msprop:Generator_ColumnPropNameInTable="ordinalpathColumn" msprop:Generator_UserColumnName="ordinalpath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAnnotations" msprop:Generator_TableClassName="getAnnotationsDataTable" msprop:Generator_TableVarName="tablegetAnnotations" msprop:Generator_TablePropName="getAnnotations" msprop:Generator_RowDeletingName="getAnnotationsRowDeleting" msprop:Generator_RowChangingName="getAnnotationsRowChanging" msprop:Generator_RowEvHandlerName="getAnnotationsRowChangeEventHandler" msprop:Generator_RowDeletedName="getAnnotationsRowDeleted" msprop:Generator_UserTableName="getAnnotations" msprop:Generator_RowChangedName="getAnnotationsRowChanged" msprop:Generator_RowEvArgName="getAnnotationsRowChangeEvent" msprop:Generator_RowClassName="getAnnotationsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AnnotationID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationID" msprop:Generator_ColumnPropNameInRow="AnnotationID" msprop:Generator_ColumnPropNameInTable="AnnotationIDColumn" msprop:Generator_UserColumnName="AnnotationID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RtfText" msprop:Generator_ColumnVarNameInTable="columnRtfText" msprop:Generator_ColumnPropNameInRow="RtfText" msprop:Generator_ColumnPropNameInTable="RtfTextColumn" msprop:Generator_UserColumnName="RtfText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SearchText" msprop:Generator_ColumnVarNameInTable="columnSearchText" msprop:Generator_ColumnPropNameInRow="SearchText" msprop:Generator_ColumnPropNameInTable="SearchTextColumn" msprop:Generator_UserColumnName="SearchText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAnnotationsByItemID" msprop:Generator_TableClassName="getAnnotationsByItemIDDataTable" msprop:Generator_TableVarName="tablegetAnnotationsByItemID" msprop:Generator_TablePropName="getAnnotationsByItemID" msprop:Generator_RowDeletingName="getAnnotationsByItemIDRowDeleting" msprop:Generator_RowChangingName="getAnnotationsByItemIDRowChanging" msprop:Generator_RowEvHandlerName="getAnnotationsByItemIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getAnnotationsByItemIDRowDeleted" msprop:Generator_UserTableName="getAnnotationsByItemID" msprop:Generator_RowChangedName="getAnnotationsByItemIDRowChanged" msprop:Generator_RowEvArgName="getAnnotationsByItemIDRowChangeEvent" msprop:Generator_RowClassName="getAnnotationsByItemIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AnnotationID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationID" msprop:Generator_ColumnPropNameInRow="AnnotationID" msprop:Generator_ColumnPropNameInTable="AnnotationIDColumn" msprop:Generator_UserColumnName="AnnotationID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RtfText" msprop:Generator_ColumnVarNameInTable="columnRtfText" msprop:Generator_ColumnPropNameInRow="RtfText" msprop:Generator_ColumnPropNameInTable="RtfTextColumn" msprop:Generator_UserColumnName="RtfText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SearchText" msprop:Generator_ColumnVarNameInTable="columnSearchText" msprop:Generator_ColumnPropNameInRow="SearchText" msprop:Generator_ColumnPropNameInTable="SearchTextColumn" msprop:Generator_UserColumnName="SearchText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationType_Name" msprop:Generator_ColumnVarNameInTable="columnAnnotationType_Name" msprop:Generator_ColumnPropNameInRow="AnnotationType_Name" msprop:Generator_ColumnPropNameInTable="AnnotationType_NameColumn" msprop:Generator_UserColumnName="AnnotationType_Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AnnotationType_Config" msprop:Generator_ColumnVarNameInTable="columnAnnotationType_Config" msprop:Generator_ColumnPropNameInRow="AnnotationType_Config" msprop:Generator_ColumnPropNameInTable="AnnotationType_ConfigColumn" msprop:Generator_UserColumnName="AnnotationType_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AnnotationType_DTS" msprop:Generator_ColumnVarNameInTable="columnAnnotationType_DTS" msprop:Generator_ColumnPropNameInRow="AnnotationType_DTS" msprop:Generator_ColumnPropNameInTable="AnnotationType_DTSColumn" msprop:Generator_UserColumnName="AnnotationType_DTS" type="xs:dateTime" />
|
|
<xs:element name="AnnotationType_UserID" msprop:Generator_ColumnVarNameInTable="columnAnnotationType_UserID" msprop:Generator_ColumnPropNameInRow="AnnotationType_UserID" msprop:Generator_ColumnPropNameInTable="AnnotationType_UserIDColumn" msprop:Generator_UserColumnName="AnnotationType_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAnnotationsByTypeID" msprop:Generator_TableClassName="getAnnotationsByTypeIDDataTable" msprop:Generator_TableVarName="tablegetAnnotationsByTypeID" msprop:Generator_TablePropName="getAnnotationsByTypeID" msprop:Generator_RowDeletingName="getAnnotationsByTypeIDRowDeleting" msprop:Generator_RowChangingName="getAnnotationsByTypeIDRowChanging" msprop:Generator_RowEvHandlerName="getAnnotationsByTypeIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getAnnotationsByTypeIDRowDeleted" msprop:Generator_UserTableName="getAnnotationsByTypeID" msprop:Generator_RowChangedName="getAnnotationsByTypeIDRowChanged" msprop:Generator_RowEvArgName="getAnnotationsByTypeIDRowChangeEvent" msprop:Generator_RowClassName="getAnnotationsByTypeIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AnnotationID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationID" msprop:Generator_ColumnPropNameInRow="AnnotationID" msprop:Generator_ColumnPropNameInTable="AnnotationIDColumn" msprop:Generator_UserColumnName="AnnotationID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RtfText" msprop:Generator_ColumnVarNameInTable="columnRtfText" msprop:Generator_ColumnPropNameInRow="RtfText" msprop:Generator_ColumnPropNameInTable="RtfTextColumn" msprop:Generator_UserColumnName="RtfText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SearchText" msprop:Generator_ColumnVarNameInTable="columnSearchText" msprop:Generator_ColumnPropNameInRow="SearchText" msprop:Generator_ColumnPropNameInTable="SearchTextColumn" msprop:Generator_UserColumnName="SearchText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Item_PreviousID" msprop:Generator_ColumnVarNameInTable="columnItem_PreviousID" msprop:Generator_ColumnPropNameInRow="Item_PreviousID" msprop:Generator_ColumnPropNameInTable="Item_PreviousIDColumn" msprop:Generator_UserColumnName="Item_PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Item_ContentID" msprop:Generator_ColumnVarNameInTable="columnItem_ContentID" msprop:Generator_ColumnPropNameInRow="Item_ContentID" msprop:Generator_ColumnPropNameInTable="Item_ContentIDColumn" msprop:Generator_UserColumnName="Item_ContentID" type="xs:int" />
|
|
<xs:element name="Item_DTS" msprop:Generator_ColumnVarNameInTable="columnItem_DTS" msprop:Generator_ColumnPropNameInRow="Item_DTS" msprop:Generator_ColumnPropNameInTable="Item_DTSColumn" msprop:Generator_UserColumnName="Item_DTS" type="xs:dateTime" />
|
|
<xs:element name="Item_UserID" msprop:Generator_ColumnVarNameInTable="columnItem_UserID" msprop:Generator_ColumnPropNameInRow="Item_UserID" msprop:Generator_ColumnPropNameInTable="Item_UserIDColumn" msprop:Generator_UserColumnName="Item_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAnnotationType" msprop:Generator_TableClassName="getAnnotationTypeDataTable" msprop:Generator_TableVarName="tablegetAnnotationType" msprop:Generator_TablePropName="getAnnotationType" msprop:Generator_RowDeletingName="getAnnotationTypeRowDeleting" msprop:Generator_RowChangingName="getAnnotationTypeRowChanging" msprop:Generator_RowEvHandlerName="getAnnotationTypeRowChangeEventHandler" msprop:Generator_RowDeletedName="getAnnotationTypeRowDeleted" msprop:Generator_UserTableName="getAnnotationType" msprop:Generator_RowChangedName="getAnnotationTypeRowChanged" msprop:Generator_RowEvArgName="getAnnotationTypeRowChangeEvent" msprop:Generator_RowClassName="getAnnotationTypeRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TypeID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAnnotationTypeByName" msprop:Generator_TableClassName="getAnnotationTypeByNameDataTable" msprop:Generator_TableVarName="tablegetAnnotationTypeByName" msprop:Generator_TablePropName="getAnnotationTypeByName" msprop:Generator_RowDeletingName="getAnnotationTypeByNameRowDeleting" msprop:Generator_RowChangingName="getAnnotationTypeByNameRowChanging" msprop:Generator_RowEvHandlerName="getAnnotationTypeByNameRowChangeEventHandler" msprop:Generator_RowDeletedName="getAnnotationTypeByNameRowDeleted" msprop:Generator_UserTableName="getAnnotationTypeByName" msprop:Generator_RowChangedName="getAnnotationTypeByNameRowChanged" msprop:Generator_RowEvArgName="getAnnotationTypeByNameRowChangeEvent" msprop:Generator_RowClassName="getAnnotationTypeByNameRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TypeID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAnnotationTypes" msprop:Generator_TableClassName="getAnnotationTypesDataTable" msprop:Generator_TableVarName="tablegetAnnotationTypes" msprop:Generator_TablePropName="getAnnotationTypes" msprop:Generator_RowDeletingName="getAnnotationTypesRowDeleting" msprop:Generator_RowChangingName="getAnnotationTypesRowChanging" msprop:Generator_RowEvHandlerName="getAnnotationTypesRowChangeEventHandler" msprop:Generator_RowDeletedName="getAnnotationTypesRowDeleted" msprop:Generator_UserTableName="getAnnotationTypes" msprop:Generator_RowChangedName="getAnnotationTypesRowChanged" msprop:Generator_RowEvArgName="getAnnotationTypesRowChangeEvent" msprop:Generator_RowClassName="getAnnotationTypesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TypeID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAssignment" msprop:Generator_TableClassName="getAssignmentDataTable" msprop:Generator_TableVarName="tablegetAssignment" msprop:Generator_TablePropName="getAssignment" msprop:Generator_RowDeletingName="getAssignmentRowDeleting" msprop:Generator_RowChangingName="getAssignmentRowChanging" msprop:Generator_RowEvHandlerName="getAssignmentRowChangeEventHandler" msprop:Generator_RowDeletedName="getAssignmentRowDeleted" msprop:Generator_UserTableName="getAssignment" msprop:Generator_RowChangedName="getAssignmentRowChanged" msprop:Generator_RowEvArgName="getAssignmentRowChangeEvent" msprop:Generator_RowClassName="getAssignmentRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAID" msprop:Generator_ColumnPropNameInRow="AID" msprop:Generator_ColumnPropNameInTable="AIDColumn" msprop:Generator_UserColumnName="AID" type="xs:int" />
|
|
<xs:element name="GID" msprop:Generator_ColumnVarNameInTable="columnGID" msprop:Generator_ColumnPropNameInRow="GID" msprop:Generator_ColumnPropNameInTable="GIDColumn" msprop:Generator_UserColumnName="GID" type="xs:int" />
|
|
<xs:element name="RID" msprop:Generator_ColumnVarNameInTable="columnRID" msprop:Generator_ColumnPropNameInRow="RID" msprop:Generator_ColumnPropNameInTable="RIDColumn" msprop:Generator_UserColumnName="RID" type="xs:int" />
|
|
<xs:element name="FolderID" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="StartDate" msprop:Generator_ColumnVarNameInTable="columnStartDate" msprop:Generator_ColumnPropNameInRow="StartDate" msprop:Generator_ColumnPropNameInTable="StartDateColumn" msprop:Generator_UserColumnName="StartDate" type="xs:dateTime" />
|
|
<xs:element name="EndDate" msprop:Generator_ColumnVarNameInTable="columnEndDate" msprop:Generator_ColumnPropNameInRow="EndDate" msprop:Generator_ColumnPropNameInTable="EndDateColumn" msprop:Generator_UserColumnName="EndDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAssignments" msprop:Generator_TableClassName="getAssignmentsDataTable" msprop:Generator_TableVarName="tablegetAssignments" msprop:Generator_TablePropName="getAssignments" msprop:Generator_RowDeletingName="getAssignmentsRowDeleting" msprop:Generator_RowChangingName="getAssignmentsRowChanging" msprop:Generator_RowEvHandlerName="getAssignmentsRowChangeEventHandler" msprop:Generator_RowDeletedName="getAssignmentsRowDeleted" msprop:Generator_UserTableName="getAssignments" msprop:Generator_RowChangedName="getAssignmentsRowChanged" msprop:Generator_RowEvArgName="getAssignmentsRowChangeEvent" msprop:Generator_RowClassName="getAssignmentsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAID" msprop:Generator_ColumnPropNameInRow="AID" msprop:Generator_ColumnPropNameInTable="AIDColumn" msprop:Generator_UserColumnName="AID" type="xs:int" />
|
|
<xs:element name="GID" msprop:Generator_ColumnVarNameInTable="columnGID" msprop:Generator_ColumnPropNameInRow="GID" msprop:Generator_ColumnPropNameInTable="GIDColumn" msprop:Generator_UserColumnName="GID" type="xs:int" />
|
|
<xs:element name="RID" msprop:Generator_ColumnVarNameInTable="columnRID" msprop:Generator_ColumnPropNameInRow="RID" msprop:Generator_ColumnPropNameInTable="RIDColumn" msprop:Generator_UserColumnName="RID" type="xs:int" />
|
|
<xs:element name="FolderID" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="StartDate" msprop:Generator_ColumnVarNameInTable="columnStartDate" msprop:Generator_ColumnPropNameInRow="StartDate" msprop:Generator_ColumnPropNameInTable="StartDateColumn" msprop:Generator_UserColumnName="StartDate" type="xs:dateTime" />
|
|
<xs:element name="EndDate" msprop:Generator_ColumnVarNameInTable="columnEndDate" msprop:Generator_ColumnPropNameInRow="EndDate" msprop:Generator_ColumnPropNameInTable="EndDateColumn" msprop:Generator_UserColumnName="EndDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAssignmentsByFolderID" msprop:Generator_TableClassName="getAssignmentsByFolderIDDataTable" msprop:Generator_TableVarName="tablegetAssignmentsByFolderID" msprop:Generator_TablePropName="getAssignmentsByFolderID" msprop:Generator_RowDeletingName="getAssignmentsByFolderIDRowDeleting" msprop:Generator_RowChangingName="getAssignmentsByFolderIDRowChanging" msprop:Generator_RowEvHandlerName="getAssignmentsByFolderIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getAssignmentsByFolderIDRowDeleted" msprop:Generator_UserTableName="getAssignmentsByFolderID" msprop:Generator_RowChangedName="getAssignmentsByFolderIDRowChanged" msprop:Generator_RowEvArgName="getAssignmentsByFolderIDRowChangeEvent" msprop:Generator_RowClassName="getAssignmentsByFolderIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAID" msprop:Generator_ColumnPropNameInRow="AID" msprop:Generator_ColumnPropNameInTable="AIDColumn" msprop:Generator_UserColumnName="AID" type="xs:int" />
|
|
<xs:element name="GID" msprop:Generator_ColumnVarNameInTable="columnGID" msprop:Generator_ColumnPropNameInRow="GID" msprop:Generator_ColumnPropNameInTable="GIDColumn" msprop:Generator_UserColumnName="GID" type="xs:int" />
|
|
<xs:element name="RID" msprop:Generator_ColumnVarNameInTable="columnRID" msprop:Generator_ColumnPropNameInRow="RID" msprop:Generator_ColumnPropNameInTable="RIDColumn" msprop:Generator_UserColumnName="RID" type="xs:int" />
|
|
<xs:element name="FolderID" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="StartDate" msprop:Generator_ColumnVarNameInTable="columnStartDate" msprop:Generator_ColumnPropNameInRow="StartDate" msprop:Generator_ColumnPropNameInTable="StartDateColumn" msprop:Generator_UserColumnName="StartDate" type="xs:dateTime" />
|
|
<xs:element name="EndDate" msprop:Generator_ColumnVarNameInTable="columnEndDate" msprop:Generator_ColumnPropNameInRow="EndDate" msprop:Generator_ColumnPropNameInTable="EndDateColumn" msprop:Generator_UserColumnName="EndDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Group_GroupName" msprop:Generator_ColumnVarNameInTable="columnGroup_GroupName" msprop:Generator_ColumnPropNameInRow="Group_GroupName" msprop:Generator_ColumnPropNameInTable="Group_GroupNameColumn" msprop:Generator_UserColumnName="Group_GroupName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Group_GroupType" msprop:Generator_ColumnVarNameInTable="columnGroup_GroupType" msprop:Generator_ColumnPropNameInRow="Group_GroupType" msprop:Generator_ColumnPropNameInTable="Group_GroupTypeColumn" msprop:Generator_UserColumnName="Group_GroupType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Group_Config" msprop:Generator_ColumnVarNameInTable="columnGroup_Config" msprop:Generator_ColumnPropNameInRow="Group_Config" msprop:Generator_ColumnPropNameInTable="Group_ConfigColumn" msprop:Generator_UserColumnName="Group_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Group_DTS" msprop:Generator_ColumnVarNameInTable="columnGroup_DTS" msprop:Generator_ColumnPropNameInRow="Group_DTS" msprop:Generator_ColumnPropNameInTable="Group_DTSColumn" msprop:Generator_UserColumnName="Group_DTS" type="xs:dateTime" />
|
|
<xs:element name="Group_UsrID" msprop:Generator_ColumnVarNameInTable="columnGroup_UsrID" msprop:Generator_ColumnPropNameInRow="Group_UsrID" msprop:Generator_ColumnPropNameInTable="Group_UsrIDColumn" msprop:Generator_UserColumnName="Group_UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Role_Name" msprop:Generator_ColumnVarNameInTable="columnRole_Name" msprop:Generator_ColumnPropNameInRow="Role_Name" msprop:Generator_ColumnPropNameInTable="Role_NameColumn" msprop:Generator_UserColumnName="Role_Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Role_Title" msprop:Generator_ColumnVarNameInTable="columnRole_Title" msprop:Generator_ColumnPropNameInRow="Role_Title" msprop:Generator_ColumnPropNameInTable="Role_TitleColumn" msprop:Generator_UserColumnName="Role_Title">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Role_DTS" msprop:Generator_ColumnVarNameInTable="columnRole_DTS" msprop:Generator_ColumnPropNameInRow="Role_DTS" msprop:Generator_ColumnPropNameInTable="Role_DTSColumn" msprop:Generator_UserColumnName="Role_DTS" type="xs:dateTime" />
|
|
<xs:element name="Role_UsrID" msprop:Generator_ColumnVarNameInTable="columnRole_UsrID" msprop:Generator_ColumnPropNameInRow="Role_UsrID" msprop:Generator_ColumnPropNameInTable="Role_UsrIDColumn" msprop:Generator_UserColumnName="Role_UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAssignmentsByGID" msprop:Generator_TableClassName="getAssignmentsByGIDDataTable" msprop:Generator_TableVarName="tablegetAssignmentsByGID" msprop:Generator_TablePropName="getAssignmentsByGID" msprop:Generator_RowDeletingName="getAssignmentsByGIDRowDeleting" msprop:Generator_RowChangingName="getAssignmentsByGIDRowChanging" msprop:Generator_RowEvHandlerName="getAssignmentsByGIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getAssignmentsByGIDRowDeleted" msprop:Generator_UserTableName="getAssignmentsByGID" msprop:Generator_RowChangedName="getAssignmentsByGIDRowChanged" msprop:Generator_RowEvArgName="getAssignmentsByGIDRowChangeEvent" msprop:Generator_RowClassName="getAssignmentsByGIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAID" msprop:Generator_ColumnPropNameInRow="AID" msprop:Generator_ColumnPropNameInTable="AIDColumn" msprop:Generator_UserColumnName="AID" type="xs:int" />
|
|
<xs:element name="GID" msprop:Generator_ColumnVarNameInTable="columnGID" msprop:Generator_ColumnPropNameInRow="GID" msprop:Generator_ColumnPropNameInTable="GIDColumn" msprop:Generator_UserColumnName="GID" type="xs:int" />
|
|
<xs:element name="RID" msprop:Generator_ColumnVarNameInTable="columnRID" msprop:Generator_ColumnPropNameInRow="RID" msprop:Generator_ColumnPropNameInTable="RIDColumn" msprop:Generator_UserColumnName="RID" type="xs:int" />
|
|
<xs:element name="FolderID" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="StartDate" msprop:Generator_ColumnVarNameInTable="columnStartDate" msprop:Generator_ColumnPropNameInRow="StartDate" msprop:Generator_ColumnPropNameInTable="StartDateColumn" msprop:Generator_UserColumnName="StartDate" type="xs:dateTime" />
|
|
<xs:element name="EndDate" msprop:Generator_ColumnVarNameInTable="columnEndDate" msprop:Generator_ColumnPropNameInRow="EndDate" msprop:Generator_ColumnPropNameInTable="EndDateColumn" msprop:Generator_UserColumnName="EndDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Folder_ParentID" msprop:Generator_ColumnVarNameInTable="columnFolder_ParentID" msprop:Generator_ColumnPropNameInRow="Folder_ParentID" msprop:Generator_ColumnPropNameInTable="Folder_ParentIDColumn" msprop:Generator_UserColumnName="Folder_ParentID" type="xs:int" />
|
|
<xs:element name="Folder_DBID" msprop:Generator_ColumnVarNameInTable="columnFolder_DBID" msprop:Generator_ColumnPropNameInRow="Folder_DBID" msprop:Generator_ColumnPropNameInTable="Folder_DBIDColumn" msprop:Generator_UserColumnName="Folder_DBID" type="xs:int" />
|
|
<xs:element name="Folder_Name" msprop:Generator_ColumnVarNameInTable="columnFolder_Name" msprop:Generator_ColumnPropNameInRow="Folder_Name" msprop:Generator_ColumnPropNameInTable="Folder_NameColumn" msprop:Generator_UserColumnName="Folder_Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Folder_Title" msprop:Generator_ColumnVarNameInTable="columnFolder_Title" msprop:Generator_ColumnPropNameInRow="Folder_Title" msprop:Generator_ColumnPropNameInTable="Folder_TitleColumn" msprop:Generator_UserColumnName="Folder_Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Folder_ShortName" msprop:Generator_ColumnVarNameInTable="columnFolder_ShortName" msprop:Generator_ColumnPropNameInRow="Folder_ShortName" msprop:Generator_ColumnPropNameInTable="Folder_ShortNameColumn" msprop:Generator_UserColumnName="Folder_ShortName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Folder_FormatID" msprop:Generator_ColumnVarNameInTable="columnFolder_FormatID" msprop:Generator_ColumnPropNameInRow="Folder_FormatID" msprop:Generator_ColumnPropNameInTable="Folder_FormatIDColumn" msprop:Generator_UserColumnName="Folder_FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Folder_ManualOrder" msprop:Generator_ColumnVarNameInTable="columnFolder_ManualOrder" msprop:Generator_ColumnPropNameInRow="Folder_ManualOrder" msprop:Generator_ColumnPropNameInTable="Folder_ManualOrderColumn" msprop:Generator_UserColumnName="Folder_ManualOrder" type="xs:double" minOccurs="0" />
|
|
<xs:element name="Folder_Config" msprop:Generator_ColumnVarNameInTable="columnFolder_Config" msprop:Generator_ColumnPropNameInRow="Folder_Config" msprop:Generator_ColumnPropNameInTable="Folder_ConfigColumn" msprop:Generator_UserColumnName="Folder_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Folder_DTS" msprop:Generator_ColumnVarNameInTable="columnFolder_DTS" msprop:Generator_ColumnPropNameInRow="Folder_DTS" msprop:Generator_ColumnPropNameInTable="Folder_DTSColumn" msprop:Generator_UserColumnName="Folder_DTS" type="xs:dateTime" />
|
|
<xs:element name="Folder_UsrID" msprop:Generator_ColumnVarNameInTable="columnFolder_UsrID" msprop:Generator_ColumnPropNameInRow="Folder_UsrID" msprop:Generator_ColumnPropNameInTable="Folder_UsrIDColumn" msprop:Generator_UserColumnName="Folder_UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Role_Name" msprop:Generator_ColumnVarNameInTable="columnRole_Name" msprop:Generator_ColumnPropNameInRow="Role_Name" msprop:Generator_ColumnPropNameInTable="Role_NameColumn" msprop:Generator_UserColumnName="Role_Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Role_Title" msprop:Generator_ColumnVarNameInTable="columnRole_Title" msprop:Generator_ColumnPropNameInRow="Role_Title" msprop:Generator_ColumnPropNameInTable="Role_TitleColumn" msprop:Generator_UserColumnName="Role_Title">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Role_DTS" msprop:Generator_ColumnVarNameInTable="columnRole_DTS" msprop:Generator_ColumnPropNameInRow="Role_DTS" msprop:Generator_ColumnPropNameInTable="Role_DTSColumn" msprop:Generator_UserColumnName="Role_DTS" type="xs:dateTime" />
|
|
<xs:element name="Role_UsrID" msprop:Generator_ColumnVarNameInTable="columnRole_UsrID" msprop:Generator_ColumnPropNameInRow="Role_UsrID" msprop:Generator_ColumnPropNameInTable="Role_UsrIDColumn" msprop:Generator_UserColumnName="Role_UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAssignmentsByRID" msprop:Generator_TableClassName="getAssignmentsByRIDDataTable" msprop:Generator_TableVarName="tablegetAssignmentsByRID" msprop:Generator_TablePropName="getAssignmentsByRID" msprop:Generator_RowDeletingName="getAssignmentsByRIDRowDeleting" msprop:Generator_RowChangingName="getAssignmentsByRIDRowChanging" msprop:Generator_RowEvHandlerName="getAssignmentsByRIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getAssignmentsByRIDRowDeleted" msprop:Generator_UserTableName="getAssignmentsByRID" msprop:Generator_RowChangedName="getAssignmentsByRIDRowChanged" msprop:Generator_RowEvArgName="getAssignmentsByRIDRowChangeEvent" msprop:Generator_RowClassName="getAssignmentsByRIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAID" msprop:Generator_ColumnPropNameInRow="AID" msprop:Generator_ColumnPropNameInTable="AIDColumn" msprop:Generator_UserColumnName="AID" type="xs:int" />
|
|
<xs:element name="GID" msprop:Generator_ColumnVarNameInTable="columnGID" msprop:Generator_ColumnPropNameInRow="GID" msprop:Generator_ColumnPropNameInTable="GIDColumn" msprop:Generator_UserColumnName="GID" type="xs:int" />
|
|
<xs:element name="RID" msprop:Generator_ColumnVarNameInTable="columnRID" msprop:Generator_ColumnPropNameInRow="RID" msprop:Generator_ColumnPropNameInTable="RIDColumn" msprop:Generator_UserColumnName="RID" type="xs:int" />
|
|
<xs:element name="FolderID" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="StartDate" msprop:Generator_ColumnVarNameInTable="columnStartDate" msprop:Generator_ColumnPropNameInRow="StartDate" msprop:Generator_ColumnPropNameInTable="StartDateColumn" msprop:Generator_UserColumnName="StartDate" type="xs:dateTime" />
|
|
<xs:element name="EndDate" msprop:Generator_ColumnVarNameInTable="columnEndDate" msprop:Generator_ColumnPropNameInRow="EndDate" msprop:Generator_ColumnPropNameInTable="EndDateColumn" msprop:Generator_UserColumnName="EndDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Folder_ParentID" msprop:Generator_ColumnVarNameInTable="columnFolder_ParentID" msprop:Generator_ColumnPropNameInRow="Folder_ParentID" msprop:Generator_ColumnPropNameInTable="Folder_ParentIDColumn" msprop:Generator_UserColumnName="Folder_ParentID" type="xs:int" />
|
|
<xs:element name="Folder_DBID" msprop:Generator_ColumnVarNameInTable="columnFolder_DBID" msprop:Generator_ColumnPropNameInRow="Folder_DBID" msprop:Generator_ColumnPropNameInTable="Folder_DBIDColumn" msprop:Generator_UserColumnName="Folder_DBID" type="xs:int" />
|
|
<xs:element name="Folder_Name" msprop:Generator_ColumnVarNameInTable="columnFolder_Name" msprop:Generator_ColumnPropNameInRow="Folder_Name" msprop:Generator_ColumnPropNameInTable="Folder_NameColumn" msprop:Generator_UserColumnName="Folder_Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Folder_Title" msprop:Generator_ColumnVarNameInTable="columnFolder_Title" msprop:Generator_ColumnPropNameInRow="Folder_Title" msprop:Generator_ColumnPropNameInTable="Folder_TitleColumn" msprop:Generator_UserColumnName="Folder_Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Folder_ShortName" msprop:Generator_ColumnVarNameInTable="columnFolder_ShortName" msprop:Generator_ColumnPropNameInRow="Folder_ShortName" msprop:Generator_ColumnPropNameInTable="Folder_ShortNameColumn" msprop:Generator_UserColumnName="Folder_ShortName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Folder_FormatID" msprop:Generator_ColumnVarNameInTable="columnFolder_FormatID" msprop:Generator_ColumnPropNameInRow="Folder_FormatID" msprop:Generator_ColumnPropNameInTable="Folder_FormatIDColumn" msprop:Generator_UserColumnName="Folder_FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Folder_ManualOrder" msprop:Generator_ColumnVarNameInTable="columnFolder_ManualOrder" msprop:Generator_ColumnPropNameInRow="Folder_ManualOrder" msprop:Generator_ColumnPropNameInTable="Folder_ManualOrderColumn" msprop:Generator_UserColumnName="Folder_ManualOrder" type="xs:double" minOccurs="0" />
|
|
<xs:element name="Folder_Config" msprop:Generator_ColumnVarNameInTable="columnFolder_Config" msprop:Generator_ColumnPropNameInRow="Folder_Config" msprop:Generator_ColumnPropNameInTable="Folder_ConfigColumn" msprop:Generator_UserColumnName="Folder_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Folder_DTS" msprop:Generator_ColumnVarNameInTable="columnFolder_DTS" msprop:Generator_ColumnPropNameInRow="Folder_DTS" msprop:Generator_ColumnPropNameInTable="Folder_DTSColumn" msprop:Generator_UserColumnName="Folder_DTS" type="xs:dateTime" />
|
|
<xs:element name="Folder_UsrID" msprop:Generator_ColumnVarNameInTable="columnFolder_UsrID" msprop:Generator_ColumnPropNameInRow="Folder_UsrID" msprop:Generator_ColumnPropNameInTable="Folder_UsrIDColumn" msprop:Generator_UserColumnName="Folder_UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Group_GroupName" msprop:Generator_ColumnVarNameInTable="columnGroup_GroupName" msprop:Generator_ColumnPropNameInRow="Group_GroupName" msprop:Generator_ColumnPropNameInTable="Group_GroupNameColumn" msprop:Generator_UserColumnName="Group_GroupName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Group_GroupType" msprop:Generator_ColumnVarNameInTable="columnGroup_GroupType" msprop:Generator_ColumnPropNameInRow="Group_GroupType" msprop:Generator_ColumnPropNameInTable="Group_GroupTypeColumn" msprop:Generator_UserColumnName="Group_GroupType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Group_Config" msprop:Generator_ColumnVarNameInTable="columnGroup_Config" msprop:Generator_ColumnPropNameInRow="Group_Config" msprop:Generator_ColumnPropNameInTable="Group_ConfigColumn" msprop:Generator_UserColumnName="Group_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Group_DTS" msprop:Generator_ColumnVarNameInTable="columnGroup_DTS" msprop:Generator_ColumnPropNameInRow="Group_DTS" msprop:Generator_ColumnPropNameInTable="Group_DTSColumn" msprop:Generator_UserColumnName="Group_DTS" type="xs:dateTime" />
|
|
<xs:element name="Group_UsrID" msprop:Generator_ColumnVarNameInTable="columnGroup_UsrID" msprop:Generator_ColumnPropNameInRow="Group_UsrID" msprop:Generator_ColumnPropNameInTable="Group_UsrIDColumn" msprop:Generator_UserColumnName="Group_UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAssociation" msprop:Generator_TableClassName="getAssociationDataTable" msprop:Generator_TableVarName="tablegetAssociation" msprop:Generator_TablePropName="getAssociation" msprop:Generator_RowDeletingName="getAssociationRowDeleting" msprop:Generator_RowChangingName="getAssociationRowChanging" msprop:Generator_RowEvHandlerName="getAssociationRowChangeEventHandler" msprop:Generator_RowDeletedName="getAssociationRowDeleted" msprop:Generator_UserTableName="getAssociation" msprop:Generator_RowChangedName="getAssociationRowChanged" msprop:Generator_RowEvArgName="getAssociationRowChangeEvent" msprop:Generator_RowClassName="getAssociationRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AssociationID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAssociationID" msprop:Generator_ColumnPropNameInRow="AssociationID" msprop:Generator_ColumnPropNameInTable="AssociationIDColumn" msprop:Generator_UserColumnName="AssociationID" type="xs:int" />
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="ROFstID" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAssociationByVersionID_ROFstID" msprop:Generator_TableClassName="getAssociationByVersionID_ROFstIDDataTable" msprop:Generator_TableVarName="tablegetAssociationByVersionID_ROFstID" msprop:Generator_TablePropName="getAssociationByVersionID_ROFstID" msprop:Generator_RowDeletingName="getAssociationByVersionID_ROFstIDRowDeleting" msprop:Generator_RowChangingName="getAssociationByVersionID_ROFstIDRowChanging" msprop:Generator_RowEvHandlerName="getAssociationByVersionID_ROFstIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getAssociationByVersionID_ROFstIDRowDeleted" msprop:Generator_UserTableName="getAssociationByVersionID_ROFstID" msprop:Generator_RowChangedName="getAssociationByVersionID_ROFstIDRowChanged" msprop:Generator_RowEvArgName="getAssociationByVersionID_ROFstIDRowChangeEvent" msprop:Generator_RowClassName="getAssociationByVersionID_ROFstIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AssociationID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAssociationID" msprop:Generator_ColumnPropNameInRow="AssociationID" msprop:Generator_ColumnPropNameInTable="AssociationIDColumn" msprop:Generator_UserColumnName="AssociationID" type="xs:int" />
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="ROFstID" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAssociations" msprop:Generator_TableClassName="getAssociationsDataTable" msprop:Generator_TableVarName="tablegetAssociations" msprop:Generator_TablePropName="getAssociations" msprop:Generator_RowDeletingName="getAssociationsRowDeleting" msprop:Generator_RowChangingName="getAssociationsRowChanging" msprop:Generator_RowEvHandlerName="getAssociationsRowChangeEventHandler" msprop:Generator_RowDeletedName="getAssociationsRowDeleted" msprop:Generator_UserTableName="getAssociations" msprop:Generator_RowChangedName="getAssociationsRowChanged" msprop:Generator_RowEvArgName="getAssociationsRowChangeEvent" msprop:Generator_RowClassName="getAssociationsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AssociationID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAssociationID" msprop:Generator_ColumnPropNameInRow="AssociationID" msprop:Generator_ColumnPropNameInTable="AssociationIDColumn" msprop:Generator_UserColumnName="AssociationID" type="xs:int" />
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="ROFstID" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAssociationsByROFstID" msprop:Generator_TableClassName="getAssociationsByROFstIDDataTable" msprop:Generator_TableVarName="tablegetAssociationsByROFstID" msprop:Generator_TablePropName="getAssociationsByROFstID" msprop:Generator_RowDeletingName="getAssociationsByROFstIDRowDeleting" msprop:Generator_RowChangingName="getAssociationsByROFstIDRowChanging" msprop:Generator_RowEvHandlerName="getAssociationsByROFstIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getAssociationsByROFstIDRowDeleted" msprop:Generator_UserTableName="getAssociationsByROFstID" msprop:Generator_RowChangedName="getAssociationsByROFstIDRowChanged" msprop:Generator_RowEvArgName="getAssociationsByROFstIDRowChangeEvent" msprop:Generator_RowClassName="getAssociationsByROFstIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AssociationID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAssociationID" msprop:Generator_ColumnPropNameInRow="AssociationID" msprop:Generator_ColumnPropNameInTable="AssociationIDColumn" msprop:Generator_UserColumnName="AssociationID" type="xs:int" />
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="ROFstID" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DocVersion_FolderID" msprop:Generator_ColumnVarNameInTable="columnDocVersion_FolderID" msprop:Generator_ColumnPropNameInRow="DocVersion_FolderID" msprop:Generator_ColumnPropNameInTable="DocVersion_FolderIDColumn" msprop:Generator_UserColumnName="DocVersion_FolderID" type="xs:int" />
|
|
<xs:element name="DocVersion_VersionType" msprop:Generator_ColumnVarNameInTable="columnDocVersion_VersionType" msprop:Generator_ColumnPropNameInRow="DocVersion_VersionType" msprop:Generator_ColumnPropNameInTable="DocVersion_VersionTypeColumn" msprop:Generator_UserColumnName="DocVersion_VersionType" type="xs:int" />
|
|
<xs:element name="DocVersion_Name" msprop:Generator_ColumnVarNameInTable="columnDocVersion_Name" msprop:Generator_ColumnPropNameInRow="DocVersion_Name" msprop:Generator_ColumnPropNameInTable="DocVersion_NameColumn" msprop:Generator_UserColumnName="DocVersion_Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DocVersion_Title" msprop:Generator_ColumnVarNameInTable="columnDocVersion_Title" msprop:Generator_ColumnPropNameInRow="DocVersion_Title" msprop:Generator_ColumnPropNameInTable="DocVersion_TitleColumn" msprop:Generator_UserColumnName="DocVersion_Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DocVersion_ItemID" msprop:Generator_ColumnVarNameInTable="columnDocVersion_ItemID" msprop:Generator_ColumnPropNameInRow="DocVersion_ItemID" msprop:Generator_ColumnPropNameInTable="DocVersion_ItemIDColumn" msprop:Generator_UserColumnName="DocVersion_ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersion_FormatID" msprop:Generator_ColumnVarNameInTable="columnDocVersion_FormatID" msprop:Generator_ColumnPropNameInRow="DocVersion_FormatID" msprop:Generator_ColumnPropNameInTable="DocVersion_FormatIDColumn" msprop:Generator_UserColumnName="DocVersion_FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersion_Config" msprop:Generator_ColumnVarNameInTable="columnDocVersion_Config" msprop:Generator_ColumnPropNameInRow="DocVersion_Config" msprop:Generator_ColumnPropNameInTable="DocVersion_ConfigColumn" msprop:Generator_UserColumnName="DocVersion_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DocVersion_DTS" msprop:Generator_ColumnVarNameInTable="columnDocVersion_DTS" msprop:Generator_ColumnPropNameInRow="DocVersion_DTS" msprop:Generator_ColumnPropNameInTable="DocVersion_DTSColumn" msprop:Generator_UserColumnName="DocVersion_DTS" type="xs:dateTime" />
|
|
<xs:element name="DocVersion_UserID" msprop:Generator_ColumnVarNameInTable="columnDocVersion_UserID" msprop:Generator_ColumnPropNameInRow="DocVersion_UserID" msprop:Generator_ColumnPropNameInTable="DocVersion_UserIDColumn" msprop:Generator_UserColumnName="DocVersion_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAssociationsByVersionID" msprop:Generator_TableClassName="getAssociationsByVersionIDDataTable" msprop:Generator_TableVarName="tablegetAssociationsByVersionID" msprop:Generator_TablePropName="getAssociationsByVersionID" msprop:Generator_RowDeletingName="getAssociationsByVersionIDRowDeleting" msprop:Generator_RowChangingName="getAssociationsByVersionIDRowChanging" msprop:Generator_RowEvHandlerName="getAssociationsByVersionIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getAssociationsByVersionIDRowDeleted" msprop:Generator_UserTableName="getAssociationsByVersionID" msprop:Generator_RowChangedName="getAssociationsByVersionIDRowChanged" msprop:Generator_RowEvArgName="getAssociationsByVersionIDRowChangeEvent" msprop:Generator_RowClassName="getAssociationsByVersionIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AssociationID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAssociationID" msprop:Generator_ColumnPropNameInRow="AssociationID" msprop:Generator_ColumnPropNameInTable="AssociationIDColumn" msprop:Generator_UserColumnName="AssociationID" type="xs:int" />
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="ROFstID" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getCheck" msprop:Generator_TableClassName="getCheckDataTable" msprop:Generator_TableVarName="tablegetCheck" msprop:Generator_TablePropName="getCheck" msprop:Generator_RowDeletingName="getCheckRowDeleting" msprop:Generator_RowChangingName="getCheckRowChanging" msprop:Generator_RowEvHandlerName="getCheckRowChangeEventHandler" msprop:Generator_RowDeletedName="getCheckRowDeleted" msprop:Generator_UserTableName="getCheck" msprop:Generator_RowChangedName="getCheckRowChanged" msprop:Generator_RowEvArgName="getCheckRowChangeEvent" msprop:Generator_RowClassName="getCheckRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CheckID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnCheckID" msprop:Generator_ColumnPropNameInRow="CheckID" msprop:Generator_ColumnPropNameInTable="CheckIDColumn" msprop:Generator_UserColumnName="CheckID" type="xs:int" />
|
|
<xs:element name="RevisionID" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="StageID" msprop:Generator_ColumnVarNameInTable="columnStageID" msprop:Generator_ColumnPropNameInRow="StageID" msprop:Generator_ColumnPropNameInTable="StageIDColumn" msprop:Generator_UserColumnName="StageID" type="xs:int" />
|
|
<xs:element name="ConsistencyChecks" msprop:Generator_ColumnVarNameInTable="columnConsistencyChecks" msprop:Generator_ColumnPropNameInRow="ConsistencyChecks" msprop:Generator_ColumnPropNameInTable="ConsistencyChecksColumn" msprop:Generator_UserColumnName="ConsistencyChecks" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getChecks" msprop:Generator_TableClassName="getChecksDataTable" msprop:Generator_TableVarName="tablegetChecks" msprop:Generator_TablePropName="getChecks" msprop:Generator_RowDeletingName="getChecksRowDeleting" msprop:Generator_RowChangingName="getChecksRowChanging" msprop:Generator_RowEvHandlerName="getChecksRowChangeEventHandler" msprop:Generator_RowDeletedName="getChecksRowDeleted" msprop:Generator_UserTableName="getChecks" msprop:Generator_RowChangedName="getChecksRowChanged" msprop:Generator_RowEvArgName="getChecksRowChangeEvent" msprop:Generator_RowClassName="getChecksRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CheckID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnCheckID" msprop:Generator_ColumnPropNameInRow="CheckID" msprop:Generator_ColumnPropNameInTable="CheckIDColumn" msprop:Generator_UserColumnName="CheckID" type="xs:int" />
|
|
<xs:element name="RevisionID" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="StageID" msprop:Generator_ColumnVarNameInTable="columnStageID" msprop:Generator_ColumnPropNameInRow="StageID" msprop:Generator_ColumnPropNameInTable="StageIDColumn" msprop:Generator_UserColumnName="StageID" type="xs:int" />
|
|
<xs:element name="ConsistencyChecks" msprop:Generator_ColumnVarNameInTable="columnConsistencyChecks" msprop:Generator_ColumnPropNameInRow="ConsistencyChecks" msprop:Generator_ColumnPropNameInTable="ConsistencyChecksColumn" msprop:Generator_UserColumnName="ConsistencyChecks" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getChecksByRevisionID" msprop:Generator_TableClassName="getChecksByRevisionIDDataTable" msprop:Generator_TableVarName="tablegetChecksByRevisionID" msprop:Generator_TablePropName="getChecksByRevisionID" msprop:Generator_RowDeletingName="getChecksByRevisionIDRowDeleting" msprop:Generator_RowChangingName="getChecksByRevisionIDRowChanging" msprop:Generator_RowEvHandlerName="getChecksByRevisionIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getChecksByRevisionIDRowDeleted" msprop:Generator_UserTableName="getChecksByRevisionID" msprop:Generator_RowChangedName="getChecksByRevisionIDRowChanged" msprop:Generator_RowEvArgName="getChecksByRevisionIDRowChangeEvent" msprop:Generator_RowClassName="getChecksByRevisionIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CheckID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnCheckID" msprop:Generator_ColumnPropNameInRow="CheckID" msprop:Generator_ColumnPropNameInTable="CheckIDColumn" msprop:Generator_UserColumnName="CheckID" type="xs:int" />
|
|
<xs:element name="RevisionID" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="StageID" msprop:Generator_ColumnVarNameInTable="columnStageID" msprop:Generator_ColumnPropNameInRow="StageID" msprop:Generator_ColumnPropNameInTable="StageIDColumn" msprop:Generator_UserColumnName="StageID" type="xs:int" />
|
|
<xs:element name="ConsistencyChecks" msprop:Generator_ColumnVarNameInTable="columnConsistencyChecks" msprop:Generator_ColumnPropNameInRow="ConsistencyChecks" msprop:Generator_ColumnPropNameInTable="ConsistencyChecksColumn" msprop:Generator_UserColumnName="ConsistencyChecks" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Stage_Name" msprop:Generator_ColumnVarNameInTable="columnStage_Name" msprop:Generator_ColumnPropNameInRow="Stage_Name" msprop:Generator_ColumnPropNameInTable="Stage_NameColumn" msprop:Generator_UserColumnName="Stage_Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Stage_Description" msprop:Generator_ColumnVarNameInTable="columnStage_Description" msprop:Generator_ColumnPropNameInRow="Stage_Description" msprop:Generator_ColumnPropNameInTable="Stage_DescriptionColumn" msprop:Generator_UserColumnName="Stage_Description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Stage_IsApproved" msprop:Generator_ColumnVarNameInTable="columnStage_IsApproved" msprop:Generator_ColumnPropNameInRow="Stage_IsApproved" msprop:Generator_ColumnPropNameInTable="Stage_IsApprovedColumn" msprop:Generator_UserColumnName="Stage_IsApproved" type="xs:int" />
|
|
<xs:element name="Stage_DTS" msprop:Generator_ColumnVarNameInTable="columnStage_DTS" msprop:Generator_ColumnPropNameInRow="Stage_DTS" msprop:Generator_ColumnPropNameInTable="Stage_DTSColumn" msprop:Generator_UserColumnName="Stage_DTS" type="xs:dateTime" />
|
|
<xs:element name="Stage_UserID" msprop:Generator_ColumnVarNameInTable="columnStage_UserID" msprop:Generator_ColumnPropNameInRow="Stage_UserID" msprop:Generator_ColumnPropNameInTable="Stage_UserIDColumn" msprop:Generator_UserColumnName="Stage_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getChecksByStageID" msprop:Generator_TableClassName="getChecksByStageIDDataTable" msprop:Generator_TableVarName="tablegetChecksByStageID" msprop:Generator_TablePropName="getChecksByStageID" msprop:Generator_RowDeletingName="getChecksByStageIDRowDeleting" msprop:Generator_RowChangingName="getChecksByStageIDRowChanging" msprop:Generator_RowEvHandlerName="getChecksByStageIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getChecksByStageIDRowDeleted" msprop:Generator_UserTableName="getChecksByStageID" msprop:Generator_RowChangedName="getChecksByStageIDRowChanged" msprop:Generator_RowEvArgName="getChecksByStageIDRowChangeEvent" msprop:Generator_RowClassName="getChecksByStageIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CheckID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnCheckID" msprop:Generator_ColumnPropNameInRow="CheckID" msprop:Generator_ColumnPropNameInTable="CheckIDColumn" msprop:Generator_UserColumnName="CheckID" type="xs:int" />
|
|
<xs:element name="RevisionID" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="StageID" msprop:Generator_ColumnVarNameInTable="columnStageID" msprop:Generator_ColumnPropNameInRow="StageID" msprop:Generator_ColumnPropNameInTable="StageIDColumn" msprop:Generator_UserColumnName="StageID" type="xs:int" />
|
|
<xs:element name="ConsistencyChecks" msprop:Generator_ColumnVarNameInTable="columnConsistencyChecks" msprop:Generator_ColumnPropNameInRow="ConsistencyChecks" msprop:Generator_ColumnPropNameInTable="ConsistencyChecksColumn" msprop:Generator_UserColumnName="ConsistencyChecks" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Revision_ItemID" msprop:Generator_ColumnVarNameInTable="columnRevision_ItemID" msprop:Generator_ColumnPropNameInRow="Revision_ItemID" msprop:Generator_ColumnPropNameInTable="Revision_ItemIDColumn" msprop:Generator_UserColumnName="Revision_ItemID" type="xs:int" />
|
|
<xs:element name="Revision_TypeID" msprop:Generator_ColumnVarNameInTable="columnRevision_TypeID" msprop:Generator_ColumnPropNameInRow="Revision_TypeID" msprop:Generator_ColumnPropNameInTable="Revision_TypeIDColumn" msprop:Generator_UserColumnName="Revision_TypeID" type="xs:int" />
|
|
<xs:element name="Revision_RevisionNumber" msprop:Generator_ColumnVarNameInTable="columnRevision_RevisionNumber" msprop:Generator_ColumnPropNameInRow="Revision_RevisionNumber" msprop:Generator_ColumnPropNameInTable="Revision_RevisionNumberColumn" msprop:Generator_UserColumnName="Revision_RevisionNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Revision_RevisionDate" msprop:Generator_ColumnVarNameInTable="columnRevision_RevisionDate" msprop:Generator_ColumnPropNameInRow="Revision_RevisionDate" msprop:Generator_ColumnPropNameInTable="Revision_RevisionDateColumn" msprop:Generator_UserColumnName="Revision_RevisionDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Revision_Notes" msprop:Generator_ColumnVarNameInTable="columnRevision_Notes" msprop:Generator_ColumnPropNameInRow="Revision_Notes" msprop:Generator_ColumnPropNameInTable="Revision_NotesColumn" msprop:Generator_UserColumnName="Revision_Notes" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Revision_Config" msprop:Generator_ColumnVarNameInTable="columnRevision_Config" msprop:Generator_ColumnPropNameInRow="Revision_Config" msprop:Generator_ColumnPropNameInTable="Revision_ConfigColumn" msprop:Generator_UserColumnName="Revision_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Revision_DTS" msprop:Generator_ColumnVarNameInTable="columnRevision_DTS" msprop:Generator_ColumnPropNameInRow="Revision_DTS" msprop:Generator_ColumnPropNameInTable="Revision_DTSColumn" msprop:Generator_UserColumnName="Revision_DTS" type="xs:dateTime" />
|
|
<xs:element name="Revision_UserID" msprop:Generator_ColumnVarNameInTable="columnRevision_UserID" msprop:Generator_ColumnPropNameInRow="Revision_UserID" msprop:Generator_ColumnPropNameInTable="Revision_UserIDColumn" msprop:Generator_UserColumnName="Revision_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getChildFolders" msprop:Generator_TableClassName="getChildFoldersDataTable" msprop:Generator_TableVarName="tablegetChildFolders" msprop:Generator_TablePropName="getChildFolders" msprop:Generator_RowDeletingName="getChildFoldersRowDeleting" msprop:Generator_RowChangingName="getChildFoldersRowChanging" msprop:Generator_RowEvHandlerName="getChildFoldersRowChangeEventHandler" msprop:Generator_RowDeletedName="getChildFoldersRowDeleted" msprop:Generator_UserTableName="getChildFolders" msprop:Generator_RowChangedName="getChildFoldersRowChanged" msprop:Generator_RowEvArgName="getChildFoldersRowChangeEvent" msprop:Generator_RowClassName="getChildFoldersRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FolderID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="DBID" msprop:Generator_ColumnVarNameInTable="columnDBID" msprop:Generator_ColumnPropNameInRow="DBID" msprop:Generator_ColumnPropNameInTable="DBIDColumn" msprop:Generator_UserColumnName="DBID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ShortName" msprop:Generator_ColumnVarNameInTable="columnShortName" msprop:Generator_ColumnPropNameInRow="ShortName" msprop:Generator_ColumnPropNameInTable="ShortNameColumn" msprop:Generator_UserColumnName="ShortName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ManualOrder" msprop:Generator_ColumnVarNameInTable="columnManualOrder" msprop:Generator_ColumnPropNameInRow="ManualOrder" msprop:Generator_ColumnPropNameInTable="ManualOrderColumn" msprop:Generator_UserColumnName="ManualOrder" type="xs:double" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssignmentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssignmentCount" msprop:Generator_ColumnPropNameInRow="AssignmentCount" msprop:Generator_ColumnPropNameInTable="AssignmentCountColumn" msprop:Generator_UserColumnName="AssignmentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChildCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChildCount" msprop:Generator_ColumnPropNameInRow="ChildCount" msprop:Generator_ColumnPropNameInTable="ChildCountColumn" msprop:Generator_UserColumnName="ChildCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getChildFormats" msprop:Generator_TableClassName="getChildFormatsDataTable" msprop:Generator_TableVarName="tablegetChildFormats" msprop:Generator_TablePropName="getChildFormats" msprop:Generator_RowDeletingName="getChildFormatsRowDeleting" msprop:Generator_RowChangingName="getChildFormatsRowChanging" msprop:Generator_RowEvHandlerName="getChildFormatsRowChangeEventHandler" msprop:Generator_RowDeletedName="getChildFormatsRowDeleted" msprop:Generator_UserTableName="getChildFormats" msprop:Generator_RowChangedName="getChildFormatsRowChanged" msprop:Generator_RowEvArgName="getChildFormatsRowChangeEvent" msprop:Generator_RowClassName="getChildFormatsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FormatID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Name" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Description" msdata:ReadOnly="true" 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="Data" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GenMac" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGenMac" msprop:Generator_ColumnPropNameInRow="GenMac" msprop:Generator_ColumnPropNameInTable="GenMacColumn" msprop:Generator_UserColumnName="GenMac" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentCount" msprop:Generator_ColumnPropNameInRow="ContentCount" msprop:Generator_ColumnPropNameInTable="ContentCountColumn" msprop:Generator_UserColumnName="ContentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FolderCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFolderCount" msprop:Generator_ColumnPropNameInRow="FolderCount" msprop:Generator_ColumnPropNameInTable="FolderCountColumn" msprop:Generator_UserColumnName="FolderCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChildCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChildCount" msprop:Generator_ColumnPropNameInRow="ChildCount" msprop:Generator_ColumnPropNameInTable="ChildCountColumn" msprop:Generator_UserColumnName="ChildCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getConnection" msprop:Generator_TableClassName="getConnectionDataTable" msprop:Generator_TableVarName="tablegetConnection" msprop:Generator_TablePropName="getConnection" msprop:Generator_RowDeletingName="getConnectionRowDeleting" msprop:Generator_RowChangingName="getConnectionRowChanging" msprop:Generator_RowEvHandlerName="getConnectionRowChangeEventHandler" msprop:Generator_RowDeletedName="getConnectionRowDeleted" msprop:Generator_UserTableName="getConnection" msprop:Generator_RowChangedName="getConnectionRowChanged" msprop:Generator_RowEvArgName="getConnectionRowChangeEvent" msprop:Generator_RowClassName="getConnectionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DBID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnDBID" msprop:Generator_ColumnPropNameInRow="DBID" msprop:Generator_ColumnPropNameInTable="DBIDColumn" msprop:Generator_UserColumnName="DBID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ConnectionString" msprop:Generator_ColumnVarNameInTable="columnConnectionString" msprop:Generator_ColumnPropNameInRow="ConnectionString" msprop:Generator_ColumnPropNameInTable="ConnectionStringColumn" msprop:Generator_UserColumnName="ConnectionString" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ServerType" msprop:Generator_ColumnVarNameInTable="columnServerType" msprop:Generator_ColumnPropNameInRow="ServerType" msprop:Generator_ColumnPropNameInTable="ServerTypeColumn" msprop:Generator_UserColumnName="ServerType" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="FolderCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFolderCount" msprop:Generator_ColumnPropNameInRow="FolderCount" msprop:Generator_ColumnPropNameInTable="FolderCountColumn" msprop:Generator_UserColumnName="FolderCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getConnectionByName" msprop:Generator_TableClassName="getConnectionByNameDataTable" msprop:Generator_TableVarName="tablegetConnectionByName" msprop:Generator_TablePropName="getConnectionByName" msprop:Generator_RowDeletingName="getConnectionByNameRowDeleting" msprop:Generator_RowChangingName="getConnectionByNameRowChanging" msprop:Generator_RowEvHandlerName="getConnectionByNameRowChangeEventHandler" msprop:Generator_RowDeletedName="getConnectionByNameRowDeleted" msprop:Generator_UserTableName="getConnectionByName" msprop:Generator_RowChangedName="getConnectionByNameRowChanged" msprop:Generator_RowEvArgName="getConnectionByNameRowChangeEvent" msprop:Generator_RowClassName="getConnectionByNameRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DBID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnDBID" msprop:Generator_ColumnPropNameInRow="DBID" msprop:Generator_ColumnPropNameInTable="DBIDColumn" msprop:Generator_UserColumnName="DBID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ConnectionString" msprop:Generator_ColumnVarNameInTable="columnConnectionString" msprop:Generator_ColumnPropNameInRow="ConnectionString" msprop:Generator_ColumnPropNameInTable="ConnectionStringColumn" msprop:Generator_UserColumnName="ConnectionString" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ServerType" msprop:Generator_ColumnVarNameInTable="columnServerType" msprop:Generator_ColumnPropNameInRow="ServerType" msprop:Generator_ColumnPropNameInTable="ServerTypeColumn" msprop:Generator_UserColumnName="ServerType" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="FolderCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFolderCount" msprop:Generator_ColumnPropNameInRow="FolderCount" msprop:Generator_ColumnPropNameInTable="FolderCountColumn" msprop:Generator_UserColumnName="FolderCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getConnections" msprop:Generator_TableClassName="getConnectionsDataTable" msprop:Generator_TableVarName="tablegetConnections" msprop:Generator_TablePropName="getConnections" msprop:Generator_RowDeletingName="getConnectionsRowDeleting" msprop:Generator_RowChangingName="getConnectionsRowChanging" msprop:Generator_RowEvHandlerName="getConnectionsRowChangeEventHandler" msprop:Generator_RowDeletedName="getConnectionsRowDeleted" msprop:Generator_UserTableName="getConnections" msprop:Generator_RowChangedName="getConnectionsRowChanged" msprop:Generator_RowEvArgName="getConnectionsRowChangeEvent" msprop:Generator_RowClassName="getConnectionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DBID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnDBID" msprop:Generator_ColumnPropNameInRow="DBID" msprop:Generator_ColumnPropNameInTable="DBIDColumn" msprop:Generator_UserColumnName="DBID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ConnectionString" msprop:Generator_ColumnVarNameInTable="columnConnectionString" msprop:Generator_ColumnPropNameInRow="ConnectionString" msprop:Generator_ColumnPropNameInTable="ConnectionStringColumn" msprop:Generator_UserColumnName="ConnectionString" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ServerType" msprop:Generator_ColumnVarNameInTable="columnServerType" msprop:Generator_ColumnPropNameInRow="ServerType" msprop:Generator_ColumnPropNameInTable="ServerTypeColumn" msprop:Generator_UserColumnName="ServerType" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="FolderCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFolderCount" msprop:Generator_ColumnPropNameInRow="FolderCount" msprop:Generator_ColumnPropNameInTable="FolderCountColumn" msprop:Generator_UserColumnName="FolderCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getContent" msprop:Generator_TableClassName="getContentDataTable" msprop:Generator_TableVarName="tablegetContent" msprop:Generator_TablePropName="getContent" msprop:Generator_RowDeletingName="getContentRowDeleting" msprop:Generator_RowChangingName="getContentRowChanging" msprop:Generator_RowEvHandlerName="getContentRowChangeEventHandler" msprop:Generator_RowDeletedName="getContentRowDeleted" msprop:Generator_UserTableName="getContent" msprop:Generator_RowChangedName="getContentRowChanged" msprop:Generator_RowEvArgName="getContentRowChangeEvent" msprop:Generator_RowClassName="getContentRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getContentAudit" msprop:Generator_TableClassName="getContentAuditDataTable" msprop:Generator_TableVarName="tablegetContentAudit" msprop:Generator_TablePropName="getContentAudit" msprop:Generator_RowDeletingName="getContentAuditRowDeleting" msprop:Generator_RowChangingName="getContentAuditRowChanging" msprop:Generator_RowEvHandlerName="getContentAuditRowChangeEventHandler" msprop:Generator_RowDeletedName="getContentAuditRowDeleted" msprop:Generator_UserTableName="getContentAudit" msprop:Generator_RowChangedName="getContentAuditRowChanged" msprop:Generator_RowEvArgName="getContentAuditRowChangeEvent" msprop:Generator_RowClassName="getContentAuditRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="512" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getContentAudits" msprop:Generator_TableClassName="getContentAuditsDataTable" msprop:Generator_TableVarName="tablegetContentAudits" msprop:Generator_TablePropName="getContentAudits" msprop:Generator_RowDeletingName="getContentAuditsRowDeleting" msprop:Generator_RowChangingName="getContentAuditsRowChanging" msprop:Generator_RowEvHandlerName="getContentAuditsRowChangeEventHandler" msprop:Generator_RowDeletedName="getContentAuditsRowDeleted" msprop:Generator_UserTableName="getContentAudits" msprop:Generator_RowChangedName="getContentAuditsRowChanged" msprop:Generator_RowEvArgName="getContentAuditsRowChangeEvent" msprop:Generator_RowClassName="getContentAuditsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="512" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getContentAuditsByContentID" msprop:Generator_TableClassName="getContentAuditsByContentIDDataTable" msprop:Generator_TableVarName="tablegetContentAuditsByContentID" msprop:Generator_TablePropName="getContentAuditsByContentID" msprop:Generator_RowDeletingName="getContentAuditsByContentIDRowDeleting" msprop:Generator_RowChangingName="getContentAuditsByContentIDRowChanging" msprop:Generator_RowEvHandlerName="getContentAuditsByContentIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getContentAuditsByContentIDRowDeleted" msprop:Generator_UserTableName="getContentAuditsByContentID" msprop:Generator_RowChangedName="getContentAuditsByContentIDRowChanged" msprop:Generator_RowEvArgName="getContentAuditsByContentIDRowChangeEvent" msprop:Generator_RowClassName="getContentAuditsByContentIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="512" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
<xs:element name="ActionWhat" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnActionWhat" msprop:Generator_ColumnPropNameInRow="ActionWhat" msprop:Generator_ColumnPropNameInTable="ActionWhatColumn" msprop:Generator_UserColumnName="ActionWhat" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getContentAuditsByContentIDandDTS" msprop:Generator_TableClassName="getContentAuditsByContentIDandDTSDataTable" msprop:Generator_TableVarName="tablegetContentAuditsByContentIDandDTS" msprop:Generator_TablePropName="getContentAuditsByContentIDandDTS" msprop:Generator_RowDeletingName="getContentAuditsByContentIDandDTSRowDeleting" msprop:Generator_RowChangingName="getContentAuditsByContentIDandDTSRowChanging" msprop:Generator_RowEvHandlerName="getContentAuditsByContentIDandDTSRowChangeEventHandler" msprop:Generator_RowDeletedName="getContentAuditsByContentIDandDTSRowDeleted" msprop:Generator_UserTableName="getContentAuditsByContentIDandDTS" msprop:Generator_RowChangedName="getContentAuditsByContentIDandDTSRowChanged" msprop:Generator_RowEvArgName="getContentAuditsByContentIDandDTSRowChangeEvent" msprop:Generator_RowClassName="getContentAuditsByContentIDandDTSRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="512" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ActionWhat" msprop:Generator_ColumnVarNameInTable="columnActionWhat" msprop:Generator_ColumnPropNameInRow="ActionWhat" msprop:Generator_ColumnPropNameInTable="ActionWhatColumn" msprop:Generator_UserColumnName="ActionWhat" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getContentAuditsByDeleteStatus" msprop:Generator_TableClassName="getContentAuditsByDeleteStatusDataTable" msprop:Generator_TableVarName="tablegetContentAuditsByDeleteStatus" msprop:Generator_TablePropName="getContentAuditsByDeleteStatus" msprop:Generator_RowDeletingName="getContentAuditsByDeleteStatusRowDeleting" msprop:Generator_RowChangingName="getContentAuditsByDeleteStatusRowChanging" msprop:Generator_RowEvHandlerName="getContentAuditsByDeleteStatusRowChangeEventHandler" msprop:Generator_RowDeletedName="getContentAuditsByDeleteStatusRowDeleted" msprop:Generator_UserTableName="getContentAuditsByDeleteStatus" msprop:Generator_RowChangedName="getContentAuditsByDeleteStatusRowChanged" msprop:Generator_RowEvArgName="getContentAuditsByDeleteStatusRowChangeEvent" msprop:Generator_RowClassName="getContentAuditsByDeleteStatusRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="512" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getContentAuditsChronologyByItemID" msprop:Generator_TableClassName="getContentAuditsChronologyByItemIDDataTable" msprop:Generator_TableVarName="tablegetContentAuditsChronologyByItemID" msprop:Generator_TablePropName="getContentAuditsChronologyByItemID" msprop:Generator_RowDeletingName="getContentAuditsChronologyByItemIDRowDeleting" msprop:Generator_RowChangingName="getContentAuditsChronologyByItemIDRowChanging" msprop:Generator_RowEvHandlerName="getContentAuditsChronologyByItemIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getContentAuditsChronologyByItemIDRowDeleted" msprop:Generator_UserTableName="getContentAuditsChronologyByItemID" msprop:Generator_RowChangedName="getContentAuditsChronologyByItemIDRowChanged" msprop:Generator_RowEvArgName="getContentAuditsChronologyByItemIDRowChangeEvent" msprop:Generator_RowClassName="getContentAuditsChronologyByItemIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ActionDTS" msprop:Generator_ColumnVarNameInTable="columnActionDTS" msprop:Generator_ColumnPropNameInRow="ActionDTS" msprop:Generator_ColumnPropNameInTable="ActionDTSColumn" msprop:Generator_UserColumnName="ActionDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="ActionWhat" msprop:Generator_ColumnVarNameInTable="columnActionWhat" msprop:Generator_ColumnPropNameInRow="ActionWhat" msprop:Generator_ColumnPropNameInTable="ActionWhatColumn" msprop:Generator_UserColumnName="ActionWhat" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ActionWhen" msprop:Generator_ColumnVarNameInTable="columnActionWhen" msprop:Generator_ColumnPropNameInRow="ActionWhen" msprop:Generator_ColumnPropNameInTable="ActionWhenColumn" msprop:Generator_UserColumnName="ActionWhen" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TypeName" msprop:Generator_ColumnVarNameInTable="columnTypeName" msprop:Generator_ColumnPropNameInRow="TypeName" msprop:Generator_ColumnPropNameInTable="TypeNameColumn" msprop:Generator_UserColumnName="TypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ordinalpath" msprop:Generator_ColumnVarNameInTable="columnordinalpath" msprop:Generator_ColumnPropNameInRow="ordinalpath" msprop:Generator_ColumnPropNameInTable="ordinalpathColumn" msprop:Generator_UserColumnName="ordinalpath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getContentAuditsChronologyByItemIDandUnitID" msprop:Generator_TableClassName="getContentAuditsChronologyByItemIDandUnitIDDataTable" msprop:Generator_TableVarName="tablegetContentAuditsChronologyByItemIDandUnitID" msprop:Generator_TablePropName="getContentAuditsChronologyByItemIDandUnitID" msprop:Generator_RowDeletingName="getContentAuditsChronologyByItemIDandUnitIDRowDeleting" msprop:Generator_RowChangingName="getContentAuditsChronologyByItemIDandUnitIDRowChanging" msprop:Generator_RowEvHandlerName="getContentAuditsChronologyByItemIDandUnitIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getContentAuditsChronologyByItemIDandUnitIDRowDeleted" msprop:Generator_UserTableName="getContentAuditsChronologyByItemIDandUnitID" msprop:Generator_RowChangedName="getContentAuditsChronologyByItemIDandUnitIDRowChanged" msprop:Generator_RowEvArgName="getContentAuditsChronologyByItemIDandUnitIDRowChangeEvent" msprop:Generator_RowClassName="getContentAuditsChronologyByItemIDandUnitIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ActionDTS" msprop:Generator_ColumnVarNameInTable="columnActionDTS" msprop:Generator_ColumnPropNameInRow="ActionDTS" msprop:Generator_ColumnPropNameInTable="ActionDTSColumn" msprop:Generator_UserColumnName="ActionDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="ActionWhat" msprop:Generator_ColumnVarNameInTable="columnActionWhat" msprop:Generator_ColumnPropNameInRow="ActionWhat" msprop:Generator_ColumnPropNameInTable="ActionWhatColumn" msprop:Generator_UserColumnName="ActionWhat" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ActionWhen" msprop:Generator_ColumnVarNameInTable="columnActionWhen" msprop:Generator_ColumnPropNameInRow="ActionWhen" msprop:Generator_ColumnPropNameInTable="ActionWhenColumn" msprop:Generator_UserColumnName="ActionWhen" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TypeName" msprop:Generator_ColumnVarNameInTable="columnTypeName" msprop:Generator_ColumnPropNameInRow="TypeName" msprop:Generator_ColumnPropNameInTable="TypeNameColumn" msprop:Generator_UserColumnName="TypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ordinalpath" msprop:Generator_ColumnVarNameInTable="columnordinalpath" msprop:Generator_ColumnPropNameInRow="ordinalpath" msprop:Generator_ColumnPropNameInTable="ordinalpathColumn" msprop:Generator_UserColumnName="ordinalpath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getContentAuditsSummaryByItemID" msprop:Generator_TableClassName="getContentAuditsSummaryByItemIDDataTable" msprop:Generator_TableVarName="tablegetContentAuditsSummaryByItemID" msprop:Generator_TablePropName="getContentAuditsSummaryByItemID" msprop:Generator_RowDeletingName="getContentAuditsSummaryByItemIDRowDeleting" msprop:Generator_RowChangingName="getContentAuditsSummaryByItemIDRowChanging" msprop:Generator_RowEvHandlerName="getContentAuditsSummaryByItemIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getContentAuditsSummaryByItemIDRowDeleted" msprop:Generator_UserTableName="getContentAuditsSummaryByItemID" msprop:Generator_RowChangedName="getContentAuditsSummaryByItemIDRowChanged" msprop:Generator_RowEvArgName="getContentAuditsSummaryByItemIDRowChangeEvent" msprop:Generator_RowClassName="getContentAuditsSummaryByItemIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ActionDTS" msprop:Generator_ColumnVarNameInTable="columnActionDTS" msprop:Generator_ColumnPropNameInRow="ActionDTS" msprop:Generator_ColumnPropNameInTable="ActionDTSColumn" msprop:Generator_UserColumnName="ActionDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="ActionWhat" msprop:Generator_ColumnVarNameInTable="columnActionWhat" msprop:Generator_ColumnPropNameInRow="ActionWhat" msprop:Generator_ColumnPropNameInTable="ActionWhatColumn" msprop:Generator_UserColumnName="ActionWhat" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ActionWhen" msprop:Generator_ColumnVarNameInTable="columnActionWhen" msprop:Generator_ColumnPropNameInRow="ActionWhen" msprop:Generator_ColumnPropNameInTable="ActionWhenColumn" msprop:Generator_UserColumnName="ActionWhen" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TypeName" msprop:Generator_ColumnVarNameInTable="columnTypeName" msprop:Generator_ColumnPropNameInRow="TypeName" msprop:Generator_ColumnPropNameInTable="TypeNameColumn" msprop:Generator_UserColumnName="TypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ordinalpath" msprop:Generator_ColumnVarNameInTable="columnordinalpath" msprop:Generator_ColumnPropNameInRow="ordinalpath" msprop:Generator_ColumnPropNameInTable="ordinalpathColumn" msprop:Generator_UserColumnName="ordinalpath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getContentAuditsSummaryByItemIDandUnitID" msprop:Generator_TableClassName="getContentAuditsSummaryByItemIDandUnitIDDataTable" msprop:Generator_TableVarName="tablegetContentAuditsSummaryByItemIDandUnitID" msprop:Generator_TablePropName="getContentAuditsSummaryByItemIDandUnitID" msprop:Generator_RowDeletingName="getContentAuditsSummaryByItemIDandUnitIDRowDeleting" msprop:Generator_RowChangingName="getContentAuditsSummaryByItemIDandUnitIDRowChanging" msprop:Generator_RowEvHandlerName="getContentAuditsSummaryByItemIDandUnitIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getContentAuditsSummaryByItemIDandUnitIDRowDeleted" msprop:Generator_UserTableName="getContentAuditsSummaryByItemIDandUnitID" msprop:Generator_RowChangedName="getContentAuditsSummaryByItemIDandUnitIDRowChanged" msprop:Generator_RowEvArgName="getContentAuditsSummaryByItemIDandUnitIDRowChangeEvent" msprop:Generator_RowClassName="getContentAuditsSummaryByItemIDandUnitIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ActionDTS" msprop:Generator_ColumnVarNameInTable="columnActionDTS" msprop:Generator_ColumnPropNameInRow="ActionDTS" msprop:Generator_ColumnPropNameInTable="ActionDTSColumn" msprop:Generator_UserColumnName="ActionDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="ActionWhat" msprop:Generator_ColumnVarNameInTable="columnActionWhat" msprop:Generator_ColumnPropNameInRow="ActionWhat" msprop:Generator_ColumnPropNameInTable="ActionWhatColumn" msprop:Generator_UserColumnName="ActionWhat" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ActionWhen" msprop:Generator_ColumnVarNameInTable="columnActionWhen" msprop:Generator_ColumnPropNameInRow="ActionWhen" msprop:Generator_ColumnPropNameInTable="ActionWhenColumn" msprop:Generator_UserColumnName="ActionWhen" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TypeName" msprop:Generator_ColumnVarNameInTable="columnTypeName" msprop:Generator_ColumnPropNameInRow="TypeName" msprop:Generator_ColumnPropNameInTable="TypeNameColumn" msprop:Generator_UserColumnName="TypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ordinalpath" msprop:Generator_ColumnVarNameInTable="columnordinalpath" msprop:Generator_ColumnPropNameInRow="ordinalpath" msprop:Generator_ColumnPropNameInTable="ordinalpathColumn" msprop:Generator_UserColumnName="ordinalpath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getContents" msprop:Generator_TableClassName="getContentsDataTable" msprop:Generator_TableVarName="tablegetContents" msprop:Generator_TablePropName="getContents" msprop:Generator_RowDeletingName="getContentsRowDeleting" msprop:Generator_RowChangingName="getContentsRowChanging" msprop:Generator_RowEvHandlerName="getContentsRowChangeEventHandler" msprop:Generator_RowDeletedName="getContentsRowDeleted" msprop:Generator_UserTableName="getContents" msprop:Generator_RowChangedName="getContentsRowChanged" msprop:Generator_RowEvArgName="getContentsRowChangeEvent" msprop:Generator_RowClassName="getContentsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getContentsByFormatID" msprop:Generator_TableClassName="getContentsByFormatIDDataTable" msprop:Generator_TableVarName="tablegetContentsByFormatID" msprop:Generator_TablePropName="getContentsByFormatID" msprop:Generator_RowDeletingName="getContentsByFormatIDRowDeleting" msprop:Generator_RowChangingName="getContentsByFormatIDRowChanging" msprop:Generator_RowEvHandlerName="getContentsByFormatIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getContentsByFormatIDRowDeleted" msprop:Generator_UserTableName="getContentsByFormatID" msprop:Generator_RowChangedName="getContentsByFormatIDRowChanged" msprop:Generator_RowEvArgName="getContentsByFormatIDRowChangeEvent" msprop:Generator_RowClassName="getContentsByFormatIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getCurrentRevisionByItemID" msprop:Generator_TableClassName="getCurrentRevisionByItemIDDataTable" msprop:Generator_TableVarName="tablegetCurrentRevisionByItemID" msprop:Generator_TablePropName="getCurrentRevisionByItemID" msprop:Generator_RowDeletingName="getCurrentRevisionByItemIDRowDeleting" msprop:Generator_RowChangingName="getCurrentRevisionByItemIDRowChanging" msprop:Generator_RowEvHandlerName="getCurrentRevisionByItemIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getCurrentRevisionByItemIDRowDeleted" msprop:Generator_UserTableName="getCurrentRevisionByItemID" msprop:Generator_RowChangedName="getCurrentRevisionByItemIDRowChanged" msprop:Generator_RowEvArgName="getCurrentRevisionByItemIDRowChangeEvent" msprop:Generator_RowClassName="getCurrentRevisionByItemIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RevisionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RevisionNumber" msprop:Generator_ColumnVarNameInTable="columnRevisionNumber" msprop:Generator_ColumnPropNameInRow="RevisionNumber" msprop:Generator_ColumnPropNameInTable="RevisionNumberColumn" msprop:Generator_UserColumnName="RevisionNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RevisionDate" msprop:Generator_ColumnVarNameInTable="columnRevisionDate" msprop:Generator_ColumnPropNameInRow="RevisionDate" msprop:Generator_ColumnPropNameInTable="RevisionDateColumn" msprop:Generator_UserColumnName="RevisionDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Notes" msprop:Generator_ColumnVarNameInTable="columnNotes" msprop:Generator_ColumnPropNameInRow="Notes" msprop:Generator_ColumnPropNameInTable="NotesColumn" msprop:Generator_UserColumnName="Notes" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="CheckCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCheckCount" msprop:Generator_ColumnPropNameInRow="CheckCount" msprop:Generator_ColumnPropNameInTable="CheckCountColumn" msprop:Generator_UserColumnName="CheckCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="VersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVersionCount" msprop:Generator_ColumnPropNameInRow="VersionCount" msprop:Generator_ColumnPropNameInTable="VersionCountColumn" msprop:Generator_UserColumnName="VersionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getCurrentRevisionByItemIDandUnitID" msprop:Generator_TableClassName="getCurrentRevisionByItemIDandUnitIDDataTable" msprop:Generator_TableVarName="tablegetCurrentRevisionByItemIDandUnitID" msprop:Generator_TablePropName="getCurrentRevisionByItemIDandUnitID" msprop:Generator_RowDeletingName="getCurrentRevisionByItemIDandUnitIDRowDeleting" msprop:Generator_RowChangingName="getCurrentRevisionByItemIDandUnitIDRowChanging" msprop:Generator_RowEvHandlerName="getCurrentRevisionByItemIDandUnitIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getCurrentRevisionByItemIDandUnitIDRowDeleted" msprop:Generator_UserTableName="getCurrentRevisionByItemIDandUnitID" msprop:Generator_RowChangedName="getCurrentRevisionByItemIDandUnitIDRowChanged" msprop:Generator_RowEvArgName="getCurrentRevisionByItemIDandUnitIDRowChangeEvent" msprop:Generator_RowClassName="getCurrentRevisionByItemIDandUnitIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RevisionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RevisionNumber" msprop:Generator_ColumnVarNameInTable="columnRevisionNumber" msprop:Generator_ColumnPropNameInRow="RevisionNumber" msprop:Generator_ColumnPropNameInTable="RevisionNumberColumn" msprop:Generator_UserColumnName="RevisionNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RevisionDate" msprop:Generator_ColumnVarNameInTable="columnRevisionDate" msprop:Generator_ColumnPropNameInRow="RevisionDate" msprop:Generator_ColumnPropNameInTable="RevisionDateColumn" msprop:Generator_UserColumnName="RevisionDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Notes" msprop:Generator_ColumnVarNameInTable="columnNotes" msprop:Generator_ColumnPropNameInRow="Notes" msprop:Generator_ColumnPropNameInTable="NotesColumn" msprop:Generator_UserColumnName="Notes" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="CheckCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCheckCount" msprop:Generator_ColumnPropNameInRow="CheckCount" msprop:Generator_ColumnPropNameInTable="CheckCountColumn" msprop:Generator_UserColumnName="CheckCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="VersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVersionCount" msprop:Generator_ColumnPropNameInRow="VersionCount" msprop:Generator_ColumnPropNameInTable="VersionCountColumn" msprop:Generator_UserColumnName="VersionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getDetail" msprop:Generator_TableClassName="getDetailDataTable" msprop:Generator_TableVarName="tablegetDetail" msprop:Generator_TablePropName="getDetail" msprop:Generator_RowDeletingName="getDetailRowDeleting" msprop:Generator_RowChangingName="getDetailRowChanging" msprop:Generator_RowEvHandlerName="getDetailRowChangeEventHandler" msprop:Generator_RowDeletedName="getDetailRowDeleted" msprop:Generator_UserTableName="getDetail" msprop:Generator_RowChangedName="getDetailRowChanged" msprop:Generator_RowEvArgName="getDetailRowChangeEvent" msprop:Generator_RowClassName="getDetailRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DetailID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnDetailID" msprop:Generator_ColumnPropNameInRow="DetailID" msprop:Generator_ColumnPropNameInTable="DetailIDColumn" msprop:Generator_UserColumnName="DetailID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ItemType" msprop:Generator_ColumnVarNameInTable="columnItemType" msprop:Generator_ColumnPropNameInRow="ItemType" msprop:Generator_ColumnPropNameInTable="ItemTypeColumn" msprop:Generator_UserColumnName="ItemType" type="xs:int" />
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getDetails" msprop:Generator_TableClassName="getDetailsDataTable" msprop:Generator_TableVarName="tablegetDetails" msprop:Generator_TablePropName="getDetails" msprop:Generator_RowDeletingName="getDetailsRowDeleting" msprop:Generator_RowChangingName="getDetailsRowChanging" msprop:Generator_RowEvHandlerName="getDetailsRowChangeEventHandler" msprop:Generator_RowDeletedName="getDetailsRowDeleted" msprop:Generator_UserTableName="getDetails" msprop:Generator_RowChangedName="getDetailsRowChanged" msprop:Generator_RowEvArgName="getDetailsRowChangeEvent" msprop:Generator_RowClassName="getDetailsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DetailID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnDetailID" msprop:Generator_ColumnPropNameInRow="DetailID" msprop:Generator_ColumnPropNameInTable="DetailIDColumn" msprop:Generator_UserColumnName="DetailID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ItemType" msprop:Generator_ColumnVarNameInTable="columnItemType" msprop:Generator_ColumnPropNameInRow="ItemType" msprop:Generator_ColumnPropNameInTable="ItemTypeColumn" msprop:Generator_UserColumnName="ItemType" type="xs:int" />
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getDetailsByContentID" msprop:Generator_TableClassName="getDetailsByContentIDDataTable" msprop:Generator_TableVarName="tablegetDetailsByContentID" msprop:Generator_TablePropName="getDetailsByContentID" msprop:Generator_RowDeletingName="getDetailsByContentIDRowDeleting" msprop:Generator_RowChangingName="getDetailsByContentIDRowChanging" msprop:Generator_RowEvHandlerName="getDetailsByContentIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getDetailsByContentIDRowDeleted" msprop:Generator_UserTableName="getDetailsByContentID" msprop:Generator_RowChangedName="getDetailsByContentIDRowChanged" msprop:Generator_RowEvArgName="getDetailsByContentIDRowChangeEvent" msprop:Generator_RowClassName="getDetailsByContentIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DetailID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnDetailID" msprop:Generator_ColumnPropNameInRow="DetailID" msprop:Generator_ColumnPropNameInTable="DetailIDColumn" msprop:Generator_UserColumnName="DetailID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ItemType" msprop:Generator_ColumnVarNameInTable="columnItemType" msprop:Generator_ColumnPropNameInRow="ItemType" msprop:Generator_ColumnPropNameInTable="ItemTypeColumn" msprop:Generator_UserColumnName="ItemType" type="xs:int" />
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getDocument" msprop:Generator_TableClassName="getDocumentDataTable" msprop:Generator_TableVarName="tablegetDocument" msprop:Generator_TablePropName="getDocument" msprop:Generator_RowDeletingName="getDocumentRowDeleting" msprop:Generator_RowChangingName="getDocumentRowChanging" msprop:Generator_RowEvHandlerName="getDocumentRowChangeEventHandler" msprop:Generator_RowDeletedName="getDocumentRowDeleted" msprop:Generator_UserTableName="getDocument" msprop:Generator_RowChangedName="getDocumentRowChanged" msprop:Generator_RowEvArgName="getDocumentRowChangeEvent" msprop:Generator_RowClassName="getDocumentRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DocID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="LibTitle" msprop:Generator_ColumnVarNameInTable="columnLibTitle" msprop:Generator_ColumnPropNameInRow="LibTitle" msprop:Generator_ColumnPropNameInTable="LibTitleColumn" msprop:Generator_UserColumnName="LibTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1024" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DocContent" msprop:Generator_ColumnVarNameInTable="columnDocContent" msprop:Generator_ColumnPropNameInRow="DocContent" msprop:Generator_ColumnPropNameInTable="DocContentColumn" msprop:Generator_UserColumnName="DocContent" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DocAscii" msprop:Generator_ColumnVarNameInTable="columnDocAscii" msprop:Generator_ColumnPropNameInRow="DocAscii" msprop:Generator_ColumnPropNameInTable="DocAsciiColumn" msprop:Generator_UserColumnName="DocAscii" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="FileExtension" msprop:Generator_ColumnVarNameInTable="columnFileExtension" msprop:Generator_ColumnPropNameInRow="FileExtension" msprop:Generator_ColumnPropNameInTable="FileExtensionColumn" msprop:Generator_UserColumnName="FileExtension">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DROUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDROUsageCount" msprop:Generator_ColumnPropNameInRow="DROUsageCount" msprop:Generator_ColumnPropNameInTable="DROUsageCountColumn" msprop:Generator_UserColumnName="DROUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PdfCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPdfCount" msprop:Generator_ColumnPropNameInRow="PdfCount" msprop:Generator_ColumnPropNameInTable="PdfCountColumn" msprop:Generator_UserColumnName="PdfCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getDocumentAudit" msprop:Generator_TableClassName="getDocumentAuditDataTable" msprop:Generator_TableVarName="tablegetDocumentAudit" msprop:Generator_TablePropName="getDocumentAudit" msprop:Generator_RowDeletingName="getDocumentAuditRowDeleting" msprop:Generator_RowChangingName="getDocumentAuditRowChanging" msprop:Generator_RowEvHandlerName="getDocumentAuditRowChangeEventHandler" msprop:Generator_RowDeletedName="getDocumentAuditRowDeleted" msprop:Generator_UserTableName="getDocumentAudit" msprop:Generator_RowChangedName="getDocumentAuditRowChanged" msprop:Generator_RowEvArgName="getDocumentAuditRowChangeEvent" msprop:Generator_RowClassName="getDocumentAuditRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="LibTitle" msprop:Generator_ColumnVarNameInTable="columnLibTitle" msprop:Generator_ColumnPropNameInRow="LibTitle" msprop:Generator_ColumnPropNameInTable="LibTitleColumn" msprop:Generator_UserColumnName="LibTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2048" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DocContent" msprop:Generator_ColumnVarNameInTable="columnDocContent" msprop:Generator_ColumnPropNameInRow="DocContent" msprop:Generator_ColumnPropNameInTable="DocContentColumn" msprop:Generator_UserColumnName="DocContent" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DocAscii" msprop:Generator_ColumnVarNameInTable="columnDocAscii" msprop:Generator_ColumnPropNameInRow="DocAscii" msprop:Generator_ColumnPropNameInTable="DocAsciiColumn" msprop:Generator_UserColumnName="DocAscii" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FileExtension" msprop:Generator_ColumnVarNameInTable="columnFileExtension" msprop:Generator_ColumnPropNameInRow="FileExtension" msprop:Generator_ColumnPropNameInTable="FileExtensionColumn" msprop:Generator_UserColumnName="FileExtension">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getDocumentAudits" msprop:Generator_TableClassName="getDocumentAuditsDataTable" msprop:Generator_TableVarName="tablegetDocumentAudits" msprop:Generator_TablePropName="getDocumentAudits" msprop:Generator_RowDeletingName="getDocumentAuditsRowDeleting" msprop:Generator_RowChangingName="getDocumentAuditsRowChanging" msprop:Generator_RowEvHandlerName="getDocumentAuditsRowChangeEventHandler" msprop:Generator_RowDeletedName="getDocumentAuditsRowDeleted" msprop:Generator_UserTableName="getDocumentAudits" msprop:Generator_RowChangedName="getDocumentAuditsRowChanged" msprop:Generator_RowEvArgName="getDocumentAuditsRowChangeEvent" msprop:Generator_RowClassName="getDocumentAuditsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="LibTitle" msprop:Generator_ColumnVarNameInTable="columnLibTitle" msprop:Generator_ColumnPropNameInRow="LibTitle" msprop:Generator_ColumnPropNameInTable="LibTitleColumn" msprop:Generator_UserColumnName="LibTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2048" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DocContent" msprop:Generator_ColumnVarNameInTable="columnDocContent" msprop:Generator_ColumnPropNameInRow="DocContent" msprop:Generator_ColumnPropNameInTable="DocContentColumn" msprop:Generator_UserColumnName="DocContent" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DocAscii" msprop:Generator_ColumnVarNameInTable="columnDocAscii" msprop:Generator_ColumnPropNameInRow="DocAscii" msprop:Generator_ColumnPropNameInTable="DocAsciiColumn" msprop:Generator_UserColumnName="DocAscii" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FileExtension" msprop:Generator_ColumnVarNameInTable="columnFileExtension" msprop:Generator_ColumnPropNameInRow="FileExtension" msprop:Generator_ColumnPropNameInTable="FileExtensionColumn" msprop:Generator_UserColumnName="FileExtension">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getDocumentAuditsByDocID" msprop:Generator_TableClassName="getDocumentAuditsByDocIDDataTable" msprop:Generator_TableVarName="tablegetDocumentAuditsByDocID" msprop:Generator_TablePropName="getDocumentAuditsByDocID" msprop:Generator_RowDeletingName="getDocumentAuditsByDocIDRowDeleting" msprop:Generator_RowChangingName="getDocumentAuditsByDocIDRowChanging" msprop:Generator_RowEvHandlerName="getDocumentAuditsByDocIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getDocumentAuditsByDocIDRowDeleted" msprop:Generator_UserTableName="getDocumentAuditsByDocID" msprop:Generator_RowChangedName="getDocumentAuditsByDocIDRowChanged" msprop:Generator_RowEvArgName="getDocumentAuditsByDocIDRowChangeEvent" msprop:Generator_RowClassName="getDocumentAuditsByDocIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="LibTitle" msprop:Generator_ColumnVarNameInTable="columnLibTitle" msprop:Generator_ColumnPropNameInRow="LibTitle" msprop:Generator_ColumnPropNameInTable="LibTitleColumn" msprop:Generator_UserColumnName="LibTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2048" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DocContent" msprop:Generator_ColumnVarNameInTable="columnDocContent" msprop:Generator_ColumnPropNameInRow="DocContent" msprop:Generator_ColumnPropNameInTable="DocContentColumn" msprop:Generator_UserColumnName="DocContent" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DocAscii" msprop:Generator_ColumnVarNameInTable="columnDocAscii" msprop:Generator_ColumnPropNameInRow="DocAscii" msprop:Generator_ColumnPropNameInTable="DocAsciiColumn" msprop:Generator_UserColumnName="DocAscii" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FileExtension" msprop:Generator_ColumnVarNameInTable="columnFileExtension" msprop:Generator_ColumnPropNameInRow="FileExtension" msprop:Generator_ColumnPropNameInTable="FileExtensionColumn" msprop:Generator_UserColumnName="FileExtension">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getDocumentByLibDoc" msprop:Generator_TableClassName="getDocumentByLibDocDataTable" msprop:Generator_TableVarName="tablegetDocumentByLibDoc" msprop:Generator_TablePropName="getDocumentByLibDoc" msprop:Generator_RowDeletingName="getDocumentByLibDocRowDeleting" msprop:Generator_RowChangingName="getDocumentByLibDocRowChanging" msprop:Generator_RowEvHandlerName="getDocumentByLibDocRowChangeEventHandler" msprop:Generator_RowDeletedName="getDocumentByLibDocRowDeleted" msprop:Generator_UserTableName="getDocumentByLibDoc" msprop:Generator_RowChangedName="getDocumentByLibDocRowChanged" msprop:Generator_RowEvArgName="getDocumentByLibDocRowChangeEvent" msprop:Generator_RowClassName="getDocumentByLibDocRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DocID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="LibTitle" msprop:Generator_ColumnVarNameInTable="columnLibTitle" msprop:Generator_ColumnPropNameInRow="LibTitle" msprop:Generator_ColumnPropNameInTable="LibTitleColumn" msprop:Generator_UserColumnName="LibTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1024" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DocContent" msprop:Generator_ColumnVarNameInTable="columnDocContent" msprop:Generator_ColumnPropNameInRow="DocContent" msprop:Generator_ColumnPropNameInTable="DocContentColumn" msprop:Generator_UserColumnName="DocContent" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DocAscii" msprop:Generator_ColumnVarNameInTable="columnDocAscii" msprop:Generator_ColumnPropNameInRow="DocAscii" msprop:Generator_ColumnPropNameInTable="DocAsciiColumn" msprop:Generator_UserColumnName="DocAscii" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="FileExtension" msprop:Generator_ColumnVarNameInTable="columnFileExtension" msprop:Generator_ColumnPropNameInRow="FileExtension" msprop:Generator_ColumnPropNameInTable="FileExtensionColumn" msprop:Generator_UserColumnName="FileExtension">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DROUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDROUsageCount" msprop:Generator_ColumnPropNameInRow="DROUsageCount" msprop:Generator_ColumnPropNameInTable="DROUsageCountColumn" msprop:Generator_UserColumnName="DROUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PdfCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPdfCount" msprop:Generator_ColumnPropNameInRow="PdfCount" msprop:Generator_ColumnPropNameInTable="PdfCountColumn" msprop:Generator_UserColumnName="PdfCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getDocuments" msprop:Generator_TableClassName="getDocumentsDataTable" msprop:Generator_TableVarName="tablegetDocuments" msprop:Generator_TablePropName="getDocuments" msprop:Generator_RowDeletingName="getDocumentsRowDeleting" msprop:Generator_RowChangingName="getDocumentsRowChanging" msprop:Generator_RowEvHandlerName="getDocumentsRowChangeEventHandler" msprop:Generator_RowDeletedName="getDocumentsRowDeleted" msprop:Generator_UserTableName="getDocuments" msprop:Generator_RowChangedName="getDocumentsRowChanged" msprop:Generator_RowEvArgName="getDocumentsRowChangeEvent" msprop:Generator_RowClassName="getDocumentsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DocID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="LibTitle" msprop:Generator_ColumnVarNameInTable="columnLibTitle" msprop:Generator_ColumnPropNameInRow="LibTitle" msprop:Generator_ColumnPropNameInTable="LibTitleColumn" msprop:Generator_UserColumnName="LibTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1024" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DocContent" msprop:Generator_ColumnVarNameInTable="columnDocContent" msprop:Generator_ColumnPropNameInRow="DocContent" msprop:Generator_ColumnPropNameInTable="DocContentColumn" msprop:Generator_UserColumnName="DocContent" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DocAscii" msprop:Generator_ColumnVarNameInTable="columnDocAscii" msprop:Generator_ColumnPropNameInRow="DocAscii" msprop:Generator_ColumnPropNameInTable="DocAsciiColumn" msprop:Generator_UserColumnName="DocAscii" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="FileExtension" msprop:Generator_ColumnVarNameInTable="columnFileExtension" msprop:Generator_ColumnPropNameInRow="FileExtension" msprop:Generator_ColumnPropNameInTable="FileExtensionColumn" msprop:Generator_UserColumnName="FileExtension">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DROUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDROUsageCount" msprop:Generator_ColumnPropNameInRow="DROUsageCount" msprop:Generator_ColumnPropNameInTable="DROUsageCountColumn" msprop:Generator_UserColumnName="DROUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PdfCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPdfCount" msprop:Generator_ColumnPropNameInRow="PdfCount" msprop:Generator_ColumnPropNameInTable="PdfCountColumn" msprop:Generator_UserColumnName="PdfCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getDocVersion" msprop:Generator_TableClassName="getDocVersionDataTable" msprop:Generator_TableVarName="tablegetDocVersion" msprop:Generator_TablePropName="getDocVersion" msprop:Generator_RowDeletingName="getDocVersionRowDeleting" msprop:Generator_RowChangingName="getDocVersionRowChanging" msprop:Generator_RowEvHandlerName="getDocVersionRowChangeEventHandler" msprop:Generator_RowDeletedName="getDocVersionRowDeleted" msprop:Generator_UserTableName="getDocVersion" msprop:Generator_RowChangedName="getDocVersionRowChanged" msprop:Generator_RowEvArgName="getDocVersionRowChangeEvent" msprop:Generator_RowClassName="getDocVersionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="FolderID" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="VersionType" msprop:Generator_ColumnVarNameInTable="columnVersionType" msprop:Generator_ColumnPropNameInRow="VersionType" msprop:Generator_ColumnPropNameInTable="VersionTypeColumn" msprop:Generator_UserColumnName="VersionType" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssociationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssociationCount" msprop:Generator_ColumnPropNameInRow="AssociationCount" msprop:Generator_ColumnPropNameInTable="AssociationCountColumn" msprop:Generator_UserColumnName="AssociationCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getDocVersions" msprop:Generator_TableClassName="getDocVersionsDataTable" msprop:Generator_TableVarName="tablegetDocVersions" msprop:Generator_TablePropName="getDocVersions" msprop:Generator_RowDeletingName="getDocVersionsRowDeleting" msprop:Generator_RowChangingName="getDocVersionsRowChanging" msprop:Generator_RowEvHandlerName="getDocVersionsRowChangeEventHandler" msprop:Generator_RowDeletedName="getDocVersionsRowDeleted" msprop:Generator_UserTableName="getDocVersions" msprop:Generator_RowChangedName="getDocVersionsRowChanged" msprop:Generator_RowEvArgName="getDocVersionsRowChangeEvent" msprop:Generator_RowClassName="getDocVersionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="FolderID" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="VersionType" msprop:Generator_ColumnVarNameInTable="columnVersionType" msprop:Generator_ColumnPropNameInRow="VersionType" msprop:Generator_ColumnPropNameInTable="VersionTypeColumn" msprop:Generator_UserColumnName="VersionType" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssociationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssociationCount" msprop:Generator_ColumnPropNameInRow="AssociationCount" msprop:Generator_ColumnPropNameInTable="AssociationCountColumn" msprop:Generator_UserColumnName="AssociationCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getDocVersionsByFolderID" msprop:Generator_TableClassName="getDocVersionsByFolderIDDataTable" msprop:Generator_TableVarName="tablegetDocVersionsByFolderID" msprop:Generator_TablePropName="getDocVersionsByFolderID" msprop:Generator_RowDeletingName="getDocVersionsByFolderIDRowDeleting" msprop:Generator_RowChangingName="getDocVersionsByFolderIDRowChanging" msprop:Generator_RowEvHandlerName="getDocVersionsByFolderIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getDocVersionsByFolderIDRowDeleted" msprop:Generator_UserTableName="getDocVersionsByFolderID" msprop:Generator_RowChangedName="getDocVersionsByFolderIDRowChanged" msprop:Generator_RowEvArgName="getDocVersionsByFolderIDRowChangeEvent" msprop:Generator_RowClassName="getDocVersionsByFolderIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="FolderID" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="VersionType" msprop:Generator_ColumnVarNameInTable="columnVersionType" msprop:Generator_ColumnPropNameInRow="VersionType" msprop:Generator_ColumnPropNameInTable="VersionTypeColumn" msprop:Generator_UserColumnName="VersionType" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssociationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssociationCount" msprop:Generator_ColumnPropNameInRow="AssociationCount" msprop:Generator_ColumnPropNameInTable="AssociationCountColumn" msprop:Generator_UserColumnName="AssociationCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getDocVersionsByFormatID" msprop:Generator_TableClassName="getDocVersionsByFormatIDDataTable" msprop:Generator_TableVarName="tablegetDocVersionsByFormatID" msprop:Generator_TablePropName="getDocVersionsByFormatID" msprop:Generator_RowDeletingName="getDocVersionsByFormatIDRowDeleting" msprop:Generator_RowChangingName="getDocVersionsByFormatIDRowChanging" msprop:Generator_RowEvHandlerName="getDocVersionsByFormatIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getDocVersionsByFormatIDRowDeleted" msprop:Generator_UserTableName="getDocVersionsByFormatID" msprop:Generator_RowChangedName="getDocVersionsByFormatIDRowChanged" msprop:Generator_RowEvArgName="getDocVersionsByFormatIDRowChangeEvent" msprop:Generator_RowClassName="getDocVersionsByFormatIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="FolderID" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="VersionType" msprop:Generator_ColumnVarNameInTable="columnVersionType" msprop:Generator_ColumnPropNameInRow="VersionType" msprop:Generator_ColumnPropNameInTable="VersionTypeColumn" msprop:Generator_UserColumnName="VersionType" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Folder_ParentID" msprop:Generator_ColumnVarNameInTable="columnFolder_ParentID" msprop:Generator_ColumnPropNameInRow="Folder_ParentID" msprop:Generator_ColumnPropNameInTable="Folder_ParentIDColumn" msprop:Generator_UserColumnName="Folder_ParentID" type="xs:int" />
|
|
<xs:element name="Folder_DBID" msprop:Generator_ColumnVarNameInTable="columnFolder_DBID" msprop:Generator_ColumnPropNameInRow="Folder_DBID" msprop:Generator_ColumnPropNameInTable="Folder_DBIDColumn" msprop:Generator_UserColumnName="Folder_DBID" type="xs:int" />
|
|
<xs:element name="Folder_Name" msprop:Generator_ColumnVarNameInTable="columnFolder_Name" msprop:Generator_ColumnPropNameInRow="Folder_Name" msprop:Generator_ColumnPropNameInTable="Folder_NameColumn" msprop:Generator_UserColumnName="Folder_Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Folder_Title" msprop:Generator_ColumnVarNameInTable="columnFolder_Title" msprop:Generator_ColumnPropNameInRow="Folder_Title" msprop:Generator_ColumnPropNameInTable="Folder_TitleColumn" msprop:Generator_UserColumnName="Folder_Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Folder_ShortName" msprop:Generator_ColumnVarNameInTable="columnFolder_ShortName" msprop:Generator_ColumnPropNameInRow="Folder_ShortName" msprop:Generator_ColumnPropNameInTable="Folder_ShortNameColumn" msprop:Generator_UserColumnName="Folder_ShortName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Folder_FormatID" msprop:Generator_ColumnVarNameInTable="columnFolder_FormatID" msprop:Generator_ColumnPropNameInRow="Folder_FormatID" msprop:Generator_ColumnPropNameInTable="Folder_FormatIDColumn" msprop:Generator_UserColumnName="Folder_FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Folder_ManualOrder" msprop:Generator_ColumnVarNameInTable="columnFolder_ManualOrder" msprop:Generator_ColumnPropNameInRow="Folder_ManualOrder" msprop:Generator_ColumnPropNameInTable="Folder_ManualOrderColumn" msprop:Generator_UserColumnName="Folder_ManualOrder" type="xs:double" minOccurs="0" />
|
|
<xs:element name="Folder_Config" msprop:Generator_ColumnVarNameInTable="columnFolder_Config" msprop:Generator_ColumnPropNameInRow="Folder_Config" msprop:Generator_ColumnPropNameInTable="Folder_ConfigColumn" msprop:Generator_UserColumnName="Folder_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Folder_DTS" msprop:Generator_ColumnVarNameInTable="columnFolder_DTS" msprop:Generator_ColumnPropNameInRow="Folder_DTS" msprop:Generator_ColumnPropNameInTable="Folder_DTSColumn" msprop:Generator_UserColumnName="Folder_DTS" type="xs:dateTime" />
|
|
<xs:element name="Folder_UsrID" msprop:Generator_ColumnVarNameInTable="columnFolder_UsrID" msprop:Generator_ColumnPropNameInRow="Folder_UsrID" msprop:Generator_ColumnPropNameInTable="Folder_UsrIDColumn" msprop:Generator_UserColumnName="Folder_UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AssociationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssociationCount" msprop:Generator_ColumnPropNameInRow="AssociationCount" msprop:Generator_ColumnPropNameInTable="AssociationCountColumn" msprop:Generator_UserColumnName="AssociationCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getDocVersionsByItemID" msprop:Generator_TableClassName="getDocVersionsByItemIDDataTable" msprop:Generator_TableVarName="tablegetDocVersionsByItemID" msprop:Generator_TablePropName="getDocVersionsByItemID" msprop:Generator_RowDeletingName="getDocVersionsByItemIDRowDeleting" msprop:Generator_RowChangingName="getDocVersionsByItemIDRowChanging" msprop:Generator_RowEvHandlerName="getDocVersionsByItemIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getDocVersionsByItemIDRowDeleted" msprop:Generator_UserTableName="getDocVersionsByItemID" msprop:Generator_RowChangedName="getDocVersionsByItemIDRowChanged" msprop:Generator_RowEvArgName="getDocVersionsByItemIDRowChangeEvent" msprop:Generator_RowClassName="getDocVersionsByItemIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="FolderID" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="VersionType" msprop:Generator_ColumnVarNameInTable="columnVersionType" msprop:Generator_ColumnPropNameInRow="VersionType" msprop:Generator_ColumnPropNameInTable="VersionTypeColumn" msprop:Generator_UserColumnName="VersionType" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Folder_ParentID" msprop:Generator_ColumnVarNameInTable="columnFolder_ParentID" msprop:Generator_ColumnPropNameInRow="Folder_ParentID" msprop:Generator_ColumnPropNameInTable="Folder_ParentIDColumn" msprop:Generator_UserColumnName="Folder_ParentID" type="xs:int" />
|
|
<xs:element name="Folder_DBID" msprop:Generator_ColumnVarNameInTable="columnFolder_DBID" msprop:Generator_ColumnPropNameInRow="Folder_DBID" msprop:Generator_ColumnPropNameInTable="Folder_DBIDColumn" msprop:Generator_UserColumnName="Folder_DBID" type="xs:int" />
|
|
<xs:element name="Folder_Name" msprop:Generator_ColumnVarNameInTable="columnFolder_Name" msprop:Generator_ColumnPropNameInRow="Folder_Name" msprop:Generator_ColumnPropNameInTable="Folder_NameColumn" msprop:Generator_UserColumnName="Folder_Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Folder_Title" msprop:Generator_ColumnVarNameInTable="columnFolder_Title" msprop:Generator_ColumnPropNameInRow="Folder_Title" msprop:Generator_ColumnPropNameInTable="Folder_TitleColumn" msprop:Generator_UserColumnName="Folder_Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Folder_ShortName" msprop:Generator_ColumnVarNameInTable="columnFolder_ShortName" msprop:Generator_ColumnPropNameInRow="Folder_ShortName" msprop:Generator_ColumnPropNameInTable="Folder_ShortNameColumn" msprop:Generator_UserColumnName="Folder_ShortName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Folder_FormatID" msprop:Generator_ColumnVarNameInTable="columnFolder_FormatID" msprop:Generator_ColumnPropNameInRow="Folder_FormatID" msprop:Generator_ColumnPropNameInTable="Folder_FormatIDColumn" msprop:Generator_UserColumnName="Folder_FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Folder_ManualOrder" msprop:Generator_ColumnVarNameInTable="columnFolder_ManualOrder" msprop:Generator_ColumnPropNameInRow="Folder_ManualOrder" msprop:Generator_ColumnPropNameInTable="Folder_ManualOrderColumn" msprop:Generator_UserColumnName="Folder_ManualOrder" type="xs:double" minOccurs="0" />
|
|
<xs:element name="Folder_Config" msprop:Generator_ColumnVarNameInTable="columnFolder_Config" msprop:Generator_ColumnPropNameInRow="Folder_Config" msprop:Generator_ColumnPropNameInTable="Folder_ConfigColumn" msprop:Generator_UserColumnName="Folder_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Folder_DTS" msprop:Generator_ColumnVarNameInTable="columnFolder_DTS" msprop:Generator_ColumnPropNameInRow="Folder_DTS" msprop:Generator_ColumnPropNameInTable="Folder_DTSColumn" msprop:Generator_UserColumnName="Folder_DTS" type="xs:dateTime" />
|
|
<xs:element name="Folder_UsrID" msprop:Generator_ColumnVarNameInTable="columnFolder_UsrID" msprop:Generator_ColumnPropNameInRow="Folder_UsrID" msprop:Generator_ColumnPropNameInTable="Folder_UsrIDColumn" msprop:Generator_UserColumnName="Folder_UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AssociationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssociationCount" msprop:Generator_ColumnPropNameInRow="AssociationCount" msprop:Generator_ColumnPropNameInTable="AssociationCountColumn" msprop:Generator_UserColumnName="AssociationCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getDROUsage" msprop:Generator_TableClassName="getDROUsageDataTable" msprop:Generator_TableVarName="tablegetDROUsage" msprop:Generator_TablePropName="getDROUsage" msprop:Generator_RowDeletingName="getDROUsageRowDeleting" msprop:Generator_RowChangingName="getDROUsageRowChanging" msprop:Generator_RowEvHandlerName="getDROUsageRowChangeEventHandler" msprop:Generator_RowDeletedName="getDROUsageRowDeleted" msprop:Generator_UserTableName="getDROUsage" msprop:Generator_RowChangedName="getDROUsageRowChanged" msprop:Generator_RowEvArgName="getDROUsageRowChangeEvent" msprop:Generator_RowClassName="getDROUsageRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DROUsageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnDROUsageID" msprop:Generator_ColumnPropNameInRow="DROUsageID" msprop:Generator_ColumnPropNameInTable="DROUsageIDColumn" msprop:Generator_UserColumnName="DROUsageID" type="xs:int" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getDROUsages" msprop:Generator_TableClassName="getDROUsagesDataTable" msprop:Generator_TableVarName="tablegetDROUsages" msprop:Generator_TablePropName="getDROUsages" msprop:Generator_RowDeletingName="getDROUsagesRowDeleting" msprop:Generator_RowChangingName="getDROUsagesRowChanging" msprop:Generator_RowEvHandlerName="getDROUsagesRowChangeEventHandler" msprop:Generator_RowDeletedName="getDROUsagesRowDeleted" msprop:Generator_UserTableName="getDROUsages" msprop:Generator_RowChangedName="getDROUsagesRowChanged" msprop:Generator_RowEvArgName="getDROUsagesRowChangeEvent" msprop:Generator_RowClassName="getDROUsagesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DROUsageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnDROUsageID" msprop:Generator_ColumnPropNameInRow="DROUsageID" msprop:Generator_ColumnPropNameInTable="DROUsageIDColumn" msprop:Generator_UserColumnName="DROUsageID" type="xs:int" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getDROUsagesByDocID" msprop:Generator_TableClassName="getDROUsagesByDocIDDataTable" msprop:Generator_TableVarName="tablegetDROUsagesByDocID" msprop:Generator_TablePropName="getDROUsagesByDocID" msprop:Generator_RowDeletingName="getDROUsagesByDocIDRowDeleting" msprop:Generator_RowChangingName="getDROUsagesByDocIDRowChanging" msprop:Generator_RowEvHandlerName="getDROUsagesByDocIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getDROUsagesByDocIDRowDeleted" msprop:Generator_UserTableName="getDROUsagesByDocID" msprop:Generator_RowChangedName="getDROUsagesByDocIDRowChanged" msprop:Generator_RowEvArgName="getDROUsagesByDocIDRowChangeEvent" msprop:Generator_RowClassName="getDROUsagesByDocIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DROUsageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnDROUsageID" msprop:Generator_ColumnPropNameInRow="DROUsageID" msprop:Generator_ColumnPropNameInTable="DROUsageIDColumn" msprop:Generator_UserColumnName="DROUsageID" type="xs:int" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="RODb_ROName" msprop:Generator_ColumnVarNameInTable="columnRODb_ROName" msprop:Generator_ColumnPropNameInRow="RODb_ROName" msprop:Generator_ColumnPropNameInTable="RODb_RONameColumn" msprop:Generator_UserColumnName="RODb_ROName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RODb_FolderPath" msprop:Generator_ColumnVarNameInTable="columnRODb_FolderPath" msprop:Generator_ColumnPropNameInRow="RODb_FolderPath" msprop:Generator_ColumnPropNameInTable="RODb_FolderPathColumn" msprop:Generator_UserColumnName="RODb_FolderPath">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RODb_DBConnectionString" msprop:Generator_ColumnVarNameInTable="columnRODb_DBConnectionString" msprop:Generator_ColumnPropNameInRow="RODb_DBConnectionString" msprop:Generator_ColumnPropNameInTable="RODb_DBConnectionStringColumn" msprop:Generator_UserColumnName="RODb_DBConnectionString">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RODb_Config" msprop:Generator_ColumnVarNameInTable="columnRODb_Config" msprop:Generator_ColumnPropNameInRow="RODb_Config" msprop:Generator_ColumnPropNameInTable="RODb_ConfigColumn" msprop:Generator_UserColumnName="RODb_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RODb_DTS" msprop:Generator_ColumnVarNameInTable="columnRODb_DTS" msprop:Generator_ColumnPropNameInRow="RODb_DTS" msprop:Generator_ColumnPropNameInTable="RODb_DTSColumn" msprop:Generator_UserColumnName="RODb_DTS" type="xs:dateTime" />
|
|
<xs:element name="RODb_UserID" msprop:Generator_ColumnVarNameInTable="columnRODb_UserID" msprop:Generator_ColumnPropNameInRow="RODb_UserID" msprop:Generator_ColumnPropNameInTable="RODb_UserIDColumn" msprop:Generator_UserColumnName="RODb_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getDROUsagesByRODbID" msprop:Generator_TableClassName="getDROUsagesByRODbIDDataTable" msprop:Generator_TableVarName="tablegetDROUsagesByRODbID" msprop:Generator_TablePropName="getDROUsagesByRODbID" msprop:Generator_RowDeletingName="getDROUsagesByRODbIDRowDeleting" msprop:Generator_RowChangingName="getDROUsagesByRODbIDRowChanging" msprop:Generator_RowEvHandlerName="getDROUsagesByRODbIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getDROUsagesByRODbIDRowDeleted" msprop:Generator_UserTableName="getDROUsagesByRODbID" msprop:Generator_RowChangedName="getDROUsagesByRODbIDRowChanged" msprop:Generator_RowEvArgName="getDROUsagesByRODbIDRowChangeEvent" msprop:Generator_RowClassName="getDROUsagesByRODbIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DROUsageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnDROUsageID" msprop:Generator_ColumnPropNameInRow="DROUsageID" msprop:Generator_ColumnPropNameInTable="DROUsageIDColumn" msprop:Generator_UserColumnName="DROUsageID" type="xs:int" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="Document_LibTitle" msprop:Generator_ColumnVarNameInTable="columnDocument_LibTitle" msprop:Generator_ColumnPropNameInRow="Document_LibTitle" msprop:Generator_ColumnPropNameInTable="Document_LibTitleColumn" msprop:Generator_UserColumnName="Document_LibTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1024" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_DocContent" msprop:Generator_ColumnVarNameInTable="columnDocument_DocContent" msprop:Generator_ColumnPropNameInRow="Document_DocContent" msprop:Generator_ColumnPropNameInTable="Document_DocContentColumn" msprop:Generator_UserColumnName="Document_DocContent" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Document_DocAscii" msprop:Generator_ColumnVarNameInTable="columnDocument_DocAscii" msprop:Generator_ColumnPropNameInRow="Document_DocAscii" msprop:Generator_ColumnPropNameInTable="Document_DocAsciiColumn" msprop:Generator_UserColumnName="Document_DocAscii" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_Config" msprop:Generator_ColumnVarNameInTable="columnDocument_Config" msprop:Generator_ColumnPropNameInRow="Document_Config" msprop:Generator_ColumnPropNameInTable="Document_ConfigColumn" msprop:Generator_UserColumnName="Document_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_DTS" msprop:Generator_ColumnVarNameInTable="columnDocument_DTS" msprop:Generator_ColumnPropNameInRow="Document_DTS" msprop:Generator_ColumnPropNameInTable="Document_DTSColumn" msprop:Generator_UserColumnName="Document_DTS" type="xs:dateTime" />
|
|
<xs:element name="Document_UserID" msprop:Generator_ColumnVarNameInTable="columnDocument_UserID" msprop:Generator_ColumnPropNameInRow="Document_UserID" msprop:Generator_ColumnPropNameInTable="Document_UserIDColumn" msprop:Generator_UserColumnName="Document_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_FileExtension" msprop:Generator_ColumnVarNameInTable="columnDocument_FileExtension" msprop:Generator_ColumnPropNameInRow="Document_FileExtension" msprop:Generator_ColumnPropNameInTable="Document_FileExtensionColumn" msprop:Generator_UserColumnName="Document_FileExtension">
|
|
<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="getDRoUsagesByROIDs" msprop:Generator_TableClassName="getDRoUsagesByROIDsDataTable" msprop:Generator_TableVarName="tablegetDRoUsagesByROIDs" msprop:Generator_TablePropName="getDRoUsagesByROIDs" msprop:Generator_RowDeletingName="getDRoUsagesByROIDsRowDeleting" msprop:Generator_RowChangingName="getDRoUsagesByROIDsRowChanging" msprop:Generator_RowEvHandlerName="getDRoUsagesByROIDsRowChangeEventHandler" msprop:Generator_RowDeletedName="getDRoUsagesByROIDsRowDeleted" msprop:Generator_UserTableName="getDRoUsagesByROIDs" msprop:Generator_RowChangedName="getDRoUsagesByROIDsRowChanged" msprop:Generator_RowEvArgName="getDRoUsagesByROIDsRowChangeEvent" msprop:Generator_RowClassName="getDRoUsagesByROIDsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DROUsageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnDROUsageID" msprop:Generator_ColumnPropNameInRow="DROUsageID" msprop:Generator_ColumnPropNameInTable="DROUsageIDColumn" msprop:Generator_UserColumnName="DROUsageID" type="xs:int" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="Document_LibTitle" msprop:Generator_ColumnVarNameInTable="columnDocument_LibTitle" msprop:Generator_ColumnPropNameInRow="Document_LibTitle" msprop:Generator_ColumnPropNameInTable="Document_LibTitleColumn" msprop:Generator_UserColumnName="Document_LibTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1024" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_DocContent" msprop:Generator_ColumnVarNameInTable="columnDocument_DocContent" msprop:Generator_ColumnPropNameInRow="Document_DocContent" msprop:Generator_ColumnPropNameInTable="Document_DocContentColumn" msprop:Generator_UserColumnName="Document_DocContent" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Document_DocAscii" msprop:Generator_ColumnVarNameInTable="columnDocument_DocAscii" msprop:Generator_ColumnPropNameInRow="Document_DocAscii" msprop:Generator_ColumnPropNameInTable="Document_DocAsciiColumn" msprop:Generator_UserColumnName="Document_DocAscii" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_Config" msprop:Generator_ColumnVarNameInTable="columnDocument_Config" msprop:Generator_ColumnPropNameInRow="Document_Config" msprop:Generator_ColumnPropNameInTable="Document_ConfigColumn" msprop:Generator_UserColumnName="Document_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_DTS" msprop:Generator_ColumnVarNameInTable="columnDocument_DTS" msprop:Generator_ColumnPropNameInRow="Document_DTS" msprop:Generator_ColumnPropNameInTable="Document_DTSColumn" msprop:Generator_UserColumnName="Document_DTS" type="xs:dateTime" />
|
|
<xs:element name="Document_UserID" msprop:Generator_ColumnVarNameInTable="columnDocument_UserID" msprop:Generator_ColumnPropNameInRow="Document_UserID" msprop:Generator_ColumnPropNameInTable="Document_UserIDColumn" msprop:Generator_UserColumnName="Document_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_FileExtension" msprop:Generator_ColumnVarNameInTable="columnDocument_FileExtension" msprop:Generator_ColumnPropNameInRow="Document_FileExtension" msprop:Generator_ColumnPropNameInTable="Document_FileExtensionColumn" msprop:Generator_UserColumnName="Document_FileExtension">
|
|
<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="getDRoUsagesByROIDsAndVersions" msprop:Generator_TableClassName="getDRoUsagesByROIDsAndVersionsDataTable" msprop:Generator_TableVarName="tablegetDRoUsagesByROIDsAndVersions" msprop:Generator_TablePropName="getDRoUsagesByROIDsAndVersions" msprop:Generator_RowDeletingName="getDRoUsagesByROIDsAndVersionsRowDeleting" msprop:Generator_RowChangingName="getDRoUsagesByROIDsAndVersionsRowChanging" msprop:Generator_RowEvHandlerName="getDRoUsagesByROIDsAndVersionsRowChangeEventHandler" msprop:Generator_RowDeletedName="getDRoUsagesByROIDsAndVersionsRowDeleted" msprop:Generator_UserTableName="getDRoUsagesByROIDsAndVersions" msprop:Generator_RowChangedName="getDRoUsagesByROIDsAndVersionsRowChanged" msprop:Generator_RowEvArgName="getDRoUsagesByROIDsAndVersionsRowChangeEvent" msprop:Generator_RowClassName="getDRoUsagesByROIDsAndVersionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DROUsageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnDROUsageID" msprop:Generator_ColumnPropNameInRow="DROUsageID" msprop:Generator_ColumnPropNameInTable="DROUsageIDColumn" msprop:Generator_UserColumnName="DROUsageID" type="xs:int" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="Document_LibTitle" msprop:Generator_ColumnVarNameInTable="columnDocument_LibTitle" msprop:Generator_ColumnPropNameInRow="Document_LibTitle" msprop:Generator_ColumnPropNameInTable="Document_LibTitleColumn" msprop:Generator_UserColumnName="Document_LibTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1024" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_DocContent" msprop:Generator_ColumnVarNameInTable="columnDocument_DocContent" msprop:Generator_ColumnPropNameInRow="Document_DocContent" msprop:Generator_ColumnPropNameInTable="Document_DocContentColumn" msprop:Generator_UserColumnName="Document_DocContent" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Document_DocAscii" msprop:Generator_ColumnVarNameInTable="columnDocument_DocAscii" msprop:Generator_ColumnPropNameInRow="Document_DocAscii" msprop:Generator_ColumnPropNameInTable="Document_DocAsciiColumn" msprop:Generator_UserColumnName="Document_DocAscii" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_Config" msprop:Generator_ColumnVarNameInTable="columnDocument_Config" msprop:Generator_ColumnPropNameInRow="Document_Config" msprop:Generator_ColumnPropNameInTable="Document_ConfigColumn" msprop:Generator_UserColumnName="Document_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_DTS" msprop:Generator_ColumnVarNameInTable="columnDocument_DTS" msprop:Generator_ColumnPropNameInRow="Document_DTS" msprop:Generator_ColumnPropNameInTable="Document_DTSColumn" msprop:Generator_UserColumnName="Document_DTS" type="xs:dateTime" />
|
|
<xs:element name="Document_UserID" msprop:Generator_ColumnVarNameInTable="columnDocument_UserID" msprop:Generator_ColumnPropNameInRow="Document_UserID" msprop:Generator_ColumnPropNameInTable="Document_UserIDColumn" msprop:Generator_UserColumnName="Document_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_FileExtension" msprop:Generator_ColumnVarNameInTable="columnDocument_FileExtension" msprop:Generator_ColumnPropNameInRow="Document_FileExtension" msprop:Generator_ColumnPropNameInTable="Document_FileExtensionColumn" msprop:Generator_UserColumnName="Document_FileExtension">
|
|
<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="getDROUsagesForProc" msprop:Generator_TableClassName="getDROUsagesForProcDataTable" msprop:Generator_TableVarName="tablegetDROUsagesForProc" msprop:Generator_TablePropName="getDROUsagesForProc" msprop:Generator_RowDeletingName="getDROUsagesForProcRowDeleting" msprop:Generator_RowChangingName="getDROUsagesForProcRowChanging" msprop:Generator_RowEvHandlerName="getDROUsagesForProcRowChangeEventHandler" msprop:Generator_RowDeletedName="getDROUsagesForProcRowDeleted" msprop:Generator_UserTableName="getDROUsagesForProc" msprop:Generator_RowChangedName="getDROUsagesForProcRowChanged" msprop:Generator_RowEvArgName="getDROUsagesForProcRowChangeEvent" msprop:Generator_RowClassName="getDROUsagesForProcRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DROUsageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnDROUsageID" msprop:Generator_ColumnPropNameInRow="DROUsageID" msprop:Generator_ColumnPropNameInTable="DROUsageIDColumn" msprop:Generator_UserColumnName="DROUsageID" type="xs:int" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getEntries" msprop:Generator_TableClassName="getEntriesDataTable" msprop:Generator_TableVarName="tablegetEntries" msprop:Generator_TablePropName="getEntries" msprop:Generator_RowDeletingName="getEntriesRowDeleting" msprop:Generator_RowChangingName="getEntriesRowChanging" msprop:Generator_RowEvHandlerName="getEntriesRowChangeEventHandler" msprop:Generator_RowDeletedName="getEntriesRowDeleted" msprop:Generator_UserTableName="getEntries" msprop:Generator_RowChangedName="getEntriesRowChanged" msprop:Generator_RowEvArgName="getEntriesRowChangeEvent" msprop:Generator_RowClassName="getEntriesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getEntriesByContentID" msprop:Generator_TableClassName="getEntriesByContentIDDataTable" msprop:Generator_TableVarName="tablegetEntriesByContentID" msprop:Generator_TablePropName="getEntriesByContentID" msprop:Generator_RowDeletingName="getEntriesByContentIDRowDeleting" msprop:Generator_RowChangingName="getEntriesByContentIDRowChanging" msprop:Generator_RowEvHandlerName="getEntriesByContentIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getEntriesByContentIDRowDeleted" msprop:Generator_UserTableName="getEntriesByContentID" msprop:Generator_RowChangedName="getEntriesByContentIDRowChanged" msprop:Generator_RowEvArgName="getEntriesByContentIDRowChangeEvent" msprop:Generator_RowClassName="getEntriesByContentIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Document_LibTitle" msprop:Generator_ColumnVarNameInTable="columnDocument_LibTitle" msprop:Generator_ColumnPropNameInRow="Document_LibTitle" msprop:Generator_ColumnPropNameInTable="Document_LibTitleColumn" msprop:Generator_UserColumnName="Document_LibTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1024" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_DocContent" msprop:Generator_ColumnVarNameInTable="columnDocument_DocContent" msprop:Generator_ColumnPropNameInRow="Document_DocContent" msprop:Generator_ColumnPropNameInTable="Document_DocContentColumn" msprop:Generator_UserColumnName="Document_DocContent" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Document_DocAscii" msprop:Generator_ColumnVarNameInTable="columnDocument_DocAscii" msprop:Generator_ColumnPropNameInRow="Document_DocAscii" msprop:Generator_ColumnPropNameInTable="Document_DocAsciiColumn" msprop:Generator_UserColumnName="Document_DocAscii" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_Config" msprop:Generator_ColumnVarNameInTable="columnDocument_Config" msprop:Generator_ColumnPropNameInRow="Document_Config" msprop:Generator_ColumnPropNameInTable="Document_ConfigColumn" msprop:Generator_UserColumnName="Document_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_DTS" msprop:Generator_ColumnVarNameInTable="columnDocument_DTS" msprop:Generator_ColumnPropNameInRow="Document_DTS" msprop:Generator_ColumnPropNameInTable="Document_DTSColumn" msprop:Generator_UserColumnName="Document_DTS" type="xs:dateTime" />
|
|
<xs:element name="Document_UserID" msprop:Generator_ColumnVarNameInTable="columnDocument_UserID" msprop:Generator_ColumnPropNameInRow="Document_UserID" msprop:Generator_ColumnPropNameInTable="Document_UserIDColumn" msprop:Generator_UserColumnName="Document_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Document_FileExtension" msprop:Generator_ColumnVarNameInTable="columnDocument_FileExtension" msprop:Generator_ColumnPropNameInRow="Document_FileExtension" msprop:Generator_ColumnPropNameInTable="Document_FileExtensionColumn" msprop:Generator_UserColumnName="Document_FileExtension">
|
|
<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="getEntriesByDocID" msprop:Generator_TableClassName="getEntriesByDocIDDataTable" msprop:Generator_TableVarName="tablegetEntriesByDocID" msprop:Generator_TablePropName="getEntriesByDocID" msprop:Generator_RowDeletingName="getEntriesByDocIDRowDeleting" msprop:Generator_RowChangingName="getEntriesByDocIDRowChanging" msprop:Generator_RowEvHandlerName="getEntriesByDocIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getEntriesByDocIDRowDeleted" msprop:Generator_UserTableName="getEntriesByDocID" msprop:Generator_RowChangedName="getEntriesByDocIDRowChanged" msprop:Generator_RowEvArgName="getEntriesByDocIDRowChangeEvent" msprop:Generator_RowClassName="getEntriesByDocIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Content_Number" msprop:Generator_ColumnVarNameInTable="columnContent_Number" msprop:Generator_ColumnPropNameInRow="Content_Number" msprop:Generator_ColumnPropNameInTable="Content_NumberColumn" msprop:Generator_UserColumnName="Content_Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_Text" msprop:Generator_ColumnVarNameInTable="columnContent_Text" msprop:Generator_ColumnPropNameInRow="Content_Text" msprop:Generator_ColumnPropNameInTable="Content_TextColumn" msprop:Generator_UserColumnName="Content_Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_Type" msprop:Generator_ColumnVarNameInTable="columnContent_Type" msprop:Generator_ColumnPropNameInRow="Content_Type" msprop:Generator_ColumnPropNameInTable="Content_TypeColumn" msprop:Generator_UserColumnName="Content_Type" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Content_FormatID" msprop:Generator_ColumnVarNameInTable="columnContent_FormatID" msprop:Generator_ColumnPropNameInRow="Content_FormatID" msprop:Generator_ColumnPropNameInTable="Content_FormatIDColumn" msprop:Generator_UserColumnName="Content_FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Content_Config" msprop:Generator_ColumnVarNameInTable="columnContent_Config" msprop:Generator_ColumnPropNameInRow="Content_Config" msprop:Generator_ColumnPropNameInTable="Content_ConfigColumn" msprop:Generator_UserColumnName="Content_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_DTS" msprop:Generator_ColumnVarNameInTable="columnContent_DTS" msprop:Generator_ColumnPropNameInRow="Content_DTS" msprop:Generator_ColumnPropNameInTable="Content_DTSColumn" msprop:Generator_UserColumnName="Content_DTS" type="xs:dateTime" />
|
|
<xs:element name="Content_UserID" msprop:Generator_ColumnVarNameInTable="columnContent_UserID" msprop:Generator_ColumnPropNameInRow="Content_UserID" msprop:Generator_ColumnPropNameInTable="Content_UserIDColumn" msprop:Generator_UserColumnName="Content_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getEntry" msprop:Generator_TableClassName="getEntryDataTable" msprop:Generator_TableVarName="tablegetEntry" msprop:Generator_TablePropName="getEntry" msprop:Generator_RowDeletingName="getEntryRowDeleting" msprop:Generator_RowChangingName="getEntryRowChanging" msprop:Generator_RowEvHandlerName="getEntryRowChangeEventHandler" msprop:Generator_RowDeletedName="getEntryRowDeleted" msprop:Generator_UserTableName="getEntry" msprop:Generator_RowChangedName="getEntryRowChanged" msprop:Generator_RowEvArgName="getEntryRowChangeEvent" msprop:Generator_RowClassName="getEntryRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getEntryAudit" msprop:Generator_TableClassName="getEntryAuditDataTable" msprop:Generator_TableVarName="tablegetEntryAudit" msprop:Generator_TablePropName="getEntryAudit" msprop:Generator_RowDeletingName="getEntryAuditRowDeleting" msprop:Generator_RowChangingName="getEntryAuditRowChanging" msprop:Generator_RowEvHandlerName="getEntryAuditRowChangeEventHandler" msprop:Generator_RowDeletedName="getEntryAuditRowDeleted" msprop:Generator_UserTableName="getEntryAudit" msprop:Generator_RowChangedName="getEntryAuditRowChanged" msprop:Generator_RowEvArgName="getEntryAuditRowChangeEvent" msprop:Generator_RowClassName="getEntryAuditRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getEntryAudits" msprop:Generator_TableClassName="getEntryAuditsDataTable" msprop:Generator_TableVarName="tablegetEntryAudits" msprop:Generator_TablePropName="getEntryAudits" msprop:Generator_RowDeletingName="getEntryAuditsRowDeleting" msprop:Generator_RowChangingName="getEntryAuditsRowChanging" msprop:Generator_RowEvHandlerName="getEntryAuditsRowChangeEventHandler" msprop:Generator_RowDeletedName="getEntryAuditsRowDeleted" msprop:Generator_UserTableName="getEntryAudits" msprop:Generator_RowChangedName="getEntryAuditsRowChanged" msprop:Generator_RowEvArgName="getEntryAuditsRowChangeEvent" msprop:Generator_RowClassName="getEntryAuditsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getEntryAuditsByContentID" msprop:Generator_TableClassName="getEntryAuditsByContentIDDataTable" msprop:Generator_TableVarName="tablegetEntryAuditsByContentID" msprop:Generator_TablePropName="getEntryAuditsByContentID" msprop:Generator_RowDeletingName="getEntryAuditsByContentIDRowDeleting" msprop:Generator_RowChangingName="getEntryAuditsByContentIDRowChanging" msprop:Generator_RowEvHandlerName="getEntryAuditsByContentIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getEntryAuditsByContentIDRowDeleted" msprop:Generator_UserTableName="getEntryAuditsByContentID" msprop:Generator_RowChangedName="getEntryAuditsByContentIDRowChanged" msprop:Generator_RowEvArgName="getEntryAuditsByContentIDRowChangeEvent" msprop:Generator_RowClassName="getEntryAuditsByContentIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getExternalTransitions" msprop:Generator_TableClassName="getExternalTransitionsDataTable" msprop:Generator_TableVarName="tablegetExternalTransitions" msprop:Generator_TablePropName="getExternalTransitions" msprop:Generator_RowDeletingName="getExternalTransitionsRowDeleting" msprop:Generator_RowChangingName="getExternalTransitionsRowChanging" msprop:Generator_RowEvHandlerName="getExternalTransitionsRowChangeEventHandler" msprop:Generator_RowDeletedName="getExternalTransitionsRowDeleted" msprop:Generator_UserTableName="getExternalTransitions" msprop:Generator_RowChangedName="getExternalTransitionsRowChanged" msprop:Generator_RowEvArgName="getExternalTransitionsRowChangeEvent" msprop:Generator_RowClassName="getExternalTransitionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" />
|
|
<xs:element name="IsRange" msprop:Generator_ColumnVarNameInTable="columnIsRange" msprop:Generator_ColumnPropNameInRow="IsRange" msprop:Generator_ColumnPropNameInTable="IsRangeColumn" msprop:Generator_UserColumnName="IsRange" type="xs:int" />
|
|
<xs:element name="TranType" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ZTransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZTransitionCount" msprop:Generator_ColumnPropNameInRow="ZTransitionCount" msprop:Generator_ColumnPropNameInTable="ZTransitionCountColumn" msprop:Generator_UserColumnName="ZTransitionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getExternalTransitionsToChildren" msprop:Generator_TableClassName="getExternalTransitionsToChildrenDataTable" msprop:Generator_TableVarName="tablegetExternalTransitionsToChildren" msprop:Generator_TablePropName="getExternalTransitionsToChildren" msprop:Generator_RowDeletingName="getExternalTransitionsToChildrenRowDeleting" msprop:Generator_RowChangingName="getExternalTransitionsToChildrenRowChanging" msprop:Generator_RowEvHandlerName="getExternalTransitionsToChildrenRowChangeEventHandler" msprop:Generator_RowDeletedName="getExternalTransitionsToChildrenRowDeleted" msprop:Generator_UserTableName="getExternalTransitionsToChildren" msprop:Generator_RowChangedName="getExternalTransitionsToChildrenRowChanged" msprop:Generator_RowEvArgName="getExternalTransitionsToChildrenRowChangeEvent" msprop:Generator_RowClassName="getExternalTransitionsToChildrenRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" />
|
|
<xs:element name="IsRange" msprop:Generator_ColumnVarNameInTable="columnIsRange" msprop:Generator_ColumnPropNameInRow="IsRange" msprop:Generator_ColumnPropNameInTable="IsRangeColumn" msprop:Generator_UserColumnName="IsRange" type="xs:int" />
|
|
<xs:element name="TranType" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ZTransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZTransitionCount" msprop:Generator_ColumnPropNameInRow="ZTransitionCount" msprop:Generator_ColumnPropNameInTable="ZTransitionCountColumn" msprop:Generator_UserColumnName="ZTransitionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getFigure" msprop:Generator_TableClassName="getFigureDataTable" msprop:Generator_TableVarName="tablegetFigure" msprop:Generator_TablePropName="getFigure" msprop:Generator_RowDeletingName="getFigureRowDeleting" msprop:Generator_RowChangingName="getFigureRowChanging" msprop:Generator_RowEvHandlerName="getFigureRowChangeEventHandler" msprop:Generator_RowDeletedName="getFigureRowDeleted" msprop:Generator_UserTableName="getFigure" msprop:Generator_RowChangedName="getFigureRowChanged" msprop:Generator_RowEvArgName="getFigureRowChangeEvent" msprop:Generator_RowClassName="getFigureRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FigureID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnFigureID" msprop:Generator_ColumnPropNameInRow="FigureID" msprop:Generator_ColumnPropNameInTable="FigureIDColumn" msprop:Generator_UserColumnName="FigureID" type="xs:int" />
|
|
<xs:element name="ROFstID" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="ImageID" msprop:Generator_ColumnVarNameInTable="columnImageID" msprop:Generator_ColumnPropNameInRow="ImageID" msprop:Generator_ColumnPropNameInTable="ImageIDColumn" msprop:Generator_UserColumnName="ImageID" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getFigureByROFstID_ImageID" msprop:Generator_TableClassName="getFigureByROFstID_ImageIDDataTable" msprop:Generator_TableVarName="tablegetFigureByROFstID_ImageID" msprop:Generator_TablePropName="getFigureByROFstID_ImageID" msprop:Generator_RowDeletingName="getFigureByROFstID_ImageIDRowDeleting" msprop:Generator_RowChangingName="getFigureByROFstID_ImageIDRowChanging" msprop:Generator_RowEvHandlerName="getFigureByROFstID_ImageIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getFigureByROFstID_ImageIDRowDeleted" msprop:Generator_UserTableName="getFigureByROFstID_ImageID" msprop:Generator_RowChangedName="getFigureByROFstID_ImageIDRowChanged" msprop:Generator_RowEvArgName="getFigureByROFstID_ImageIDRowChangeEvent" msprop:Generator_RowClassName="getFigureByROFstID_ImageIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FigureID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnFigureID" msprop:Generator_ColumnPropNameInRow="FigureID" msprop:Generator_ColumnPropNameInTable="FigureIDColumn" msprop:Generator_UserColumnName="FigureID" type="xs:int" />
|
|
<xs:element name="ROFstID" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="ImageID" msprop:Generator_ColumnVarNameInTable="columnImageID" msprop:Generator_ColumnPropNameInRow="ImageID" msprop:Generator_ColumnPropNameInTable="ImageIDColumn" msprop:Generator_UserColumnName="ImageID" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getFigures" msprop:Generator_TableClassName="getFiguresDataTable" msprop:Generator_TableVarName="tablegetFigures" msprop:Generator_TablePropName="getFigures" msprop:Generator_RowDeletingName="getFiguresRowDeleting" msprop:Generator_RowChangingName="getFiguresRowChanging" msprop:Generator_RowEvHandlerName="getFiguresRowChangeEventHandler" msprop:Generator_RowDeletedName="getFiguresRowDeleted" msprop:Generator_UserTableName="getFigures" msprop:Generator_RowChangedName="getFiguresRowChanged" msprop:Generator_RowEvArgName="getFiguresRowChangeEvent" msprop:Generator_RowClassName="getFiguresRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FigureID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnFigureID" msprop:Generator_ColumnPropNameInRow="FigureID" msprop:Generator_ColumnPropNameInTable="FigureIDColumn" msprop:Generator_UserColumnName="FigureID" type="xs:int" />
|
|
<xs:element name="ROFstID" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="ImageID" msprop:Generator_ColumnVarNameInTable="columnImageID" msprop:Generator_ColumnPropNameInRow="ImageID" msprop:Generator_ColumnPropNameInTable="ImageIDColumn" msprop:Generator_UserColumnName="ImageID" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getFiguresByImageID" msprop:Generator_TableClassName="getFiguresByImageIDDataTable" msprop:Generator_TableVarName="tablegetFiguresByImageID" msprop:Generator_TablePropName="getFiguresByImageID" msprop:Generator_RowDeletingName="getFiguresByImageIDRowDeleting" msprop:Generator_RowChangingName="getFiguresByImageIDRowChanging" msprop:Generator_RowEvHandlerName="getFiguresByImageIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getFiguresByImageIDRowDeleted" msprop:Generator_UserTableName="getFiguresByImageID" msprop:Generator_RowChangedName="getFiguresByImageIDRowChanged" msprop:Generator_RowEvArgName="getFiguresByImageIDRowChangeEvent" msprop:Generator_RowClassName="getFiguresByImageIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FigureID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnFigureID" msprop:Generator_ColumnPropNameInRow="FigureID" msprop:Generator_ColumnPropNameInTable="FigureIDColumn" msprop:Generator_UserColumnName="FigureID" type="xs:int" />
|
|
<xs:element name="ROFstID" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="ImageID" msprop:Generator_ColumnVarNameInTable="columnImageID" msprop:Generator_ColumnPropNameInRow="ImageID" msprop:Generator_ColumnPropNameInTable="ImageIDColumn" msprop:Generator_UserColumnName="ImageID" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ROFst_RODbID" msprop:Generator_ColumnVarNameInTable="columnROFst_RODbID" msprop:Generator_ColumnPropNameInRow="ROFst_RODbID" msprop:Generator_ColumnPropNameInTable="ROFst_RODbIDColumn" msprop:Generator_UserColumnName="ROFst_RODbID" type="xs:int" />
|
|
<xs:element name="ROFst_ROLookup" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnROFst_ROLookup" msprop:Generator_ColumnPropNameInRow="ROFst_ROLookup" msprop:Generator_ColumnPropNameInTable="ROFst_ROLookupColumn" msprop:Generator_UserColumnName="ROFst_ROLookup" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ROFst_Config" msprop:Generator_ColumnVarNameInTable="columnROFst_Config" msprop:Generator_ColumnPropNameInRow="ROFst_Config" msprop:Generator_ColumnPropNameInTable="ROFst_ConfigColumn" msprop:Generator_UserColumnName="ROFst_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ROFst_DTS" msprop:Generator_ColumnVarNameInTable="columnROFst_DTS" msprop:Generator_ColumnPropNameInRow="ROFst_DTS" msprop:Generator_ColumnPropNameInTable="ROFst_DTSColumn" msprop:Generator_UserColumnName="ROFst_DTS" type="xs:dateTime" />
|
|
<xs:element name="ROFst_UserID" msprop:Generator_ColumnVarNameInTable="columnROFst_UserID" msprop:Generator_ColumnPropNameInRow="ROFst_UserID" msprop:Generator_ColumnPropNameInTable="ROFst_UserIDColumn" msprop:Generator_UserColumnName="ROFst_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getFiguresByROFstID" msprop:Generator_TableClassName="getFiguresByROFstIDDataTable" msprop:Generator_TableVarName="tablegetFiguresByROFstID" msprop:Generator_TablePropName="getFiguresByROFstID" msprop:Generator_RowDeletingName="getFiguresByROFstIDRowDeleting" msprop:Generator_RowChangingName="getFiguresByROFstIDRowChanging" msprop:Generator_RowEvHandlerName="getFiguresByROFstIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getFiguresByROFstIDRowDeleted" msprop:Generator_UserTableName="getFiguresByROFstID" msprop:Generator_RowChangedName="getFiguresByROFstIDRowChanged" msprop:Generator_RowEvArgName="getFiguresByROFstIDRowChangeEvent" msprop:Generator_RowClassName="getFiguresByROFstIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FigureID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnFigureID" msprop:Generator_ColumnPropNameInRow="FigureID" msprop:Generator_ColumnPropNameInTable="FigureIDColumn" msprop:Generator_UserColumnName="FigureID" type="xs:int" />
|
|
<xs:element name="ROFstID" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="ImageID" msprop:Generator_ColumnVarNameInTable="columnImageID" msprop:Generator_ColumnPropNameInRow="ImageID" msprop:Generator_ColumnPropNameInTable="ImageIDColumn" msprop:Generator_UserColumnName="ImageID" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ROImage_RODbID" msprop:Generator_ColumnVarNameInTable="columnROImage_RODbID" msprop:Generator_ColumnPropNameInRow="ROImage_RODbID" msprop:Generator_ColumnPropNameInTable="ROImage_RODbIDColumn" msprop:Generator_UserColumnName="ROImage_RODbID" type="xs:int" />
|
|
<xs:element name="ROImage_FileName" msprop:Generator_ColumnVarNameInTable="columnROImage_FileName" msprop:Generator_ColumnPropNameInRow="ROImage_FileName" msprop:Generator_ColumnPropNameInTable="ROImage_FileNameColumn" msprop:Generator_UserColumnName="ROImage_FileName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ROImage_Content" msprop:Generator_ColumnVarNameInTable="columnROImage_Content" msprop:Generator_ColumnPropNameInRow="ROImage_Content" msprop:Generator_ColumnPropNameInTable="ROImage_ContentColumn" msprop:Generator_UserColumnName="ROImage_Content" type="xs:base64Binary" />
|
|
<xs:element name="ROImage_Config" msprop:Generator_ColumnVarNameInTable="columnROImage_Config" msprop:Generator_ColumnPropNameInRow="ROImage_Config" msprop:Generator_ColumnPropNameInTable="ROImage_ConfigColumn" msprop:Generator_UserColumnName="ROImage_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ROImage_DTS" msprop:Generator_ColumnVarNameInTable="columnROImage_DTS" msprop:Generator_ColumnPropNameInRow="ROImage_DTS" msprop:Generator_ColumnPropNameInTable="ROImage_DTSColumn" msprop:Generator_UserColumnName="ROImage_DTS" type="xs:dateTime" />
|
|
<xs:element name="ROImage_UserID" msprop:Generator_ColumnVarNameInTable="columnROImage_UserID" msprop:Generator_ColumnPropNameInRow="ROImage_UserID" msprop:Generator_ColumnPropNameInTable="ROImage_UserIDColumn" msprop:Generator_UserColumnName="ROImage_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getFolder" msprop:Generator_TableClassName="getFolderDataTable" msprop:Generator_TableVarName="tablegetFolder" msprop:Generator_TablePropName="getFolder" msprop:Generator_RowDeletingName="getFolderRowDeleting" msprop:Generator_RowChangingName="getFolderRowChanging" msprop:Generator_RowEvHandlerName="getFolderRowChangeEventHandler" msprop:Generator_RowDeletedName="getFolderRowDeleted" msprop:Generator_UserTableName="getFolder" msprop:Generator_RowChangedName="getFolderRowChanged" msprop:Generator_RowEvArgName="getFolderRowChangeEvent" msprop:Generator_RowClassName="getFolderRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FolderID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="DBID" msprop:Generator_ColumnVarNameInTable="columnDBID" msprop:Generator_ColumnPropNameInRow="DBID" msprop:Generator_ColumnPropNameInTable="DBIDColumn" msprop:Generator_UserColumnName="DBID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ShortName" msprop:Generator_ColumnVarNameInTable="columnShortName" msprop:Generator_ColumnPropNameInRow="ShortName" msprop:Generator_ColumnPropNameInTable="ShortNameColumn" msprop:Generator_UserColumnName="ShortName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ManualOrder" msprop:Generator_ColumnVarNameInTable="columnManualOrder" msprop:Generator_ColumnPropNameInRow="ManualOrder" msprop:Generator_ColumnPropNameInTable="ManualOrderColumn" msprop:Generator_UserColumnName="ManualOrder" type="xs:double" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssignmentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssignmentCount" msprop:Generator_ColumnPropNameInRow="AssignmentCount" msprop:Generator_ColumnPropNameInTable="AssignmentCountColumn" msprop:Generator_UserColumnName="AssignmentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChildCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChildCount" msprop:Generator_ColumnPropNameInRow="ChildCount" msprop:Generator_ColumnPropNameInTable="ChildCountColumn" msprop:Generator_UserColumnName="ChildCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getFolderByParentID_Name" msprop:Generator_TableClassName="getFolderByParentID_NameDataTable" msprop:Generator_TableVarName="tablegetFolderByParentID_Name" msprop:Generator_TablePropName="getFolderByParentID_Name" msprop:Generator_RowDeletingName="getFolderByParentID_NameRowDeleting" msprop:Generator_RowChangingName="getFolderByParentID_NameRowChanging" msprop:Generator_RowEvHandlerName="getFolderByParentID_NameRowChangeEventHandler" msprop:Generator_RowDeletedName="getFolderByParentID_NameRowDeleted" msprop:Generator_UserTableName="getFolderByParentID_Name" msprop:Generator_RowChangedName="getFolderByParentID_NameRowChanged" msprop:Generator_RowEvArgName="getFolderByParentID_NameRowChangeEvent" msprop:Generator_RowClassName="getFolderByParentID_NameRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FolderID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="DBID" msprop:Generator_ColumnVarNameInTable="columnDBID" msprop:Generator_ColumnPropNameInRow="DBID" msprop:Generator_ColumnPropNameInTable="DBIDColumn" msprop:Generator_UserColumnName="DBID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ShortName" msprop:Generator_ColumnVarNameInTable="columnShortName" msprop:Generator_ColumnPropNameInRow="ShortName" msprop:Generator_ColumnPropNameInTable="ShortNameColumn" msprop:Generator_UserColumnName="ShortName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ManualOrder" msprop:Generator_ColumnVarNameInTable="columnManualOrder" msprop:Generator_ColumnPropNameInRow="ManualOrder" msprop:Generator_ColumnPropNameInTable="ManualOrderColumn" msprop:Generator_UserColumnName="ManualOrder" type="xs:double" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssignmentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssignmentCount" msprop:Generator_ColumnPropNameInRow="AssignmentCount" msprop:Generator_ColumnPropNameInTable="AssignmentCountColumn" msprop:Generator_UserColumnName="AssignmentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChildCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChildCount" msprop:Generator_ColumnPropNameInRow="ChildCount" msprop:Generator_ColumnPropNameInTable="ChildCountColumn" msprop:Generator_UserColumnName="ChildCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getFolders" msprop:Generator_TableClassName="getFoldersDataTable" msprop:Generator_TableVarName="tablegetFolders" msprop:Generator_TablePropName="getFolders" msprop:Generator_RowDeletingName="getFoldersRowDeleting" msprop:Generator_RowChangingName="getFoldersRowChanging" msprop:Generator_RowEvHandlerName="getFoldersRowChangeEventHandler" msprop:Generator_RowDeletedName="getFoldersRowDeleted" msprop:Generator_UserTableName="getFolders" msprop:Generator_RowChangedName="getFoldersRowChanged" msprop:Generator_RowEvArgName="getFoldersRowChangeEvent" msprop:Generator_RowClassName="getFoldersRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FolderID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="DBID" msprop:Generator_ColumnVarNameInTable="columnDBID" msprop:Generator_ColumnPropNameInRow="DBID" msprop:Generator_ColumnPropNameInTable="DBIDColumn" msprop:Generator_UserColumnName="DBID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ShortName" msprop:Generator_ColumnVarNameInTable="columnShortName" msprop:Generator_ColumnPropNameInRow="ShortName" msprop:Generator_ColumnPropNameInTable="ShortNameColumn" msprop:Generator_UserColumnName="ShortName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ManualOrder" msprop:Generator_ColumnVarNameInTable="columnManualOrder" msprop:Generator_ColumnPropNameInRow="ManualOrder" msprop:Generator_ColumnPropNameInTable="ManualOrderColumn" msprop:Generator_UserColumnName="ManualOrder" type="xs:double" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssignmentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssignmentCount" msprop:Generator_ColumnPropNameInRow="AssignmentCount" msprop:Generator_ColumnPropNameInTable="AssignmentCountColumn" msprop:Generator_UserColumnName="AssignmentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChildCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChildCount" msprop:Generator_ColumnPropNameInRow="ChildCount" msprop:Generator_ColumnPropNameInTable="ChildCountColumn" msprop:Generator_UserColumnName="ChildCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getFoldersByDBID" msprop:Generator_TableClassName="getFoldersByDBIDDataTable" msprop:Generator_TableVarName="tablegetFoldersByDBID" msprop:Generator_TablePropName="getFoldersByDBID" msprop:Generator_RowDeletingName="getFoldersByDBIDRowDeleting" msprop:Generator_RowChangingName="getFoldersByDBIDRowChanging" msprop:Generator_RowEvHandlerName="getFoldersByDBIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getFoldersByDBIDRowDeleted" msprop:Generator_UserTableName="getFoldersByDBID" msprop:Generator_RowChangedName="getFoldersByDBIDRowChanged" msprop:Generator_RowEvArgName="getFoldersByDBIDRowChangeEvent" msprop:Generator_RowClassName="getFoldersByDBIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FolderID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="DBID" msprop:Generator_ColumnVarNameInTable="columnDBID" msprop:Generator_ColumnPropNameInRow="DBID" msprop:Generator_ColumnPropNameInTable="DBIDColumn" msprop:Generator_UserColumnName="DBID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ShortName" msprop:Generator_ColumnVarNameInTable="columnShortName" msprop:Generator_ColumnPropNameInRow="ShortName" msprop:Generator_ColumnPropNameInTable="ShortNameColumn" msprop:Generator_UserColumnName="ShortName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ManualOrder" msprop:Generator_ColumnVarNameInTable="columnManualOrder" msprop:Generator_ColumnPropNameInRow="ManualOrder" msprop:Generator_ColumnPropNameInTable="ManualOrderColumn" msprop:Generator_UserColumnName="ManualOrder" type="xs:double" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssignmentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssignmentCount" msprop:Generator_ColumnPropNameInRow="AssignmentCount" msprop:Generator_ColumnPropNameInTable="AssignmentCountColumn" msprop:Generator_UserColumnName="AssignmentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChildCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChildCount" msprop:Generator_ColumnPropNameInRow="ChildCount" msprop:Generator_ColumnPropNameInTable="ChildCountColumn" msprop:Generator_UserColumnName="ChildCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getFoldersByFormatID" msprop:Generator_TableClassName="getFoldersByFormatIDDataTable" msprop:Generator_TableVarName="tablegetFoldersByFormatID" msprop:Generator_TablePropName="getFoldersByFormatID" msprop:Generator_RowDeletingName="getFoldersByFormatIDRowDeleting" msprop:Generator_RowChangingName="getFoldersByFormatIDRowChanging" msprop:Generator_RowEvHandlerName="getFoldersByFormatIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getFoldersByFormatIDRowDeleted" msprop:Generator_UserTableName="getFoldersByFormatID" msprop:Generator_RowChangedName="getFoldersByFormatIDRowChanged" msprop:Generator_RowEvArgName="getFoldersByFormatIDRowChangeEvent" msprop:Generator_RowClassName="getFoldersByFormatIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FolderID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="DBID" msprop:Generator_ColumnVarNameInTable="columnDBID" msprop:Generator_ColumnPropNameInRow="DBID" msprop:Generator_ColumnPropNameInTable="DBIDColumn" msprop:Generator_UserColumnName="DBID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ShortName" msprop:Generator_ColumnVarNameInTable="columnShortName" msprop:Generator_ColumnPropNameInRow="ShortName" msprop:Generator_ColumnPropNameInTable="ShortNameColumn" msprop:Generator_UserColumnName="ShortName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ManualOrder" msprop:Generator_ColumnVarNameInTable="columnManualOrder" msprop:Generator_ColumnPropNameInRow="ManualOrder" msprop:Generator_ColumnPropNameInTable="ManualOrderColumn" msprop:Generator_UserColumnName="ManualOrder" type="xs:double" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Connection_Name" msprop:Generator_ColumnVarNameInTable="columnConnection_Name" msprop:Generator_ColumnPropNameInRow="Connection_Name" msprop:Generator_ColumnPropNameInTable="Connection_NameColumn" msprop:Generator_UserColumnName="Connection_Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Connection_Title" msprop:Generator_ColumnVarNameInTable="columnConnection_Title" msprop:Generator_ColumnPropNameInRow="Connection_Title" msprop:Generator_ColumnPropNameInTable="Connection_TitleColumn" msprop:Generator_UserColumnName="Connection_Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Connection_ConnectionString" msprop:Generator_ColumnVarNameInTable="columnConnection_ConnectionString" msprop:Generator_ColumnPropNameInRow="Connection_ConnectionString" msprop:Generator_ColumnPropNameInTable="Connection_ConnectionStringColumn" msprop:Generator_UserColumnName="Connection_ConnectionString" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Connection_ServerType" msprop:Generator_ColumnVarNameInTable="columnConnection_ServerType" msprop:Generator_ColumnPropNameInRow="Connection_ServerType" msprop:Generator_ColumnPropNameInTable="Connection_ServerTypeColumn" msprop:Generator_UserColumnName="Connection_ServerType" type="xs:int" />
|
|
<xs:element name="Connection_Config" msprop:Generator_ColumnVarNameInTable="columnConnection_Config" msprop:Generator_ColumnPropNameInRow="Connection_Config" msprop:Generator_ColumnPropNameInTable="Connection_ConfigColumn" msprop:Generator_UserColumnName="Connection_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Connection_DTS" msprop:Generator_ColumnVarNameInTable="columnConnection_DTS" msprop:Generator_ColumnPropNameInRow="Connection_DTS" msprop:Generator_ColumnPropNameInTable="Connection_DTSColumn" msprop:Generator_UserColumnName="Connection_DTS" type="xs:dateTime" />
|
|
<xs:element name="Connection_UsrID" msprop:Generator_ColumnVarNameInTable="columnConnection_UsrID" msprop:Generator_ColumnPropNameInRow="Connection_UsrID" msprop:Generator_ColumnPropNameInTable="Connection_UsrIDColumn" msprop:Generator_UserColumnName="Connection_UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AssignmentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssignmentCount" msprop:Generator_ColumnPropNameInRow="AssignmentCount" msprop:Generator_ColumnPropNameInTable="AssignmentCountColumn" msprop:Generator_UserColumnName="AssignmentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChildCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChildCount" msprop:Generator_ColumnPropNameInRow="ChildCount" msprop:Generator_ColumnPropNameInTable="ChildCountColumn" msprop:Generator_UserColumnName="ChildCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getFormat" msprop:Generator_TableClassName="getFormatDataTable" msprop:Generator_TableVarName="tablegetFormat" msprop:Generator_TablePropName="getFormat" msprop:Generator_RowDeletingName="getFormatRowDeleting" msprop:Generator_RowChangingName="getFormatRowChanging" msprop:Generator_RowEvHandlerName="getFormatRowChangeEventHandler" msprop:Generator_RowDeletedName="getFormatRowDeleted" msprop:Generator_UserTableName="getFormat" msprop:Generator_RowChangedName="getFormatRowChanged" msprop:Generator_RowEvArgName="getFormatRowChangeEvent" msprop:Generator_RowClassName="getFormatRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FormatID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Name" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Description" msdata:ReadOnly="true" 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="Data" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GenMac" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGenMac" msprop:Generator_ColumnPropNameInRow="GenMac" msprop:Generator_ColumnPropNameInTable="GenMacColumn" msprop:Generator_UserColumnName="GenMac" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentCount" msprop:Generator_ColumnPropNameInRow="ContentCount" msprop:Generator_ColumnPropNameInTable="ContentCountColumn" msprop:Generator_UserColumnName="ContentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FolderCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFolderCount" msprop:Generator_ColumnPropNameInRow="FolderCount" msprop:Generator_ColumnPropNameInTable="FolderCountColumn" msprop:Generator_UserColumnName="FolderCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChildCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChildCount" msprop:Generator_ColumnPropNameInRow="ChildCount" msprop:Generator_ColumnPropNameInTable="ChildCountColumn" msprop:Generator_UserColumnName="ChildCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getFormatByName" msprop:Generator_TableClassName="getFormatByNameDataTable" msprop:Generator_TableVarName="tablegetFormatByName" msprop:Generator_TablePropName="getFormatByName" msprop:Generator_RowDeletingName="getFormatByNameRowDeleting" msprop:Generator_RowChangingName="getFormatByNameRowChanging" msprop:Generator_RowEvHandlerName="getFormatByNameRowChangeEventHandler" msprop:Generator_RowDeletedName="getFormatByNameRowDeleted" msprop:Generator_UserTableName="getFormatByName" msprop:Generator_RowChangedName="getFormatByNameRowChanged" msprop:Generator_RowEvArgName="getFormatByNameRowChangeEvent" msprop:Generator_RowClassName="getFormatByNameRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FormatID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Name" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Description" msdata:ReadOnly="true" 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="Data" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GenMac" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGenMac" msprop:Generator_ColumnPropNameInRow="GenMac" msprop:Generator_ColumnPropNameInTable="GenMacColumn" msprop:Generator_UserColumnName="GenMac" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ApplicablePlant" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnApplicablePlant" msprop:Generator_ColumnPropNameInRow="ApplicablePlant" msprop:Generator_ColumnPropNameInTable="ApplicablePlantColumn" msprop:Generator_UserColumnName="ApplicablePlant" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentCount" msprop:Generator_ColumnPropNameInRow="ContentCount" msprop:Generator_ColumnPropNameInTable="ContentCountColumn" msprop:Generator_UserColumnName="ContentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FolderCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFolderCount" msprop:Generator_ColumnPropNameInRow="FolderCount" msprop:Generator_ColumnPropNameInTable="FolderCountColumn" msprop:Generator_UserColumnName="FolderCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChildCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChildCount" msprop:Generator_ColumnPropNameInRow="ChildCount" msprop:Generator_ColumnPropNameInTable="ChildCountColumn" msprop:Generator_UserColumnName="ChildCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getFormatByParentID_Name" msprop:Generator_TableClassName="getFormatByParentID_NameDataTable" msprop:Generator_TableVarName="tablegetFormatByParentID_Name" msprop:Generator_TablePropName="getFormatByParentID_Name" msprop:Generator_RowDeletingName="getFormatByParentID_NameRowDeleting" msprop:Generator_RowChangingName="getFormatByParentID_NameRowChanging" msprop:Generator_RowEvHandlerName="getFormatByParentID_NameRowChangeEventHandler" msprop:Generator_RowDeletedName="getFormatByParentID_NameRowDeleted" msprop:Generator_UserTableName="getFormatByParentID_Name" msprop:Generator_RowChangedName="getFormatByParentID_NameRowChanged" msprop:Generator_RowEvArgName="getFormatByParentID_NameRowChangeEvent" msprop:Generator_RowClassName="getFormatByParentID_NameRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FormatID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Name" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Description" msdata:ReadOnly="true" 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="Data" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GenMac" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGenMac" msprop:Generator_ColumnPropNameInRow="GenMac" msprop:Generator_ColumnPropNameInTable="GenMacColumn" msprop:Generator_UserColumnName="GenMac" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentCount" msprop:Generator_ColumnPropNameInRow="ContentCount" msprop:Generator_ColumnPropNameInTable="ContentCountColumn" msprop:Generator_UserColumnName="ContentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FolderCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFolderCount" msprop:Generator_ColumnPropNameInRow="FolderCount" msprop:Generator_ColumnPropNameInTable="FolderCountColumn" msprop:Generator_UserColumnName="FolderCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChildCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChildCount" msprop:Generator_ColumnPropNameInRow="ChildCount" msprop:Generator_ColumnPropNameInTable="ChildCountColumn" msprop:Generator_UserColumnName="ChildCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getFormatListUsed" msprop:Generator_TableClassName="getFormatListUsedDataTable" msprop:Generator_TableVarName="tablegetFormatListUsed" msprop:Generator_TablePropName="getFormatListUsed" msprop:Generator_RowDeletingName="getFormatListUsedRowDeleting" msprop:Generator_RowChangingName="getFormatListUsedRowChanging" msprop:Generator_RowEvHandlerName="getFormatListUsedRowChangeEventHandler" msprop:Generator_RowDeletedName="getFormatListUsedRowDeleted" msprop:Generator_UserTableName="getFormatListUsed" msprop:Generator_RowChangedName="getFormatListUsedRowChanged" msprop:Generator_RowEvArgName="getFormatListUsedRowChangeEvent" msprop:Generator_RowClassName="getFormatListUsedRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FormatID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GenMac" msprop:Generator_ColumnVarNameInTable="columnGenMac" msprop:Generator_ColumnPropNameInRow="GenMac" msprop:Generator_ColumnPropNameInTable="GenMacColumn" msprop:Generator_UserColumnName="GenMac" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ApplicablePlant" msprop:Generator_ColumnVarNameInTable="columnApplicablePlant" msprop:Generator_ColumnPropNameInRow="ApplicablePlant" msprop:Generator_ColumnPropNameInTable="ApplicablePlantColumn" msprop:Generator_UserColumnName="ApplicablePlant" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentCount" msprop:Generator_ColumnPropNameInRow="ContentCount" msprop:Generator_ColumnPropNameInTable="ContentCountColumn" msprop:Generator_UserColumnName="ContentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FolderCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFolderCount" msprop:Generator_ColumnPropNameInRow="FolderCount" msprop:Generator_ColumnPropNameInTable="FolderCountColumn" msprop:Generator_UserColumnName="FolderCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChildCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChildCount" msprop:Generator_ColumnPropNameInRow="ChildCount" msprop:Generator_ColumnPropNameInTable="ChildCountColumn" msprop:Generator_UserColumnName="ChildCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getFormatNoUCF" msprop:Generator_TableClassName="getFormatNoUCFDataTable" msprop:Generator_TableVarName="tablegetFormatNoUCF" msprop:Generator_TablePropName="getFormatNoUCF" msprop:Generator_RowDeletingName="getFormatNoUCFRowDeleting" msprop:Generator_RowChangingName="getFormatNoUCFRowChanging" msprop:Generator_RowEvHandlerName="getFormatNoUCFRowChangeEventHandler" msprop:Generator_RowDeletedName="getFormatNoUCFRowDeleted" msprop:Generator_UserTableName="getFormatNoUCF" msprop:Generator_RowChangedName="getFormatNoUCFRowChanged" msprop:Generator_RowEvArgName="getFormatNoUCFRowChangeEvent" msprop:Generator_RowClassName="getFormatNoUCFRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FormatID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GenMac" msprop:Generator_ColumnVarNameInTable="columnGenMac" msprop:Generator_ColumnPropNameInRow="GenMac" msprop:Generator_ColumnPropNameInTable="GenMacColumn" msprop:Generator_UserColumnName="GenMac" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentCount" msprop:Generator_ColumnPropNameInRow="ContentCount" msprop:Generator_ColumnPropNameInTable="ContentCountColumn" msprop:Generator_UserColumnName="ContentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FolderCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFolderCount" msprop:Generator_ColumnPropNameInRow="FolderCount" msprop:Generator_ColumnPropNameInTable="FolderCountColumn" msprop:Generator_UserColumnName="FolderCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChildCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChildCount" msprop:Generator_ColumnPropNameInRow="ChildCount" msprop:Generator_ColumnPropNameInTable="ChildCountColumn" msprop:Generator_UserColumnName="ChildCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getFormats" msprop:Generator_TableClassName="getFormatsDataTable" msprop:Generator_TableVarName="tablegetFormats" msprop:Generator_TablePropName="getFormats" msprop:Generator_RowDeletingName="getFormatsRowDeleting" msprop:Generator_RowChangingName="getFormatsRowChanging" msprop:Generator_RowEvHandlerName="getFormatsRowChangeEventHandler" msprop:Generator_RowDeletedName="getFormatsRowDeleted" msprop:Generator_UserTableName="getFormats" msprop:Generator_RowChangedName="getFormatsRowChanged" msprop:Generator_RowEvArgName="getFormatsRowChangeEvent" msprop:Generator_RowClassName="getFormatsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FormatID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Name" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Description" msdata:ReadOnly="true" 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="Data" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GenMac" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGenMac" msprop:Generator_ColumnPropNameInRow="GenMac" msprop:Generator_ColumnPropNameInTable="GenMacColumn" msprop:Generator_UserColumnName="GenMac" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ApplicablePlant" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnApplicablePlant" msprop:Generator_ColumnPropNameInRow="ApplicablePlant" msprop:Generator_ColumnPropNameInTable="ApplicablePlantColumn" msprop:Generator_UserColumnName="ApplicablePlant" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentCount" msprop:Generator_ColumnPropNameInRow="ContentCount" msprop:Generator_ColumnPropNameInTable="ContentCountColumn" msprop:Generator_UserColumnName="ContentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FolderCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFolderCount" msprop:Generator_ColumnPropNameInRow="FolderCount" msprop:Generator_ColumnPropNameInTable="FolderCountColumn" msprop:Generator_UserColumnName="FolderCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChildCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChildCount" msprop:Generator_ColumnPropNameInRow="ChildCount" msprop:Generator_ColumnPropNameInTable="ChildCountColumn" msprop:Generator_UserColumnName="ChildCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getGrid" msprop:Generator_TableClassName="getGridDataTable" msprop:Generator_TableVarName="tablegetGrid" msprop:Generator_TablePropName="getGrid" msprop:Generator_RowDeletingName="getGridRowDeleting" msprop:Generator_RowChangingName="getGridRowChanging" msprop:Generator_RowEvHandlerName="getGridRowChangeEventHandler" msprop:Generator_RowDeletedName="getGridRowDeleted" msprop:Generator_UserTableName="getGrid" msprop:Generator_RowChangedName="getGridRowChanged" msprop:Generator_RowEvArgName="getGridRowChangeEvent" msprop:Generator_RowClassName="getGridRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getGridAudit" msprop:Generator_TableClassName="getGridAuditDataTable" msprop:Generator_TableVarName="tablegetGridAudit" msprop:Generator_TablePropName="getGridAudit" msprop:Generator_RowDeletingName="getGridAuditRowDeleting" msprop:Generator_RowChangingName="getGridAuditRowChanging" msprop:Generator_RowEvHandlerName="getGridAuditRowChangeEventHandler" msprop:Generator_RowDeletedName="getGridAuditRowDeleted" msprop:Generator_UserTableName="getGridAudit" msprop:Generator_RowChangedName="getGridAuditRowChanged" msprop:Generator_RowEvArgName="getGridAuditRowChangeEvent" msprop:Generator_RowClassName="getGridAuditRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
<xs:element name="ContentAuditID" msprop:Generator_ColumnVarNameInTable="columnContentAuditID" msprop:Generator_ColumnPropNameInRow="ContentAuditID" msprop:Generator_ColumnPropNameInTable="ContentAuditIDColumn" msprop:Generator_UserColumnName="ContentAuditID" type="xs:long" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getGridAudits" msprop:Generator_TableClassName="getGridAuditsDataTable" msprop:Generator_TableVarName="tablegetGridAudits" msprop:Generator_TablePropName="getGridAudits" msprop:Generator_RowDeletingName="getGridAuditsRowDeleting" msprop:Generator_RowChangingName="getGridAuditsRowChanging" msprop:Generator_RowEvHandlerName="getGridAuditsRowChangeEventHandler" msprop:Generator_RowDeletedName="getGridAuditsRowDeleted" msprop:Generator_UserTableName="getGridAudits" msprop:Generator_RowChangedName="getGridAuditsRowChanged" msprop:Generator_RowEvArgName="getGridAuditsRowChangeEvent" msprop:Generator_RowClassName="getGridAuditsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
<xs:element name="ContentAuditID" msprop:Generator_ColumnVarNameInTable="columnContentAuditID" msprop:Generator_ColumnPropNameInRow="ContentAuditID" msprop:Generator_ColumnPropNameInTable="ContentAuditIDColumn" msprop:Generator_UserColumnName="ContentAuditID" type="xs:long" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getGridAuditsByContentID" msprop:Generator_TableClassName="getGridAuditsByContentIDDataTable" msprop:Generator_TableVarName="tablegetGridAuditsByContentID" msprop:Generator_TablePropName="getGridAuditsByContentID" msprop:Generator_RowDeletingName="getGridAuditsByContentIDRowDeleting" msprop:Generator_RowChangingName="getGridAuditsByContentIDRowChanging" msprop:Generator_RowEvHandlerName="getGridAuditsByContentIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getGridAuditsByContentIDRowDeleted" msprop:Generator_UserTableName="getGridAuditsByContentID" msprop:Generator_RowChangedName="getGridAuditsByContentIDRowChanged" msprop:Generator_RowEvArgName="getGridAuditsByContentIDRowChangeEvent" msprop:Generator_RowClassName="getGridAuditsByContentIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
<xs:element name="ContentAuditID" msprop:Generator_ColumnVarNameInTable="columnContentAuditID" msprop:Generator_ColumnPropNameInRow="ContentAuditID" msprop:Generator_ColumnPropNameInTable="ContentAuditIDColumn" msprop:Generator_UserColumnName="ContentAuditID" type="xs:long" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getGridIds" msprop:Generator_TableClassName="getGridIdsDataTable" msprop:Generator_TableVarName="tablegetGridIds" msprop:Generator_TablePropName="getGridIds" msprop:Generator_RowDeletingName="getGridIdsRowDeleting" msprop:Generator_RowChangingName="getGridIdsRowChanging" msprop:Generator_RowEvHandlerName="getGridIdsRowChangeEventHandler" msprop:Generator_RowDeletedName="getGridIdsRowDeleted" msprop:Generator_UserTableName="getGridIds" msprop:Generator_RowChangedName="getGridIdsRowChanged" msprop:Generator_RowEvArgName="getGridIdsRowChangeEvent" msprop:Generator_RowClassName="getGridIdsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getGrids" msprop:Generator_TableClassName="getGridsDataTable" msprop:Generator_TableVarName="tablegetGrids" msprop:Generator_TablePropName="getGrids" msprop:Generator_RowDeletingName="getGridsRowDeleting" msprop:Generator_RowChangingName="getGridsRowChanging" msprop:Generator_RowEvHandlerName="getGridsRowChangeEventHandler" msprop:Generator_RowDeletedName="getGridsRowDeleted" msprop:Generator_UserTableName="getGrids" msprop:Generator_RowChangedName="getGridsRowChanged" msprop:Generator_RowEvArgName="getGridsRowChangeEvent" msprop:Generator_RowClassName="getGridsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getGridsByContentID" msprop:Generator_TableClassName="getGridsByContentIDDataTable" msprop:Generator_TableVarName="tablegetGridsByContentID" msprop:Generator_TablePropName="getGridsByContentID" msprop:Generator_RowDeletingName="getGridsByContentIDRowDeleting" msprop:Generator_RowChangingName="getGridsByContentIDRowChanging" msprop:Generator_RowEvHandlerName="getGridsByContentIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getGridsByContentIDRowDeleted" msprop:Generator_UserTableName="getGridsByContentID" msprop:Generator_RowChangedName="getGridsByContentIDRowChanged" msprop:Generator_RowEvArgName="getGridsByContentIDRowChangeEvent" msprop:Generator_RowClassName="getGridsByContentIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getGroup" msprop:Generator_TableClassName="getGroupDataTable" msprop:Generator_TableVarName="tablegetGroup" msprop:Generator_TablePropName="getGroup" msprop:Generator_RowDeletingName="getGroupRowDeleting" msprop:Generator_RowChangingName="getGroupRowChanging" msprop:Generator_RowEvHandlerName="getGroupRowChangeEventHandler" msprop:Generator_RowDeletedName="getGroupRowDeleted" msprop:Generator_UserTableName="getGroup" msprop:Generator_RowChangedName="getGroupRowChanged" msprop:Generator_RowEvArgName="getGroupRowChangeEvent" msprop:Generator_RowClassName="getGroupRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="GID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGID" msprop:Generator_ColumnPropNameInRow="GID" msprop:Generator_ColumnPropNameInTable="GIDColumn" msprop:Generator_UserColumnName="GID" type="xs:int" />
|
|
<xs:element name="GroupName" msprop:Generator_ColumnVarNameInTable="columnGroupName" msprop:Generator_ColumnPropNameInRow="GroupName" msprop:Generator_ColumnPropNameInTable="GroupNameColumn" msprop:Generator_UserColumnName="GroupName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GroupType" msprop:Generator_ColumnVarNameInTable="columnGroupType" msprop:Generator_ColumnPropNameInRow="GroupType" msprop:Generator_ColumnPropNameInTable="GroupTypeColumn" msprop:Generator_UserColumnName="GroupType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssignmentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssignmentCount" msprop:Generator_ColumnPropNameInRow="AssignmentCount" msprop:Generator_ColumnPropNameInTable="AssignmentCountColumn" msprop:Generator_UserColumnName="AssignmentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="MembershipCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMembershipCount" msprop:Generator_ColumnPropNameInRow="MembershipCount" msprop:Generator_ColumnPropNameInTable="MembershipCountColumn" msprop:Generator_UserColumnName="MembershipCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getGroupByGroupName" msprop:Generator_TableClassName="getGroupByGroupNameDataTable" msprop:Generator_TableVarName="tablegetGroupByGroupName" msprop:Generator_TablePropName="getGroupByGroupName" msprop:Generator_RowDeletingName="getGroupByGroupNameRowDeleting" msprop:Generator_RowChangingName="getGroupByGroupNameRowChanging" msprop:Generator_RowEvHandlerName="getGroupByGroupNameRowChangeEventHandler" msprop:Generator_RowDeletedName="getGroupByGroupNameRowDeleted" msprop:Generator_UserTableName="getGroupByGroupName" msprop:Generator_RowChangedName="getGroupByGroupNameRowChanged" msprop:Generator_RowEvArgName="getGroupByGroupNameRowChangeEvent" msprop:Generator_RowClassName="getGroupByGroupNameRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="GID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGID" msprop:Generator_ColumnPropNameInRow="GID" msprop:Generator_ColumnPropNameInTable="GIDColumn" msprop:Generator_UserColumnName="GID" type="xs:int" />
|
|
<xs:element name="GroupName" msprop:Generator_ColumnVarNameInTable="columnGroupName" msprop:Generator_ColumnPropNameInRow="GroupName" msprop:Generator_ColumnPropNameInTable="GroupNameColumn" msprop:Generator_UserColumnName="GroupName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GroupType" msprop:Generator_ColumnVarNameInTable="columnGroupType" msprop:Generator_ColumnPropNameInRow="GroupType" msprop:Generator_ColumnPropNameInTable="GroupTypeColumn" msprop:Generator_UserColumnName="GroupType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssignmentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssignmentCount" msprop:Generator_ColumnPropNameInRow="AssignmentCount" msprop:Generator_ColumnPropNameInTable="AssignmentCountColumn" msprop:Generator_UserColumnName="AssignmentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="MembershipCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMembershipCount" msprop:Generator_ColumnPropNameInRow="MembershipCount" msprop:Generator_ColumnPropNameInTable="MembershipCountColumn" msprop:Generator_UserColumnName="MembershipCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getGroups" msprop:Generator_TableClassName="getGroupsDataTable" msprop:Generator_TableVarName="tablegetGroups" msprop:Generator_TablePropName="getGroups" msprop:Generator_RowDeletingName="getGroupsRowDeleting" msprop:Generator_RowChangingName="getGroupsRowChanging" msprop:Generator_RowEvHandlerName="getGroupsRowChangeEventHandler" msprop:Generator_RowDeletedName="getGroupsRowDeleted" msprop:Generator_UserTableName="getGroups" msprop:Generator_RowChangedName="getGroupsRowChanged" msprop:Generator_RowEvArgName="getGroupsRowChangeEvent" msprop:Generator_RowClassName="getGroupsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="GID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGID" msprop:Generator_ColumnPropNameInRow="GID" msprop:Generator_ColumnPropNameInTable="GIDColumn" msprop:Generator_UserColumnName="GID" type="xs:int" />
|
|
<xs:element name="GroupName" msprop:Generator_ColumnVarNameInTable="columnGroupName" msprop:Generator_ColumnPropNameInRow="GroupName" msprop:Generator_ColumnPropNameInTable="GroupNameColumn" msprop:Generator_UserColumnName="GroupName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GroupType" msprop:Generator_ColumnVarNameInTable="columnGroupType" msprop:Generator_ColumnPropNameInRow="GroupType" msprop:Generator_ColumnPropNameInTable="GroupTypeColumn" msprop:Generator_UserColumnName="GroupType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssignmentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssignmentCount" msprop:Generator_ColumnPropNameInRow="AssignmentCount" msprop:Generator_ColumnPropNameInTable="AssignmentCountColumn" msprop:Generator_UserColumnName="AssignmentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="MembershipCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMembershipCount" msprop:Generator_ColumnPropNameInRow="MembershipCount" msprop:Generator_ColumnPropNameInTable="MembershipCountColumn" msprop:Generator_UserColumnName="MembershipCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getImage" msprop:Generator_TableClassName="getImageDataTable" msprop:Generator_TableVarName="tablegetImage" msprop:Generator_TablePropName="getImage" msprop:Generator_RowDeletingName="getImageRowDeleting" msprop:Generator_RowChangingName="getImageRowChanging" msprop:Generator_RowEvHandlerName="getImageRowChangeEventHandler" msprop:Generator_RowDeletedName="getImageRowDeleted" msprop:Generator_UserTableName="getImage" msprop:Generator_RowChangedName="getImageRowChanged" msprop:Generator_RowEvArgName="getImageRowChangeEvent" msprop:Generator_RowClassName="getImageRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ImageType" msprop:Generator_ColumnVarNameInTable="columnImageType" msprop:Generator_ColumnPropNameInRow="ImageType" msprop:Generator_ColumnPropNameInTable="ImageTypeColumn" msprop:Generator_UserColumnName="ImageType" type="xs:int" />
|
|
<xs:element name="FileName" msprop:Generator_ColumnVarNameInTable="columnFileName" msprop:Generator_ColumnPropNameInRow="FileName" msprop:Generator_ColumnPropNameInTable="FileNameColumn" msprop:Generator_UserColumnName="FileName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" type="xs:base64Binary" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getImageAudit" msprop:Generator_TableClassName="getImageAuditDataTable" msprop:Generator_TableVarName="tablegetImageAudit" msprop:Generator_TablePropName="getImageAudit" msprop:Generator_RowDeletingName="getImageAuditRowDeleting" msprop:Generator_RowChangingName="getImageAuditRowChanging" msprop:Generator_RowEvHandlerName="getImageAuditRowChangeEventHandler" msprop:Generator_RowDeletedName="getImageAuditRowDeleted" msprop:Generator_UserTableName="getImageAudit" msprop:Generator_RowChangedName="getImageAuditRowChanged" msprop:Generator_RowEvArgName="getImageAuditRowChangeEvent" msprop:Generator_RowClassName="getImageAuditRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ImageType" msprop:Generator_ColumnVarNameInTable="columnImageType" msprop:Generator_ColumnPropNameInRow="ImageType" msprop:Generator_ColumnPropNameInTable="ImageTypeColumn" msprop:Generator_UserColumnName="ImageType" type="xs:int" />
|
|
<xs:element name="FileName" msprop:Generator_ColumnVarNameInTable="columnFileName" msprop:Generator_ColumnPropNameInRow="FileName" msprop:Generator_ColumnPropNameInTable="FileNameColumn" msprop:Generator_UserColumnName="FileName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" type="xs:base64Binary" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getImageAudits" msprop:Generator_TableClassName="getImageAuditsDataTable" msprop:Generator_TableVarName="tablegetImageAudits" msprop:Generator_TablePropName="getImageAudits" msprop:Generator_RowDeletingName="getImageAuditsRowDeleting" msprop:Generator_RowChangingName="getImageAuditsRowChanging" msprop:Generator_RowEvHandlerName="getImageAuditsRowChangeEventHandler" msprop:Generator_RowDeletedName="getImageAuditsRowDeleted" msprop:Generator_UserTableName="getImageAudits" msprop:Generator_RowChangedName="getImageAuditsRowChanged" msprop:Generator_RowEvArgName="getImageAuditsRowChangeEvent" msprop:Generator_RowClassName="getImageAuditsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ImageType" msprop:Generator_ColumnVarNameInTable="columnImageType" msprop:Generator_ColumnPropNameInRow="ImageType" msprop:Generator_ColumnPropNameInTable="ImageTypeColumn" msprop:Generator_UserColumnName="ImageType" type="xs:int" />
|
|
<xs:element name="FileName" msprop:Generator_ColumnVarNameInTable="columnFileName" msprop:Generator_ColumnPropNameInRow="FileName" msprop:Generator_ColumnPropNameInTable="FileNameColumn" msprop:Generator_UserColumnName="FileName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" type="xs:base64Binary" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getImageAuditsByContentID" msprop:Generator_TableClassName="getImageAuditsByContentIDDataTable" msprop:Generator_TableVarName="tablegetImageAuditsByContentID" msprop:Generator_TablePropName="getImageAuditsByContentID" msprop:Generator_RowDeletingName="getImageAuditsByContentIDRowDeleting" msprop:Generator_RowChangingName="getImageAuditsByContentIDRowChanging" msprop:Generator_RowEvHandlerName="getImageAuditsByContentIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getImageAuditsByContentIDRowDeleted" msprop:Generator_UserTableName="getImageAuditsByContentID" msprop:Generator_RowChangedName="getImageAuditsByContentIDRowChanged" msprop:Generator_RowEvArgName="getImageAuditsByContentIDRowChangeEvent" msprop:Generator_RowClassName="getImageAuditsByContentIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ImageType" msprop:Generator_ColumnVarNameInTable="columnImageType" msprop:Generator_ColumnPropNameInRow="ImageType" msprop:Generator_ColumnPropNameInTable="ImageTypeColumn" msprop:Generator_UserColumnName="ImageType" type="xs:int" />
|
|
<xs:element name="FileName" msprop:Generator_ColumnVarNameInTable="columnFileName" msprop:Generator_ColumnPropNameInRow="FileName" msprop:Generator_ColumnPropNameInTable="FileNameColumn" msprop:Generator_UserColumnName="FileName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" type="xs:base64Binary" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getImages" msprop:Generator_TableClassName="getImagesDataTable" msprop:Generator_TableVarName="tablegetImages" msprop:Generator_TablePropName="getImages" msprop:Generator_RowDeletingName="getImagesRowDeleting" msprop:Generator_RowChangingName="getImagesRowChanging" msprop:Generator_RowEvHandlerName="getImagesRowChangeEventHandler" msprop:Generator_RowDeletedName="getImagesRowDeleted" msprop:Generator_UserTableName="getImages" msprop:Generator_RowChangedName="getImagesRowChanged" msprop:Generator_RowEvArgName="getImagesRowChangeEvent" msprop:Generator_RowClassName="getImagesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ImageType" msprop:Generator_ColumnVarNameInTable="columnImageType" msprop:Generator_ColumnPropNameInRow="ImageType" msprop:Generator_ColumnPropNameInTable="ImageTypeColumn" msprop:Generator_UserColumnName="ImageType" type="xs:int" />
|
|
<xs:element name="FileName" msprop:Generator_ColumnVarNameInTable="columnFileName" msprop:Generator_ColumnPropNameInRow="FileName" msprop:Generator_ColumnPropNameInTable="FileNameColumn" msprop:Generator_UserColumnName="FileName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" type="xs:base64Binary" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getImagesByContentID" msprop:Generator_TableClassName="getImagesByContentIDDataTable" msprop:Generator_TableVarName="tablegetImagesByContentID" msprop:Generator_TablePropName="getImagesByContentID" msprop:Generator_RowDeletingName="getImagesByContentIDRowDeleting" msprop:Generator_RowChangingName="getImagesByContentIDRowChanging" msprop:Generator_RowEvHandlerName="getImagesByContentIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getImagesByContentIDRowDeleted" msprop:Generator_UserTableName="getImagesByContentID" msprop:Generator_RowChangedName="getImagesByContentIDRowChanged" msprop:Generator_RowEvArgName="getImagesByContentIDRowChangeEvent" msprop:Generator_RowClassName="getImagesByContentIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ImageType" msprop:Generator_ColumnVarNameInTable="columnImageType" msprop:Generator_ColumnPropNameInRow="ImageType" msprop:Generator_ColumnPropNameInTable="ImageTypeColumn" msprop:Generator_UserColumnName="ImageType" type="xs:int" />
|
|
<xs:element name="FileName" msprop:Generator_ColumnVarNameInTable="columnFileName" msprop:Generator_ColumnPropNameInRow="FileName" msprop:Generator_ColumnPropNameInTable="FileNameColumn" msprop:Generator_UserColumnName="FileName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" type="xs:base64Binary" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getItem" msprop:Generator_TableClassName="getItemDataTable" msprop:Generator_TableVarName="tablegetItem" msprop:Generator_TablePropName="getItem" msprop:Generator_RowDeletingName="getItemRowDeleting" msprop:Generator_RowChangingName="getItemRowChanging" msprop:Generator_RowEvHandlerName="getItemRowChangeEventHandler" msprop:Generator_RowDeletedName="getItemRowDeleted" msprop:Generator_UserTableName="getItem" msprop:Generator_RowChangedName="getItemRowChanged" msprop:Generator_RowEvArgName="getItemRowChangeEvent" msprop:Generator_RowClassName="getItemRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getItemAndChildren" msprop:Generator_TableClassName="getItemAndChildrenDataTable" msprop:Generator_TableVarName="tablegetItemAndChildren" msprop:Generator_TablePropName="getItemAndChildren" msprop:Generator_RowDeletingName="getItemAndChildrenRowDeleting" msprop:Generator_RowChangingName="getItemAndChildrenRowChanging" msprop:Generator_RowEvHandlerName="getItemAndChildrenRowChangeEventHandler" msprop:Generator_RowDeletedName="getItemAndChildrenRowDeleted" msprop:Generator_UserTableName="getItemAndChildren" msprop:Generator_RowChangedName="getItemAndChildrenRowChanged" msprop:Generator_RowEvArgName="getItemAndChildrenRowChangeEvent" msprop:Generator_RowClassName="getItemAndChildrenRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Level" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLevel" msprop:Generator_ColumnPropNameInRow="Level" msprop:Generator_ColumnPropNameInTable="LevelColumn" msprop:Generator_UserColumnName="Level" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FromType" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PreviousID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cDTS" msprop:Generator_ColumnVarNameInTable="columncDTS" msprop:Generator_ColumnPropNameInRow="cDTS" msprop:Generator_ColumnPropNameInTable="cDTSColumn" msprop:Generator_UserColumnName="cDTS" type="xs:dateTime" />
|
|
<xs:element name="cUserID" msprop:Generator_ColumnVarNameInTable="columncUserID" msprop:Generator_ColumnPropNameInRow="cUserID" msprop:Generator_ColumnPropNameInTable="cUserIDColumn" msprop:Generator_UserColumnName="cUserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncLastChanged" msprop:Generator_ColumnPropNameInRow="cLastChanged" msprop:Generator_ColumnPropNameInTable="cLastChangedColumn" msprop:Generator_UserColumnName="cLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getItemAudit" msprop:Generator_TableClassName="getItemAuditDataTable" msprop:Generator_TableVarName="tablegetItemAudit" msprop:Generator_TablePropName="getItemAudit" msprop:Generator_RowDeletingName="getItemAuditRowDeleting" msprop:Generator_RowChangingName="getItemAuditRowChanging" msprop:Generator_RowEvHandlerName="getItemAuditRowChangeEventHandler" msprop:Generator_RowDeletedName="getItemAuditRowDeleted" msprop:Generator_UserTableName="getItemAudit" msprop:Generator_RowChangedName="getItemAuditRowChanged" msprop:Generator_RowEvArgName="getItemAuditRowChangeEvent" msprop:Generator_RowClassName="getItemAuditRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getItemAudits" msprop:Generator_TableClassName="getItemAuditsDataTable" msprop:Generator_TableVarName="tablegetItemAudits" msprop:Generator_TablePropName="getItemAudits" msprop:Generator_RowDeletingName="getItemAuditsRowDeleting" msprop:Generator_RowChangingName="getItemAuditsRowChanging" msprop:Generator_RowEvHandlerName="getItemAuditsRowChangeEventHandler" msprop:Generator_RowDeletedName="getItemAuditsRowDeleted" msprop:Generator_UserTableName="getItemAudits" msprop:Generator_RowChangedName="getItemAuditsRowChanged" msprop:Generator_RowEvArgName="getItemAuditsRowChangeEvent" msprop:Generator_RowClassName="getItemAuditsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getItemAuditsByItemID" msprop:Generator_TableClassName="getItemAuditsByItemIDDataTable" msprop:Generator_TableVarName="tablegetItemAuditsByItemID" msprop:Generator_TablePropName="getItemAuditsByItemID" msprop:Generator_RowDeletingName="getItemAuditsByItemIDRowDeleting" msprop:Generator_RowChangingName="getItemAuditsByItemIDRowChanging" msprop:Generator_RowEvHandlerName="getItemAuditsByItemIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getItemAuditsByItemIDRowDeleted" msprop:Generator_UserTableName="getItemAuditsByItemID" msprop:Generator_RowChangedName="getItemAuditsByItemIDRowChanged" msprop:Generator_RowEvArgName="getItemAuditsByItemIDRowChangeEvent" msprop:Generator_RowClassName="getItemAuditsByItemIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Level" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLevel" msprop:Generator_ColumnPropNameInRow="Level" msprop:Generator_ColumnPropNameInTable="LevelColumn" msprop:Generator_UserColumnName="Level" type="xs:int" minOccurs="0" />
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" minOccurs="0" />
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PreviousID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemType" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemType" msprop:Generator_ColumnPropNameInRow="ItemType" msprop:Generator_ColumnPropNameInTable="ItemTypeColumn" msprop:Generator_UserColumnName="ItemType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getItemNextAndChildren" msprop:Generator_TableClassName="getItemNextAndChildrenDataTable" msprop:Generator_TableVarName="tablegetItemNextAndChildren" msprop:Generator_TablePropName="getItemNextAndChildren" msprop:Generator_RowDeletingName="getItemNextAndChildrenRowDeleting" msprop:Generator_RowChangingName="getItemNextAndChildrenRowChanging" msprop:Generator_RowEvHandlerName="getItemNextAndChildrenRowChangeEventHandler" msprop:Generator_RowDeletedName="getItemNextAndChildrenRowDeleted" msprop:Generator_UserTableName="getItemNextAndChildren" msprop:Generator_RowChangedName="getItemNextAndChildrenRowChanged" msprop:Generator_RowEvArgName="getItemNextAndChildrenRowChangeEvent" msprop:Generator_RowClassName="getItemNextAndChildrenRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Level" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLevel" msprop:Generator_ColumnPropNameInRow="Level" msprop:Generator_ColumnPropNameInTable="LevelColumn" msprop:Generator_UserColumnName="Level" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FromType" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PreviousID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cDTS" msprop:Generator_ColumnVarNameInTable="columncDTS" msprop:Generator_ColumnPropNameInRow="cDTS" msprop:Generator_ColumnPropNameInTable="cDTSColumn" msprop:Generator_UserColumnName="cDTS" type="xs:dateTime" />
|
|
<xs:element name="cUserID" msprop:Generator_ColumnVarNameInTable="columncUserID" msprop:Generator_ColumnPropNameInRow="cUserID" msprop:Generator_ColumnPropNameInTable="cUserIDColumn" msprop:Generator_UserColumnName="cUserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncLastChanged" msprop:Generator_ColumnPropNameInRow="cLastChanged" msprop:Generator_ColumnPropNameInTable="cLastChangedColumn" msprop:Generator_UserColumnName="cLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getItems" msprop:Generator_TableClassName="getItemsDataTable" msprop:Generator_TableVarName="tablegetItems" msprop:Generator_TablePropName="getItems" msprop:Generator_RowDeletingName="getItemsRowDeleting" msprop:Generator_RowChangingName="getItemsRowChanging" msprop:Generator_RowEvHandlerName="getItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="getItemsRowDeleted" msprop:Generator_UserTableName="getItems" msprop:Generator_RowChangedName="getItemsRowChanged" msprop:Generator_RowEvArgName="getItemsRowChangeEvent" msprop:Generator_RowClassName="getItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getItemsByContentID" msprop:Generator_TableClassName="getItemsByContentIDDataTable" msprop:Generator_TableVarName="tablegetItemsByContentID" msprop:Generator_TablePropName="getItemsByContentID" msprop:Generator_RowDeletingName="getItemsByContentIDRowDeleting" msprop:Generator_RowChangingName="getItemsByContentIDRowChanging" msprop:Generator_RowEvHandlerName="getItemsByContentIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getItemsByContentIDRowDeleted" msprop:Generator_UserTableName="getItemsByContentID" msprop:Generator_RowChangedName="getItemsByContentIDRowChanged" msprop:Generator_RowEvArgName="getItemsByContentIDRowChangeEvent" msprop:Generator_RowClassName="getItemsByContentIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getItemsByPartType" msprop:Generator_TableClassName="getItemsByPartTypeDataTable" msprop:Generator_TableVarName="tablegetItemsByPartType" msprop:Generator_TablePropName="getItemsByPartType" msprop:Generator_RowDeletingName="getItemsByPartTypeRowDeleting" msprop:Generator_RowChangingName="getItemsByPartTypeRowChanging" msprop:Generator_RowEvHandlerName="getItemsByPartTypeRowChangeEventHandler" msprop:Generator_RowDeletedName="getItemsByPartTypeRowDeleted" msprop:Generator_UserTableName="getItemsByPartType" msprop:Generator_RowChangedName="getItemsByPartTypeRowChanged" msprop:Generator_RowEvArgName="getItemsByPartTypeRowChangeEvent" msprop:Generator_RowClassName="getItemsByPartTypeRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getItemsByPartTypeAndContent" msprop:Generator_TableClassName="getItemsByPartTypeAndContentDataTable" msprop:Generator_TableVarName="tablegetItemsByPartTypeAndContent" msprop:Generator_TablePropName="getItemsByPartTypeAndContent" msprop:Generator_RowDeletingName="getItemsByPartTypeAndContentRowDeleting" msprop:Generator_RowChangingName="getItemsByPartTypeAndContentRowChanging" msprop:Generator_RowEvHandlerName="getItemsByPartTypeAndContentRowChangeEventHandler" msprop:Generator_RowDeletedName="getItemsByPartTypeAndContentRowDeleted" msprop:Generator_UserTableName="getItemsByPartTypeAndContent" msprop:Generator_RowChangedName="getItemsByPartTypeAndContentRowChanged" msprop:Generator_RowEvArgName="getItemsByPartTypeAndContentRowChangeEvent" msprop:Generator_RowClassName="getItemsByPartTypeAndContentRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cDTS" msprop:Generator_ColumnVarNameInTable="columncDTS" msprop:Generator_ColumnPropNameInRow="cDTS" msprop:Generator_ColumnPropNameInTable="cDTSColumn" msprop:Generator_UserColumnName="cDTS" type="xs:dateTime" />
|
|
<xs:element name="cUserID" msprop:Generator_ColumnVarNameInTable="columncUserID" msprop:Generator_ColumnPropNameInRow="cUserID" msprop:Generator_ColumnPropNameInTable="cUserIDColumn" msprop:Generator_UserColumnName="cUserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncLastChanged" msprop:Generator_ColumnPropNameInRow="cLastChanged" msprop:Generator_ColumnPropNameInTable="cLastChangedColumn" msprop:Generator_UserColumnName="cLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="cPartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncPartCount" msprop:Generator_ColumnPropNameInRow="cPartCount" msprop:Generator_ColumnPropNameInTable="cPartCountColumn" msprop:Generator_UserColumnName="cPartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getJustFormat" msprop:Generator_TableClassName="getJustFormatDataTable" msprop:Generator_TableVarName="tablegetJustFormat" msprop:Generator_TablePropName="getJustFormat" msprop:Generator_RowDeletingName="getJustFormatRowDeleting" msprop:Generator_RowChangingName="getJustFormatRowChanging" msprop:Generator_RowEvHandlerName="getJustFormatRowChangeEventHandler" msprop:Generator_RowDeletedName="getJustFormatRowDeleted" msprop:Generator_UserTableName="getJustFormat" msprop:Generator_RowChangedName="getJustFormatRowChanged" msprop:Generator_RowEvArgName="getJustFormatRowChangeEvent" msprop:Generator_RowClassName="getJustFormatRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FormatID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Name" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Description" msdata:ReadOnly="true" 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="Data" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GenMac" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGenMac" msprop:Generator_ColumnPropNameInRow="GenMac" msprop:Generator_ColumnPropNameInTable="GenMacColumn" msprop:Generator_UserColumnName="GenMac" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentCount" msprop:Generator_ColumnPropNameInRow="ContentCount" msprop:Generator_ColumnPropNameInTable="ContentCountColumn" msprop:Generator_UserColumnName="ContentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FolderCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFolderCount" msprop:Generator_ColumnPropNameInRow="FolderCount" msprop:Generator_ColumnPropNameInTable="FolderCountColumn" msprop:Generator_UserColumnName="FolderCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChildCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChildCount" msprop:Generator_ColumnPropNameInRow="ChildCount" msprop:Generator_ColumnPropNameInTable="ChildCountColumn" msprop:Generator_UserColumnName="ChildCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getJustRODb" msprop:Generator_TableClassName="getJustRODbDataTable" msprop:Generator_TableVarName="tablegetJustRODb" msprop:Generator_TablePropName="getJustRODb" msprop:Generator_RowDeletingName="getJustRODbRowDeleting" msprop:Generator_RowChangingName="getJustRODbRowChanging" msprop:Generator_RowEvHandlerName="getJustRODbRowChangeEventHandler" msprop:Generator_RowDeletedName="getJustRODbRowDeleted" msprop:Generator_UserTableName="getJustRODb" msprop:Generator_RowChangedName="getJustRODbRowChanged" msprop:Generator_RowEvArgName="getJustRODbRowChangeEvent" msprop:Generator_RowClassName="getJustRODbRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RODbID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="ROName" msprop:Generator_ColumnVarNameInTable="columnROName" msprop:Generator_ColumnPropNameInRow="ROName" msprop:Generator_ColumnPropNameInTable="RONameColumn" msprop:Generator_UserColumnName="ROName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FolderPath" msprop:Generator_ColumnVarNameInTable="columnFolderPath" msprop:Generator_ColumnPropNameInRow="FolderPath" msprop:Generator_ColumnPropNameInTable="FolderPathColumn" msprop:Generator_UserColumnName="FolderPath">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DBConnectionString" msprop:Generator_ColumnVarNameInTable="columnDBConnectionString" msprop:Generator_ColumnPropNameInRow="DBConnectionString" msprop:Generator_ColumnPropNameInTable="DBConnectionStringColumn" msprop:Generator_UserColumnName="DBConnectionString">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DROUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDROUsageCount" msprop:Generator_ColumnPropNameInRow="DROUsageCount" msprop:Generator_ColumnPropNameInTable="DROUsageCountColumn" msprop:Generator_UserColumnName="DROUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ROFstCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnROFstCount" msprop:Generator_ColumnPropNameInRow="ROFstCount" msprop:Generator_ColumnPropNameInTable="ROFstCountColumn" msprop:Generator_UserColumnName="ROFstCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ROImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnROImageCount" msprop:Generator_ColumnPropNameInRow="ROImageCount" msprop:Generator_ColumnPropNameInTable="ROImageCountColumn" msprop:Generator_UserColumnName="ROImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getJustROFst" msprop:Generator_TableClassName="getJustROFstDataTable" msprop:Generator_TableVarName="tablegetJustROFst" msprop:Generator_TablePropName="getJustROFst" msprop:Generator_RowDeletingName="getJustROFstRowDeleting" msprop:Generator_RowChangingName="getJustROFstRowChanging" msprop:Generator_RowEvHandlerName="getJustROFstRowChangeEventHandler" msprop:Generator_RowDeletedName="getJustROFstRowDeleted" msprop:Generator_UserTableName="getJustROFst" msprop:Generator_RowChangedName="getJustROFstRowChanged" msprop:Generator_RowEvArgName="getJustROFstRowChangeEvent" msprop:Generator_RowClassName="getJustROFstRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROFstID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="ROLookup" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnROLookup" msprop:Generator_ColumnPropNameInRow="ROLookup" msprop:Generator_ColumnPropNameInTable="ROLookupColumn" msprop:Generator_UserColumnName="ROLookup" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssociationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssociationCount" msprop:Generator_ColumnPropNameInRow="AssociationCount" msprop:Generator_ColumnPropNameInTable="AssociationCountColumn" msprop:Generator_UserColumnName="AssociationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FigureCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFigureCount" msprop:Generator_ColumnPropNameInRow="FigureCount" msprop:Generator_ColumnPropNameInTable="FigureCountColumn" msprop:Generator_UserColumnName="FigureCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getJustROImage" msprop:Generator_TableClassName="getJustROImageDataTable" msprop:Generator_TableVarName="tablegetJustROImage" msprop:Generator_TablePropName="getJustROImage" msprop:Generator_RowDeletingName="getJustROImageRowDeleting" msprop:Generator_RowChangingName="getJustROImageRowChanging" msprop:Generator_RowEvHandlerName="getJustROImageRowChangeEventHandler" msprop:Generator_RowDeletedName="getJustROImageRowDeleted" msprop:Generator_UserTableName="getJustROImage" msprop:Generator_RowChangedName="getJustROImageRowChanged" msprop:Generator_RowEvArgName="getJustROImageRowChangeEvent" msprop:Generator_RowClassName="getJustROImageRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ImageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnImageID" msprop:Generator_ColumnPropNameInRow="ImageID" msprop:Generator_ColumnPropNameInTable="ImageIDColumn" msprop:Generator_UserColumnName="ImageID" type="xs:int" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="FileName" msprop:Generator_ColumnVarNameInTable="columnFileName" msprop:Generator_ColumnPropNameInRow="FileName" msprop:Generator_ColumnPropNameInTable="FileNameColumn" msprop:Generator_UserColumnName="FileName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content" msprop:Generator_ColumnVarNameInTable="columnContent" msprop:Generator_ColumnPropNameInRow="Content" msprop:Generator_ColumnPropNameInTable="ContentColumn" msprop:Generator_UserColumnName="Content" type="xs:base64Binary" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="FigureCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFigureCount" msprop:Generator_ColumnPropNameInRow="FigureCount" msprop:Generator_ColumnPropNameInTable="FigureCountColumn" msprop:Generator_UserColumnName="FigureCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getJustStage" msprop:Generator_TableClassName="getJustStageDataTable" msprop:Generator_TableVarName="tablegetJustStage" msprop:Generator_TablePropName="getJustStage" msprop:Generator_RowDeletingName="getJustStageRowDeleting" msprop:Generator_RowChangingName="getJustStageRowChanging" msprop:Generator_RowEvHandlerName="getJustStageRowChangeEventHandler" msprop:Generator_RowDeletedName="getJustStageRowDeleted" msprop:Generator_UserTableName="getJustStage" msprop:Generator_RowChangedName="getJustStageRowChanged" msprop:Generator_RowEvArgName="getJustStageRowChangeEvent" msprop:Generator_RowClassName="getJustStageRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="StageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnStageID" msprop:Generator_ColumnPropNameInRow="StageID" msprop:Generator_ColumnPropNameInTable="StageIDColumn" msprop:Generator_UserColumnName="StageID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IsApproved" msprop:Generator_ColumnVarNameInTable="columnIsApproved" msprop:Generator_ColumnPropNameInRow="IsApproved" msprop:Generator_ColumnPropNameInTable="IsApprovedColumn" msprop:Generator_UserColumnName="IsApproved" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="CheckCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCheckCount" msprop:Generator_ColumnPropNameInRow="CheckCount" msprop:Generator_ColumnPropNameInTable="CheckCountColumn" msprop:Generator_UserColumnName="CheckCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="VersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVersionCount" msprop:Generator_ColumnPropNameInRow="VersionCount" msprop:Generator_ColumnPropNameInTable="VersionCountColumn" msprop:Generator_UserColumnName="VersionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getLibDocsForProc" msprop:Generator_TableClassName="getLibDocsForProcDataTable" msprop:Generator_TableVarName="tablegetLibDocsForProc" msprop:Generator_TablePropName="getLibDocsForProc" msprop:Generator_RowDeletingName="getLibDocsForProcRowDeleting" msprop:Generator_RowChangingName="getLibDocsForProcRowChanging" msprop:Generator_RowEvHandlerName="getLibDocsForProcRowChangeEventHandler" msprop:Generator_RowDeletedName="getLibDocsForProcRowDeleted" msprop:Generator_UserTableName="getLibDocsForProc" msprop:Generator_RowChangedName="getLibDocsForProcRowChanged" msprop:Generator_RowEvArgName="getLibDocsForProcRowChangeEvent" msprop:Generator_RowClassName="getLibDocsForProcRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DocID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="LibTitle" msprop:Generator_ColumnVarNameInTable="columnLibTitle" msprop:Generator_ColumnPropNameInRow="LibTitle" msprop:Generator_ColumnPropNameInTable="LibTitleColumn" msprop:Generator_UserColumnName="LibTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1024" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DocContent" msprop:Generator_ColumnVarNameInTable="columnDocContent" msprop:Generator_ColumnPropNameInRow="DocContent" msprop:Generator_ColumnPropNameInTable="DocContentColumn" msprop:Generator_UserColumnName="DocContent" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DocAscii" msprop:Generator_ColumnVarNameInTable="columnDocAscii" msprop:Generator_ColumnPropNameInRow="DocAscii" msprop:Generator_ColumnPropNameInTable="DocAsciiColumn" msprop:Generator_UserColumnName="DocAscii" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="FileExtension" msprop:Generator_ColumnVarNameInTable="columnFileExtension" msprop:Generator_ColumnPropNameInRow="FileExtension" msprop:Generator_ColumnPropNameInTable="FileExtensionColumn" msprop:Generator_UserColumnName="FileExtension">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DROUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDROUsageCount" msprop:Generator_ColumnPropNameInRow="DROUsageCount" msprop:Generator_ColumnPropNameInTable="DROUsageCountColumn" msprop:Generator_UserColumnName="DROUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PdfCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPdfCount" msprop:Generator_ColumnPropNameInRow="PdfCount" msprop:Generator_ColumnPropNameInTable="PdfCountColumn" msprop:Generator_UserColumnName="PdfCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getLibraryDocuments" msprop:Generator_TableClassName="getLibraryDocumentsDataTable" msprop:Generator_TableVarName="tablegetLibraryDocuments" msprop:Generator_TablePropName="getLibraryDocuments" msprop:Generator_RowDeletingName="getLibraryDocumentsRowDeleting" msprop:Generator_RowChangingName="getLibraryDocumentsRowChanging" msprop:Generator_RowEvHandlerName="getLibraryDocumentsRowChangeEventHandler" msprop:Generator_RowDeletedName="getLibraryDocumentsRowDeleted" msprop:Generator_UserTableName="getLibraryDocuments" msprop:Generator_RowChangedName="getLibraryDocumentsRowChanged" msprop:Generator_RowEvArgName="getLibraryDocumentsRowChangeEvent" msprop:Generator_RowClassName="getLibraryDocumentsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DocID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="LibTitle" msprop:Generator_ColumnVarNameInTable="columnLibTitle" msprop:Generator_ColumnPropNameInRow="LibTitle" msprop:Generator_ColumnPropNameInTable="LibTitleColumn" msprop:Generator_UserColumnName="LibTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1024" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DocContent" msprop:Generator_ColumnVarNameInTable="columnDocContent" msprop:Generator_ColumnPropNameInRow="DocContent" msprop:Generator_ColumnPropNameInTable="DocContentColumn" msprop:Generator_UserColumnName="DocContent" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DocAscii" msprop:Generator_ColumnVarNameInTable="columnDocAscii" msprop:Generator_ColumnPropNameInRow="DocAscii" msprop:Generator_ColumnPropNameInTable="DocAsciiColumn" msprop:Generator_UserColumnName="DocAscii" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FileExtension" msprop:Generator_ColumnVarNameInTable="columnFileExtension" msprop:Generator_ColumnPropNameInRow="FileExtension" msprop:Generator_ColumnPropNameInTable="FileExtensionColumn" msprop:Generator_UserColumnName="FileExtension">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DROUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDROUsageCount" msprop:Generator_ColumnPropNameInRow="DROUsageCount" msprop:Generator_ColumnPropNameInTable="DROUsageCountColumn" msprop:Generator_UserColumnName="DROUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PdfCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPdfCount" msprop:Generator_ColumnPropNameInRow="PdfCount" msprop:Generator_ColumnPropNameInTable="PdfCountColumn" msprop:Generator_UserColumnName="PdfCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getMembership" msprop:Generator_TableClassName="getMembershipDataTable" msprop:Generator_TableVarName="tablegetMembership" msprop:Generator_TablePropName="getMembership" msprop:Generator_RowDeletingName="getMembershipRowDeleting" msprop:Generator_RowChangingName="getMembershipRowChanging" msprop:Generator_RowEvHandlerName="getMembershipRowChangeEventHandler" msprop:Generator_RowDeletedName="getMembershipRowDeleted" msprop:Generator_UserTableName="getMembership" msprop:Generator_RowChangedName="getMembershipRowChanged" msprop:Generator_RowEvArgName="getMembershipRowChangeEvent" msprop:Generator_RowClassName="getMembershipRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="UGID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnUGID" msprop:Generator_ColumnPropNameInRow="UGID" msprop:Generator_ColumnPropNameInTable="UGIDColumn" msprop:Generator_UserColumnName="UGID" type="xs:int" />
|
|
<xs:element name="UID" msprop:Generator_ColumnVarNameInTable="columnUID" msprop:Generator_ColumnPropNameInRow="UID" msprop:Generator_ColumnPropNameInTable="UIDColumn" msprop:Generator_UserColumnName="UID" type="xs:int" />
|
|
<xs:element name="GID" msprop:Generator_ColumnVarNameInTable="columnGID" msprop:Generator_ColumnPropNameInRow="GID" msprop:Generator_ColumnPropNameInTable="GIDColumn" msprop:Generator_UserColumnName="GID" type="xs:int" />
|
|
<xs:element name="StartDate" msprop:Generator_ColumnVarNameInTable="columnStartDate" msprop:Generator_ColumnPropNameInRow="StartDate" msprop:Generator_ColumnPropNameInTable="StartDateColumn" msprop:Generator_UserColumnName="StartDate" type="xs:dateTime" />
|
|
<xs:element name="EndDate" msprop:Generator_ColumnVarNameInTable="columnEndDate" msprop:Generator_ColumnPropNameInRow="EndDate" msprop:Generator_ColumnPropNameInTable="EndDateColumn" msprop:Generator_UserColumnName="EndDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getMemberships" msprop:Generator_TableClassName="getMembershipsDataTable" msprop:Generator_TableVarName="tablegetMemberships" msprop:Generator_TablePropName="getMemberships" msprop:Generator_RowDeletingName="getMembershipsRowDeleting" msprop:Generator_RowChangingName="getMembershipsRowChanging" msprop:Generator_RowEvHandlerName="getMembershipsRowChangeEventHandler" msprop:Generator_RowDeletedName="getMembershipsRowDeleted" msprop:Generator_UserTableName="getMemberships" msprop:Generator_RowChangedName="getMembershipsRowChanged" msprop:Generator_RowEvArgName="getMembershipsRowChangeEvent" msprop:Generator_RowClassName="getMembershipsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="UGID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnUGID" msprop:Generator_ColumnPropNameInRow="UGID" msprop:Generator_ColumnPropNameInTable="UGIDColumn" msprop:Generator_UserColumnName="UGID" type="xs:int" />
|
|
<xs:element name="UID" msprop:Generator_ColumnVarNameInTable="columnUID" msprop:Generator_ColumnPropNameInRow="UID" msprop:Generator_ColumnPropNameInTable="UIDColumn" msprop:Generator_UserColumnName="UID" type="xs:int" />
|
|
<xs:element name="GID" msprop:Generator_ColumnVarNameInTable="columnGID" msprop:Generator_ColumnPropNameInRow="GID" msprop:Generator_ColumnPropNameInTable="GIDColumn" msprop:Generator_UserColumnName="GID" type="xs:int" />
|
|
<xs:element name="StartDate" msprop:Generator_ColumnVarNameInTable="columnStartDate" msprop:Generator_ColumnPropNameInRow="StartDate" msprop:Generator_ColumnPropNameInTable="StartDateColumn" msprop:Generator_UserColumnName="StartDate" type="xs:dateTime" />
|
|
<xs:element name="EndDate" msprop:Generator_ColumnVarNameInTable="columnEndDate" msprop:Generator_ColumnPropNameInRow="EndDate" msprop:Generator_ColumnPropNameInTable="EndDateColumn" msprop:Generator_UserColumnName="EndDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getMembershipsByGID" msprop:Generator_TableClassName="getMembershipsByGIDDataTable" msprop:Generator_TableVarName="tablegetMembershipsByGID" msprop:Generator_TablePropName="getMembershipsByGID" msprop:Generator_RowDeletingName="getMembershipsByGIDRowDeleting" msprop:Generator_RowChangingName="getMembershipsByGIDRowChanging" msprop:Generator_RowEvHandlerName="getMembershipsByGIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getMembershipsByGIDRowDeleted" msprop:Generator_UserTableName="getMembershipsByGID" msprop:Generator_RowChangedName="getMembershipsByGIDRowChanged" msprop:Generator_RowEvArgName="getMembershipsByGIDRowChangeEvent" msprop:Generator_RowClassName="getMembershipsByGIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="UGID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnUGID" msprop:Generator_ColumnPropNameInRow="UGID" msprop:Generator_ColumnPropNameInTable="UGIDColumn" msprop:Generator_UserColumnName="UGID" type="xs:int" />
|
|
<xs:element name="UID" msprop:Generator_ColumnVarNameInTable="columnUID" msprop:Generator_ColumnPropNameInRow="UID" msprop:Generator_ColumnPropNameInTable="UIDColumn" msprop:Generator_UserColumnName="UID" type="xs:int" />
|
|
<xs:element name="GID" msprop:Generator_ColumnVarNameInTable="columnGID" msprop:Generator_ColumnPropNameInRow="GID" msprop:Generator_ColumnPropNameInTable="GIDColumn" msprop:Generator_UserColumnName="GID" type="xs:int" />
|
|
<xs:element name="StartDate" msprop:Generator_ColumnVarNameInTable="columnStartDate" msprop:Generator_ColumnPropNameInRow="StartDate" msprop:Generator_ColumnPropNameInTable="StartDateColumn" msprop:Generator_UserColumnName="StartDate" type="xs:dateTime" />
|
|
<xs:element name="EndDate" msprop:Generator_ColumnVarNameInTable="columnEndDate" msprop:Generator_ColumnPropNameInRow="EndDate" msprop:Generator_ColumnPropNameInTable="EndDateColumn" msprop:Generator_UserColumnName="EndDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="User_UserID" msprop:Generator_ColumnVarNameInTable="columnUser_UserID" msprop:Generator_ColumnPropNameInRow="User_UserID" msprop:Generator_ColumnPropNameInTable="User_UserIDColumn" msprop:Generator_UserColumnName="User_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="User_FirstName" msprop:Generator_ColumnVarNameInTable="columnUser_FirstName" msprop:Generator_ColumnPropNameInRow="User_FirstName" msprop:Generator_ColumnPropNameInTable="User_FirstNameColumn" msprop:Generator_UserColumnName="User_FirstName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="User_MiddleName" msprop:Generator_ColumnVarNameInTable="columnUser_MiddleName" msprop:Generator_ColumnPropNameInRow="User_MiddleName" msprop:Generator_ColumnPropNameInTable="User_MiddleNameColumn" msprop:Generator_UserColumnName="User_MiddleName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="User_LastName" msprop:Generator_ColumnVarNameInTable="columnUser_LastName" msprop:Generator_ColumnPropNameInRow="User_LastName" msprop:Generator_ColumnPropNameInTable="User_LastNameColumn" msprop:Generator_UserColumnName="User_LastName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="User_Suffix" msprop:Generator_ColumnVarNameInTable="columnUser_Suffix" msprop:Generator_ColumnPropNameInRow="User_Suffix" msprop:Generator_ColumnPropNameInTable="User_SuffixColumn" msprop:Generator_UserColumnName="User_Suffix" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="User_CourtesyTitle" msprop:Generator_ColumnVarNameInTable="columnUser_CourtesyTitle" msprop:Generator_ColumnPropNameInRow="User_CourtesyTitle" msprop:Generator_ColumnPropNameInTable="User_CourtesyTitleColumn" msprop:Generator_UserColumnName="User_CourtesyTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="User_PhoneNumber" msprop:Generator_ColumnVarNameInTable="columnUser_PhoneNumber" msprop:Generator_ColumnPropNameInRow="User_PhoneNumber" msprop:Generator_ColumnPropNameInTable="User_PhoneNumberColumn" msprop:Generator_UserColumnName="User_PhoneNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="User_CFGName" msprop:Generator_ColumnVarNameInTable="columnUser_CFGName" msprop:Generator_ColumnPropNameInRow="User_CFGName" msprop:Generator_ColumnPropNameInTable="User_CFGNameColumn" msprop:Generator_UserColumnName="User_CFGName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="User_UserLogin" msprop:Generator_ColumnVarNameInTable="columnUser_UserLogin" msprop:Generator_ColumnPropNameInRow="User_UserLogin" msprop:Generator_ColumnPropNameInTable="User_UserLoginColumn" msprop:Generator_UserColumnName="User_UserLogin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="User_UserName" msprop:Generator_ColumnVarNameInTable="columnUser_UserName" msprop:Generator_ColumnPropNameInRow="User_UserName" msprop:Generator_ColumnPropNameInTable="User_UserNameColumn" msprop:Generator_UserColumnName="User_UserName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="32" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="User_Config" msprop:Generator_ColumnVarNameInTable="columnUser_Config" msprop:Generator_ColumnPropNameInRow="User_Config" msprop:Generator_ColumnPropNameInTable="User_ConfigColumn" msprop:Generator_UserColumnName="User_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="User_DTS" msprop:Generator_ColumnVarNameInTable="columnUser_DTS" msprop:Generator_ColumnPropNameInRow="User_DTS" msprop:Generator_ColumnPropNameInTable="User_DTSColumn" msprop:Generator_UserColumnName="User_DTS" type="xs:dateTime" />
|
|
<xs:element name="User_UsrID" msprop:Generator_ColumnVarNameInTable="columnUser_UsrID" msprop:Generator_ColumnPropNameInRow="User_UsrID" msprop:Generator_ColumnPropNameInTable="User_UsrIDColumn" msprop:Generator_UserColumnName="User_UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getMembershipsByUID" msprop:Generator_TableClassName="getMembershipsByUIDDataTable" msprop:Generator_TableVarName="tablegetMembershipsByUID" msprop:Generator_TablePropName="getMembershipsByUID" msprop:Generator_RowDeletingName="getMembershipsByUIDRowDeleting" msprop:Generator_RowChangingName="getMembershipsByUIDRowChanging" msprop:Generator_RowEvHandlerName="getMembershipsByUIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getMembershipsByUIDRowDeleted" msprop:Generator_UserTableName="getMembershipsByUID" msprop:Generator_RowChangedName="getMembershipsByUIDRowChanged" msprop:Generator_RowEvArgName="getMembershipsByUIDRowChangeEvent" msprop:Generator_RowClassName="getMembershipsByUIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="UGID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnUGID" msprop:Generator_ColumnPropNameInRow="UGID" msprop:Generator_ColumnPropNameInTable="UGIDColumn" msprop:Generator_UserColumnName="UGID" type="xs:int" />
|
|
<xs:element name="UID" msprop:Generator_ColumnVarNameInTable="columnUID" msprop:Generator_ColumnPropNameInRow="UID" msprop:Generator_ColumnPropNameInTable="UIDColumn" msprop:Generator_UserColumnName="UID" type="xs:int" />
|
|
<xs:element name="GID" msprop:Generator_ColumnVarNameInTable="columnGID" msprop:Generator_ColumnPropNameInRow="GID" msprop:Generator_ColumnPropNameInTable="GIDColumn" msprop:Generator_UserColumnName="GID" type="xs:int" />
|
|
<xs:element name="StartDate" msprop:Generator_ColumnVarNameInTable="columnStartDate" msprop:Generator_ColumnPropNameInRow="StartDate" msprop:Generator_ColumnPropNameInTable="StartDateColumn" msprop:Generator_UserColumnName="StartDate" type="xs:dateTime" />
|
|
<xs:element name="EndDate" msprop:Generator_ColumnVarNameInTable="columnEndDate" msprop:Generator_ColumnPropNameInRow="EndDate" msprop:Generator_ColumnPropNameInTable="EndDateColumn" msprop:Generator_UserColumnName="EndDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Group_GroupName" msprop:Generator_ColumnVarNameInTable="columnGroup_GroupName" msprop:Generator_ColumnPropNameInRow="Group_GroupName" msprop:Generator_ColumnPropNameInTable="Group_GroupNameColumn" msprop:Generator_UserColumnName="Group_GroupName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Group_GroupType" msprop:Generator_ColumnVarNameInTable="columnGroup_GroupType" msprop:Generator_ColumnPropNameInRow="Group_GroupType" msprop:Generator_ColumnPropNameInTable="Group_GroupTypeColumn" msprop:Generator_UserColumnName="Group_GroupType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Group_Config" msprop:Generator_ColumnVarNameInTable="columnGroup_Config" msprop:Generator_ColumnPropNameInRow="Group_Config" msprop:Generator_ColumnPropNameInTable="Group_ConfigColumn" msprop:Generator_UserColumnName="Group_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Group_DTS" msprop:Generator_ColumnVarNameInTable="columnGroup_DTS" msprop:Generator_ColumnPropNameInRow="Group_DTS" msprop:Generator_ColumnPropNameInTable="Group_DTSColumn" msprop:Generator_UserColumnName="Group_DTS" type="xs:dateTime" />
|
|
<xs:element name="Group_UsrID" msprop:Generator_ColumnVarNameInTable="columnGroup_UsrID" msprop:Generator_ColumnPropNameInRow="Group_UsrID" msprop:Generator_ColumnPropNameInTable="Group_UsrIDColumn" msprop:Generator_UserColumnName="Group_UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getNextItems" msprop:Generator_TableClassName="getNextItemsDataTable" msprop:Generator_TableVarName="tablegetNextItems" msprop:Generator_TablePropName="getNextItems" msprop:Generator_RowDeletingName="getNextItemsRowDeleting" msprop:Generator_RowChangingName="getNextItemsRowChanging" msprop:Generator_RowEvHandlerName="getNextItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="getNextItemsRowDeleted" msprop:Generator_UserTableName="getNextItems" msprop:Generator_RowChangedName="getNextItemsRowChanged" msprop:Generator_RowEvArgName="getNextItemsRowChangeEvent" msprop:Generator_RowClassName="getNextItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getOwner" msprop:Generator_TableClassName="getOwnerDataTable" msprop:Generator_TableVarName="tablegetOwner" msprop:Generator_TablePropName="getOwner" msprop:Generator_RowDeletingName="getOwnerRowDeleting" msprop:Generator_RowChangingName="getOwnerRowChanging" msprop:Generator_RowEvHandlerName="getOwnerRowChangeEventHandler" msprop:Generator_RowDeletedName="getOwnerRowDeleted" msprop:Generator_UserTableName="getOwner" msprop:Generator_RowChangedName="getOwnerRowChanged" msprop:Generator_RowEvArgName="getOwnerRowChangeEvent" msprop:Generator_RowClassName="getOwnerRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="OwnerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnOwnerID" msprop:Generator_ColumnPropNameInRow="OwnerID" msprop:Generator_ColumnPropNameInTable="OwnerIDColumn" msprop:Generator_UserColumnName="OwnerID" type="xs:int" />
|
|
<xs:element name="SessionID" msprop:Generator_ColumnVarNameInTable="columnSessionID" msprop:Generator_ColumnPropNameInRow="SessionID" msprop:Generator_ColumnPropNameInTable="SessionIDColumn" msprop:Generator_UserColumnName="SessionID" type="xs:int" />
|
|
<xs:element name="OwnerType" msprop:Generator_ColumnVarNameInTable="columnOwnerType" msprop:Generator_ColumnPropNameInRow="OwnerType" msprop:Generator_ColumnPropNameInTable="OwnerTypeColumn" msprop:Generator_UserColumnName="OwnerType" type="xs:unsignedByte" />
|
|
<xs:element name="OwnerItemID" msprop:Generator_ColumnVarNameInTable="columnOwnerItemID" msprop:Generator_ColumnPropNameInRow="OwnerItemID" msprop:Generator_ColumnPropNameInTable="OwnerItemIDColumn" msprop:Generator_UserColumnName="OwnerItemID" type="xs:int" />
|
|
<xs:element name="DTSStart" msprop:Generator_ColumnVarNameInTable="columnDTSStart" msprop:Generator_ColumnPropNameInRow="DTSStart" msprop:Generator_ColumnPropNameInTable="DTSStartColumn" msprop:Generator_UserColumnName="DTSStart" type="xs:dateTime" />
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getOwnerByItemID" msprop:Generator_TableClassName="getOwnerByItemIDDataTable" msprop:Generator_TableVarName="tablegetOwnerByItemID" msprop:Generator_TablePropName="getOwnerByItemID" msprop:Generator_RowDeletingName="getOwnerByItemIDRowDeleting" msprop:Generator_RowChangingName="getOwnerByItemIDRowChanging" msprop:Generator_RowEvHandlerName="getOwnerByItemIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getOwnerByItemIDRowDeleted" msprop:Generator_UserTableName="getOwnerByItemID" msprop:Generator_RowChangedName="getOwnerByItemIDRowChanged" msprop:Generator_RowEvArgName="getOwnerByItemIDRowChangeEvent" msprop:Generator_RowClassName="getOwnerByItemIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="OwnerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnOwnerID" msprop:Generator_ColumnPropNameInRow="OwnerID" msprop:Generator_ColumnPropNameInTable="OwnerIDColumn" msprop:Generator_UserColumnName="OwnerID" type="xs:int" />
|
|
<xs:element name="SessionID" msprop:Generator_ColumnVarNameInTable="columnSessionID" msprop:Generator_ColumnPropNameInRow="SessionID" msprop:Generator_ColumnPropNameInTable="SessionIDColumn" msprop:Generator_UserColumnName="SessionID" type="xs:int" />
|
|
<xs:element name="OwnerType" msprop:Generator_ColumnVarNameInTable="columnOwnerType" msprop:Generator_ColumnPropNameInRow="OwnerType" msprop:Generator_ColumnPropNameInTable="OwnerTypeColumn" msprop:Generator_UserColumnName="OwnerType" type="xs:unsignedByte" />
|
|
<xs:element name="OwnerItemID" msprop:Generator_ColumnVarNameInTable="columnOwnerItemID" msprop:Generator_ColumnPropNameInRow="OwnerItemID" msprop:Generator_ColumnPropNameInTable="OwnerItemIDColumn" msprop:Generator_UserColumnName="OwnerItemID" type="xs:int" />
|
|
<xs:element name="DTSStart" msprop:Generator_ColumnVarNameInTable="columnDTSStart" msprop:Generator_ColumnPropNameInRow="DTSStart" msprop:Generator_ColumnPropNameInTable="DTSStartColumn" msprop:Generator_UserColumnName="DTSStart" type="xs:dateTime" />
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getOwnerBySessionIDandFolderID" msprop:Generator_TableClassName="getOwnerBySessionIDandFolderIDDataTable" msprop:Generator_TableVarName="tablegetOwnerBySessionIDandFolderID" msprop:Generator_TablePropName="getOwnerBySessionIDandFolderID" msprop:Generator_RowDeletingName="getOwnerBySessionIDandFolderIDRowDeleting" msprop:Generator_RowChangingName="getOwnerBySessionIDandFolderIDRowChanging" msprop:Generator_RowEvHandlerName="getOwnerBySessionIDandFolderIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getOwnerBySessionIDandFolderIDRowDeleted" msprop:Generator_UserTableName="getOwnerBySessionIDandFolderID" msprop:Generator_RowChangedName="getOwnerBySessionIDandFolderIDRowChanged" msprop:Generator_RowEvArgName="getOwnerBySessionIDandFolderIDRowChangeEvent" msprop:Generator_RowClassName="getOwnerBySessionIDandFolderIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="OwnerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnOwnerID" msprop:Generator_ColumnPropNameInRow="OwnerID" msprop:Generator_ColumnPropNameInTable="OwnerIDColumn" msprop:Generator_UserColumnName="OwnerID" type="xs:int" />
|
|
<xs:element name="SessionID" msprop:Generator_ColumnVarNameInTable="columnSessionID" msprop:Generator_ColumnPropNameInRow="SessionID" msprop:Generator_ColumnPropNameInTable="SessionIDColumn" msprop:Generator_UserColumnName="SessionID" type="xs:int" />
|
|
<xs:element name="OwnerType" msprop:Generator_ColumnVarNameInTable="columnOwnerType" msprop:Generator_ColumnPropNameInRow="OwnerType" msprop:Generator_ColumnPropNameInTable="OwnerTypeColumn" msprop:Generator_UserColumnName="OwnerType" type="xs:unsignedByte" />
|
|
<xs:element name="OwnerItemID" msprop:Generator_ColumnVarNameInTable="columnOwnerItemID" msprop:Generator_ColumnPropNameInRow="OwnerItemID" msprop:Generator_ColumnPropNameInTable="OwnerItemIDColumn" msprop:Generator_UserColumnName="OwnerItemID" type="xs:int" />
|
|
<xs:element name="DTSStart" msprop:Generator_ColumnVarNameInTable="columnDTSStart" msprop:Generator_ColumnPropNameInRow="DTSStart" msprop:Generator_ColumnPropNameInTable="DTSStartColumn" msprop:Generator_UserColumnName="DTSStart" type="xs:dateTime" />
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getOwnerBySessionIDandVersionID" msprop:Generator_TableClassName="getOwnerBySessionIDandVersionIDDataTable" msprop:Generator_TableVarName="tablegetOwnerBySessionIDandVersionID" msprop:Generator_TablePropName="getOwnerBySessionIDandVersionID" msprop:Generator_RowDeletingName="getOwnerBySessionIDandVersionIDRowDeleting" msprop:Generator_RowChangingName="getOwnerBySessionIDandVersionIDRowChanging" msprop:Generator_RowEvHandlerName="getOwnerBySessionIDandVersionIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getOwnerBySessionIDandVersionIDRowDeleted" msprop:Generator_UserTableName="getOwnerBySessionIDandVersionID" msprop:Generator_RowChangedName="getOwnerBySessionIDandVersionIDRowChanged" msprop:Generator_RowEvArgName="getOwnerBySessionIDandVersionIDRowChangeEvent" msprop:Generator_RowClassName="getOwnerBySessionIDandVersionIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="OwnerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnOwnerID" msprop:Generator_ColumnPropNameInRow="OwnerID" msprop:Generator_ColumnPropNameInTable="OwnerIDColumn" msprop:Generator_UserColumnName="OwnerID" type="xs:int" />
|
|
<xs:element name="SessionID" msprop:Generator_ColumnVarNameInTable="columnSessionID" msprop:Generator_ColumnPropNameInRow="SessionID" msprop:Generator_ColumnPropNameInTable="SessionIDColumn" msprop:Generator_UserColumnName="SessionID" type="xs:int" />
|
|
<xs:element name="OwnerType" msprop:Generator_ColumnVarNameInTable="columnOwnerType" msprop:Generator_ColumnPropNameInRow="OwnerType" msprop:Generator_ColumnPropNameInTable="OwnerTypeColumn" msprop:Generator_UserColumnName="OwnerType" type="xs:unsignedByte" />
|
|
<xs:element name="OwnerItemID" msprop:Generator_ColumnVarNameInTable="columnOwnerItemID" msprop:Generator_ColumnPropNameInRow="OwnerItemID" msprop:Generator_ColumnPropNameInTable="OwnerItemIDColumn" msprop:Generator_UserColumnName="OwnerItemID" type="xs:int" />
|
|
<xs:element name="DTSStart" msprop:Generator_ColumnVarNameInTable="columnDTSStart" msprop:Generator_ColumnPropNameInRow="DTSStart" msprop:Generator_ColumnPropNameInTable="DTSStartColumn" msprop:Generator_UserColumnName="DTSStart" type="xs:dateTime" />
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getOwners" msprop:Generator_TableClassName="getOwnersDataTable" msprop:Generator_TableVarName="tablegetOwners" msprop:Generator_TablePropName="getOwners" msprop:Generator_RowDeletingName="getOwnersRowDeleting" msprop:Generator_RowChangingName="getOwnersRowChanging" msprop:Generator_RowEvHandlerName="getOwnersRowChangeEventHandler" msprop:Generator_RowDeletedName="getOwnersRowDeleted" msprop:Generator_UserTableName="getOwners" msprop:Generator_RowChangedName="getOwnersRowChanged" msprop:Generator_RowEvArgName="getOwnersRowChangeEvent" msprop:Generator_RowClassName="getOwnersRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="OwnerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnOwnerID" msprop:Generator_ColumnPropNameInRow="OwnerID" msprop:Generator_ColumnPropNameInTable="OwnerIDColumn" msprop:Generator_UserColumnName="OwnerID" type="xs:int" />
|
|
<xs:element name="SessionID" msprop:Generator_ColumnVarNameInTable="columnSessionID" msprop:Generator_ColumnPropNameInRow="SessionID" msprop:Generator_ColumnPropNameInTable="SessionIDColumn" msprop:Generator_UserColumnName="SessionID" type="xs:int" />
|
|
<xs:element name="OwnerType" msprop:Generator_ColumnVarNameInTable="columnOwnerType" msprop:Generator_ColumnPropNameInRow="OwnerType" msprop:Generator_ColumnPropNameInTable="OwnerTypeColumn" msprop:Generator_UserColumnName="OwnerType" type="xs:unsignedByte" />
|
|
<xs:element name="OwnerItemID" msprop:Generator_ColumnVarNameInTable="columnOwnerItemID" msprop:Generator_ColumnPropNameInRow="OwnerItemID" msprop:Generator_ColumnPropNameInTable="OwnerItemIDColumn" msprop:Generator_UserColumnName="OwnerItemID" type="xs:int" />
|
|
<xs:element name="DTSStart" msprop:Generator_ColumnVarNameInTable="columnDTSStart" msprop:Generator_ColumnPropNameInRow="DTSStart" msprop:Generator_ColumnPropNameInTable="DTSStartColumn" msprop:Generator_UserColumnName="DTSStart" type="xs:dateTime" />
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getOwnersBySessionID" msprop:Generator_TableClassName="getOwnersBySessionIDDataTable" msprop:Generator_TableVarName="tablegetOwnersBySessionID" msprop:Generator_TablePropName="getOwnersBySessionID" msprop:Generator_RowDeletingName="getOwnersBySessionIDRowDeleting" msprop:Generator_RowChangingName="getOwnersBySessionIDRowChanging" msprop:Generator_RowEvHandlerName="getOwnersBySessionIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getOwnersBySessionIDRowDeleted" msprop:Generator_UserTableName="getOwnersBySessionID" msprop:Generator_RowChangedName="getOwnersBySessionIDRowChanged" msprop:Generator_RowEvArgName="getOwnersBySessionIDRowChangeEvent" msprop:Generator_RowClassName="getOwnersBySessionIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="OwnerID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnOwnerID" msprop:Generator_ColumnPropNameInRow="OwnerID" msprop:Generator_ColumnPropNameInTable="OwnerIDColumn" msprop:Generator_UserColumnName="OwnerID" type="xs:int" />
|
|
<xs:element name="SessionID" msprop:Generator_ColumnVarNameInTable="columnSessionID" msprop:Generator_ColumnPropNameInRow="SessionID" msprop:Generator_ColumnPropNameInTable="SessionIDColumn" msprop:Generator_UserColumnName="SessionID" type="xs:int" />
|
|
<xs:element name="OwnerType" msprop:Generator_ColumnVarNameInTable="columnOwnerType" msprop:Generator_ColumnPropNameInRow="OwnerType" msprop:Generator_ColumnPropNameInTable="OwnerTypeColumn" msprop:Generator_UserColumnName="OwnerType" type="xs:unsignedByte" />
|
|
<xs:element name="OwnerItemID" msprop:Generator_ColumnVarNameInTable="columnOwnerItemID" msprop:Generator_ColumnPropNameInRow="OwnerItemID" msprop:Generator_ColumnPropNameInTable="OwnerItemIDColumn" msprop:Generator_UserColumnName="OwnerItemID" type="xs:int" />
|
|
<xs:element name="DTSStart" msprop:Generator_ColumnVarNameInTable="columnDTSStart" msprop:Generator_ColumnPropNameInRow="DTSStart" msprop:Generator_ColumnPropNameInTable="DTSStartColumn" msprop:Generator_UserColumnName="DTSStart" type="xs:dateTime" />
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getOwnersByVersionID" msprop:Generator_TableClassName="getOwnersByVersionIDDataTable" msprop:Generator_TableVarName="tablegetOwnersByVersionID" msprop:Generator_TablePropName="getOwnersByVersionID" msprop:Generator_RowDeletingName="getOwnersByVersionIDRowDeleting" msprop:Generator_RowChangingName="getOwnersByVersionIDRowChanging" msprop:Generator_RowEvHandlerName="getOwnersByVersionIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getOwnersByVersionIDRowDeleted" msprop:Generator_UserTableName="getOwnersByVersionID" msprop:Generator_RowChangedName="getOwnersByVersionIDRowChanged" msprop:Generator_RowEvArgName="getOwnersByVersionIDRowChangeEvent" msprop:Generator_RowClassName="getOwnersByVersionIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="OwnerID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnOwnerID" msprop:Generator_ColumnPropNameInRow="OwnerID" msprop:Generator_ColumnPropNameInTable="OwnerIDColumn" msprop:Generator_UserColumnName="OwnerID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="SessionID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnSessionID" msprop:Generator_ColumnPropNameInRow="SessionID" msprop:Generator_ColumnPropNameInTable="SessionIDColumn" msprop:Generator_UserColumnName="SessionID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="OwnerType" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnOwnerType" msprop:Generator_ColumnPropNameInRow="OwnerType" msprop:Generator_ColumnPropNameInTable="OwnerTypeColumn" msprop:Generator_UserColumnName="OwnerType" type="xs:unsignedByte" minOccurs="0" />
|
|
<xs:element name="OwnerItemID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnOwnerItemID" msprop:Generator_ColumnPropNameInRow="OwnerItemID" msprop:Generator_ColumnPropNameInTable="OwnerItemIDColumn" msprop:Generator_UserColumnName="OwnerItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTSStart" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTSStart" msprop:Generator_ColumnPropNameInRow="DTSStart" msprop:Generator_ColumnPropNameInTable="DTSStartColumn" msprop:Generator_UserColumnName="DTSStart" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getParentFolder" msprop:Generator_TableClassName="getParentFolderDataTable" msprop:Generator_TableVarName="tablegetParentFolder" msprop:Generator_TablePropName="getParentFolder" msprop:Generator_RowDeletingName="getParentFolderRowDeleting" msprop:Generator_RowChangingName="getParentFolderRowChanging" msprop:Generator_RowEvHandlerName="getParentFolderRowChangeEventHandler" msprop:Generator_RowDeletedName="getParentFolderRowDeleted" msprop:Generator_UserTableName="getParentFolder" msprop:Generator_RowChangedName="getParentFolderRowChanged" msprop:Generator_RowEvArgName="getParentFolderRowChangeEvent" msprop:Generator_RowClassName="getParentFolderRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FolderID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="DBID" msprop:Generator_ColumnVarNameInTable="columnDBID" msprop:Generator_ColumnPropNameInRow="DBID" msprop:Generator_ColumnPropNameInTable="DBIDColumn" msprop:Generator_UserColumnName="DBID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ShortName" msprop:Generator_ColumnVarNameInTable="columnShortName" msprop:Generator_ColumnPropNameInRow="ShortName" msprop:Generator_ColumnPropNameInTable="ShortNameColumn" msprop:Generator_UserColumnName="ShortName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ManualOrder" msprop:Generator_ColumnVarNameInTable="columnManualOrder" msprop:Generator_ColumnPropNameInRow="ManualOrder" msprop:Generator_ColumnPropNameInTable="ManualOrderColumn" msprop:Generator_UserColumnName="ManualOrder" type="xs:double" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssignmentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssignmentCount" msprop:Generator_ColumnPropNameInRow="AssignmentCount" msprop:Generator_ColumnPropNameInTable="AssignmentCountColumn" msprop:Generator_UserColumnName="AssignmentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChildCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChildCount" msprop:Generator_ColumnPropNameInRow="ChildCount" msprop:Generator_ColumnPropNameInTable="ChildCountColumn" msprop:Generator_UserColumnName="ChildCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getParentFormat" msprop:Generator_TableClassName="getParentFormatDataTable" msprop:Generator_TableVarName="tablegetParentFormat" msprop:Generator_TablePropName="getParentFormat" msprop:Generator_RowDeletingName="getParentFormatRowDeleting" msprop:Generator_RowChangingName="getParentFormatRowChanging" msprop:Generator_RowEvHandlerName="getParentFormatRowChangeEventHandler" msprop:Generator_RowDeletedName="getParentFormatRowDeleted" msprop:Generator_UserTableName="getParentFormat" msprop:Generator_RowChangedName="getParentFormatRowChanged" msprop:Generator_RowEvArgName="getParentFormatRowChangeEvent" msprop:Generator_RowClassName="getParentFormatRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FormatID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Name" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Description" msdata:ReadOnly="true" 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="Data" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" msprop:Generator_UserColumnName="Data" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GenMac" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGenMac" msprop:Generator_ColumnPropNameInRow="GenMac" msprop:Generator_ColumnPropNameInTable="GenMacColumn" msprop:Generator_UserColumnName="GenMac" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentCount" msprop:Generator_ColumnPropNameInRow="ContentCount" msprop:Generator_ColumnPropNameInTable="ContentCountColumn" msprop:Generator_UserColumnName="ContentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FolderCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFolderCount" msprop:Generator_ColumnPropNameInRow="FolderCount" msprop:Generator_ColumnPropNameInTable="FolderCountColumn" msprop:Generator_UserColumnName="FolderCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChildCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChildCount" msprop:Generator_ColumnPropNameInRow="ChildCount" msprop:Generator_ColumnPropNameInTable="ChildCountColumn" msprop:Generator_UserColumnName="ChildCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getPart" msprop:Generator_TableClassName="getPartDataTable" msprop:Generator_TableVarName="tablegetPart" msprop:Generator_TablePropName="getPart" msprop:Generator_RowDeletingName="getPartRowDeleting" msprop:Generator_RowChangingName="getPartRowChanging" msprop:Generator_RowEvHandlerName="getPartRowChangeEventHandler" msprop:Generator_RowDeletedName="getPartRowDeleted" msprop:Generator_UserTableName="getPart" msprop:Generator_RowChangedName="getPartRowChanged" msprop:Generator_RowEvArgName="getPartRowChangeEvent" msprop:Generator_RowClassName="getPartRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getPartAudit" msprop:Generator_TableClassName="getPartAuditDataTable" msprop:Generator_TableVarName="tablegetPartAudit" msprop:Generator_TablePropName="getPartAudit" msprop:Generator_RowDeletingName="getPartAuditRowDeleting" msprop:Generator_RowChangingName="getPartAuditRowChanging" msprop:Generator_RowEvHandlerName="getPartAuditRowChangeEventHandler" msprop:Generator_RowDeletedName="getPartAuditRowDeleted" msprop:Generator_UserTableName="getPartAudit" msprop:Generator_RowChangedName="getPartAuditRowChanged" msprop:Generator_RowEvArgName="getPartAuditRowChangeEvent" msprop:Generator_RowClassName="getPartAuditRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getPartAudits" msprop:Generator_TableClassName="getPartAuditsDataTable" msprop:Generator_TableVarName="tablegetPartAudits" msprop:Generator_TablePropName="getPartAudits" msprop:Generator_RowDeletingName="getPartAuditsRowDeleting" msprop:Generator_RowChangingName="getPartAuditsRowChanging" msprop:Generator_RowEvHandlerName="getPartAuditsRowChangeEventHandler" msprop:Generator_RowDeletedName="getPartAuditsRowDeleted" msprop:Generator_UserTableName="getPartAudits" msprop:Generator_RowChangedName="getPartAuditsRowChanged" msprop:Generator_RowEvArgName="getPartAuditsRowChangeEvent" msprop:Generator_RowClassName="getPartAuditsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getPartAuditsByContentID" msprop:Generator_TableClassName="getPartAuditsByContentIDDataTable" msprop:Generator_TableVarName="tablegetPartAuditsByContentID" msprop:Generator_TablePropName="getPartAuditsByContentID" msprop:Generator_RowDeletingName="getPartAuditsByContentIDRowDeleting" msprop:Generator_RowChangingName="getPartAuditsByContentIDRowChanging" msprop:Generator_RowEvHandlerName="getPartAuditsByContentIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getPartAuditsByContentIDRowDeleted" msprop:Generator_UserTableName="getPartAuditsByContentID" msprop:Generator_RowChangedName="getPartAuditsByContentIDRowChanged" msprop:Generator_RowEvArgName="getPartAuditsByContentIDRowChangeEvent" msprop:Generator_RowClassName="getPartAuditsByContentIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getPartAuditsByDeleteStatus" msprop:Generator_TableClassName="getPartAuditsByDeleteStatusDataTable" msprop:Generator_TableVarName="tablegetPartAuditsByDeleteStatus" msprop:Generator_TablePropName="getPartAuditsByDeleteStatus" msprop:Generator_RowDeletingName="getPartAuditsByDeleteStatusRowDeleting" msprop:Generator_RowChangingName="getPartAuditsByDeleteStatusRowChanging" msprop:Generator_RowEvHandlerName="getPartAuditsByDeleteStatusRowChangeEventHandler" msprop:Generator_RowDeletedName="getPartAuditsByDeleteStatusRowDeleted" msprop:Generator_UserTableName="getPartAuditsByDeleteStatus" msprop:Generator_RowChangedName="getPartAuditsByDeleteStatusRowChanged" msprop:Generator_RowEvArgName="getPartAuditsByDeleteStatusRowChangeEvent" msprop:Generator_RowClassName="getPartAuditsByDeleteStatusRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getPartAuditsByItemID" msprop:Generator_TableClassName="getPartAuditsByItemIDDataTable" msprop:Generator_TableVarName="tablegetPartAuditsByItemID" msprop:Generator_TablePropName="getPartAuditsByItemID" msprop:Generator_RowDeletingName="getPartAuditsByItemIDRowDeleting" msprop:Generator_RowChangingName="getPartAuditsByItemIDRowChanging" msprop:Generator_RowEvHandlerName="getPartAuditsByItemIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getPartAuditsByItemIDRowDeleted" msprop:Generator_UserTableName="getPartAuditsByItemID" msprop:Generator_RowChangedName="getPartAuditsByItemIDRowChanged" msprop:Generator_RowEvArgName="getPartAuditsByItemIDRowChangeEvent" msprop:Generator_RowClassName="getPartAuditsByItemIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getParts" msprop:Generator_TableClassName="getPartsDataTable" msprop:Generator_TableVarName="tablegetParts" msprop:Generator_TablePropName="getParts" msprop:Generator_RowDeletingName="getPartsRowDeleting" msprop:Generator_RowChangingName="getPartsRowChanging" msprop:Generator_RowEvHandlerName="getPartsRowChangeEventHandler" msprop:Generator_RowDeletedName="getPartsRowDeleted" msprop:Generator_UserTableName="getParts" msprop:Generator_RowChangedName="getPartsRowChanged" msprop:Generator_RowEvArgName="getPartsRowChangeEvent" msprop:Generator_RowClassName="getPartsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getPartsByContentID" msprop:Generator_TableClassName="getPartsByContentIDDataTable" msprop:Generator_TableVarName="tablegetPartsByContentID" msprop:Generator_TablePropName="getPartsByContentID" msprop:Generator_RowDeletingName="getPartsByContentIDRowDeleting" msprop:Generator_RowChangingName="getPartsByContentIDRowChanging" msprop:Generator_RowEvHandlerName="getPartsByContentIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getPartsByContentIDRowDeleted" msprop:Generator_UserTableName="getPartsByContentID" msprop:Generator_RowChangedName="getPartsByContentIDRowChanged" msprop:Generator_RowEvArgName="getPartsByContentIDRowChangeEvent" msprop:Generator_RowClassName="getPartsByContentIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Item_PreviousID" msprop:Generator_ColumnVarNameInTable="columnItem_PreviousID" msprop:Generator_ColumnPropNameInRow="Item_PreviousID" msprop:Generator_ColumnPropNameInTable="Item_PreviousIDColumn" msprop:Generator_UserColumnName="Item_PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Item_ContentID" msprop:Generator_ColumnVarNameInTable="columnItem_ContentID" msprop:Generator_ColumnPropNameInRow="Item_ContentID" msprop:Generator_ColumnPropNameInTable="Item_ContentIDColumn" msprop:Generator_UserColumnName="Item_ContentID" type="xs:int" />
|
|
<xs:element name="Item_DTS" msprop:Generator_ColumnVarNameInTable="columnItem_DTS" msprop:Generator_ColumnPropNameInRow="Item_DTS" msprop:Generator_ColumnPropNameInTable="Item_DTSColumn" msprop:Generator_UserColumnName="Item_DTS" type="xs:dateTime" />
|
|
<xs:element name="Item_UserID" msprop:Generator_ColumnVarNameInTable="columnItem_UserID" msprop:Generator_ColumnPropNameInRow="Item_UserID" msprop:Generator_ColumnPropNameInTable="Item_UserIDColumn" msprop:Generator_UserColumnName="Item_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getPartsByItemID" msprop:Generator_TableClassName="getPartsByItemIDDataTable" msprop:Generator_TableVarName="tablegetPartsByItemID" msprop:Generator_TablePropName="getPartsByItemID" msprop:Generator_RowDeletingName="getPartsByItemIDRowDeleting" msprop:Generator_RowChangingName="getPartsByItemIDRowChanging" msprop:Generator_RowEvHandlerName="getPartsByItemIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getPartsByItemIDRowDeleted" msprop:Generator_UserTableName="getPartsByItemID" msprop:Generator_RowChangedName="getPartsByItemIDRowChanged" msprop:Generator_RowEvArgName="getPartsByItemIDRowChangeEvent" msprop:Generator_RowClassName="getPartsByItemIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Content_Number" msprop:Generator_ColumnVarNameInTable="columnContent_Number" msprop:Generator_ColumnPropNameInRow="Content_Number" msprop:Generator_ColumnPropNameInTable="Content_NumberColumn" msprop:Generator_UserColumnName="Content_Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_Text" msprop:Generator_ColumnVarNameInTable="columnContent_Text" msprop:Generator_ColumnPropNameInRow="Content_Text" msprop:Generator_ColumnPropNameInTable="Content_TextColumn" msprop:Generator_UserColumnName="Content_Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_Type" msprop:Generator_ColumnVarNameInTable="columnContent_Type" msprop:Generator_ColumnPropNameInRow="Content_Type" msprop:Generator_ColumnPropNameInTable="Content_TypeColumn" msprop:Generator_UserColumnName="Content_Type" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Content_FormatID" msprop:Generator_ColumnVarNameInTable="columnContent_FormatID" msprop:Generator_ColumnPropNameInRow="Content_FormatID" msprop:Generator_ColumnPropNameInTable="Content_FormatIDColumn" msprop:Generator_UserColumnName="Content_FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Content_Config" msprop:Generator_ColumnVarNameInTable="columnContent_Config" msprop:Generator_ColumnPropNameInRow="Content_Config" msprop:Generator_ColumnPropNameInTable="Content_ConfigColumn" msprop:Generator_UserColumnName="Content_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_DTS" msprop:Generator_ColumnVarNameInTable="columnContent_DTS" msprop:Generator_ColumnPropNameInRow="Content_DTS" msprop:Generator_ColumnPropNameInTable="Content_DTSColumn" msprop:Generator_UserColumnName="Content_DTS" type="xs:dateTime" />
|
|
<xs:element name="Content_UserID" msprop:Generator_ColumnVarNameInTable="columnContent_UserID" msprop:Generator_ColumnPropNameInRow="Content_UserID" msprop:Generator_ColumnPropNameInTable="Content_UserIDColumn" msprop:Generator_UserColumnName="Content_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getPastedAffectedTransitions" msprop:Generator_TableClassName="getPastedAffectedTransitionsDataTable" msprop:Generator_TableVarName="tablegetPastedAffectedTransitions" msprop:Generator_TablePropName="getPastedAffectedTransitions" msprop:Generator_RowDeletingName="getPastedAffectedTransitionsRowDeleting" msprop:Generator_RowChangingName="getPastedAffectedTransitionsRowChanging" msprop:Generator_RowEvHandlerName="getPastedAffectedTransitionsRowChangeEventHandler" msprop:Generator_RowDeletedName="getPastedAffectedTransitionsRowDeleted" msprop:Generator_UserTableName="getPastedAffectedTransitions" msprop:Generator_RowChangedName="getPastedAffectedTransitionsRowChanged" msprop:Generator_RowEvArgName="getPastedAffectedTransitionsRowChangeEvent" msprop:Generator_RowClassName="getPastedAffectedTransitionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" />
|
|
<xs:element name="IsRange" msprop:Generator_ColumnVarNameInTable="columnIsRange" msprop:Generator_ColumnPropNameInRow="IsRange" msprop:Generator_ColumnPropNameInTable="IsRangeColumn" msprop:Generator_UserColumnName="IsRange" type="xs:int" />
|
|
<xs:element name="TranType" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ZTransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZTransitionCount" msprop:Generator_ColumnPropNameInRow="ZTransitionCount" msprop:Generator_ColumnPropNameInTable="ZTransitionCountColumn" msprop:Generator_UserColumnName="ZTransitionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getPdf" msprop:Generator_TableClassName="getPdfDataTable" msprop:Generator_TableVarName="tablegetPdf" msprop:Generator_TablePropName="getPdf" msprop:Generator_RowDeletingName="getPdfRowDeleting" msprop:Generator_RowChangingName="getPdfRowChanging" msprop:Generator_RowEvHandlerName="getPdfRowChangeEventHandler" msprop:Generator_RowDeletedName="getPdfRowDeleted" msprop:Generator_UserTableName="getPdf" msprop:Generator_RowChangedName="getPdfRowChanged" msprop:Generator_RowEvArgName="getPdfRowChangeEvent" msprop:Generator_RowClassName="getPdfRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="DebugStatus" msprop:Generator_ColumnVarNameInTable="columnDebugStatus" msprop:Generator_ColumnPropNameInRow="DebugStatus" msprop:Generator_ColumnPropNameInTable="DebugStatusColumn" msprop:Generator_UserColumnName="DebugStatus" type="xs:int" />
|
|
<xs:element name="TopRow" msprop:Generator_ColumnVarNameInTable="columnTopRow" msprop:Generator_ColumnPropNameInRow="TopRow" msprop:Generator_ColumnPropNameInTable="TopRowColumn" msprop:Generator_UserColumnName="TopRow" type="xs:int" />
|
|
<xs:element name="PageLength" msprop:Generator_ColumnVarNameInTable="columnPageLength" msprop:Generator_ColumnPropNameInRow="PageLength" msprop:Generator_ColumnPropNameInTable="PageLengthColumn" msprop:Generator_UserColumnName="PageLength" type="xs:int" />
|
|
<xs:element name="LeftMargin" msprop:Generator_ColumnVarNameInTable="columnLeftMargin" msprop:Generator_ColumnPropNameInRow="LeftMargin" msprop:Generator_ColumnPropNameInTable="LeftMarginColumn" msprop:Generator_UserColumnName="LeftMargin" type="xs:int" />
|
|
<xs:element name="PageWidth" msprop:Generator_ColumnVarNameInTable="columnPageWidth" msprop:Generator_ColumnPropNameInRow="PageWidth" msprop:Generator_ColumnPropNameInTable="PageWidthColumn" msprop:Generator_UserColumnName="PageWidth" type="xs:int" />
|
|
<xs:element name="PageCount" msprop:Generator_ColumnVarNameInTable="columnPageCount" msprop:Generator_ColumnPropNameInRow="PageCount" msprop:Generator_ColumnPropNameInTable="PageCountColumn" msprop:Generator_UserColumnName="PageCount" type="xs:double" />
|
|
<xs:element name="DocPdf" msprop:Generator_ColumnVarNameInTable="columnDocPdf" msprop:Generator_ColumnPropNameInRow="DocPdf" msprop:Generator_ColumnPropNameInTable="DocPdfColumn" msprop:Generator_UserColumnName="DocPdf" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getPdfs" msprop:Generator_TableClassName="getPdfsDataTable" msprop:Generator_TableVarName="tablegetPdfs" msprop:Generator_TablePropName="getPdfs" msprop:Generator_RowDeletingName="getPdfsRowDeleting" msprop:Generator_RowChangingName="getPdfsRowChanging" msprop:Generator_RowEvHandlerName="getPdfsRowChangeEventHandler" msprop:Generator_RowDeletedName="getPdfsRowDeleted" msprop:Generator_UserTableName="getPdfs" msprop:Generator_RowChangedName="getPdfsRowChanged" msprop:Generator_RowEvArgName="getPdfsRowChangeEvent" msprop:Generator_RowClassName="getPdfsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="DebugStatus" msprop:Generator_ColumnVarNameInTable="columnDebugStatus" msprop:Generator_ColumnPropNameInRow="DebugStatus" msprop:Generator_ColumnPropNameInTable="DebugStatusColumn" msprop:Generator_UserColumnName="DebugStatus" type="xs:int" />
|
|
<xs:element name="TopRow" msprop:Generator_ColumnVarNameInTable="columnTopRow" msprop:Generator_ColumnPropNameInRow="TopRow" msprop:Generator_ColumnPropNameInTable="TopRowColumn" msprop:Generator_UserColumnName="TopRow" type="xs:int" />
|
|
<xs:element name="PageLength" msprop:Generator_ColumnVarNameInTable="columnPageLength" msprop:Generator_ColumnPropNameInRow="PageLength" msprop:Generator_ColumnPropNameInTable="PageLengthColumn" msprop:Generator_UserColumnName="PageLength" type="xs:int" />
|
|
<xs:element name="LeftMargin" msprop:Generator_ColumnVarNameInTable="columnLeftMargin" msprop:Generator_ColumnPropNameInRow="LeftMargin" msprop:Generator_ColumnPropNameInTable="LeftMarginColumn" msprop:Generator_UserColumnName="LeftMargin" type="xs:int" />
|
|
<xs:element name="PageWidth" msprop:Generator_ColumnVarNameInTable="columnPageWidth" msprop:Generator_ColumnPropNameInRow="PageWidth" msprop:Generator_ColumnPropNameInTable="PageWidthColumn" msprop:Generator_UserColumnName="PageWidth" type="xs:int" />
|
|
<xs:element name="PageCount" msprop:Generator_ColumnVarNameInTable="columnPageCount" msprop:Generator_ColumnPropNameInRow="PageCount" msprop:Generator_ColumnPropNameInTable="PageCountColumn" msprop:Generator_UserColumnName="PageCount" type="xs:double" />
|
|
<xs:element name="DocPdf" msprop:Generator_ColumnVarNameInTable="columnDocPdf" msprop:Generator_ColumnPropNameInRow="DocPdf" msprop:Generator_ColumnPropNameInTable="DocPdfColumn" msprop:Generator_UserColumnName="DocPdf" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getPdfsByDocID" msprop:Generator_TableClassName="getPdfsByDocIDDataTable" msprop:Generator_TableVarName="tablegetPdfsByDocID" msprop:Generator_TablePropName="getPdfsByDocID" msprop:Generator_RowDeletingName="getPdfsByDocIDRowDeleting" msprop:Generator_RowChangingName="getPdfsByDocIDRowChanging" msprop:Generator_RowEvHandlerName="getPdfsByDocIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getPdfsByDocIDRowDeleted" msprop:Generator_UserTableName="getPdfsByDocID" msprop:Generator_RowChangedName="getPdfsByDocIDRowChanged" msprop:Generator_RowEvArgName="getPdfsByDocIDRowChangeEvent" msprop:Generator_RowClassName="getPdfsByDocIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DocID" msprop:Generator_ColumnVarNameInTable="columnDocID" msprop:Generator_ColumnPropNameInRow="DocID" msprop:Generator_ColumnPropNameInTable="DocIDColumn" msprop:Generator_UserColumnName="DocID" type="xs:int" />
|
|
<xs:element name="DebugStatus" msprop:Generator_ColumnVarNameInTable="columnDebugStatus" msprop:Generator_ColumnPropNameInRow="DebugStatus" msprop:Generator_ColumnPropNameInTable="DebugStatusColumn" msprop:Generator_UserColumnName="DebugStatus" type="xs:int" />
|
|
<xs:element name="TopRow" msprop:Generator_ColumnVarNameInTable="columnTopRow" msprop:Generator_ColumnPropNameInRow="TopRow" msprop:Generator_ColumnPropNameInTable="TopRowColumn" msprop:Generator_UserColumnName="TopRow" type="xs:int" />
|
|
<xs:element name="PageLength" msprop:Generator_ColumnVarNameInTable="columnPageLength" msprop:Generator_ColumnPropNameInRow="PageLength" msprop:Generator_ColumnPropNameInTable="PageLengthColumn" msprop:Generator_UserColumnName="PageLength" type="xs:int" />
|
|
<xs:element name="LeftMargin" msprop:Generator_ColumnVarNameInTable="columnLeftMargin" msprop:Generator_ColumnPropNameInRow="LeftMargin" msprop:Generator_ColumnPropNameInTable="LeftMarginColumn" msprop:Generator_UserColumnName="LeftMargin" type="xs:int" />
|
|
<xs:element name="PageWidth" msprop:Generator_ColumnVarNameInTable="columnPageWidth" msprop:Generator_ColumnPropNameInRow="PageWidth" msprop:Generator_ColumnPropNameInTable="PageWidthColumn" msprop:Generator_UserColumnName="PageWidth" type="xs:int" />
|
|
<xs:element name="PageCount" msprop:Generator_ColumnVarNameInTable="columnPageCount" msprop:Generator_ColumnPropNameInRow="PageCount" msprop:Generator_ColumnPropNameInTable="PageCountColumn" msprop:Generator_UserColumnName="PageCount" type="xs:double" />
|
|
<xs:element name="DocPdf" msprop:Generator_ColumnVarNameInTable="columnDocPdf" msprop:Generator_ColumnPropNameInRow="DocPdf" msprop:Generator_ColumnPropNameInTable="DocPdfColumn" msprop:Generator_UserColumnName="DocPdf" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getPermission" msprop:Generator_TableClassName="getPermissionDataTable" msprop:Generator_TableVarName="tablegetPermission" msprop:Generator_TablePropName="getPermission" msprop:Generator_RowDeletingName="getPermissionRowDeleting" msprop:Generator_RowChangingName="getPermissionRowChanging" msprop:Generator_RowEvHandlerName="getPermissionRowChangeEventHandler" msprop:Generator_RowDeletedName="getPermissionRowDeleted" msprop:Generator_UserTableName="getPermission" msprop:Generator_RowChangedName="getPermissionRowChanged" msprop:Generator_RowEvArgName="getPermissionRowChangeEvent" msprop:Generator_RowClassName="getPermissionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="PID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnPID" msprop:Generator_ColumnPropNameInRow="PID" msprop:Generator_ColumnPropNameInTable="PIDColumn" msprop:Generator_UserColumnName="PID" type="xs:int" />
|
|
<xs:element name="RID" msprop:Generator_ColumnVarNameInTable="columnRID" msprop:Generator_ColumnPropNameInRow="RID" msprop:Generator_ColumnPropNameInTable="RIDColumn" msprop:Generator_UserColumnName="RID" type="xs:int" />
|
|
<xs:element name="PermLevel" msprop:Generator_ColumnVarNameInTable="columnPermLevel" msprop:Generator_ColumnPropNameInRow="PermLevel" msprop:Generator_ColumnPropNameInTable="PermLevelColumn" msprop:Generator_UserColumnName="PermLevel" type="xs:int" />
|
|
<xs:element name="VersionType" msprop:Generator_ColumnVarNameInTable="columnVersionType" msprop:Generator_ColumnPropNameInRow="VersionType" msprop:Generator_ColumnPropNameInTable="VersionTypeColumn" msprop:Generator_UserColumnName="VersionType" type="xs:int" />
|
|
<xs:element name="PermValue" msprop:Generator_ColumnVarNameInTable="columnPermValue" msprop:Generator_ColumnPropNameInRow="PermValue" msprop:Generator_ColumnPropNameInTable="PermValueColumn" msprop:Generator_UserColumnName="PermValue" type="xs:int" />
|
|
<xs:element name="PermAD" msprop:Generator_ColumnVarNameInTable="columnPermAD" msprop:Generator_ColumnPropNameInRow="PermAD" msprop:Generator_ColumnPropNameInTable="PermADColumn" msprop:Generator_UserColumnName="PermAD" type="xs:int" />
|
|
<xs:element name="StartDate" msprop:Generator_ColumnVarNameInTable="columnStartDate" msprop:Generator_ColumnPropNameInRow="StartDate" msprop:Generator_ColumnPropNameInTable="StartDateColumn" msprop:Generator_UserColumnName="StartDate" type="xs:dateTime" />
|
|
<xs:element name="EndDate" msprop:Generator_ColumnVarNameInTable="columnEndDate" msprop:Generator_ColumnPropNameInRow="EndDate" msprop:Generator_ColumnPropNameInTable="EndDateColumn" msprop:Generator_UserColumnName="EndDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getPermissions" msprop:Generator_TableClassName="getPermissionsDataTable" msprop:Generator_TableVarName="tablegetPermissions" msprop:Generator_TablePropName="getPermissions" msprop:Generator_RowDeletingName="getPermissionsRowDeleting" msprop:Generator_RowChangingName="getPermissionsRowChanging" msprop:Generator_RowEvHandlerName="getPermissionsRowChangeEventHandler" msprop:Generator_RowDeletedName="getPermissionsRowDeleted" msprop:Generator_UserTableName="getPermissions" msprop:Generator_RowChangedName="getPermissionsRowChanged" msprop:Generator_RowEvArgName="getPermissionsRowChangeEvent" msprop:Generator_RowClassName="getPermissionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="PID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnPID" msprop:Generator_ColumnPropNameInRow="PID" msprop:Generator_ColumnPropNameInTable="PIDColumn" msprop:Generator_UserColumnName="PID" type="xs:int" />
|
|
<xs:element name="RID" msprop:Generator_ColumnVarNameInTable="columnRID" msprop:Generator_ColumnPropNameInRow="RID" msprop:Generator_ColumnPropNameInTable="RIDColumn" msprop:Generator_UserColumnName="RID" type="xs:int" />
|
|
<xs:element name="PermLevel" msprop:Generator_ColumnVarNameInTable="columnPermLevel" msprop:Generator_ColumnPropNameInRow="PermLevel" msprop:Generator_ColumnPropNameInTable="PermLevelColumn" msprop:Generator_UserColumnName="PermLevel" type="xs:int" />
|
|
<xs:element name="VersionType" msprop:Generator_ColumnVarNameInTable="columnVersionType" msprop:Generator_ColumnPropNameInRow="VersionType" msprop:Generator_ColumnPropNameInTable="VersionTypeColumn" msprop:Generator_UserColumnName="VersionType" type="xs:int" />
|
|
<xs:element name="PermValue" msprop:Generator_ColumnVarNameInTable="columnPermValue" msprop:Generator_ColumnPropNameInRow="PermValue" msprop:Generator_ColumnPropNameInTable="PermValueColumn" msprop:Generator_UserColumnName="PermValue" type="xs:int" />
|
|
<xs:element name="PermAD" msprop:Generator_ColumnVarNameInTable="columnPermAD" msprop:Generator_ColumnPropNameInRow="PermAD" msprop:Generator_ColumnPropNameInTable="PermADColumn" msprop:Generator_UserColumnName="PermAD" type="xs:int" />
|
|
<xs:element name="StartDate" msprop:Generator_ColumnVarNameInTable="columnStartDate" msprop:Generator_ColumnPropNameInRow="StartDate" msprop:Generator_ColumnPropNameInTable="StartDateColumn" msprop:Generator_UserColumnName="StartDate" type="xs:dateTime" />
|
|
<xs:element name="EndDate" msprop:Generator_ColumnVarNameInTable="columnEndDate" msprop:Generator_ColumnPropNameInRow="EndDate" msprop:Generator_ColumnPropNameInTable="EndDateColumn" msprop:Generator_UserColumnName="EndDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getPermissionsByRID" msprop:Generator_TableClassName="getPermissionsByRIDDataTable" msprop:Generator_TableVarName="tablegetPermissionsByRID" msprop:Generator_TablePropName="getPermissionsByRID" msprop:Generator_RowDeletingName="getPermissionsByRIDRowDeleting" msprop:Generator_RowChangingName="getPermissionsByRIDRowChanging" msprop:Generator_RowEvHandlerName="getPermissionsByRIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getPermissionsByRIDRowDeleted" msprop:Generator_UserTableName="getPermissionsByRID" msprop:Generator_RowChangedName="getPermissionsByRIDRowChanged" msprop:Generator_RowEvArgName="getPermissionsByRIDRowChangeEvent" msprop:Generator_RowClassName="getPermissionsByRIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="PID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnPID" msprop:Generator_ColumnPropNameInRow="PID" msprop:Generator_ColumnPropNameInTable="PIDColumn" msprop:Generator_UserColumnName="PID" type="xs:int" />
|
|
<xs:element name="RID" msprop:Generator_ColumnVarNameInTable="columnRID" msprop:Generator_ColumnPropNameInRow="RID" msprop:Generator_ColumnPropNameInTable="RIDColumn" msprop:Generator_UserColumnName="RID" type="xs:int" />
|
|
<xs:element name="PermLevel" msprop:Generator_ColumnVarNameInTable="columnPermLevel" msprop:Generator_ColumnPropNameInRow="PermLevel" msprop:Generator_ColumnPropNameInTable="PermLevelColumn" msprop:Generator_UserColumnName="PermLevel" type="xs:int" />
|
|
<xs:element name="VersionType" msprop:Generator_ColumnVarNameInTable="columnVersionType" msprop:Generator_ColumnPropNameInRow="VersionType" msprop:Generator_ColumnPropNameInTable="VersionTypeColumn" msprop:Generator_UserColumnName="VersionType" type="xs:int" />
|
|
<xs:element name="PermValue" msprop:Generator_ColumnVarNameInTable="columnPermValue" msprop:Generator_ColumnPropNameInRow="PermValue" msprop:Generator_ColumnPropNameInTable="PermValueColumn" msprop:Generator_UserColumnName="PermValue" type="xs:int" />
|
|
<xs:element name="PermAD" msprop:Generator_ColumnVarNameInTable="columnPermAD" msprop:Generator_ColumnPropNameInRow="PermAD" msprop:Generator_ColumnPropNameInTable="PermADColumn" msprop:Generator_UserColumnName="PermAD" type="xs:int" />
|
|
<xs:element name="StartDate" msprop:Generator_ColumnVarNameInTable="columnStartDate" msprop:Generator_ColumnPropNameInRow="StartDate" msprop:Generator_ColumnPropNameInTable="StartDateColumn" msprop:Generator_UserColumnName="StartDate" type="xs:dateTime" />
|
|
<xs:element name="EndDate" msprop:Generator_ColumnVarNameInTable="columnEndDate" msprop:Generator_ColumnPropNameInRow="EndDate" msprop:Generator_ColumnPropNameInTable="EndDateColumn" msprop:Generator_UserColumnName="EndDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getPreviousItem" msprop:Generator_TableClassName="getPreviousItemDataTable" msprop:Generator_TableVarName="tablegetPreviousItem" msprop:Generator_TablePropName="getPreviousItem" msprop:Generator_RowDeletingName="getPreviousItemRowDeleting" msprop:Generator_RowChangingName="getPreviousItemRowChanging" msprop:Generator_RowEvHandlerName="getPreviousItemRowChangeEventHandler" msprop:Generator_RowDeletedName="getPreviousItemRowDeleted" msprop:Generator_UserTableName="getPreviousItem" msprop:Generator_RowChangedName="getPreviousItemRowChanged" msprop:Generator_RowEvArgName="getPreviousItemRowChangeEvent" msprop:Generator_RowClassName="getPreviousItemRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getPreviousRevisionByItemID" msprop:Generator_TableClassName="getPreviousRevisionByItemIDDataTable" msprop:Generator_TableVarName="tablegetPreviousRevisionByItemID" msprop:Generator_TablePropName="getPreviousRevisionByItemID" msprop:Generator_RowDeletingName="getPreviousRevisionByItemIDRowDeleting" msprop:Generator_RowChangingName="getPreviousRevisionByItemIDRowChanging" msprop:Generator_RowEvHandlerName="getPreviousRevisionByItemIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getPreviousRevisionByItemIDRowDeleted" msprop:Generator_UserTableName="getPreviousRevisionByItemID" msprop:Generator_RowChangedName="getPreviousRevisionByItemIDRowChanged" msprop:Generator_RowEvArgName="getPreviousRevisionByItemIDRowChangeEvent" msprop:Generator_RowClassName="getPreviousRevisionByItemIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RevisionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RevisionNumber" msprop:Generator_ColumnVarNameInTable="columnRevisionNumber" msprop:Generator_ColumnPropNameInRow="RevisionNumber" msprop:Generator_ColumnPropNameInTable="RevisionNumberColumn" msprop:Generator_UserColumnName="RevisionNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RevisionDate" msprop:Generator_ColumnVarNameInTable="columnRevisionDate" msprop:Generator_ColumnPropNameInRow="RevisionDate" msprop:Generator_ColumnPropNameInTable="RevisionDateColumn" msprop:Generator_UserColumnName="RevisionDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Notes" msprop:Generator_ColumnVarNameInTable="columnNotes" msprop:Generator_ColumnPropNameInRow="Notes" msprop:Generator_ColumnPropNameInTable="NotesColumn" msprop:Generator_UserColumnName="Notes" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="CheckCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCheckCount" msprop:Generator_ColumnPropNameInRow="CheckCount" msprop:Generator_ColumnPropNameInTable="CheckCountColumn" msprop:Generator_UserColumnName="CheckCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="VersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVersionCount" msprop:Generator_ColumnPropNameInRow="VersionCount" msprop:Generator_ColumnPropNameInTable="VersionCountColumn" msprop:Generator_UserColumnName="VersionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRevision" msprop:Generator_TableClassName="getRevisionDataTable" msprop:Generator_TableVarName="tablegetRevision" msprop:Generator_TablePropName="getRevision" msprop:Generator_RowDeletingName="getRevisionRowDeleting" msprop:Generator_RowChangingName="getRevisionRowChanging" msprop:Generator_RowEvHandlerName="getRevisionRowChangeEventHandler" msprop:Generator_RowDeletedName="getRevisionRowDeleted" msprop:Generator_UserTableName="getRevision" msprop:Generator_RowChangedName="getRevisionRowChanged" msprop:Generator_RowEvArgName="getRevisionRowChangeEvent" msprop:Generator_RowClassName="getRevisionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RevisionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RevisionNumber" msprop:Generator_ColumnVarNameInTable="columnRevisionNumber" msprop:Generator_ColumnPropNameInRow="RevisionNumber" msprop:Generator_ColumnPropNameInTable="RevisionNumberColumn" msprop:Generator_UserColumnName="RevisionNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RevisionDate" msprop:Generator_ColumnVarNameInTable="columnRevisionDate" msprop:Generator_ColumnPropNameInRow="RevisionDate" msprop:Generator_ColumnPropNameInTable="RevisionDateColumn" msprop:Generator_UserColumnName="RevisionDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Notes" msprop:Generator_ColumnVarNameInTable="columnNotes" msprop:Generator_ColumnPropNameInRow="Notes" msprop:Generator_ColumnPropNameInTable="NotesColumn" msprop:Generator_UserColumnName="Notes" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="CheckCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCheckCount" msprop:Generator_ColumnPropNameInRow="CheckCount" msprop:Generator_ColumnPropNameInTable="CheckCountColumn" msprop:Generator_UserColumnName="CheckCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="VersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVersionCount" msprop:Generator_ColumnPropNameInRow="VersionCount" msprop:Generator_ColumnPropNameInTable="VersionCountColumn" msprop:Generator_UserColumnName="VersionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRevisionByItemIDandRevisionNumber" msprop:Generator_TableClassName="getRevisionByItemIDandRevisionNumberDataTable" msprop:Generator_TableVarName="tablegetRevisionByItemIDandRevisionNumber" msprop:Generator_TablePropName="getRevisionByItemIDandRevisionNumber" msprop:Generator_RowDeletingName="getRevisionByItemIDandRevisionNumberRowDeleting" msprop:Generator_RowChangingName="getRevisionByItemIDandRevisionNumberRowChanging" msprop:Generator_RowEvHandlerName="getRevisionByItemIDandRevisionNumberRowChangeEventHandler" msprop:Generator_RowDeletedName="getRevisionByItemIDandRevisionNumberRowDeleted" msprop:Generator_UserTableName="getRevisionByItemIDandRevisionNumber" msprop:Generator_RowChangedName="getRevisionByItemIDandRevisionNumberRowChanged" msprop:Generator_RowEvArgName="getRevisionByItemIDandRevisionNumberRowChangeEvent" msprop:Generator_RowClassName="getRevisionByItemIDandRevisionNumberRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RevisionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RevisionNumber" msprop:Generator_ColumnVarNameInTable="columnRevisionNumber" msprop:Generator_ColumnPropNameInRow="RevisionNumber" msprop:Generator_ColumnPropNameInTable="RevisionNumberColumn" msprop:Generator_UserColumnName="RevisionNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RevisionDate" msprop:Generator_ColumnVarNameInTable="columnRevisionDate" msprop:Generator_ColumnPropNameInRow="RevisionDate" msprop:Generator_ColumnPropNameInTable="RevisionDateColumn" msprop:Generator_UserColumnName="RevisionDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Notes" msprop:Generator_ColumnVarNameInTable="columnNotes" msprop:Generator_ColumnPropNameInRow="Notes" msprop:Generator_ColumnPropNameInTable="NotesColumn" msprop:Generator_UserColumnName="Notes" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="CheckCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCheckCount" msprop:Generator_ColumnPropNameInRow="CheckCount" msprop:Generator_ColumnPropNameInTable="CheckCountColumn" msprop:Generator_UserColumnName="CheckCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="VersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVersionCount" msprop:Generator_ColumnPropNameInRow="VersionCount" msprop:Generator_ColumnPropNameInTable="VersionCountColumn" msprop:Generator_UserColumnName="VersionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRevisionByItemIDandRevisionNumberAndUnitID" msprop:Generator_TableClassName="getRevisionByItemIDandRevisionNumberAndUnitIDDataTable" msprop:Generator_TableVarName="tablegetRevisionByItemIDandRevisionNumberAndUnitID" msprop:Generator_TablePropName="getRevisionByItemIDandRevisionNumberAndUnitID" msprop:Generator_RowDeletingName="getRevisionByItemIDandRevisionNumberAndUnitIDRowDeleting" msprop:Generator_RowChangingName="getRevisionByItemIDandRevisionNumberAndUnitIDRowChanging" msprop:Generator_RowEvHandlerName="getRevisionByItemIDandRevisionNumberAndUnitIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getRevisionByItemIDandRevisionNumberAndUnitIDRowDeleted" msprop:Generator_UserTableName="getRevisionByItemIDandRevisionNumberAndUnitID" msprop:Generator_RowChangedName="getRevisionByItemIDandRevisionNumberAndUnitIDRowChanged" msprop:Generator_RowEvArgName="getRevisionByItemIDandRevisionNumberAndUnitIDRowChangeEvent" msprop:Generator_RowClassName="getRevisionByItemIDandRevisionNumberAndUnitIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RevisionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RevisionNumber" msprop:Generator_ColumnVarNameInTable="columnRevisionNumber" msprop:Generator_ColumnPropNameInRow="RevisionNumber" msprop:Generator_ColumnPropNameInTable="RevisionNumberColumn" msprop:Generator_UserColumnName="RevisionNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RevisionDate" msprop:Generator_ColumnVarNameInTable="columnRevisionDate" msprop:Generator_ColumnPropNameInRow="RevisionDate" msprop:Generator_ColumnPropNameInTable="RevisionDateColumn" msprop:Generator_UserColumnName="RevisionDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Notes" msprop:Generator_ColumnVarNameInTable="columnNotes" msprop:Generator_ColumnPropNameInRow="Notes" msprop:Generator_ColumnPropNameInTable="NotesColumn" msprop:Generator_UserColumnName="Notes" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="CheckCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCheckCount" msprop:Generator_ColumnPropNameInRow="CheckCount" msprop:Generator_ColumnPropNameInTable="CheckCountColumn" msprop:Generator_UserColumnName="CheckCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="VersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVersionCount" msprop:Generator_ColumnPropNameInRow="VersionCount" msprop:Generator_ColumnPropNameInTable="VersionCountColumn" msprop:Generator_UserColumnName="VersionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRevisions" msprop:Generator_TableClassName="getRevisionsDataTable" msprop:Generator_TableVarName="tablegetRevisions" msprop:Generator_TablePropName="getRevisions" msprop:Generator_RowDeletingName="getRevisionsRowDeleting" msprop:Generator_RowChangingName="getRevisionsRowChanging" msprop:Generator_RowEvHandlerName="getRevisionsRowChangeEventHandler" msprop:Generator_RowDeletedName="getRevisionsRowDeleted" msprop:Generator_UserTableName="getRevisions" msprop:Generator_RowChangedName="getRevisionsRowChanged" msprop:Generator_RowEvArgName="getRevisionsRowChangeEvent" msprop:Generator_RowClassName="getRevisionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RevisionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RevisionNumber" msprop:Generator_ColumnVarNameInTable="columnRevisionNumber" msprop:Generator_ColumnPropNameInRow="RevisionNumber" msprop:Generator_ColumnPropNameInTable="RevisionNumberColumn" msprop:Generator_UserColumnName="RevisionNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RevisionDate" msprop:Generator_ColumnVarNameInTable="columnRevisionDate" msprop:Generator_ColumnPropNameInRow="RevisionDate" msprop:Generator_ColumnPropNameInTable="RevisionDateColumn" msprop:Generator_UserColumnName="RevisionDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Notes" msprop:Generator_ColumnVarNameInTable="columnNotes" msprop:Generator_ColumnPropNameInRow="Notes" msprop:Generator_ColumnPropNameInTable="NotesColumn" msprop:Generator_UserColumnName="Notes" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="CheckCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCheckCount" msprop:Generator_ColumnPropNameInRow="CheckCount" msprop:Generator_ColumnPropNameInTable="CheckCountColumn" msprop:Generator_UserColumnName="CheckCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="VersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVersionCount" msprop:Generator_ColumnPropNameInRow="VersionCount" msprop:Generator_ColumnPropNameInTable="VersionCountColumn" msprop:Generator_UserColumnName="VersionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRevisionsByItemID" msprop:Generator_TableClassName="getRevisionsByItemIDDataTable" msprop:Generator_TableVarName="tablegetRevisionsByItemID" msprop:Generator_TablePropName="getRevisionsByItemID" msprop:Generator_RowDeletingName="getRevisionsByItemIDRowDeleting" msprop:Generator_RowChangingName="getRevisionsByItemIDRowChanging" msprop:Generator_RowEvHandlerName="getRevisionsByItemIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getRevisionsByItemIDRowDeleted" msprop:Generator_UserTableName="getRevisionsByItemID" msprop:Generator_RowChangedName="getRevisionsByItemIDRowChanged" msprop:Generator_RowEvArgName="getRevisionsByItemIDRowChangeEvent" msprop:Generator_RowClassName="getRevisionsByItemIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RevisionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RevisionNumber" msprop:Generator_ColumnVarNameInTable="columnRevisionNumber" msprop:Generator_ColumnPropNameInRow="RevisionNumber" msprop:Generator_ColumnPropNameInTable="RevisionNumberColumn" msprop:Generator_UserColumnName="RevisionNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RevisionDate" msprop:Generator_ColumnVarNameInTable="columnRevisionDate" msprop:Generator_ColumnPropNameInRow="RevisionDate" msprop:Generator_ColumnPropNameInTable="RevisionDateColumn" msprop:Generator_UserColumnName="RevisionDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Notes" msprop:Generator_ColumnVarNameInTable="columnNotes" msprop:Generator_ColumnPropNameInRow="Notes" msprop:Generator_ColumnPropNameInTable="NotesColumn" msprop:Generator_UserColumnName="Notes" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="CheckCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCheckCount" msprop:Generator_ColumnPropNameInRow="CheckCount" msprop:Generator_ColumnPropNameInTable="CheckCountColumn" msprop:Generator_UserColumnName="CheckCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="VersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVersionCount" msprop:Generator_ColumnPropNameInRow="VersionCount" msprop:Generator_ColumnPropNameInTable="VersionCountColumn" msprop:Generator_UserColumnName="VersionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRevisionsByItemIDandUnitID" msprop:Generator_TableClassName="getRevisionsByItemIDandUnitIDDataTable" msprop:Generator_TableVarName="tablegetRevisionsByItemIDandUnitID" msprop:Generator_TablePropName="getRevisionsByItemIDandUnitID" msprop:Generator_RowDeletingName="getRevisionsByItemIDandUnitIDRowDeleting" msprop:Generator_RowChangingName="getRevisionsByItemIDandUnitIDRowChanging" msprop:Generator_RowEvHandlerName="getRevisionsByItemIDandUnitIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getRevisionsByItemIDandUnitIDRowDeleted" msprop:Generator_UserTableName="getRevisionsByItemIDandUnitID" msprop:Generator_RowChangedName="getRevisionsByItemIDandUnitIDRowChanged" msprop:Generator_RowEvArgName="getRevisionsByItemIDandUnitIDRowChangeEvent" msprop:Generator_RowClassName="getRevisionsByItemIDandUnitIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RevisionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="RevisionNumber" msprop:Generator_ColumnVarNameInTable="columnRevisionNumber" msprop:Generator_ColumnPropNameInRow="RevisionNumber" msprop:Generator_ColumnPropNameInTable="RevisionNumberColumn" msprop:Generator_UserColumnName="RevisionNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RevisionDate" msprop:Generator_ColumnVarNameInTable="columnRevisionDate" msprop:Generator_ColumnPropNameInRow="RevisionDate" msprop:Generator_ColumnPropNameInTable="RevisionDateColumn" msprop:Generator_UserColumnName="RevisionDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Notes" msprop:Generator_ColumnVarNameInTable="columnNotes" msprop:Generator_ColumnPropNameInRow="Notes" msprop:Generator_ColumnPropNameInTable="NotesColumn" msprop:Generator_UserColumnName="Notes" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="CheckCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCheckCount" msprop:Generator_ColumnPropNameInRow="CheckCount" msprop:Generator_ColumnPropNameInTable="CheckCountColumn" msprop:Generator_UserColumnName="CheckCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="VersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVersionCount" msprop:Generator_ColumnPropNameInRow="VersionCount" msprop:Generator_ColumnPropNameInTable="VersionCountColumn" msprop:Generator_UserColumnName="VersionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRODb" msprop:Generator_TableClassName="getRODbDataTable" msprop:Generator_TableVarName="tablegetRODb" msprop:Generator_TablePropName="getRODb" msprop:Generator_RowDeletingName="getRODbRowDeleting" msprop:Generator_RowChangingName="getRODbRowChanging" msprop:Generator_RowEvHandlerName="getRODbRowChangeEventHandler" msprop:Generator_RowDeletedName="getRODbRowDeleted" msprop:Generator_UserTableName="getRODb" msprop:Generator_RowChangedName="getRODbRowChanged" msprop:Generator_RowEvArgName="getRODbRowChangeEvent" msprop:Generator_RowClassName="getRODbRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RODbID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="ROName" msprop:Generator_ColumnVarNameInTable="columnROName" msprop:Generator_ColumnPropNameInRow="ROName" msprop:Generator_ColumnPropNameInTable="RONameColumn" msprop:Generator_UserColumnName="ROName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FolderPath" msprop:Generator_ColumnVarNameInTable="columnFolderPath" msprop:Generator_ColumnPropNameInRow="FolderPath" msprop:Generator_ColumnPropNameInTable="FolderPathColumn" msprop:Generator_UserColumnName="FolderPath">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DBConnectionString" msprop:Generator_ColumnVarNameInTable="columnDBConnectionString" msprop:Generator_ColumnPropNameInRow="DBConnectionString" msprop:Generator_ColumnPropNameInTable="DBConnectionStringColumn" msprop:Generator_UserColumnName="DBConnectionString">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DROUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDROUsageCount" msprop:Generator_ColumnPropNameInRow="DROUsageCount" msprop:Generator_ColumnPropNameInTable="DROUsageCountColumn" msprop:Generator_UserColumnName="DROUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ROFstCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnROFstCount" msprop:Generator_ColumnPropNameInRow="ROFstCount" msprop:Generator_ColumnPropNameInTable="ROFstCountColumn" msprop:Generator_UserColumnName="ROFstCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ROImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnROImageCount" msprop:Generator_ColumnPropNameInRow="ROImageCount" msprop:Generator_ColumnPropNameInTable="ROImageCountColumn" msprop:Generator_UserColumnName="ROImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRODbByFolderPath" msprop:Generator_TableClassName="getRODbByFolderPathDataTable" msprop:Generator_TableVarName="tablegetRODbByFolderPath" msprop:Generator_TablePropName="getRODbByFolderPath" msprop:Generator_RowDeletingName="getRODbByFolderPathRowDeleting" msprop:Generator_RowChangingName="getRODbByFolderPathRowChanging" msprop:Generator_RowEvHandlerName="getRODbByFolderPathRowChangeEventHandler" msprop:Generator_RowDeletedName="getRODbByFolderPathRowDeleted" msprop:Generator_UserTableName="getRODbByFolderPath" msprop:Generator_RowChangedName="getRODbByFolderPathRowChanged" msprop:Generator_RowEvArgName="getRODbByFolderPathRowChangeEvent" msprop:Generator_RowClassName="getRODbByFolderPathRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RODbID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="ROName" msprop:Generator_ColumnVarNameInTable="columnROName" msprop:Generator_ColumnPropNameInRow="ROName" msprop:Generator_ColumnPropNameInTable="RONameColumn" msprop:Generator_UserColumnName="ROName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FolderPath" msprop:Generator_ColumnVarNameInTable="columnFolderPath" msprop:Generator_ColumnPropNameInRow="FolderPath" msprop:Generator_ColumnPropNameInTable="FolderPathColumn" msprop:Generator_UserColumnName="FolderPath">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DBConnectionString" msprop:Generator_ColumnVarNameInTable="columnDBConnectionString" msprop:Generator_ColumnPropNameInRow="DBConnectionString" msprop:Generator_ColumnPropNameInTable="DBConnectionStringColumn" msprop:Generator_UserColumnName="DBConnectionString">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DROUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDROUsageCount" msprop:Generator_ColumnPropNameInRow="DROUsageCount" msprop:Generator_ColumnPropNameInTable="DROUsageCountColumn" msprop:Generator_UserColumnName="DROUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ROFstCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnROFstCount" msprop:Generator_ColumnPropNameInRow="ROFstCount" msprop:Generator_ColumnPropNameInTable="ROFstCountColumn" msprop:Generator_UserColumnName="ROFstCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ROImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnROImageCount" msprop:Generator_ColumnPropNameInRow="ROImageCount" msprop:Generator_ColumnPropNameInTable="ROImageCountColumn" msprop:Generator_UserColumnName="ROImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRODbs" msprop:Generator_TableClassName="getRODbsDataTable" msprop:Generator_TableVarName="tablegetRODbs" msprop:Generator_TablePropName="getRODbs" msprop:Generator_RowDeletingName="getRODbsRowDeleting" msprop:Generator_RowChangingName="getRODbsRowChanging" msprop:Generator_RowEvHandlerName="getRODbsRowChangeEventHandler" msprop:Generator_RowDeletedName="getRODbsRowDeleted" msprop:Generator_UserTableName="getRODbs" msprop:Generator_RowChangedName="getRODbsRowChanged" msprop:Generator_RowEvArgName="getRODbsRowChangeEvent" msprop:Generator_RowClassName="getRODbsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RODbID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="ROName" msprop:Generator_ColumnVarNameInTable="columnROName" msprop:Generator_ColumnPropNameInRow="ROName" msprop:Generator_ColumnPropNameInTable="RONameColumn" msprop:Generator_UserColumnName="ROName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FolderPath" msprop:Generator_ColumnVarNameInTable="columnFolderPath" msprop:Generator_ColumnPropNameInRow="FolderPath" msprop:Generator_ColumnPropNameInTable="FolderPathColumn" msprop:Generator_UserColumnName="FolderPath">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DBConnectionString" msprop:Generator_ColumnVarNameInTable="columnDBConnectionString" msprop:Generator_ColumnPropNameInRow="DBConnectionString" msprop:Generator_ColumnPropNameInTable="DBConnectionStringColumn" msprop:Generator_UserColumnName="DBConnectionString">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DROUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDROUsageCount" msprop:Generator_ColumnPropNameInRow="DROUsageCount" msprop:Generator_ColumnPropNameInTable="DROUsageCountColumn" msprop:Generator_UserColumnName="DROUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ROFstCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnROFstCount" msprop:Generator_ColumnPropNameInRow="ROFstCount" msprop:Generator_ColumnPropNameInTable="ROFstCountColumn" msprop:Generator_UserColumnName="ROFstCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ROImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnROImageCount" msprop:Generator_ColumnPropNameInRow="ROImageCount" msprop:Generator_ColumnPropNameInTable="ROImageCountColumn" msprop:Generator_UserColumnName="ROImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getROFst" msprop:Generator_TableClassName="getROFstDataTable" msprop:Generator_TableVarName="tablegetROFst" msprop:Generator_TablePropName="getROFst" msprop:Generator_RowDeletingName="getROFstRowDeleting" msprop:Generator_RowChangingName="getROFstRowChanging" msprop:Generator_RowEvHandlerName="getROFstRowChangeEventHandler" msprop:Generator_RowDeletedName="getROFstRowDeleted" msprop:Generator_UserTableName="getROFst" msprop:Generator_RowChangedName="getROFstRowChanged" msprop:Generator_RowEvArgName="getROFstRowChangeEvent" msprop:Generator_RowClassName="getROFstRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROFstID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="ROLookup" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnROLookup" msprop:Generator_ColumnPropNameInRow="ROLookup" msprop:Generator_ColumnPropNameInTable="ROLookupColumn" msprop:Generator_UserColumnName="ROLookup" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssociationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssociationCount" msprop:Generator_ColumnPropNameInRow="AssociationCount" msprop:Generator_ColumnPropNameInTable="AssociationCountColumn" msprop:Generator_UserColumnName="AssociationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FigureCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFigureCount" msprop:Generator_ColumnPropNameInRow="FigureCount" msprop:Generator_ColumnPropNameInTable="FigureCountColumn" msprop:Generator_UserColumnName="FigureCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getROFstByRODbID_DTS" msprop:Generator_TableClassName="getROFstByRODbID_DTSDataTable" msprop:Generator_TableVarName="tablegetROFstByRODbID_DTS" msprop:Generator_TablePropName="getROFstByRODbID_DTS" msprop:Generator_RowDeletingName="getROFstByRODbID_DTSRowDeleting" msprop:Generator_RowChangingName="getROFstByRODbID_DTSRowChanging" msprop:Generator_RowEvHandlerName="getROFstByRODbID_DTSRowChangeEventHandler" msprop:Generator_RowDeletedName="getROFstByRODbID_DTSRowDeleted" msprop:Generator_UserTableName="getROFstByRODbID_DTS" msprop:Generator_RowChangedName="getROFstByRODbID_DTSRowChanged" msprop:Generator_RowEvArgName="getROFstByRODbID_DTSRowChangeEvent" msprop:Generator_RowClassName="getROFstByRODbID_DTSRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROFstID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="ROLookup" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnROLookup" msprop:Generator_ColumnPropNameInRow="ROLookup" msprop:Generator_ColumnPropNameInTable="ROLookupColumn" msprop:Generator_UserColumnName="ROLookup" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssociationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssociationCount" msprop:Generator_ColumnPropNameInRow="AssociationCount" msprop:Generator_ColumnPropNameInTable="AssociationCountColumn" msprop:Generator_UserColumnName="AssociationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FigureCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFigureCount" msprop:Generator_ColumnPropNameInRow="FigureCount" msprop:Generator_ColumnPropNameInTable="FigureCountColumn" msprop:Generator_UserColumnName="FigureCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRoFstBySize" msprop:Generator_TableClassName="getRoFstBySizeDataTable" msprop:Generator_TableVarName="tablegetRoFstBySize" msprop:Generator_TablePropName="getRoFstBySize" msprop:Generator_RowDeletingName="getRoFstBySizeRowDeleting" msprop:Generator_RowChangingName="getRoFstBySizeRowChanging" msprop:Generator_RowEvHandlerName="getRoFstBySizeRowChangeEventHandler" msprop:Generator_RowDeletedName="getRoFstBySizeRowDeleted" msprop:Generator_UserTableName="getRoFstBySize" msprop:Generator_RowChangedName="getRoFstBySizeRowChanged" msprop:Generator_RowEvArgName="getRoFstBySizeRowChangeEvent" msprop:Generator_RowClassName="getRoFstBySizeRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROFstID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="ROLookup" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnROLookup" msprop:Generator_ColumnPropNameInRow="ROLookup" msprop:Generator_ColumnPropNameInTable="ROLookupColumn" msprop:Generator_UserColumnName="ROLookup" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssociationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssociationCount" msprop:Generator_ColumnPropNameInRow="AssociationCount" msprop:Generator_ColumnPropNameInTable="AssociationCountColumn" msprop:Generator_UserColumnName="AssociationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FigureCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFigureCount" msprop:Generator_ColumnPropNameInRow="FigureCount" msprop:Generator_ColumnPropNameInTable="FigureCountColumn" msprop:Generator_UserColumnName="FigureCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getROFsts" msprop:Generator_TableClassName="getROFstsDataTable" msprop:Generator_TableVarName="tablegetROFsts" msprop:Generator_TablePropName="getROFsts" msprop:Generator_RowDeletingName="getROFstsRowDeleting" msprop:Generator_RowChangingName="getROFstsRowChanging" msprop:Generator_RowEvHandlerName="getROFstsRowChangeEventHandler" msprop:Generator_RowDeletedName="getROFstsRowDeleted" msprop:Generator_UserTableName="getROFsts" msprop:Generator_RowChangedName="getROFstsRowChanged" msprop:Generator_RowEvArgName="getROFstsRowChangeEvent" msprop:Generator_RowClassName="getROFstsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROFstID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="ROLookup" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnROLookup" msprop:Generator_ColumnPropNameInRow="ROLookup" msprop:Generator_ColumnPropNameInTable="ROLookupColumn" msprop:Generator_UserColumnName="ROLookup" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssociationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssociationCount" msprop:Generator_ColumnPropNameInRow="AssociationCount" msprop:Generator_ColumnPropNameInTable="AssociationCountColumn" msprop:Generator_UserColumnName="AssociationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FigureCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFigureCount" msprop:Generator_ColumnPropNameInRow="FigureCount" msprop:Generator_ColumnPropNameInTable="FigureCountColumn" msprop:Generator_UserColumnName="FigureCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getROFstsByRODbID" msprop:Generator_TableClassName="getROFstsByRODbIDDataTable" msprop:Generator_TableVarName="tablegetROFstsByRODbID" msprop:Generator_TablePropName="getROFstsByRODbID" msprop:Generator_RowDeletingName="getROFstsByRODbIDRowDeleting" msprop:Generator_RowChangingName="getROFstsByRODbIDRowChanging" msprop:Generator_RowEvHandlerName="getROFstsByRODbIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getROFstsByRODbIDRowDeleted" msprop:Generator_UserTableName="getROFstsByRODbID" msprop:Generator_RowChangedName="getROFstsByRODbIDRowChanged" msprop:Generator_RowEvArgName="getROFstsByRODbIDRowChangeEvent" msprop:Generator_RowClassName="getROFstsByRODbIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROFstID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="ROLookup" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnROLookup" msprop:Generator_ColumnPropNameInRow="ROLookup" msprop:Generator_ColumnPropNameInTable="ROLookupColumn" msprop:Generator_UserColumnName="ROLookup" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssociationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssociationCount" msprop:Generator_ColumnPropNameInRow="AssociationCount" msprop:Generator_ColumnPropNameInTable="AssociationCountColumn" msprop:Generator_UserColumnName="AssociationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FigureCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFigureCount" msprop:Generator_ColumnPropNameInRow="FigureCount" msprop:Generator_ColumnPropNameInTable="FigureCountColumn" msprop:Generator_UserColumnName="FigureCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getROImage" msprop:Generator_TableClassName="getROImageDataTable" msprop:Generator_TableVarName="tablegetROImage" msprop:Generator_TablePropName="getROImage" msprop:Generator_RowDeletingName="getROImageRowDeleting" msprop:Generator_RowChangingName="getROImageRowChanging" msprop:Generator_RowEvHandlerName="getROImageRowChangeEventHandler" msprop:Generator_RowDeletedName="getROImageRowDeleted" msprop:Generator_UserTableName="getROImage" msprop:Generator_RowChangedName="getROImageRowChanged" msprop:Generator_RowEvArgName="getROImageRowChangeEvent" msprop:Generator_RowClassName="getROImageRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ImageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnImageID" msprop:Generator_ColumnPropNameInRow="ImageID" msprop:Generator_ColumnPropNameInTable="ImageIDColumn" msprop:Generator_UserColumnName="ImageID" type="xs:int" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="FileName" msprop:Generator_ColumnVarNameInTable="columnFileName" msprop:Generator_ColumnPropNameInRow="FileName" msprop:Generator_ColumnPropNameInTable="FileNameColumn" msprop:Generator_UserColumnName="FileName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content" msprop:Generator_ColumnVarNameInTable="columnContent" msprop:Generator_ColumnPropNameInRow="Content" msprop:Generator_ColumnPropNameInTable="ContentColumn" msprop:Generator_UserColumnName="Content" type="xs:base64Binary" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="FigureCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFigureCount" msprop:Generator_ColumnPropNameInRow="FigureCount" msprop:Generator_ColumnPropNameInTable="FigureCountColumn" msprop:Generator_UserColumnName="FigureCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getROImageByRODbID_FileName_DTS" msprop:Generator_TableClassName="getROImageByRODbID_FileName_DTSDataTable" msprop:Generator_TableVarName="tablegetROImageByRODbID_FileName_DTS" msprop:Generator_TablePropName="getROImageByRODbID_FileName_DTS" msprop:Generator_RowDeletingName="getROImageByRODbID_FileName_DTSRowDeleting" msprop:Generator_RowChangingName="getROImageByRODbID_FileName_DTSRowChanging" msprop:Generator_RowEvHandlerName="getROImageByRODbID_FileName_DTSRowChangeEventHandler" msprop:Generator_RowDeletedName="getROImageByRODbID_FileName_DTSRowDeleted" msprop:Generator_UserTableName="getROImageByRODbID_FileName_DTS" msprop:Generator_RowChangedName="getROImageByRODbID_FileName_DTSRowChanged" msprop:Generator_RowEvArgName="getROImageByRODbID_FileName_DTSRowChangeEvent" msprop:Generator_RowClassName="getROImageByRODbID_FileName_DTSRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ImageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnImageID" msprop:Generator_ColumnPropNameInRow="ImageID" msprop:Generator_ColumnPropNameInTable="ImageIDColumn" msprop:Generator_UserColumnName="ImageID" type="xs:int" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="FileName" msprop:Generator_ColumnVarNameInTable="columnFileName" msprop:Generator_ColumnPropNameInRow="FileName" msprop:Generator_ColumnPropNameInTable="FileNameColumn" msprop:Generator_UserColumnName="FileName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content" msprop:Generator_ColumnVarNameInTable="columnContent" msprop:Generator_ColumnPropNameInRow="Content" msprop:Generator_ColumnPropNameInTable="ContentColumn" msprop:Generator_UserColumnName="Content" type="xs:base64Binary" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="FigureCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFigureCount" msprop:Generator_ColumnPropNameInRow="FigureCount" msprop:Generator_ColumnPropNameInTable="FigureCountColumn" msprop:Generator_UserColumnName="FigureCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getROImageByROFstID_FileName" msprop:Generator_TableClassName="getROImageByROFstID_FileNameDataTable" msprop:Generator_TableVarName="tablegetROImageByROFstID_FileName" msprop:Generator_TablePropName="getROImageByROFstID_FileName" msprop:Generator_RowDeletingName="getROImageByROFstID_FileNameRowDeleting" msprop:Generator_RowChangingName="getROImageByROFstID_FileNameRowChanging" msprop:Generator_RowEvHandlerName="getROImageByROFstID_FileNameRowChangeEventHandler" msprop:Generator_RowDeletedName="getROImageByROFstID_FileNameRowDeleted" msprop:Generator_UserTableName="getROImageByROFstID_FileName" msprop:Generator_RowChangedName="getROImageByROFstID_FileNameRowChanged" msprop:Generator_RowEvArgName="getROImageByROFstID_FileNameRowChangeEvent" msprop:Generator_RowClassName="getROImageByROFstID_FileNameRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ImageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnImageID" msprop:Generator_ColumnPropNameInRow="ImageID" msprop:Generator_ColumnPropNameInTable="ImageIDColumn" msprop:Generator_UserColumnName="ImageID" type="xs:int" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="FileName" msprop:Generator_ColumnVarNameInTable="columnFileName" msprop:Generator_ColumnPropNameInRow="FileName" msprop:Generator_ColumnPropNameInTable="FileNameColumn" msprop:Generator_UserColumnName="FileName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content" msprop:Generator_ColumnVarNameInTable="columnContent" msprop:Generator_ColumnPropNameInRow="Content" msprop:Generator_ColumnPropNameInTable="ContentColumn" msprop:Generator_UserColumnName="Content" type="xs:base64Binary" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="FigureCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFigureCount" msprop:Generator_ColumnPropNameInRow="FigureCount" msprop:Generator_ColumnPropNameInTable="FigureCountColumn" msprop:Generator_UserColumnName="FigureCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getROImages" msprop:Generator_TableClassName="getROImagesDataTable" msprop:Generator_TableVarName="tablegetROImages" msprop:Generator_TablePropName="getROImages" msprop:Generator_RowDeletingName="getROImagesRowDeleting" msprop:Generator_RowChangingName="getROImagesRowChanging" msprop:Generator_RowEvHandlerName="getROImagesRowChangeEventHandler" msprop:Generator_RowDeletedName="getROImagesRowDeleted" msprop:Generator_UserTableName="getROImages" msprop:Generator_RowChangedName="getROImagesRowChanged" msprop:Generator_RowEvArgName="getROImagesRowChangeEvent" msprop:Generator_RowClassName="getROImagesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ImageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnImageID" msprop:Generator_ColumnPropNameInRow="ImageID" msprop:Generator_ColumnPropNameInTable="ImageIDColumn" msprop:Generator_UserColumnName="ImageID" type="xs:int" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="FileName" msprop:Generator_ColumnVarNameInTable="columnFileName" msprop:Generator_ColumnPropNameInRow="FileName" msprop:Generator_ColumnPropNameInTable="FileNameColumn" msprop:Generator_UserColumnName="FileName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content" msprop:Generator_ColumnVarNameInTable="columnContent" msprop:Generator_ColumnPropNameInRow="Content" msprop:Generator_ColumnPropNameInTable="ContentColumn" msprop:Generator_UserColumnName="Content" type="xs:base64Binary" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="FigureCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFigureCount" msprop:Generator_ColumnPropNameInRow="FigureCount" msprop:Generator_ColumnPropNameInTable="FigureCountColumn" msprop:Generator_UserColumnName="FigureCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getROImagesByRODbID" msprop:Generator_TableClassName="getROImagesByRODbIDDataTable" msprop:Generator_TableVarName="tablegetROImagesByRODbID" msprop:Generator_TablePropName="getROImagesByRODbID" msprop:Generator_RowDeletingName="getROImagesByRODbIDRowDeleting" msprop:Generator_RowChangingName="getROImagesByRODbIDRowChanging" msprop:Generator_RowEvHandlerName="getROImagesByRODbIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getROImagesByRODbIDRowDeleted" msprop:Generator_UserTableName="getROImagesByRODbID" msprop:Generator_RowChangedName="getROImagesByRODbIDRowChanged" msprop:Generator_RowEvArgName="getROImagesByRODbIDRowChangeEvent" msprop:Generator_RowClassName="getROImagesByRODbIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ImageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnImageID" msprop:Generator_ColumnPropNameInRow="ImageID" msprop:Generator_ColumnPropNameInTable="ImageIDColumn" msprop:Generator_UserColumnName="ImageID" type="xs:int" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="FileName" msprop:Generator_ColumnVarNameInTable="columnFileName" msprop:Generator_ColumnPropNameInRow="FileName" msprop:Generator_ColumnPropNameInTable="FileNameColumn" msprop:Generator_UserColumnName="FileName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content" msprop:Generator_ColumnVarNameInTable="columnContent" msprop:Generator_ColumnPropNameInRow="Content" msprop:Generator_ColumnPropNameInTable="ContentColumn" msprop:Generator_UserColumnName="Content" type="xs:base64Binary" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="FigureCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFigureCount" msprop:Generator_ColumnPropNameInRow="FigureCount" msprop:Generator_ColumnPropNameInTable="FigureCountColumn" msprop:Generator_UserColumnName="FigureCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getROImagesByRODbID_FileName" msprop:Generator_TableClassName="getROImagesByRODbID_FileNameDataTable" msprop:Generator_TableVarName="tablegetROImagesByRODbID_FileName" msprop:Generator_TablePropName="getROImagesByRODbID_FileName" msprop:Generator_RowDeletingName="getROImagesByRODbID_FileNameRowDeleting" msprop:Generator_RowChangingName="getROImagesByRODbID_FileNameRowChanging" msprop:Generator_RowEvHandlerName="getROImagesByRODbID_FileNameRowChangeEventHandler" msprop:Generator_RowDeletedName="getROImagesByRODbID_FileNameRowDeleted" msprop:Generator_UserTableName="getROImagesByRODbID_FileName" msprop:Generator_RowChangedName="getROImagesByRODbID_FileNameRowChanged" msprop:Generator_RowEvArgName="getROImagesByRODbID_FileNameRowChangeEvent" msprop:Generator_RowClassName="getROImagesByRODbID_FileNameRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ImageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnImageID" msprop:Generator_ColumnPropNameInRow="ImageID" msprop:Generator_ColumnPropNameInTable="ImageIDColumn" msprop:Generator_UserColumnName="ImageID" type="xs:int" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="FileName" msprop:Generator_ColumnVarNameInTable="columnFileName" msprop:Generator_ColumnPropNameInRow="FileName" msprop:Generator_ColumnPropNameInTable="FileNameColumn" msprop:Generator_UserColumnName="FileName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content" msprop:Generator_ColumnVarNameInTable="columnContent" msprop:Generator_ColumnPropNameInRow="Content" msprop:Generator_ColumnPropNameInTable="ContentColumn" msprop:Generator_UserColumnName="Content" type="xs:base64Binary" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="FigureCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFigureCount" msprop:Generator_ColumnPropNameInRow="FigureCount" msprop:Generator_ColumnPropNameInTable="FigureCountColumn" msprop:Generator_UserColumnName="FigureCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getROImagesByRODbIDNoData" msprop:Generator_TableClassName="getROImagesByRODbIDNoDataDataTable" msprop:Generator_TableVarName="tablegetROImagesByRODbIDNoData" msprop:Generator_TablePropName="getROImagesByRODbIDNoData" msprop:Generator_RowDeletingName="getROImagesByRODbIDNoDataRowDeleting" msprop:Generator_RowChangingName="getROImagesByRODbIDNoDataRowChanging" msprop:Generator_RowEvHandlerName="getROImagesByRODbIDNoDataRowChangeEventHandler" msprop:Generator_RowDeletedName="getROImagesByRODbIDNoDataRowDeleted" msprop:Generator_UserTableName="getROImagesByRODbIDNoData" msprop:Generator_RowChangedName="getROImagesByRODbIDNoDataRowChanged" msprop:Generator_RowEvArgName="getROImagesByRODbIDNoDataRowChangeEvent" msprop:Generator_RowClassName="getROImagesByRODbIDNoDataRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ImageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnImageID" msprop:Generator_ColumnPropNameInRow="ImageID" msprop:Generator_ColumnPropNameInTable="ImageIDColumn" msprop:Generator_UserColumnName="ImageID" type="xs:int" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="FileName" msprop:Generator_ColumnVarNameInTable="columnFileName" msprop:Generator_ColumnPropNameInRow="FileName" msprop:Generator_ColumnPropNameInTable="FileNameColumn" msprop:Generator_UserColumnName="FileName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContent" msprop:Generator_ColumnPropNameInRow="Content" msprop:Generator_ColumnPropNameInTable="ContentColumn" msprop:Generator_UserColumnName="Content" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="FigureCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFigureCount" msprop:Generator_ColumnPropNameInRow="FigureCount" msprop:Generator_ColumnPropNameInTable="FigureCountColumn" msprop:Generator_UserColumnName="FigureCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRole" msprop:Generator_TableClassName="getRoleDataTable" msprop:Generator_TableVarName="tablegetRole" msprop:Generator_TablePropName="getRole" msprop:Generator_RowDeletingName="getRoleRowDeleting" msprop:Generator_RowChangingName="getRoleRowChanging" msprop:Generator_RowEvHandlerName="getRoleRowChangeEventHandler" msprop:Generator_RowDeletedName="getRoleRowDeleted" msprop:Generator_UserTableName="getRole" msprop:Generator_RowChangedName="getRoleRowChanged" msprop:Generator_RowEvArgName="getRoleRowChangeEvent" msprop:Generator_RowClassName="getRoleRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnRID" msprop:Generator_ColumnPropNameInRow="RID" msprop:Generator_ColumnPropNameInTable="RIDColumn" msprop:Generator_UserColumnName="RID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssignmentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssignmentCount" msprop:Generator_ColumnPropNameInRow="AssignmentCount" msprop:Generator_ColumnPropNameInTable="AssignmentCountColumn" msprop:Generator_UserColumnName="AssignmentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PermissionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPermissionCount" msprop:Generator_ColumnPropNameInRow="PermissionCount" msprop:Generator_ColumnPropNameInTable="PermissionCountColumn" msprop:Generator_UserColumnName="PermissionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRoleByName" msprop:Generator_TableClassName="getRoleByNameDataTable" msprop:Generator_TableVarName="tablegetRoleByName" msprop:Generator_TablePropName="getRoleByName" msprop:Generator_RowDeletingName="getRoleByNameRowDeleting" msprop:Generator_RowChangingName="getRoleByNameRowChanging" msprop:Generator_RowEvHandlerName="getRoleByNameRowChangeEventHandler" msprop:Generator_RowDeletedName="getRoleByNameRowDeleted" msprop:Generator_UserTableName="getRoleByName" msprop:Generator_RowChangedName="getRoleByNameRowChanged" msprop:Generator_RowEvArgName="getRoleByNameRowChangeEvent" msprop:Generator_RowClassName="getRoleByNameRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnRID" msprop:Generator_ColumnPropNameInRow="RID" msprop:Generator_ColumnPropNameInTable="RIDColumn" msprop:Generator_UserColumnName="RID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssignmentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssignmentCount" msprop:Generator_ColumnPropNameInRow="AssignmentCount" msprop:Generator_ColumnPropNameInTable="AssignmentCountColumn" msprop:Generator_UserColumnName="AssignmentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PermissionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPermissionCount" msprop:Generator_ColumnPropNameInRow="PermissionCount" msprop:Generator_ColumnPropNameInTable="PermissionCountColumn" msprop:Generator_UserColumnName="PermissionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRoles" msprop:Generator_TableClassName="getRolesDataTable" msprop:Generator_TableVarName="tablegetRoles" msprop:Generator_TablePropName="getRoles" msprop:Generator_RowDeletingName="getRolesRowDeleting" msprop:Generator_RowChangingName="getRolesRowChanging" msprop:Generator_RowEvHandlerName="getRolesRowChangeEventHandler" msprop:Generator_RowDeletedName="getRolesRowDeleted" msprop:Generator_UserTableName="getRoles" msprop:Generator_RowChangedName="getRolesRowChanged" msprop:Generator_RowEvArgName="getRolesRowChangeEvent" msprop:Generator_RowClassName="getRolesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnRID" msprop:Generator_ColumnPropNameInRow="RID" msprop:Generator_ColumnPropNameInTable="RIDColumn" msprop:Generator_UserColumnName="RID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssignmentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssignmentCount" msprop:Generator_ColumnPropNameInRow="AssignmentCount" msprop:Generator_ColumnPropNameInTable="AssignmentCountColumn" msprop:Generator_UserColumnName="AssignmentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PermissionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPermissionCount" msprop:Generator_ColumnPropNameInRow="PermissionCount" msprop:Generator_ColumnPropNameInTable="PermissionCountColumn" msprop:Generator_UserColumnName="PermissionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRoUsage" msprop:Generator_TableClassName="getRoUsageDataTable" msprop:Generator_TableVarName="tablegetRoUsage" msprop:Generator_TablePropName="getRoUsage" msprop:Generator_RowDeletingName="getRoUsageRowDeleting" msprop:Generator_RowChangingName="getRoUsageRowChanging" msprop:Generator_RowEvHandlerName="getRoUsageRowChangeEventHandler" msprop:Generator_RowDeletedName="getRoUsageRowDeleted" msprop:Generator_UserTableName="getRoUsage" msprop:Generator_RowChangedName="getRoUsageRowChanged" msprop:Generator_RowEvArgName="getRoUsageRowChangeEvent" msprop:Generator_RowClassName="getRoUsageRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROUsageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnROUsageID" msprop:Generator_ColumnPropNameInRow="ROUsageID" msprop:Generator_ColumnPropNameInTable="ROUsageIDColumn" msprop:Generator_UserColumnName="ROUsageID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRoUsages" msprop:Generator_TableClassName="getRoUsagesDataTable" msprop:Generator_TableVarName="tablegetRoUsages" msprop:Generator_TablePropName="getRoUsages" msprop:Generator_RowDeletingName="getRoUsagesRowDeleting" msprop:Generator_RowChangingName="getRoUsagesRowChanging" msprop:Generator_RowEvHandlerName="getRoUsagesRowChangeEventHandler" msprop:Generator_RowDeletedName="getRoUsagesRowDeleted" msprop:Generator_UserTableName="getRoUsages" msprop:Generator_RowChangedName="getRoUsagesRowChanged" msprop:Generator_RowEvArgName="getRoUsagesRowChangeEvent" msprop:Generator_RowClassName="getRoUsagesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROUsageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnROUsageID" msprop:Generator_ColumnPropNameInRow="ROUsageID" msprop:Generator_ColumnPropNameInTable="ROUsageIDColumn" msprop:Generator_UserColumnName="ROUsageID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRoUsagesByContentID" msprop:Generator_TableClassName="getRoUsagesByContentIDDataTable" msprop:Generator_TableVarName="tablegetRoUsagesByContentID" msprop:Generator_TablePropName="getRoUsagesByContentID" msprop:Generator_RowDeletingName="getRoUsagesByContentIDRowDeleting" msprop:Generator_RowChangingName="getRoUsagesByContentIDRowChanging" msprop:Generator_RowEvHandlerName="getRoUsagesByContentIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getRoUsagesByContentIDRowDeleted" msprop:Generator_UserTableName="getRoUsagesByContentID" msprop:Generator_RowChangedName="getRoUsagesByContentIDRowChanged" msprop:Generator_RowEvArgName="getRoUsagesByContentIDRowChangeEvent" msprop:Generator_RowClassName="getRoUsagesByContentIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROUsageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnROUsageID" msprop:Generator_ColumnPropNameInRow="ROUsageID" msprop:Generator_ColumnPropNameInTable="ROUsageIDColumn" msprop:Generator_UserColumnName="ROUsageID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="RODb_ROName" msprop:Generator_ColumnVarNameInTable="columnRODb_ROName" msprop:Generator_ColumnPropNameInRow="RODb_ROName" msprop:Generator_ColumnPropNameInTable="RODb_RONameColumn" msprop:Generator_UserColumnName="RODb_ROName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RODb_FolderPath" msprop:Generator_ColumnVarNameInTable="columnRODb_FolderPath" msprop:Generator_ColumnPropNameInRow="RODb_FolderPath" msprop:Generator_ColumnPropNameInTable="RODb_FolderPathColumn" msprop:Generator_UserColumnName="RODb_FolderPath">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RODb_DBConnectionString" msprop:Generator_ColumnVarNameInTable="columnRODb_DBConnectionString" msprop:Generator_ColumnPropNameInRow="RODb_DBConnectionString" msprop:Generator_ColumnPropNameInTable="RODb_DBConnectionStringColumn" msprop:Generator_UserColumnName="RODb_DBConnectionString">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RODb_Config" msprop:Generator_ColumnVarNameInTable="columnRODb_Config" msprop:Generator_ColumnPropNameInRow="RODb_Config" msprop:Generator_ColumnPropNameInTable="RODb_ConfigColumn" msprop:Generator_UserColumnName="RODb_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RODb_DTS" msprop:Generator_ColumnVarNameInTable="columnRODb_DTS" msprop:Generator_ColumnPropNameInRow="RODb_DTS" msprop:Generator_ColumnPropNameInTable="RODb_DTSColumn" msprop:Generator_UserColumnName="RODb_DTS" type="xs:dateTime" />
|
|
<xs:element name="RODb_UserID" msprop:Generator_ColumnVarNameInTable="columnRODb_UserID" msprop:Generator_ColumnPropNameInRow="RODb_UserID" msprop:Generator_ColumnPropNameInTable="RODb_UserIDColumn" msprop:Generator_UserColumnName="RODb_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRoUsagesByRODbID" msprop:Generator_TableClassName="getRoUsagesByRODbIDDataTable" msprop:Generator_TableVarName="tablegetRoUsagesByRODbID" msprop:Generator_TablePropName="getRoUsagesByRODbID" msprop:Generator_RowDeletingName="getRoUsagesByRODbIDRowDeleting" msprop:Generator_RowChangingName="getRoUsagesByRODbIDRowChanging" msprop:Generator_RowEvHandlerName="getRoUsagesByRODbIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getRoUsagesByRODbIDRowDeleted" msprop:Generator_UserTableName="getRoUsagesByRODbID" msprop:Generator_RowChangedName="getRoUsagesByRODbIDRowChanged" msprop:Generator_RowEvArgName="getRoUsagesByRODbIDRowChangeEvent" msprop:Generator_RowClassName="getRoUsagesByRODbIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROUsageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnROUsageID" msprop:Generator_ColumnPropNameInRow="ROUsageID" msprop:Generator_ColumnPropNameInTable="ROUsageIDColumn" msprop:Generator_UserColumnName="ROUsageID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="Content_Number" msprop:Generator_ColumnVarNameInTable="columnContent_Number" msprop:Generator_ColumnPropNameInRow="Content_Number" msprop:Generator_ColumnPropNameInTable="Content_NumberColumn" msprop:Generator_UserColumnName="Content_Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_Text" msprop:Generator_ColumnVarNameInTable="columnContent_Text" msprop:Generator_ColumnPropNameInRow="Content_Text" msprop:Generator_ColumnPropNameInTable="Content_TextColumn" msprop:Generator_UserColumnName="Content_Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_Type" msprop:Generator_ColumnVarNameInTable="columnContent_Type" msprop:Generator_ColumnPropNameInRow="Content_Type" msprop:Generator_ColumnPropNameInTable="Content_TypeColumn" msprop:Generator_UserColumnName="Content_Type" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Content_FormatID" msprop:Generator_ColumnVarNameInTable="columnContent_FormatID" msprop:Generator_ColumnPropNameInRow="Content_FormatID" msprop:Generator_ColumnPropNameInTable="Content_FormatIDColumn" msprop:Generator_UserColumnName="Content_FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Content_Config" msprop:Generator_ColumnVarNameInTable="columnContent_Config" msprop:Generator_ColumnPropNameInRow="Content_Config" msprop:Generator_ColumnPropNameInTable="Content_ConfigColumn" msprop:Generator_UserColumnName="Content_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_DTS" msprop:Generator_ColumnVarNameInTable="columnContent_DTS" msprop:Generator_ColumnPropNameInRow="Content_DTS" msprop:Generator_ColumnPropNameInTable="Content_DTSColumn" msprop:Generator_UserColumnName="Content_DTS" type="xs:dateTime" />
|
|
<xs:element name="Content_UserID" msprop:Generator_ColumnVarNameInTable="columnContent_UserID" msprop:Generator_ColumnPropNameInRow="Content_UserID" msprop:Generator_ColumnPropNameInTable="Content_UserIDColumn" msprop:Generator_UserColumnName="Content_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRoUsagesByROIDs" msprop:Generator_TableClassName="getRoUsagesByROIDsDataTable" msprop:Generator_TableVarName="tablegetRoUsagesByROIDs" msprop:Generator_TablePropName="getRoUsagesByROIDs" msprop:Generator_RowDeletingName="getRoUsagesByROIDsRowDeleting" msprop:Generator_RowChangingName="getRoUsagesByROIDsRowChanging" msprop:Generator_RowEvHandlerName="getRoUsagesByROIDsRowChangeEventHandler" msprop:Generator_RowDeletedName="getRoUsagesByROIDsRowDeleted" msprop:Generator_UserTableName="getRoUsagesByROIDs" msprop:Generator_RowChangedName="getRoUsagesByROIDsRowChanged" msprop:Generator_RowEvArgName="getRoUsagesByROIDsRowChangeEvent" msprop:Generator_RowClassName="getRoUsagesByROIDsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROUsageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnROUsageID" msprop:Generator_ColumnPropNameInRow="ROUsageID" msprop:Generator_ColumnPropNameInTable="ROUsageIDColumn" msprop:Generator_UserColumnName="ROUsageID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="Content_Number" msprop:Generator_ColumnVarNameInTable="columnContent_Number" msprop:Generator_ColumnPropNameInRow="Content_Number" msprop:Generator_ColumnPropNameInTable="Content_NumberColumn" msprop:Generator_UserColumnName="Content_Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_Text" msprop:Generator_ColumnVarNameInTable="columnContent_Text" msprop:Generator_ColumnPropNameInRow="Content_Text" msprop:Generator_ColumnPropNameInTable="Content_TextColumn" msprop:Generator_UserColumnName="Content_Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_Type" msprop:Generator_ColumnVarNameInTable="columnContent_Type" msprop:Generator_ColumnPropNameInRow="Content_Type" msprop:Generator_ColumnPropNameInTable="Content_TypeColumn" msprop:Generator_UserColumnName="Content_Type" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Content_FormatID" msprop:Generator_ColumnVarNameInTable="columnContent_FormatID" msprop:Generator_ColumnPropNameInRow="Content_FormatID" msprop:Generator_ColumnPropNameInTable="Content_FormatIDColumn" msprop:Generator_UserColumnName="Content_FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Content_Config" msprop:Generator_ColumnVarNameInTable="columnContent_Config" msprop:Generator_ColumnPropNameInRow="Content_Config" msprop:Generator_ColumnPropNameInTable="Content_ConfigColumn" msprop:Generator_UserColumnName="Content_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_DTS" msprop:Generator_ColumnVarNameInTable="columnContent_DTS" msprop:Generator_ColumnPropNameInRow="Content_DTS" msprop:Generator_ColumnPropNameInTable="Content_DTSColumn" msprop:Generator_UserColumnName="Content_DTS" type="xs:dateTime" />
|
|
<xs:element name="Content_UserID" msprop:Generator_ColumnVarNameInTable="columnContent_UserID" msprop:Generator_ColumnPropNameInRow="Content_UserID" msprop:Generator_ColumnPropNameInTable="Content_UserIDColumn" msprop:Generator_UserColumnName="Content_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRoUsagesByROIDsAndVersions" msprop:Generator_TableClassName="getRoUsagesByROIDsAndVersionsDataTable" msprop:Generator_TableVarName="tablegetRoUsagesByROIDsAndVersions" msprop:Generator_TablePropName="getRoUsagesByROIDsAndVersions" msprop:Generator_RowDeletingName="getRoUsagesByROIDsAndVersionsRowDeleting" msprop:Generator_RowChangingName="getRoUsagesByROIDsAndVersionsRowChanging" msprop:Generator_RowEvHandlerName="getRoUsagesByROIDsAndVersionsRowChangeEventHandler" msprop:Generator_RowDeletedName="getRoUsagesByROIDsAndVersionsRowDeleted" msprop:Generator_UserTableName="getRoUsagesByROIDsAndVersions" msprop:Generator_RowChangedName="getRoUsagesByROIDsAndVersionsRowChanged" msprop:Generator_RowEvArgName="getRoUsagesByROIDsAndVersionsRowChangeEvent" msprop:Generator_RowClassName="getRoUsagesByROIDsAndVersionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROUsageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnROUsageID" msprop:Generator_ColumnPropNameInRow="ROUsageID" msprop:Generator_ColumnPropNameInTable="ROUsageIDColumn" msprop:Generator_UserColumnName="ROUsageID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="Content_Number" msprop:Generator_ColumnVarNameInTable="columnContent_Number" msprop:Generator_ColumnPropNameInRow="Content_Number" msprop:Generator_ColumnPropNameInTable="Content_NumberColumn" msprop:Generator_UserColumnName="Content_Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_Text" msprop:Generator_ColumnVarNameInTable="columnContent_Text" msprop:Generator_ColumnPropNameInRow="Content_Text" msprop:Generator_ColumnPropNameInTable="Content_TextColumn" msprop:Generator_UserColumnName="Content_Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_Type" msprop:Generator_ColumnVarNameInTable="columnContent_Type" msprop:Generator_ColumnPropNameInRow="Content_Type" msprop:Generator_ColumnPropNameInTable="Content_TypeColumn" msprop:Generator_UserColumnName="Content_Type" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Content_FormatID" msprop:Generator_ColumnVarNameInTable="columnContent_FormatID" msprop:Generator_ColumnPropNameInRow="Content_FormatID" msprop:Generator_ColumnPropNameInTable="Content_FormatIDColumn" msprop:Generator_UserColumnName="Content_FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Content_Config" msprop:Generator_ColumnVarNameInTable="columnContent_Config" msprop:Generator_ColumnPropNameInRow="Content_Config" msprop:Generator_ColumnPropNameInTable="Content_ConfigColumn" msprop:Generator_UserColumnName="Content_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_DTS" msprop:Generator_ColumnVarNameInTable="columnContent_DTS" msprop:Generator_ColumnPropNameInRow="Content_DTS" msprop:Generator_ColumnPropNameInTable="Content_DTSColumn" msprop:Generator_UserColumnName="Content_DTS" type="xs:dateTime" />
|
|
<xs:element name="Content_UserID" msprop:Generator_ColumnVarNameInTable="columnContent_UserID" msprop:Generator_ColumnPropNameInRow="Content_UserID" msprop:Generator_ColumnPropNameInTable="Content_UserIDColumn" msprop:Generator_UserColumnName="Content_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRoUsagesForDocVersion" msprop:Generator_TableClassName="getRoUsagesForDocVersionDataTable" msprop:Generator_TableVarName="tablegetRoUsagesForDocVersion" msprop:Generator_TablePropName="getRoUsagesForDocVersion" msprop:Generator_RowDeletingName="getRoUsagesForDocVersionRowDeleting" msprop:Generator_RowChangingName="getRoUsagesForDocVersionRowChanging" msprop:Generator_RowEvHandlerName="getRoUsagesForDocVersionRowChangeEventHandler" msprop:Generator_RowDeletedName="getRoUsagesForDocVersionRowDeleted" msprop:Generator_UserTableName="getRoUsagesForDocVersion" msprop:Generator_RowChangedName="getRoUsagesForDocVersionRowChanged" msprop:Generator_RowEvArgName="getRoUsagesForDocVersionRowChangeEvent" msprop:Generator_RowClassName="getRoUsagesForDocVersionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROUsageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnROUsageID" msprop:Generator_ColumnPropNameInRow="ROUsageID" msprop:Generator_ColumnPropNameInTable="ROUsageIDColumn" msprop:Generator_UserColumnName="ROUsageID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getRoUsagesForProc" msprop:Generator_TableClassName="getRoUsagesForProcDataTable" msprop:Generator_TableVarName="tablegetRoUsagesForProc" msprop:Generator_TablePropName="getRoUsagesForProc" msprop:Generator_RowDeletingName="getRoUsagesForProcRowDeleting" msprop:Generator_RowChangingName="getRoUsagesForProcRowChanging" msprop:Generator_RowEvHandlerName="getRoUsagesForProcRowChangeEventHandler" msprop:Generator_RowDeletedName="getRoUsagesForProcRowDeleted" msprop:Generator_UserTableName="getRoUsagesForProc" msprop:Generator_RowChangedName="getRoUsagesForProcRowChanged" msprop:Generator_RowEvArgName="getRoUsagesForProcRowChangeEvent" msprop:Generator_RowClassName="getRoUsagesForProcRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROUsageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnROUsageID" msprop:Generator_ColumnPropNameInRow="ROUsageID" msprop:Generator_ColumnPropNameInTable="ROUsageIDColumn" msprop:Generator_UserColumnName="ROUsageID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getSession" msprop:Generator_TableClassName="getSessionDataTable" msprop:Generator_TableVarName="tablegetSession" msprop:Generator_TablePropName="getSession" msprop:Generator_RowDeletingName="getSessionRowDeleting" msprop:Generator_RowChangingName="getSessionRowChanging" msprop:Generator_RowEvHandlerName="getSessionRowChangeEventHandler" msprop:Generator_RowDeletedName="getSessionRowDeleted" msprop:Generator_UserTableName="getSession" msprop:Generator_RowChangedName="getSessionRowChanged" msprop:Generator_RowEvArgName="getSessionRowChangeEvent" msprop:Generator_RowClassName="getSessionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="SessionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnSessionID" msprop:Generator_ColumnPropNameInRow="SessionID" msprop:Generator_ColumnPropNameInTable="SessionIDColumn" msprop:Generator_UserColumnName="SessionID" type="xs:int" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTSDtart" msprop:Generator_ColumnVarNameInTable="columnDTSDtart" msprop:Generator_ColumnPropNameInRow="DTSDtart" msprop:Generator_ColumnPropNameInTable="DTSDtartColumn" msprop:Generator_UserColumnName="DTSDtart" type="xs:dateTime" />
|
|
<xs:element name="DTSEnd" msprop:Generator_ColumnVarNameInTable="columnDTSEnd" msprop:Generator_ColumnPropNameInRow="DTSEnd" msprop:Generator_ColumnPropNameInTable="DTSEndColumn" msprop:Generator_UserColumnName="DTSEnd" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="DTSActivity" msprop:Generator_ColumnVarNameInTable="columnDTSActivity" msprop:Generator_ColumnPropNameInRow="DTSActivity" msprop:Generator_ColumnPropNameInTable="DTSActivityColumn" msprop:Generator_UserColumnName="DTSActivity" type="xs:dateTime" />
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="MachineName" msprop:Generator_ColumnVarNameInTable="columnMachineName" msprop:Generator_ColumnPropNameInRow="MachineName" msprop:Generator_ColumnPropNameInTable="MachineNameColumn" msprop:Generator_UserColumnName="MachineName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ProcessID" msprop:Generator_ColumnVarNameInTable="columnProcessID" msprop:Generator_ColumnPropNameInRow="ProcessID" msprop:Generator_ColumnPropNameInTable="ProcessIDColumn" msprop:Generator_UserColumnName="ProcessID" type="xs:int" />
|
|
<xs:element name="LastContentChange" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastContentChange" msprop:Generator_ColumnPropNameInRow="LastContentChange" msprop:Generator_ColumnPropNameInTable="LastContentChangeColumn" msprop:Generator_UserColumnName="LastContentChange" type="xs:long" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getSessions" msprop:Generator_TableClassName="getSessionsDataTable" msprop:Generator_TableVarName="tablegetSessions" msprop:Generator_TablePropName="getSessions" msprop:Generator_RowDeletingName="getSessionsRowDeleting" msprop:Generator_RowChangingName="getSessionsRowChanging" msprop:Generator_RowEvHandlerName="getSessionsRowChangeEventHandler" msprop:Generator_RowDeletedName="getSessionsRowDeleted" msprop:Generator_UserTableName="getSessions" msprop:Generator_RowChangedName="getSessionsRowChanged" msprop:Generator_RowEvArgName="getSessionsRowChangeEvent" msprop:Generator_RowClassName="getSessionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="SessionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnSessionID" msprop:Generator_ColumnPropNameInRow="SessionID" msprop:Generator_ColumnPropNameInTable="SessionIDColumn" msprop:Generator_UserColumnName="SessionID" type="xs:int" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTSDtart" msprop:Generator_ColumnVarNameInTable="columnDTSDtart" msprop:Generator_ColumnPropNameInRow="DTSDtart" msprop:Generator_ColumnPropNameInTable="DTSDtartColumn" msprop:Generator_UserColumnName="DTSDtart" type="xs:dateTime" />
|
|
<xs:element name="DTSEnd" msprop:Generator_ColumnVarNameInTable="columnDTSEnd" msprop:Generator_ColumnPropNameInRow="DTSEnd" msprop:Generator_ColumnPropNameInTable="DTSEndColumn" msprop:Generator_UserColumnName="DTSEnd" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="DTSActivity" msprop:Generator_ColumnVarNameInTable="columnDTSActivity" msprop:Generator_ColumnPropNameInRow="DTSActivity" msprop:Generator_ColumnPropNameInTable="DTSActivityColumn" msprop:Generator_UserColumnName="DTSActivity" type="xs:dateTime" />
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="MachineName" msprop:Generator_ColumnVarNameInTable="columnMachineName" msprop:Generator_ColumnPropNameInRow="MachineName" msprop:Generator_ColumnPropNameInTable="MachineNameColumn" msprop:Generator_UserColumnName="MachineName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ProcessID" msprop:Generator_ColumnVarNameInTable="columnProcessID" msprop:Generator_ColumnPropNameInRow="ProcessID" msprop:Generator_ColumnPropNameInTable="ProcessIDColumn" msprop:Generator_UserColumnName="ProcessID" type="xs:int" />
|
|
<xs:element name="LastContentChange" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastContentChange" msprop:Generator_ColumnPropNameInRow="LastContentChange" msprop:Generator_ColumnPropNameInTable="LastContentChangeColumn" msprop:Generator_UserColumnName="LastContentChange" type="xs:long" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getStage" msprop:Generator_TableClassName="getStageDataTable" msprop:Generator_TableVarName="tablegetStage" msprop:Generator_TablePropName="getStage" msprop:Generator_RowDeletingName="getStageRowDeleting" msprop:Generator_RowChangingName="getStageRowChanging" msprop:Generator_RowEvHandlerName="getStageRowChangeEventHandler" msprop:Generator_RowDeletedName="getStageRowDeleted" msprop:Generator_UserTableName="getStage" msprop:Generator_RowChangedName="getStageRowChanged" msprop:Generator_RowEvArgName="getStageRowChangeEvent" msprop:Generator_RowClassName="getStageRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="StageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnStageID" msprop:Generator_ColumnPropNameInRow="StageID" msprop:Generator_ColumnPropNameInTable="StageIDColumn" msprop:Generator_UserColumnName="StageID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IsApproved" msprop:Generator_ColumnVarNameInTable="columnIsApproved" msprop:Generator_ColumnPropNameInRow="IsApproved" msprop:Generator_ColumnPropNameInTable="IsApprovedColumn" msprop:Generator_UserColumnName="IsApproved" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="CheckCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCheckCount" msprop:Generator_ColumnPropNameInRow="CheckCount" msprop:Generator_ColumnPropNameInTable="CheckCountColumn" msprop:Generator_UserColumnName="CheckCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="VersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVersionCount" msprop:Generator_ColumnPropNameInRow="VersionCount" msprop:Generator_ColumnPropNameInTable="VersionCountColumn" msprop:Generator_UserColumnName="VersionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getStages" msprop:Generator_TableClassName="getStagesDataTable" msprop:Generator_TableVarName="tablegetStages" msprop:Generator_TablePropName="getStages" msprop:Generator_RowDeletingName="getStagesRowDeleting" msprop:Generator_RowChangingName="getStagesRowChanging" msprop:Generator_RowEvHandlerName="getStagesRowChangeEventHandler" msprop:Generator_RowDeletedName="getStagesRowDeleted" msprop:Generator_UserTableName="getStages" msprop:Generator_RowChangedName="getStagesRowChanged" msprop:Generator_RowEvArgName="getStagesRowChangeEvent" msprop:Generator_RowClassName="getStagesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="StageID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnStageID" msprop:Generator_ColumnPropNameInRow="StageID" msprop:Generator_ColumnPropNameInTable="StageIDColumn" msprop:Generator_UserColumnName="StageID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IsApproved" msprop:Generator_ColumnVarNameInTable="columnIsApproved" msprop:Generator_ColumnPropNameInRow="IsApproved" msprop:Generator_ColumnPropNameInTable="IsApprovedColumn" msprop:Generator_UserColumnName="IsApproved" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="CheckCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCheckCount" msprop:Generator_ColumnPropNameInRow="CheckCount" msprop:Generator_ColumnPropNameInTable="CheckCountColumn" msprop:Generator_UserColumnName="CheckCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="VersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnVersionCount" msprop:Generator_ColumnPropNameInRow="VersionCount" msprop:Generator_ColumnPropNameInTable="VersionCountColumn" msprop:Generator_UserColumnName="VersionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getTopFolder" msprop:Generator_TableClassName="getTopFolderDataTable" msprop:Generator_TableVarName="tablegetTopFolder" msprop:Generator_TablePropName="getTopFolder" msprop:Generator_RowDeletingName="getTopFolderRowDeleting" msprop:Generator_RowChangingName="getTopFolderRowChanging" msprop:Generator_RowEvHandlerName="getTopFolderRowChangeEventHandler" msprop:Generator_RowDeletedName="getTopFolderRowDeleted" msprop:Generator_UserTableName="getTopFolder" msprop:Generator_RowChangedName="getTopFolderRowChanged" msprop:Generator_RowEvArgName="getTopFolderRowChangeEvent" msprop:Generator_RowClassName="getTopFolderRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FolderID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="DBID" msprop:Generator_ColumnVarNameInTable="columnDBID" msprop:Generator_ColumnPropNameInRow="DBID" msprop:Generator_ColumnPropNameInTable="DBIDColumn" msprop:Generator_UserColumnName="DBID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ShortName" msprop:Generator_ColumnVarNameInTable="columnShortName" msprop:Generator_ColumnPropNameInRow="ShortName" msprop:Generator_ColumnPropNameInTable="ShortNameColumn" msprop:Generator_UserColumnName="ShortName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ManualOrder" msprop:Generator_ColumnVarNameInTable="columnManualOrder" msprop:Generator_ColumnPropNameInRow="ManualOrder" msprop:Generator_ColumnPropNameInTable="ManualOrderColumn" msprop:Generator_UserColumnName="ManualOrder" type="xs:double" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssignmentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssignmentCount" msprop:Generator_ColumnPropNameInRow="AssignmentCount" msprop:Generator_ColumnPropNameInTable="AssignmentCountColumn" msprop:Generator_UserColumnName="AssignmentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChildCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChildCount" msprop:Generator_ColumnPropNameInRow="ChildCount" msprop:Generator_ColumnPropNameInTable="ChildCountColumn" msprop:Generator_UserColumnName="ChildCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getTransition" msprop:Generator_TableClassName="getTransitionDataTable" msprop:Generator_TableVarName="tablegetTransition" msprop:Generator_TablePropName="getTransition" msprop:Generator_RowDeletingName="getTransitionRowDeleting" msprop:Generator_RowChangingName="getTransitionRowChanging" msprop:Generator_RowEvHandlerName="getTransitionRowChangeEventHandler" msprop:Generator_RowDeletedName="getTransitionRowDeleted" msprop:Generator_UserTableName="getTransition" msprop:Generator_RowChangedName="getTransitionRowChanged" msprop:Generator_RowEvArgName="getTransitionRowChangeEvent" msprop:Generator_RowClassName="getTransitionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" />
|
|
<xs:element name="IsRange" msprop:Generator_ColumnVarNameInTable="columnIsRange" msprop:Generator_ColumnPropNameInRow="IsRange" msprop:Generator_ColumnPropNameInTable="IsRangeColumn" msprop:Generator_UserColumnName="IsRange" type="xs:int" />
|
|
<xs:element name="TranType" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ZTransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZTransitionCount" msprop:Generator_ColumnPropNameInRow="ZTransitionCount" msprop:Generator_ColumnPropNameInTable="ZTransitionCountColumn" msprop:Generator_UserColumnName="ZTransitionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getTransitions" msprop:Generator_TableClassName="getTransitionsDataTable" msprop:Generator_TableVarName="tablegetTransitions" msprop:Generator_TablePropName="getTransitions" msprop:Generator_RowDeletingName="getTransitionsRowDeleting" msprop:Generator_RowChangingName="getTransitionsRowChanging" msprop:Generator_RowEvHandlerName="getTransitionsRowChangeEventHandler" msprop:Generator_RowDeletedName="getTransitionsRowDeleted" msprop:Generator_UserTableName="getTransitions" msprop:Generator_RowChangedName="getTransitionsRowChanged" msprop:Generator_RowEvArgName="getTransitionsRowChangeEvent" msprop:Generator_RowClassName="getTransitionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" />
|
|
<xs:element name="IsRange" msprop:Generator_ColumnVarNameInTable="columnIsRange" msprop:Generator_ColumnPropNameInRow="IsRange" msprop:Generator_ColumnPropNameInTable="IsRangeColumn" msprop:Generator_UserColumnName="IsRange" type="xs:int" />
|
|
<xs:element name="TranType" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ZTransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZTransitionCount" msprop:Generator_ColumnPropNameInRow="ZTransitionCount" msprop:Generator_ColumnPropNameInTable="ZTransitionCountColumn" msprop:Generator_UserColumnName="ZTransitionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getTransitionsByFromID" msprop:Generator_TableClassName="getTransitionsByFromIDDataTable" msprop:Generator_TableVarName="tablegetTransitionsByFromID" msprop:Generator_TablePropName="getTransitionsByFromID" msprop:Generator_RowDeletingName="getTransitionsByFromIDRowDeleting" msprop:Generator_RowChangingName="getTransitionsByFromIDRowChanging" msprop:Generator_RowEvHandlerName="getTransitionsByFromIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getTransitionsByFromIDRowDeleted" msprop:Generator_UserTableName="getTransitionsByFromID" msprop:Generator_RowChangedName="getTransitionsByFromIDRowChanged" msprop:Generator_RowEvArgName="getTransitionsByFromIDRowChangeEvent" msprop:Generator_RowClassName="getTransitionsByFromIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" />
|
|
<xs:element name="IsRange" msprop:Generator_ColumnVarNameInTable="columnIsRange" msprop:Generator_ColumnPropNameInRow="IsRange" msprop:Generator_ColumnPropNameInTable="IsRangeColumn" msprop:Generator_UserColumnName="IsRange" type="xs:int" />
|
|
<xs:element name="TranType" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Item_RangeID_PreviousID" msprop:Generator_ColumnVarNameInTable="columnItem_RangeID_PreviousID" msprop:Generator_ColumnPropNameInRow="Item_RangeID_PreviousID" msprop:Generator_ColumnPropNameInTable="Item_RangeID_PreviousIDColumn" msprop:Generator_UserColumnName="Item_RangeID_PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Item_RangeID_ContentID" msprop:Generator_ColumnVarNameInTable="columnItem_RangeID_ContentID" msprop:Generator_ColumnPropNameInRow="Item_RangeID_ContentID" msprop:Generator_ColumnPropNameInTable="Item_RangeID_ContentIDColumn" msprop:Generator_UserColumnName="Item_RangeID_ContentID" type="xs:int" />
|
|
<xs:element name="Item_RangeID_DTS" msprop:Generator_ColumnVarNameInTable="columnItem_RangeID_DTS" msprop:Generator_ColumnPropNameInRow="Item_RangeID_DTS" msprop:Generator_ColumnPropNameInTable="Item_RangeID_DTSColumn" msprop:Generator_UserColumnName="Item_RangeID_DTS" type="xs:dateTime" />
|
|
<xs:element name="Item_RangeID_UserID" msprop:Generator_ColumnVarNameInTable="columnItem_RangeID_UserID" msprop:Generator_ColumnPropNameInRow="Item_RangeID_UserID" msprop:Generator_ColumnPropNameInTable="Item_RangeID_UserIDColumn" msprop:Generator_UserColumnName="Item_RangeID_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Item_ToID_PreviousID" msprop:Generator_ColumnVarNameInTable="columnItem_ToID_PreviousID" msprop:Generator_ColumnPropNameInRow="Item_ToID_PreviousID" msprop:Generator_ColumnPropNameInTable="Item_ToID_PreviousIDColumn" msprop:Generator_UserColumnName="Item_ToID_PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Item_ToID_ContentID" msprop:Generator_ColumnVarNameInTable="columnItem_ToID_ContentID" msprop:Generator_ColumnPropNameInRow="Item_ToID_ContentID" msprop:Generator_ColumnPropNameInTable="Item_ToID_ContentIDColumn" msprop:Generator_UserColumnName="Item_ToID_ContentID" type="xs:int" />
|
|
<xs:element name="Item_ToID_DTS" msprop:Generator_ColumnVarNameInTable="columnItem_ToID_DTS" msprop:Generator_ColumnPropNameInRow="Item_ToID_DTS" msprop:Generator_ColumnPropNameInTable="Item_ToID_DTSColumn" msprop:Generator_UserColumnName="Item_ToID_DTS" type="xs:dateTime" />
|
|
<xs:element name="Item_ToID_UserID" msprop:Generator_ColumnVarNameInTable="columnItem_ToID_UserID" msprop:Generator_ColumnPropNameInRow="Item_ToID_UserID" msprop:Generator_ColumnPropNameInTable="Item_ToID_UserIDColumn" msprop:Generator_UserColumnName="Item_ToID_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ZTransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZTransitionCount" msprop:Generator_ColumnPropNameInRow="ZTransitionCount" msprop:Generator_ColumnPropNameInTable="ZTransitionCountColumn" msprop:Generator_UserColumnName="ZTransitionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getTransitionsByRangeID" msprop:Generator_TableClassName="getTransitionsByRangeIDDataTable" msprop:Generator_TableVarName="tablegetTransitionsByRangeID" msprop:Generator_TablePropName="getTransitionsByRangeID" msprop:Generator_RowDeletingName="getTransitionsByRangeIDRowDeleting" msprop:Generator_RowChangingName="getTransitionsByRangeIDRowChanging" msprop:Generator_RowEvHandlerName="getTransitionsByRangeIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getTransitionsByRangeIDRowDeleted" msprop:Generator_UserTableName="getTransitionsByRangeID" msprop:Generator_RowChangedName="getTransitionsByRangeIDRowChanged" msprop:Generator_RowEvArgName="getTransitionsByRangeIDRowChangeEvent" msprop:Generator_RowClassName="getTransitionsByRangeIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" />
|
|
<xs:element name="IsRange" msprop:Generator_ColumnVarNameInTable="columnIsRange" msprop:Generator_ColumnPropNameInRow="IsRange" msprop:Generator_ColumnPropNameInTable="IsRangeColumn" msprop:Generator_UserColumnName="IsRange" type="xs:int" />
|
|
<xs:element name="TranType" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Content_Number" msprop:Generator_ColumnVarNameInTable="columnContent_Number" msprop:Generator_ColumnPropNameInRow="Content_Number" msprop:Generator_ColumnPropNameInTable="Content_NumberColumn" msprop:Generator_UserColumnName="Content_Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_Text" msprop:Generator_ColumnVarNameInTable="columnContent_Text" msprop:Generator_ColumnPropNameInRow="Content_Text" msprop:Generator_ColumnPropNameInTable="Content_TextColumn" msprop:Generator_UserColumnName="Content_Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_Type" msprop:Generator_ColumnVarNameInTable="columnContent_Type" msprop:Generator_ColumnPropNameInRow="Content_Type" msprop:Generator_ColumnPropNameInTable="Content_TypeColumn" msprop:Generator_UserColumnName="Content_Type" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Content_FormatID" msprop:Generator_ColumnVarNameInTable="columnContent_FormatID" msprop:Generator_ColumnPropNameInRow="Content_FormatID" msprop:Generator_ColumnPropNameInTable="Content_FormatIDColumn" msprop:Generator_UserColumnName="Content_FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Content_Config" msprop:Generator_ColumnVarNameInTable="columnContent_Config" msprop:Generator_ColumnPropNameInRow="Content_Config" msprop:Generator_ColumnPropNameInTable="Content_ConfigColumn" msprop:Generator_UserColumnName="Content_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_DTS" msprop:Generator_ColumnVarNameInTable="columnContent_DTS" msprop:Generator_ColumnPropNameInRow="Content_DTS" msprop:Generator_ColumnPropNameInTable="Content_DTSColumn" msprop:Generator_UserColumnName="Content_DTS" type="xs:dateTime" />
|
|
<xs:element name="Content_UserID" msprop:Generator_ColumnVarNameInTable="columnContent_UserID" msprop:Generator_ColumnPropNameInRow="Content_UserID" msprop:Generator_ColumnPropNameInTable="Content_UserIDColumn" msprop:Generator_UserColumnName="Content_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ZTransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZTransitionCount" msprop:Generator_ColumnPropNameInRow="ZTransitionCount" msprop:Generator_ColumnPropNameInTable="ZTransitionCountColumn" msprop:Generator_UserColumnName="ZTransitionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getTransitionsByToID" msprop:Generator_TableClassName="getTransitionsByToIDDataTable" msprop:Generator_TableVarName="tablegetTransitionsByToID" msprop:Generator_TablePropName="getTransitionsByToID" msprop:Generator_RowDeletingName="getTransitionsByToIDRowDeleting" msprop:Generator_RowChangingName="getTransitionsByToIDRowChanging" msprop:Generator_RowEvHandlerName="getTransitionsByToIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getTransitionsByToIDRowDeleted" msprop:Generator_UserTableName="getTransitionsByToID" msprop:Generator_RowChangedName="getTransitionsByToIDRowChanged" msprop:Generator_RowEvArgName="getTransitionsByToIDRowChangeEvent" msprop:Generator_RowClassName="getTransitionsByToIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" />
|
|
<xs:element name="IsRange" msprop:Generator_ColumnVarNameInTable="columnIsRange" msprop:Generator_ColumnPropNameInRow="IsRange" msprop:Generator_ColumnPropNameInTable="IsRangeColumn" msprop:Generator_UserColumnName="IsRange" type="xs:int" />
|
|
<xs:element name="TranType" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Content_Number" msprop:Generator_ColumnVarNameInTable="columnContent_Number" msprop:Generator_ColumnPropNameInRow="Content_Number" msprop:Generator_ColumnPropNameInTable="Content_NumberColumn" msprop:Generator_UserColumnName="Content_Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_Text" msprop:Generator_ColumnVarNameInTable="columnContent_Text" msprop:Generator_ColumnPropNameInRow="Content_Text" msprop:Generator_ColumnPropNameInTable="Content_TextColumn" msprop:Generator_UserColumnName="Content_Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_Type" msprop:Generator_ColumnVarNameInTable="columnContent_Type" msprop:Generator_ColumnPropNameInRow="Content_Type" msprop:Generator_ColumnPropNameInTable="Content_TypeColumn" msprop:Generator_UserColumnName="Content_Type" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Content_FormatID" msprop:Generator_ColumnVarNameInTable="columnContent_FormatID" msprop:Generator_ColumnPropNameInRow="Content_FormatID" msprop:Generator_ColumnPropNameInTable="Content_FormatIDColumn" msprop:Generator_UserColumnName="Content_FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Content_Config" msprop:Generator_ColumnVarNameInTable="columnContent_Config" msprop:Generator_ColumnPropNameInRow="Content_Config" msprop:Generator_ColumnPropNameInTable="Content_ConfigColumn" msprop:Generator_UserColumnName="Content_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Content_DTS" msprop:Generator_ColumnVarNameInTable="columnContent_DTS" msprop:Generator_ColumnPropNameInRow="Content_DTS" msprop:Generator_ColumnPropNameInTable="Content_DTSColumn" msprop:Generator_UserColumnName="Content_DTS" type="xs:dateTime" />
|
|
<xs:element name="Content_UserID" msprop:Generator_ColumnVarNameInTable="columnContent_UserID" msprop:Generator_ColumnPropNameInRow="Content_UserID" msprop:Generator_ColumnPropNameInTable="Content_UserIDColumn" msprop:Generator_UserColumnName="Content_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ZTransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZTransitionCount" msprop:Generator_ColumnPropNameInRow="ZTransitionCount" msprop:Generator_ColumnPropNameInTable="ZTransitionCountColumn" msprop:Generator_UserColumnName="ZTransitionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getTransitionsFromProc" msprop:Generator_TableClassName="getTransitionsFromProcDataTable" msprop:Generator_TableVarName="tablegetTransitionsFromProc" msprop:Generator_TablePropName="getTransitionsFromProc" msprop:Generator_RowDeletingName="getTransitionsFromProcRowDeleting" msprop:Generator_RowChangingName="getTransitionsFromProcRowChanging" msprop:Generator_RowEvHandlerName="getTransitionsFromProcRowChangeEventHandler" msprop:Generator_RowDeletedName="getTransitionsFromProcRowDeleted" msprop:Generator_UserTableName="getTransitionsFromProc" msprop:Generator_RowChangedName="getTransitionsFromProcRowChanged" msprop:Generator_RowEvArgName="getTransitionsFromProcRowChangeEvent" msprop:Generator_RowClassName="getTransitionsFromProcRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" />
|
|
<xs:element name="IsRange" msprop:Generator_ColumnVarNameInTable="columnIsRange" msprop:Generator_ColumnPropNameInRow="IsRange" msprop:Generator_ColumnPropNameInTable="IsRangeColumn" msprop:Generator_UserColumnName="IsRange" type="xs:int" />
|
|
<xs:element name="TranType" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ZTransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZTransitionCount" msprop:Generator_ColumnPropNameInRow="ZTransitionCount" msprop:Generator_ColumnPropNameInTable="ZTransitionCountColumn" msprop:Generator_UserColumnName="ZTransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentText" msprop:Generator_ColumnVarNameInTable="columnContentText" msprop:Generator_ColumnPropNameInRow="ContentText" msprop:Generator_ColumnPropNameInTable="ContentTextColumn" msprop:Generator_UserColumnName="ContentText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getTransitionsToDisconnected" msprop:Generator_TableClassName="getTransitionsToDisconnectedDataTable" msprop:Generator_TableVarName="tablegetTransitionsToDisconnected" msprop:Generator_TablePropName="getTransitionsToDisconnected" msprop:Generator_RowDeletingName="getTransitionsToDisconnectedRowDeleting" msprop:Generator_RowChangingName="getTransitionsToDisconnectedRowChanging" msprop:Generator_RowEvHandlerName="getTransitionsToDisconnectedRowChangeEventHandler" msprop:Generator_RowDeletedName="getTransitionsToDisconnectedRowDeleted" msprop:Generator_UserTableName="getTransitionsToDisconnected" msprop:Generator_RowChangedName="getTransitionsToDisconnectedRowChanged" msprop:Generator_RowEvArgName="getTransitionsToDisconnectedRowChangeEvent" msprop:Generator_RowClassName="getTransitionsToDisconnectedRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" />
|
|
<xs:element name="IsRange" msprop:Generator_ColumnVarNameInTable="columnIsRange" msprop:Generator_ColumnPropNameInRow="IsRange" msprop:Generator_ColumnPropNameInTable="IsRangeColumn" msprop:Generator_UserColumnName="IsRange" type="xs:int" />
|
|
<xs:element name="TranType" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ZTransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZTransitionCount" msprop:Generator_ColumnPropNameInRow="ZTransitionCount" msprop:Generator_ColumnPropNameInTable="ZTransitionCountColumn" msprop:Generator_UserColumnName="ZTransitionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getTransitionsToNonEditable" msprop:Generator_TableClassName="getTransitionsToNonEditableDataTable" msprop:Generator_TableVarName="tablegetTransitionsToNonEditable" msprop:Generator_TablePropName="getTransitionsToNonEditable" msprop:Generator_RowDeletingName="getTransitionsToNonEditableRowDeleting" msprop:Generator_RowChangingName="getTransitionsToNonEditableRowChanging" msprop:Generator_RowEvHandlerName="getTransitionsToNonEditableRowChangeEventHandler" msprop:Generator_RowDeletedName="getTransitionsToNonEditableRowDeleted" msprop:Generator_UserTableName="getTransitionsToNonEditable" msprop:Generator_RowChangedName="getTransitionsToNonEditableRowChanged" msprop:Generator_RowEvArgName="getTransitionsToNonEditableRowChangeEvent" msprop:Generator_RowClassName="getTransitionsToNonEditableRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" />
|
|
<xs:element name="IsRange" msprop:Generator_ColumnVarNameInTable="columnIsRange" msprop:Generator_ColumnPropNameInRow="IsRange" msprop:Generator_ColumnPropNameInTable="IsRangeColumn" msprop:Generator_UserColumnName="IsRange" type="xs:int" />
|
|
<xs:element name="TranType" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ZTransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZTransitionCount" msprop:Generator_ColumnPropNameInRow="ZTransitionCount" msprop:Generator_ColumnPropNameInTable="ZTransitionCountColumn" msprop:Generator_UserColumnName="ZTransitionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getTransitionsToProc" msprop:Generator_TableClassName="getTransitionsToProcDataTable" msprop:Generator_TableVarName="tablegetTransitionsToProc" msprop:Generator_TablePropName="getTransitionsToProc" msprop:Generator_RowDeletingName="getTransitionsToProcRowDeleting" msprop:Generator_RowChangingName="getTransitionsToProcRowChanging" msprop:Generator_RowEvHandlerName="getTransitionsToProcRowChangeEventHandler" msprop:Generator_RowDeletedName="getTransitionsToProcRowDeleted" msprop:Generator_UserTableName="getTransitionsToProc" msprop:Generator_RowChangedName="getTransitionsToProcRowChanged" msprop:Generator_RowEvArgName="getTransitionsToProcRowChangeEvent" msprop:Generator_RowClassName="getTransitionsToProcRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" />
|
|
<xs:element name="IsRange" msprop:Generator_ColumnVarNameInTable="columnIsRange" msprop:Generator_ColumnPropNameInRow="IsRange" msprop:Generator_ColumnPropNameInTable="IsRangeColumn" msprop:Generator_UserColumnName="IsRange" type="xs:int" />
|
|
<xs:element name="TranType" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ZTransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZTransitionCount" msprop:Generator_ColumnPropNameInRow="ZTransitionCount" msprop:Generator_ColumnPropNameInTable="ZTransitionCountColumn" msprop:Generator_UserColumnName="ZTransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentText" msprop:Generator_ColumnVarNameInTable="columnContentText" msprop:Generator_ColumnPropNameInRow="ContentText" msprop:Generator_ColumnPropNameInTable="ContentTextColumn" msprop:Generator_UserColumnName="ContentText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getUser" msprop:Generator_TableClassName="getUserDataTable" msprop:Generator_TableVarName="tablegetUser" msprop:Generator_TablePropName="getUser" msprop:Generator_RowDeletingName="getUserRowDeleting" msprop:Generator_RowChangingName="getUserRowChanging" msprop:Generator_RowEvHandlerName="getUserRowChangeEventHandler" msprop:Generator_RowDeletedName="getUserRowDeleted" msprop:Generator_UserTableName="getUser" msprop:Generator_RowChangedName="getUserRowChanged" msprop:Generator_RowEvArgName="getUserRowChangeEvent" msprop:Generator_RowClassName="getUserRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="UID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnUID" msprop:Generator_ColumnPropNameInRow="UID" msprop:Generator_ColumnPropNameInTable="UIDColumn" msprop:Generator_UserColumnName="UID" type="xs:int" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" msprop:Generator_UserColumnName="FirstName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="MiddleName" msprop:Generator_ColumnVarNameInTable="columnMiddleName" msprop:Generator_ColumnPropNameInRow="MiddleName" msprop:Generator_ColumnPropNameInTable="MiddleNameColumn" msprop:Generator_UserColumnName="MiddleName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastName" msprop:Generator_ColumnVarNameInTable="columnLastName" msprop:Generator_ColumnPropNameInRow="LastName" msprop:Generator_ColumnPropNameInTable="LastNameColumn" msprop:Generator_UserColumnName="LastName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Suffix" msprop:Generator_ColumnVarNameInTable="columnSuffix" msprop:Generator_ColumnPropNameInRow="Suffix" msprop:Generator_ColumnPropNameInTable="SuffixColumn" msprop:Generator_UserColumnName="Suffix" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CourtesyTitle" msprop:Generator_ColumnVarNameInTable="columnCourtesyTitle" msprop:Generator_ColumnPropNameInRow="CourtesyTitle" msprop:Generator_ColumnPropNameInTable="CourtesyTitleColumn" msprop:Generator_UserColumnName="CourtesyTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PhoneNumber" msprop:Generator_ColumnVarNameInTable="columnPhoneNumber" msprop:Generator_ColumnPropNameInRow="PhoneNumber" msprop:Generator_ColumnPropNameInTable="PhoneNumberColumn" msprop:Generator_UserColumnName="PhoneNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CFGName" msprop:Generator_ColumnVarNameInTable="columnCFGName" msprop:Generator_ColumnPropNameInRow="CFGName" msprop:Generator_ColumnPropNameInTable="CFGNameColumn" msprop:Generator_UserColumnName="CFGName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="UserLogin" msprop:Generator_ColumnVarNameInTable="columnUserLogin" msprop:Generator_ColumnPropNameInRow="UserLogin" msprop:Generator_ColumnPropNameInTable="UserLoginColumn" msprop:Generator_UserColumnName="UserLogin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" msprop:Generator_UserColumnName="UserName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="32" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="MembershipCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMembershipCount" msprop:Generator_ColumnPropNameInRow="MembershipCount" msprop:Generator_ColumnPropNameInTable="MembershipCountColumn" msprop:Generator_UserColumnName="MembershipCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getUserByUserID" msprop:Generator_TableClassName="getUserByUserIDDataTable" msprop:Generator_TableVarName="tablegetUserByUserID" msprop:Generator_TablePropName="getUserByUserID" msprop:Generator_RowDeletingName="getUserByUserIDRowDeleting" msprop:Generator_RowChangingName="getUserByUserIDRowChanging" msprop:Generator_RowEvHandlerName="getUserByUserIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getUserByUserIDRowDeleted" msprop:Generator_UserTableName="getUserByUserID" msprop:Generator_RowChangedName="getUserByUserIDRowChanged" msprop:Generator_RowEvArgName="getUserByUserIDRowChangeEvent" msprop:Generator_RowClassName="getUserByUserIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="UID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnUID" msprop:Generator_ColumnPropNameInRow="UID" msprop:Generator_ColumnPropNameInTable="UIDColumn" msprop:Generator_UserColumnName="UID" type="xs:int" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" msprop:Generator_UserColumnName="FirstName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="MiddleName" msprop:Generator_ColumnVarNameInTable="columnMiddleName" msprop:Generator_ColumnPropNameInRow="MiddleName" msprop:Generator_ColumnPropNameInTable="MiddleNameColumn" msprop:Generator_UserColumnName="MiddleName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastName" msprop:Generator_ColumnVarNameInTable="columnLastName" msprop:Generator_ColumnPropNameInRow="LastName" msprop:Generator_ColumnPropNameInTable="LastNameColumn" msprop:Generator_UserColumnName="LastName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Suffix" msprop:Generator_ColumnVarNameInTable="columnSuffix" msprop:Generator_ColumnPropNameInRow="Suffix" msprop:Generator_ColumnPropNameInTable="SuffixColumn" msprop:Generator_UserColumnName="Suffix" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CourtesyTitle" msprop:Generator_ColumnVarNameInTable="columnCourtesyTitle" msprop:Generator_ColumnPropNameInRow="CourtesyTitle" msprop:Generator_ColumnPropNameInTable="CourtesyTitleColumn" msprop:Generator_UserColumnName="CourtesyTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PhoneNumber" msprop:Generator_ColumnVarNameInTable="columnPhoneNumber" msprop:Generator_ColumnPropNameInRow="PhoneNumber" msprop:Generator_ColumnPropNameInTable="PhoneNumberColumn" msprop:Generator_UserColumnName="PhoneNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CFGName" msprop:Generator_ColumnVarNameInTable="columnCFGName" msprop:Generator_ColumnPropNameInRow="CFGName" msprop:Generator_ColumnPropNameInTable="CFGNameColumn" msprop:Generator_UserColumnName="CFGName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="UserLogin" msprop:Generator_ColumnVarNameInTable="columnUserLogin" msprop:Generator_ColumnPropNameInRow="UserLogin" msprop:Generator_ColumnPropNameInTable="UserLoginColumn" msprop:Generator_UserColumnName="UserLogin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" msprop:Generator_UserColumnName="UserName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="32" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="MembershipCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMembershipCount" msprop:Generator_ColumnPropNameInRow="MembershipCount" msprop:Generator_ColumnPropNameInTable="MembershipCountColumn" msprop:Generator_UserColumnName="MembershipCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getUsers" msprop:Generator_TableClassName="getUsersDataTable" msprop:Generator_TableVarName="tablegetUsers" msprop:Generator_TablePropName="getUsers" msprop:Generator_RowDeletingName="getUsersRowDeleting" msprop:Generator_RowChangingName="getUsersRowChanging" msprop:Generator_RowEvHandlerName="getUsersRowChangeEventHandler" msprop:Generator_RowDeletedName="getUsersRowDeleted" msprop:Generator_UserTableName="getUsers" msprop:Generator_RowChangedName="getUsersRowChanged" msprop:Generator_RowEvArgName="getUsersRowChangeEvent" msprop:Generator_RowClassName="getUsersRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="UID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnUID" msprop:Generator_ColumnPropNameInRow="UID" msprop:Generator_ColumnPropNameInTable="UIDColumn" msprop:Generator_UserColumnName="UID" type="xs:int" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FirstName" msprop:Generator_ColumnVarNameInTable="columnFirstName" msprop:Generator_ColumnPropNameInRow="FirstName" msprop:Generator_ColumnPropNameInTable="FirstNameColumn" msprop:Generator_UserColumnName="FirstName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="MiddleName" msprop:Generator_ColumnVarNameInTable="columnMiddleName" msprop:Generator_ColumnPropNameInRow="MiddleName" msprop:Generator_ColumnPropNameInTable="MiddleNameColumn" msprop:Generator_UserColumnName="MiddleName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastName" msprop:Generator_ColumnVarNameInTable="columnLastName" msprop:Generator_ColumnPropNameInRow="LastName" msprop:Generator_ColumnPropNameInTable="LastNameColumn" msprop:Generator_UserColumnName="LastName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Suffix" msprop:Generator_ColumnVarNameInTable="columnSuffix" msprop:Generator_ColumnPropNameInRow="Suffix" msprop:Generator_ColumnPropNameInTable="SuffixColumn" msprop:Generator_UserColumnName="Suffix" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CourtesyTitle" msprop:Generator_ColumnVarNameInTable="columnCourtesyTitle" msprop:Generator_ColumnPropNameInRow="CourtesyTitle" msprop:Generator_ColumnPropNameInTable="CourtesyTitleColumn" msprop:Generator_UserColumnName="CourtesyTitle" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="PhoneNumber" msprop:Generator_ColumnVarNameInTable="columnPhoneNumber" msprop:Generator_ColumnPropNameInRow="PhoneNumber" msprop:Generator_ColumnPropNameInTable="PhoneNumberColumn" msprop:Generator_UserColumnName="PhoneNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CFGName" msprop:Generator_ColumnVarNameInTable="columnCFGName" msprop:Generator_ColumnPropNameInRow="CFGName" msprop:Generator_ColumnPropNameInTable="CFGNameColumn" msprop:Generator_UserColumnName="CFGName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="UserLogin" msprop:Generator_ColumnVarNameInTable="columnUserLogin" msprop:Generator_ColumnPropNameInRow="UserLogin" msprop:Generator_ColumnPropNameInTable="UserLoginColumn" msprop:Generator_UserColumnName="UserLogin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="UserName" msprop:Generator_ColumnVarNameInTable="columnUserName" msprop:Generator_ColumnPropNameInRow="UserName" msprop:Generator_ColumnPropNameInTable="UserNameColumn" msprop:Generator_UserColumnName="UserName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="32" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UsrID" msprop:Generator_ColumnVarNameInTable="columnUsrID" msprop:Generator_ColumnPropNameInRow="UsrID" msprop:Generator_ColumnPropNameInTable="UsrIDColumn" msprop:Generator_UserColumnName="UsrID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="MembershipCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMembershipCount" msprop:Generator_ColumnPropNameInRow="MembershipCount" msprop:Generator_ColumnPropNameInTable="MembershipCountColumn" msprop:Generator_UserColumnName="MembershipCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getVersion" msprop:Generator_TableClassName="getVersionDataTable" msprop:Generator_TableVarName="tablegetVersion" msprop:Generator_TablePropName="getVersion" msprop:Generator_RowDeletingName="getVersionRowDeleting" msprop:Generator_RowChangingName="getVersionRowChanging" msprop:Generator_RowEvHandlerName="getVersionRowChangeEventHandler" msprop:Generator_RowDeletedName="getVersionRowDeleted" msprop:Generator_UserTableName="getVersion" msprop:Generator_RowChangedName="getVersionRowChanged" msprop:Generator_RowEvArgName="getVersionRowChangeEvent" msprop:Generator_RowClassName="getVersionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="RevisionID" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="StageID" msprop:Generator_ColumnVarNameInTable="columnStageID" msprop:Generator_ColumnPropNameInRow="StageID" msprop:Generator_ColumnPropNameInTable="StageIDColumn" msprop:Generator_UserColumnName="StageID" type="xs:int" />
|
|
<xs:element name="PDF" msprop:Generator_ColumnVarNameInTable="columnPDF" msprop:Generator_ColumnPropNameInRow="PDF" msprop:Generator_ColumnPropNameInTable="PDFColumn" msprop:Generator_UserColumnName="PDF" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="SummaryPDF" msprop:Generator_ColumnVarNameInTable="columnSummaryPDF" msprop:Generator_ColumnPropNameInRow="SummaryPDF" msprop:Generator_ColumnPropNameInTable="SummaryPDFColumn" msprop:Generator_UserColumnName="SummaryPDF" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ApprovedXML" msprop:Generator_ColumnVarNameInTable="columnApprovedXML" msprop:Generator_ColumnPropNameInRow="ApprovedXML" msprop:Generator_ColumnPropNameInTable="ApprovedXMLColumn" msprop:Generator_UserColumnName="ApprovedXML" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getVersions" msprop:Generator_TableClassName="getVersionsDataTable" msprop:Generator_TableVarName="tablegetVersions" msprop:Generator_TablePropName="getVersions" msprop:Generator_RowDeletingName="getVersionsRowDeleting" msprop:Generator_RowChangingName="getVersionsRowChanging" msprop:Generator_RowEvHandlerName="getVersionsRowChangeEventHandler" msprop:Generator_RowDeletedName="getVersionsRowDeleted" msprop:Generator_UserTableName="getVersions" msprop:Generator_RowChangedName="getVersionsRowChanged" msprop:Generator_RowEvArgName="getVersionsRowChangeEvent" msprop:Generator_RowClassName="getVersionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="RevisionID" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="StageID" msprop:Generator_ColumnVarNameInTable="columnStageID" msprop:Generator_ColumnPropNameInRow="StageID" msprop:Generator_ColumnPropNameInTable="StageIDColumn" msprop:Generator_UserColumnName="StageID" type="xs:int" />
|
|
<xs:element name="PDF" msprop:Generator_ColumnVarNameInTable="columnPDF" msprop:Generator_ColumnPropNameInRow="PDF" msprop:Generator_ColumnPropNameInTable="PDFColumn" msprop:Generator_UserColumnName="PDF" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="SummaryPDF" msprop:Generator_ColumnVarNameInTable="columnSummaryPDF" msprop:Generator_ColumnPropNameInRow="SummaryPDF" msprop:Generator_ColumnPropNameInTable="SummaryPDFColumn" msprop:Generator_UserColumnName="SummaryPDF" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ApprovedXML" msprop:Generator_ColumnVarNameInTable="columnApprovedXML" msprop:Generator_ColumnPropNameInRow="ApprovedXML" msprop:Generator_ColumnPropNameInTable="ApprovedXMLColumn" msprop:Generator_UserColumnName="ApprovedXML" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getVersionsByRevisionID" msprop:Generator_TableClassName="getVersionsByRevisionIDDataTable" msprop:Generator_TableVarName="tablegetVersionsByRevisionID" msprop:Generator_TablePropName="getVersionsByRevisionID" msprop:Generator_RowDeletingName="getVersionsByRevisionIDRowDeleting" msprop:Generator_RowChangingName="getVersionsByRevisionIDRowChanging" msprop:Generator_RowEvHandlerName="getVersionsByRevisionIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getVersionsByRevisionIDRowDeleted" msprop:Generator_UserTableName="getVersionsByRevisionID" msprop:Generator_RowChangedName="getVersionsByRevisionIDRowChanged" msprop:Generator_RowEvArgName="getVersionsByRevisionIDRowChangeEvent" msprop:Generator_RowClassName="getVersionsByRevisionIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="RevisionID" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="StageID" msprop:Generator_ColumnVarNameInTable="columnStageID" msprop:Generator_ColumnPropNameInRow="StageID" msprop:Generator_ColumnPropNameInTable="StageIDColumn" msprop:Generator_UserColumnName="StageID" type="xs:int" />
|
|
<xs:element name="PDF" msprop:Generator_ColumnVarNameInTable="columnPDF" msprop:Generator_ColumnPropNameInRow="PDF" msprop:Generator_ColumnPropNameInTable="PDFColumn" msprop:Generator_UserColumnName="PDF" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="SummaryPDF" msprop:Generator_ColumnVarNameInTable="columnSummaryPDF" msprop:Generator_ColumnPropNameInRow="SummaryPDF" msprop:Generator_ColumnPropNameInTable="SummaryPDFColumn" msprop:Generator_UserColumnName="SummaryPDF" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ApprovedXML" msprop:Generator_ColumnVarNameInTable="columnApprovedXML" msprop:Generator_ColumnPropNameInRow="ApprovedXML" msprop:Generator_ColumnPropNameInTable="ApprovedXMLColumn" msprop:Generator_UserColumnName="ApprovedXML" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Stage_Name" msprop:Generator_ColumnVarNameInTable="columnStage_Name" msprop:Generator_ColumnPropNameInRow="Stage_Name" msprop:Generator_ColumnPropNameInTable="Stage_NameColumn" msprop:Generator_UserColumnName="Stage_Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Stage_Description" msprop:Generator_ColumnVarNameInTable="columnStage_Description" msprop:Generator_ColumnPropNameInRow="Stage_Description" msprop:Generator_ColumnPropNameInTable="Stage_DescriptionColumn" msprop:Generator_UserColumnName="Stage_Description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Stage_IsApproved" msprop:Generator_ColumnVarNameInTable="columnStage_IsApproved" msprop:Generator_ColumnPropNameInRow="Stage_IsApproved" msprop:Generator_ColumnPropNameInTable="Stage_IsApprovedColumn" msprop:Generator_UserColumnName="Stage_IsApproved" type="xs:int" />
|
|
<xs:element name="Stage_DTS" msprop:Generator_ColumnVarNameInTable="columnStage_DTS" msprop:Generator_ColumnPropNameInRow="Stage_DTS" msprop:Generator_ColumnPropNameInTable="Stage_DTSColumn" msprop:Generator_UserColumnName="Stage_DTS" type="xs:dateTime" />
|
|
<xs:element name="Stage_UserID" msprop:Generator_ColumnVarNameInTable="columnStage_UserID" msprop:Generator_ColumnPropNameInRow="Stage_UserID" msprop:Generator_ColumnPropNameInTable="Stage_UserIDColumn" msprop:Generator_UserColumnName="Stage_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getVersionsByStageID" msprop:Generator_TableClassName="getVersionsByStageIDDataTable" msprop:Generator_TableVarName="tablegetVersionsByStageID" msprop:Generator_TablePropName="getVersionsByStageID" msprop:Generator_RowDeletingName="getVersionsByStageIDRowDeleting" msprop:Generator_RowChangingName="getVersionsByStageIDRowChanging" msprop:Generator_RowEvHandlerName="getVersionsByStageIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getVersionsByStageIDRowDeleted" msprop:Generator_UserTableName="getVersionsByStageID" msprop:Generator_RowChangedName="getVersionsByStageIDRowChanged" msprop:Generator_RowEvArgName="getVersionsByStageIDRowChangeEvent" msprop:Generator_RowClassName="getVersionsByStageIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="RevisionID" msprop:Generator_ColumnVarNameInTable="columnRevisionID" msprop:Generator_ColumnPropNameInRow="RevisionID" msprop:Generator_ColumnPropNameInTable="RevisionIDColumn" msprop:Generator_UserColumnName="RevisionID" type="xs:int" />
|
|
<xs:element name="StageID" msprop:Generator_ColumnVarNameInTable="columnStageID" msprop:Generator_ColumnPropNameInRow="StageID" msprop:Generator_ColumnPropNameInTable="StageIDColumn" msprop:Generator_UserColumnName="StageID" type="xs:int" />
|
|
<xs:element name="PDF" msprop:Generator_ColumnVarNameInTable="columnPDF" msprop:Generator_ColumnPropNameInRow="PDF" msprop:Generator_ColumnPropNameInTable="PDFColumn" msprop:Generator_UserColumnName="PDF" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="SummaryPDF" msprop:Generator_ColumnVarNameInTable="columnSummaryPDF" msprop:Generator_ColumnPropNameInRow="SummaryPDF" msprop:Generator_ColumnPropNameInTable="SummaryPDFColumn" msprop:Generator_UserColumnName="SummaryPDF" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ApprovedXML" msprop:Generator_ColumnVarNameInTable="columnApprovedXML" msprop:Generator_ColumnPropNameInRow="ApprovedXML" msprop:Generator_ColumnPropNameInTable="ApprovedXMLColumn" msprop:Generator_UserColumnName="ApprovedXML" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Revision_ItemID" msprop:Generator_ColumnVarNameInTable="columnRevision_ItemID" msprop:Generator_ColumnPropNameInRow="Revision_ItemID" msprop:Generator_ColumnPropNameInTable="Revision_ItemIDColumn" msprop:Generator_UserColumnName="Revision_ItemID" type="xs:int" />
|
|
<xs:element name="Revision_TypeID" msprop:Generator_ColumnVarNameInTable="columnRevision_TypeID" msprop:Generator_ColumnPropNameInRow="Revision_TypeID" msprop:Generator_ColumnPropNameInTable="Revision_TypeIDColumn" msprop:Generator_UserColumnName="Revision_TypeID" type="xs:int" />
|
|
<xs:element name="Revision_RevisionNumber" msprop:Generator_ColumnVarNameInTable="columnRevision_RevisionNumber" msprop:Generator_ColumnPropNameInRow="Revision_RevisionNumber" msprop:Generator_ColumnPropNameInTable="Revision_RevisionNumberColumn" msprop:Generator_UserColumnName="Revision_RevisionNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Revision_RevisionDate" msprop:Generator_ColumnVarNameInTable="columnRevision_RevisionDate" msprop:Generator_ColumnPropNameInRow="Revision_RevisionDate" msprop:Generator_ColumnPropNameInTable="Revision_RevisionDateColumn" msprop:Generator_UserColumnName="Revision_RevisionDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Revision_Notes" msprop:Generator_ColumnVarNameInTable="columnRevision_Notes" msprop:Generator_ColumnPropNameInRow="Revision_Notes" msprop:Generator_ColumnPropNameInTable="Revision_NotesColumn" msprop:Generator_UserColumnName="Revision_Notes" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Revision_Config" msprop:Generator_ColumnVarNameInTable="columnRevision_Config" msprop:Generator_ColumnPropNameInRow="Revision_Config" msprop:Generator_ColumnPropNameInTable="Revision_ConfigColumn" msprop:Generator_UserColumnName="Revision_Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Revision_DTS" msprop:Generator_ColumnVarNameInTable="columnRevision_DTS" msprop:Generator_ColumnPropNameInRow="Revision_DTS" msprop:Generator_ColumnPropNameInTable="Revision_DTSColumn" msprop:Generator_UserColumnName="Revision_DTS" type="xs:dateTime" />
|
|
<xs:element name="Revision_UserID" msprop:Generator_ColumnVarNameInTable="columnRevision_UserID" msprop:Generator_ColumnPropNameInRow="Revision_UserID" msprop:Generator_ColumnPropNameInTable="Revision_UserIDColumn" msprop:Generator_UserColumnName="Revision_UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getZContent" msprop:Generator_TableClassName="getZContentDataTable" msprop:Generator_TableVarName="tablegetZContent" msprop:Generator_TablePropName="getZContent" msprop:Generator_RowDeletingName="getZContentRowDeleting" msprop:Generator_RowChangingName="getZContentRowChanging" msprop:Generator_RowEvHandlerName="getZContentRowChangeEventHandler" msprop:Generator_RowDeletedName="getZContentRowDeleted" msprop:Generator_UserTableName="getZContent" msprop:Generator_RowChangedName="getZContentRowChanged" msprop:Generator_RowEvArgName="getZContentRowChangeEvent" msprop:Generator_RowClassName="getZContentRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="OldStepSequence" msprop:Generator_ColumnVarNameInTable="columnOldStepSequence" msprop:Generator_ColumnPropNameInRow="OldStepSequence" msprop:Generator_ColumnPropNameInTable="OldStepSequenceColumn" msprop:Generator_UserColumnName="OldStepSequence">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="32" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getZContents" msprop:Generator_TableClassName="getZContentsDataTable" msprop:Generator_TableVarName="tablegetZContents" msprop:Generator_TablePropName="getZContents" msprop:Generator_RowDeletingName="getZContentsRowDeleting" msprop:Generator_RowChangingName="getZContentsRowChanging" msprop:Generator_RowEvHandlerName="getZContentsRowChangeEventHandler" msprop:Generator_RowDeletedName="getZContentsRowDeleted" msprop:Generator_UserTableName="getZContents" msprop:Generator_RowChangedName="getZContentsRowChanged" msprop:Generator_RowEvArgName="getZContentsRowChangeEvent" msprop:Generator_RowClassName="getZContentsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="OldStepSequence" msprop:Generator_ColumnVarNameInTable="columnOldStepSequence" msprop:Generator_ColumnPropNameInRow="OldStepSequence" msprop:Generator_ColumnPropNameInTable="OldStepSequenceColumn" msprop:Generator_UserColumnName="OldStepSequence">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="32" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getZContentsByContentID" msprop:Generator_TableClassName="getZContentsByContentIDDataTable" msprop:Generator_TableVarName="tablegetZContentsByContentID" msprop:Generator_TablePropName="getZContentsByContentID" msprop:Generator_RowDeletingName="getZContentsByContentIDRowDeleting" msprop:Generator_RowChangingName="getZContentsByContentIDRowChanging" msprop:Generator_RowEvHandlerName="getZContentsByContentIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getZContentsByContentIDRowDeleted" msprop:Generator_UserTableName="getZContentsByContentID" msprop:Generator_RowChangedName="getZContentsByContentIDRowChanged" msprop:Generator_RowEvArgName="getZContentsByContentIDRowChangeEvent" msprop:Generator_RowClassName="getZContentsByContentIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="OldStepSequence" msprop:Generator_ColumnVarNameInTable="columnOldStepSequence" msprop:Generator_ColumnPropNameInRow="OldStepSequence" msprop:Generator_ColumnPropNameInTable="OldStepSequenceColumn" msprop:Generator_UserColumnName="OldStepSequence">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="32" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getZTransition" msprop:Generator_TableClassName="getZTransitionDataTable" msprop:Generator_TableVarName="tablegetZTransition" msprop:Generator_TablePropName="getZTransition" msprop:Generator_RowDeletingName="getZTransitionRowDeleting" msprop:Generator_RowChangingName="getZTransitionRowChanging" msprop:Generator_RowEvHandlerName="getZTransitionRowChangeEventHandler" msprop:Generator_RowDeletedName="getZTransitionRowDeleted" msprop:Generator_UserTableName="getZTransition" msprop:Generator_RowChangedName="getZTransitionRowChanged" msprop:Generator_RowEvArgName="getZTransitionRowChangeEvent" msprop:Generator_RowClassName="getZTransitionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="oldto" msprop:Generator_ColumnVarNameInTable="columnoldto" msprop:Generator_ColumnPropNameInRow="oldto" msprop:Generator_ColumnPropNameInTable="oldtoColumn" msprop:Generator_UserColumnName="oldto">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="32" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getZTransitions" msprop:Generator_TableClassName="getZTransitionsDataTable" msprop:Generator_TableVarName="tablegetZTransitions" msprop:Generator_TablePropName="getZTransitions" msprop:Generator_RowDeletingName="getZTransitionsRowDeleting" msprop:Generator_RowChangingName="getZTransitionsRowChanging" msprop:Generator_RowEvHandlerName="getZTransitionsRowChangeEventHandler" msprop:Generator_RowDeletedName="getZTransitionsRowDeleted" msprop:Generator_UserTableName="getZTransitions" msprop:Generator_RowChangedName="getZTransitionsRowChanged" msprop:Generator_RowEvArgName="getZTransitionsRowChangeEvent" msprop:Generator_RowClassName="getZTransitionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="oldto" msprop:Generator_ColumnVarNameInTable="columnoldto" msprop:Generator_ColumnPropNameInRow="oldto" msprop:Generator_ColumnPropNameInTable="oldtoColumn" msprop:Generator_UserColumnName="oldto">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="32" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getZTransitionsByTransitionID" msprop:Generator_TableClassName="getZTransitionsByTransitionIDDataTable" msprop:Generator_TableVarName="tablegetZTransitionsByTransitionID" msprop:Generator_TablePropName="getZTransitionsByTransitionID" msprop:Generator_RowDeletingName="getZTransitionsByTransitionIDRowDeleting" msprop:Generator_RowChangingName="getZTransitionsByTransitionIDRowChanging" msprop:Generator_RowEvHandlerName="getZTransitionsByTransitionIDRowChangeEventHandler" msprop:Generator_RowDeletedName="getZTransitionsByTransitionIDRowDeleted" msprop:Generator_UserTableName="getZTransitionsByTransitionID" msprop:Generator_RowChangedName="getZTransitionsByTransitionIDRowChanged" msprop:Generator_RowEvArgName="getZTransitionsByTransitionIDRowChangeEvent" msprop:Generator_RowClassName="getZTransitionsByTransitionIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="oldto" msprop:Generator_ColumnVarNameInTable="columnoldto" msprop:Generator_ColumnPropNameInRow="oldto" msprop:Generator_ColumnPropNameInTable="oldtoColumn" msprop:Generator_UserColumnName="oldto">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="32" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="MoveItem" msprop:Generator_TableClassName="MoveItemDataTable" msprop:Generator_TableVarName="tableMoveItem" msprop:Generator_TablePropName="MoveItem" msprop:Generator_RowDeletingName="MoveItemRowDeleting" msprop:Generator_RowChangingName="MoveItemRowChanging" msprop:Generator_RowEvHandlerName="MoveItemRowChangeEventHandler" msprop:Generator_RowDeletedName="MoveItemRowDeleted" msprop:Generator_UserTableName="MoveItem" msprop:Generator_RowChangedName="MoveItemRowChanged" msprop:Generator_RowEvArgName="MoveItemRowChangeEvent" msprop:Generator_RowClassName="MoveItemRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_CanTransitionBeCreated" msprop:Generator_TableClassName="vesp_CanTransitionBeCreatedDataTable" msprop:Generator_TableVarName="tablevesp_CanTransitionBeCreated" msprop:Generator_TablePropName="vesp_CanTransitionBeCreated" msprop:Generator_RowDeletingName="vesp_CanTransitionBeCreatedRowDeleting" msprop:Generator_RowChangingName="vesp_CanTransitionBeCreatedRowChanging" msprop:Generator_RowEvHandlerName="vesp_CanTransitionBeCreatedRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_CanTransitionBeCreatedRowDeleted" msprop:Generator_UserTableName="vesp_CanTransitionBeCreated" msprop:Generator_RowChangedName="vesp_CanTransitionBeCreatedRowChanged" msprop:Generator_RowEvArgName="vesp_CanTransitionBeCreatedRowChangeEvent" msprop:Generator_RowClassName="vesp_CanTransitionBeCreatedRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Status" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnStatus" msprop:Generator_ColumnPropNameInRow="Status" msprop:Generator_ColumnPropNameInTable="StatusColumn" msprop:Generator_UserColumnName="Status" type="xs:int" minOccurs="0" />
|
|
<xs:element name="fromAppl" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnfromAppl" msprop:Generator_ColumnPropNameInRow="fromAppl" msprop:Generator_ColumnPropNameInTable="fromApplColumn" msprop:Generator_UserColumnName="fromAppl" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="toAppl" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columntoAppl" msprop:Generator_ColumnPropNameInRow="toAppl" msprop:Generator_ColumnPropNameInTable="toApplColumn" msprop:Generator_UserColumnName="toAppl" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="fromStep" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnfromStep" msprop:Generator_ColumnPropNameInRow="fromStep" msprop:Generator_ColumnPropNameInTable="fromStepColumn" msprop:Generator_UserColumnName="fromStep" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="toStep" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columntoStep" msprop:Generator_ColumnPropNameInRow="toStep" msprop:Generator_ColumnPropNameInTable="toStepColumn" msprop:Generator_UserColumnName="toStep" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ClearOverrideFormatsByDocVersion" msprop:Generator_TableClassName="vesp_ClearOverrideFormatsByDocVersionDataTable" msprop:Generator_TableVarName="tablevesp_ClearOverrideFormatsByDocVersion" msprop:Generator_TablePropName="vesp_ClearOverrideFormatsByDocVersion" msprop:Generator_RowDeletingName="vesp_ClearOverrideFormatsByDocVersionRowDeleting" msprop:Generator_RowChangingName="vesp_ClearOverrideFormatsByDocVersionRowChanging" msprop:Generator_RowEvHandlerName="vesp_ClearOverrideFormatsByDocVersionRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ClearOverrideFormatsByDocVersionRowDeleted" msprop:Generator_UserTableName="vesp_ClearOverrideFormatsByDocVersion" msprop:Generator_RowChangedName="vesp_ClearOverrideFormatsByDocVersionRowChanged" msprop:Generator_RowEvArgName="vesp_ClearOverrideFormatsByDocVersionRowChangeEvent" msprop:Generator_RowClassName="vesp_ClearOverrideFormatsByDocVersionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ClearOverrideFormatsByFolder" msprop:Generator_TableClassName="vesp_ClearOverrideFormatsByFolderDataTable" msprop:Generator_TableVarName="tablevesp_ClearOverrideFormatsByFolder" msprop:Generator_TablePropName="vesp_ClearOverrideFormatsByFolder" msprop:Generator_RowDeletingName="vesp_ClearOverrideFormatsByFolderRowDeleting" msprop:Generator_RowChangingName="vesp_ClearOverrideFormatsByFolderRowChanging" msprop:Generator_RowEvHandlerName="vesp_ClearOverrideFormatsByFolderRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ClearOverrideFormatsByFolderRowDeleted" msprop:Generator_UserTableName="vesp_ClearOverrideFormatsByFolder" msprop:Generator_RowChangedName="vesp_ClearOverrideFormatsByFolderRowChanged" msprop:Generator_RowEvArgName="vesp_ClearOverrideFormatsByFolderRowChangeEvent" msprop:Generator_RowClassName="vesp_ClearOverrideFormatsByFolderRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ClearOverrideFormatsByItem" msprop:Generator_TableClassName="vesp_ClearOverrideFormatsByItemDataTable" msprop:Generator_TableVarName="tablevesp_ClearOverrideFormatsByItem" msprop:Generator_TablePropName="vesp_ClearOverrideFormatsByItem" msprop:Generator_RowDeletingName="vesp_ClearOverrideFormatsByItemRowDeleting" msprop:Generator_RowChangingName="vesp_ClearOverrideFormatsByItemRowChanging" msprop:Generator_RowEvHandlerName="vesp_ClearOverrideFormatsByItemRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ClearOverrideFormatsByItemRowDeleted" msprop:Generator_UserTableName="vesp_ClearOverrideFormatsByItem" msprop:Generator_RowChangedName="vesp_ClearOverrideFormatsByItemRowChanged" msprop:Generator_RowEvArgName="vesp_ClearOverrideFormatsByItemRowChangeEvent" msprop:Generator_RowClassName="vesp_ClearOverrideFormatsByItemRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_Convert16to32EnhancedContents" msprop:Generator_TableClassName="vesp_Convert16to32EnhancedContentsDataTable" msprop:Generator_TableVarName="tablevesp_Convert16to32EnhancedContents" msprop:Generator_TablePropName="vesp_Convert16to32EnhancedContents" msprop:Generator_RowDeletingName="vesp_Convert16to32EnhancedContentsRowDeleting" msprop:Generator_RowChangingName="vesp_Convert16to32EnhancedContentsRowChanging" msprop:Generator_RowEvHandlerName="vesp_Convert16to32EnhancedContentsRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_Convert16to32EnhancedContentsRowDeleted" msprop:Generator_UserTableName="vesp_Convert16to32EnhancedContents" msprop:Generator_RowChangedName="vesp_Convert16to32EnhancedContentsRowChanged" msprop:Generator_RowEvArgName="vesp_Convert16to32EnhancedContentsRowChangeEvent" msprop:Generator_RowClassName="vesp_Convert16to32EnhancedContentsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_Get16BitEnhancedContents" msprop:Generator_TableClassName="vesp_Get16BitEnhancedContentsDataTable" msprop:Generator_TableVarName="tablevesp_Get16BitEnhancedContents" msprop:Generator_TablePropName="vesp_Get16BitEnhancedContents" msprop:Generator_RowDeletingName="vesp_Get16BitEnhancedContentsRowDeleting" msprop:Generator_RowChangingName="vesp_Get16BitEnhancedContentsRowChanging" msprop:Generator_RowEvHandlerName="vesp_Get16BitEnhancedContentsRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_Get16BitEnhancedContentsRowDeleted" msprop:Generator_UserTableName="vesp_Get16BitEnhancedContents" msprop:Generator_RowChangedName="vesp_Get16BitEnhancedContentsRowChanged" msprop:Generator_RowEvArgName="vesp_Get16BitEnhancedContentsRowChangeEvent" msprop:Generator_RowClassName="vesp_Get16BitEnhancedContentsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_GetAllConsistencyIssues" msprop:Generator_TableClassName="vesp_GetAllConsistencyIssuesDataTable" msprop:Generator_TableVarName="tablevesp_GetAllConsistencyIssues" msprop:Generator_TablePropName="vesp_GetAllConsistencyIssues" msprop:Generator_RowDeletingName="vesp_GetAllConsistencyIssuesRowDeleting" msprop:Generator_RowChangingName="vesp_GetAllConsistencyIssuesRowChanging" msprop:Generator_RowEvHandlerName="vesp_GetAllConsistencyIssuesRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_GetAllConsistencyIssuesRowDeleted" msprop:Generator_UserTableName="vesp_GetAllConsistencyIssues" msprop:Generator_RowChangedName="vesp_GetAllConsistencyIssuesRowChanged" msprop:Generator_RowEvArgName="vesp_GetAllConsistencyIssuesRowChangeEvent" msprop:Generator_RowClassName="vesp_GetAllConsistencyIssuesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cDTS" msprop:Generator_ColumnVarNameInTable="columncDTS" msprop:Generator_ColumnPropNameInRow="cDTS" msprop:Generator_ColumnPropNameInTable="cDTSColumn" msprop:Generator_UserColumnName="cDTS" type="xs:dateTime" />
|
|
<xs:element name="cUserID" msprop:Generator_ColumnVarNameInTable="columncUserID" msprop:Generator_ColumnPropNameInRow="cUserID" msprop:Generator_ColumnPropNameInTable="cUserIDColumn" msprop:Generator_UserColumnName="cUserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncLastChanged" msprop:Generator_ColumnPropNameInRow="cLastChanged" msprop:Generator_ColumnPropNameInTable="cLastChangedColumn" msprop:Generator_UserColumnName="cLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="cPartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncPartCount" msprop:Generator_ColumnPropNameInRow="cPartCount" msprop:Generator_ColumnPropNameInTable="cPartCountColumn" msprop:Generator_UserColumnName="cPartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChkXml" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChkXml" msprop:Generator_ColumnPropNameInRow="ChkXml" msprop:Generator_ColumnPropNameInTable="ChkXmlColumn" msprop:Generator_UserColumnName="ChkXml" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_GetConsistencyCheckProcedures" msprop:Generator_TableClassName="vesp_GetConsistencyCheckProceduresDataTable" msprop:Generator_TableVarName="tablevesp_GetConsistencyCheckProcedures" msprop:Generator_TablePropName="vesp_GetConsistencyCheckProcedures" msprop:Generator_RowDeletingName="vesp_GetConsistencyCheckProceduresRowDeleting" msprop:Generator_RowChangingName="vesp_GetConsistencyCheckProceduresRowChanging" msprop:Generator_RowEvHandlerName="vesp_GetConsistencyCheckProceduresRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_GetConsistencyCheckProceduresRowDeleted" msprop:Generator_UserTableName="vesp_GetConsistencyCheckProcedures" msprop:Generator_RowChangedName="vesp_GetConsistencyCheckProceduresRowChanged" msprop:Generator_RowEvArgName="vesp_GetConsistencyCheckProceduresRowChangeEvent" msprop:Generator_RowClassName="vesp_GetConsistencyCheckProceduresRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cDTS" msprop:Generator_ColumnVarNameInTable="columncDTS" msprop:Generator_ColumnPropNameInRow="cDTS" msprop:Generator_ColumnPropNameInTable="cDTSColumn" msprop:Generator_UserColumnName="cDTS" type="xs:dateTime" />
|
|
<xs:element name="cUserID" msprop:Generator_ColumnVarNameInTable="columncUserID" msprop:Generator_ColumnPropNameInRow="cUserID" msprop:Generator_ColumnPropNameInTable="cUserIDColumn" msprop:Generator_UserColumnName="cUserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncLastChanged" msprop:Generator_ColumnPropNameInRow="cLastChanged" msprop:Generator_ColumnPropNameInTable="cLastChangedColumn" msprop:Generator_UserColumnName="cLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="cPartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncPartCount" msprop:Generator_ColumnPropNameInRow="cPartCount" msprop:Generator_ColumnPropNameInTable="cPartCountColumn" msprop:Generator_UserColumnName="cPartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ChkXml" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnChkXml" msprop:Generator_ColumnPropNameInRow="ChkXml" msprop:Generator_ColumnPropNameInTable="ChkXmlColumn" msprop:Generator_UserColumnName="ChkXml" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_GetDatabaseSessions" msprop:Generator_TableClassName="vesp_GetDatabaseSessionsDataTable" msprop:Generator_TableVarName="tablevesp_GetDatabaseSessions" msprop:Generator_TablePropName="vesp_GetDatabaseSessions" msprop:Generator_RowDeletingName="vesp_GetDatabaseSessionsRowDeleting" msprop:Generator_RowChangingName="vesp_GetDatabaseSessionsRowChanging" msprop:Generator_RowEvHandlerName="vesp_GetDatabaseSessionsRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_GetDatabaseSessionsRowDeleted" msprop:Generator_UserTableName="vesp_GetDatabaseSessions" msprop:Generator_RowChangedName="vesp_GetDatabaseSessionsRowChanged" msprop:Generator_RowEvArgName="vesp_GetDatabaseSessionsRowChangeEvent" msprop:Generator_RowClassName="vesp_GetDatabaseSessionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="SessionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnSessionID" msprop:Generator_ColumnPropNameInRow="SessionID" msprop:Generator_ColumnPropNameInTable="SessionIDColumn" msprop:Generator_UserColumnName="SessionID" type="xs:int" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="MachineName" msprop:Generator_ColumnVarNameInTable="columnMachineName" msprop:Generator_ColumnPropNameInRow="MachineName" msprop:Generator_ColumnPropNameInTable="MachineNameColumn" msprop:Generator_UserColumnName="MachineName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="OwnerTypeName" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnOwnerTypeName" msprop:Generator_ColumnPropNameInRow="OwnerTypeName" msprop:Generator_ColumnPropNameInTable="OwnerTypeNameColumn" msprop:Generator_UserColumnName="OwnerTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="13" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="HowMany" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnHowMany" msprop:Generator_ColumnPropNameInRow="HowMany" msprop:Generator_ColumnPropNameInTable="HowManyColumn" msprop:Generator_UserColumnName="HowMany" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Status" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnStatus" msprop:Generator_ColumnPropNameInRow="Status" msprop:Generator_ColumnPropNameInTable="StatusColumn" msprop:Generator_UserColumnName="Status" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FolderName" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFolderName" msprop:Generator_ColumnPropNameInRow="FolderName" msprop:Generator_ColumnPropNameInTable="FolderNameColumn" msprop:Generator_UserColumnName="FolderName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GrandParentName" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGrandParentName" msprop:Generator_ColumnPropNameInRow="GrandParentName" msprop:Generator_ColumnPropNameInTable="GrandParentNameColumn" msprop:Generator_UserColumnName="GrandParentName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ParentName" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnParentName" msprop:Generator_ColumnPropNameInRow="ParentName" msprop:Generator_ColumnPropNameInTable="ParentNameColumn" msprop:Generator_UserColumnName="ParentName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemPath" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemPath" msprop:Generator_ColumnPropNameInRow="ItemPath" msprop:Generator_ColumnPropNameInTable="ItemPathColumn" msprop:Generator_UserColumnName="ItemPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTSStart" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTSStart" msprop:Generator_ColumnPropNameInRow="DTSStart" msprop:Generator_ColumnPropNameInTable="DTSStartColumn" msprop:Generator_UserColumnName="DTSStart" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_GetDisconnectedItemsCount" msprop:Generator_TableClassName="vesp_GetDisconnectedItemsCountDataTable" msprop:Generator_TableVarName="tablevesp_GetDisconnectedItemsCount" msprop:Generator_TablePropName="vesp_GetDisconnectedItemsCount" msprop:Generator_RowDeletingName="vesp_GetDisconnectedItemsCountRowDeleting" msprop:Generator_RowChangingName="vesp_GetDisconnectedItemsCountRowChanging" msprop:Generator_RowEvHandlerName="vesp_GetDisconnectedItemsCountRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_GetDisconnectedItemsCountRowDeleted" msprop:Generator_UserTableName="vesp_GetDisconnectedItemsCount" msprop:Generator_RowChangedName="vesp_GetDisconnectedItemsCountRowChanged" msprop:Generator_RowEvArgName="vesp_GetDisconnectedItemsCountRowChangeEvent" msprop:Generator_RowClassName="vesp_GetDisconnectedItemsCountRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="HowMany" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnHowMany" msprop:Generator_ColumnPropNameInRow="HowMany" msprop:Generator_ColumnPropNameInTable="HowManyColumn" msprop:Generator_UserColumnName="HowMany" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_GetFormatVersions" msprop:Generator_TableClassName="vesp_GetFormatVersionsDataTable" msprop:Generator_TableVarName="tablevesp_GetFormatVersions" msprop:Generator_TablePropName="vesp_GetFormatVersions" msprop:Generator_RowDeletingName="vesp_GetFormatVersionsRowDeleting" msprop:Generator_RowChangingName="vesp_GetFormatVersionsRowChanging" msprop:Generator_RowEvHandlerName="vesp_GetFormatVersionsRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_GetFormatVersionsRowDeleted" msprop:Generator_UserTableName="vesp_GetFormatVersions" msprop:Generator_RowChangedName="vesp_GetFormatVersionsRowChanged" msprop:Generator_RowEvArgName="vesp_GetFormatVersionsRowChangeEvent" msprop:Generator_RowClassName="vesp_GetFormatVersionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Title" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="353" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_GetNonEditableItems" msprop:Generator_TableClassName="vesp_GetNonEditableItemsDataTable" msprop:Generator_TableVarName="tablevesp_GetNonEditableItems" msprop:Generator_TablePropName="vesp_GetNonEditableItems" msprop:Generator_RowDeletingName="vesp_GetNonEditableItemsRowDeleting" msprop:Generator_RowChangingName="vesp_GetNonEditableItemsRowChanging" msprop:Generator_RowEvHandlerName="vesp_GetNonEditableItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_GetNonEditableItemsRowDeleted" msprop:Generator_UserTableName="vesp_GetNonEditableItems" msprop:Generator_RowChangedName="vesp_GetNonEditableItemsRowChanged" msprop:Generator_RowEvArgName="vesp_GetNonEditableItemsRowChangeEvent" msprop:Generator_RowClassName="vesp_GetNonEditableItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_GetNonEnhancedDocVersions" msprop:Generator_TableClassName="vesp_GetNonEnhancedDocVersionsDataTable" msprop:Generator_TableVarName="tablevesp_GetNonEnhancedDocVersions" msprop:Generator_TablePropName="vesp_GetNonEnhancedDocVersions" msprop:Generator_RowDeletingName="vesp_GetNonEnhancedDocVersionsRowDeleting" msprop:Generator_RowChangingName="vesp_GetNonEnhancedDocVersionsRowChanging" msprop:Generator_RowEvHandlerName="vesp_GetNonEnhancedDocVersionsRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_GetNonEnhancedDocVersionsRowDeleted" msprop:Generator_UserTableName="vesp_GetNonEnhancedDocVersions" msprop:Generator_RowChangedName="vesp_GetNonEnhancedDocVersionsRowChanged" msprop:Generator_RowEvArgName="vesp_GetNonEnhancedDocVersionsRowChangeEvent" msprop:Generator_RowClassName="vesp_GetNonEnhancedDocVersionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="FolderID" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="VersionType" msprop:Generator_ColumnVarNameInTable="columnVersionType" msprop:Generator_ColumnPropNameInRow="VersionType" msprop:Generator_ColumnPropNameInTable="VersionTypeColumn" msprop:Generator_UserColumnName="VersionType" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AssociationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAssociationCount" msprop:Generator_ColumnPropNameInRow="AssociationCount" msprop:Generator_ColumnPropNameInTable="AssociationCountColumn" msprop:Generator_UserColumnName="AssociationCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_GetROUsagesByProcedure" msprop:Generator_TableClassName="vesp_GetROUsagesByProcedureDataTable" msprop:Generator_TableVarName="tablevesp_GetROUsagesByProcedure" msprop:Generator_TablePropName="vesp_GetROUsagesByProcedure" msprop:Generator_RowDeletingName="vesp_GetROUsagesByProcedureRowDeleting" msprop:Generator_RowChangingName="vesp_GetROUsagesByProcedureRowChanging" msprop:Generator_RowEvHandlerName="vesp_GetROUsagesByProcedureRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_GetROUsagesByProcedureRowDeleted" msprop:Generator_UserTableName="vesp_GetROUsagesByProcedure" msprop:Generator_RowChangedName="vesp_GetROUsagesByProcedureRowChanged" msprop:Generator_RowEvArgName="vesp_GetROUsagesByProcedureRowChangeEvent" msprop:Generator_RowClassName="vesp_GetROUsagesByProcedureRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DvPath" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDvPath" msprop:Generator_ColumnPropNameInRow="DvPath" msprop:Generator_ColumnPropNameInTable="DvPathColumn" msprop:Generator_UserColumnName="DvPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Path" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Level" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLevel" msprop:Generator_ColumnPropNameInRow="Level" msprop:Generator_ColumnPropNameInTable="LevelColumn" msprop:Generator_UserColumnName="Level" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FromType" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PreviousID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cDTS" msprop:Generator_ColumnVarNameInTable="columncDTS" msprop:Generator_ColumnPropNameInRow="cDTS" msprop:Generator_ColumnPropNameInTable="cDTSColumn" msprop:Generator_UserColumnName="cDTS" type="xs:dateTime" />
|
|
<xs:element name="cUserID" msprop:Generator_ColumnVarNameInTable="columncUserID" msprop:Generator_ColumnPropNameInRow="cUserID" msprop:Generator_ColumnPropNameInTable="cUserIDColumn" msprop:Generator_UserColumnName="cUserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncLastChanged" msprop:Generator_ColumnPropNameInRow="cLastChanged" msprop:Generator_ColumnPropNameInTable="cLastChangedColumn" msprop:Generator_UserColumnName="cLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="pContentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpContentID" msprop:Generator_ColumnPropNameInRow="pContentID" msprop:Generator_ColumnPropNameInTable="pContentIDColumn" msprop:Generator_UserColumnName="pContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pDTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpDTS" msprop:Generator_ColumnPropNameInRow="pDTS" msprop:Generator_ColumnPropNameInTable="pDTSColumn" msprop:Generator_UserColumnName="pDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="pUserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpUserID" msprop:Generator_ColumnPropNameInRow="pUserID" msprop:Generator_ColumnPropNameInTable="pUserIDColumn" msprop:Generator_UserColumnName="pUserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpLastChanged" msprop:Generator_ColumnPropNameInRow="pLastChanged" msprop:Generator_ColumnPropNameInTable="pLastChangedColumn" msprop:Generator_UserColumnName="pLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="cPartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncPartCount" msprop:Generator_ColumnPropNameInRow="cPartCount" msprop:Generator_ColumnPropNameInTable="cPartCountColumn" msprop:Generator_UserColumnName="cPartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FoundROID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFoundROID" msprop:Generator_ColumnPropNameInRow="FoundROID" msprop:Generator_ColumnPropNameInTable="FoundROIDColumn" msprop:Generator_UserColumnName="FoundROID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_GetSQLCodeRevision" msprop:Generator_TableClassName="vesp_GetSQLCodeRevisionDataTable" msprop:Generator_TableVarName="tablevesp_GetSQLCodeRevision" msprop:Generator_TablePropName="vesp_GetSQLCodeRevision" msprop:Generator_RowDeletingName="vesp_GetSQLCodeRevisionRowDeleting" msprop:Generator_RowChangingName="vesp_GetSQLCodeRevisionRowChanging" msprop:Generator_RowEvHandlerName="vesp_GetSQLCodeRevisionRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_GetSQLCodeRevisionRowDeleted" msprop:Generator_UserTableName="vesp_GetSQLCodeRevision" msprop:Generator_RowChangedName="vesp_GetSQLCodeRevisionRowChanged" msprop:Generator_RowEvArgName="vesp_GetSQLCodeRevisionRowChangeEvent" msprop:Generator_RowClassName="vesp_GetSQLCodeRevisionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RevDate" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRevDate" msprop:Generator_ColumnPropNameInRow="RevDate" msprop:Generator_ColumnPropNameInTable="RevDateColumn" msprop:Generator_UserColumnName="RevDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="RevDescription" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRevDescription" msprop:Generator_ColumnPropNameInRow="RevDescription" msprop:Generator_ColumnPropNameInTable="RevDescriptionColumn" msprop:Generator_UserColumnName="RevDescription" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_GetTransitionReportData" msprop:Generator_TableClassName="vesp_GetTransitionReportDataDataTable" msprop:Generator_TableVarName="tablevesp_GetTransitionReportData" msprop:Generator_TablePropName="vesp_GetTransitionReportData" msprop:Generator_RowDeletingName="vesp_GetTransitionReportDataRowDeleting" msprop:Generator_RowChangingName="vesp_GetTransitionReportDataRowChanging" msprop:Generator_RowEvHandlerName="vesp_GetTransitionReportDataRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_GetTransitionReportDataRowDeleted" msprop:Generator_UserTableName="vesp_GetTransitionReportData" msprop:Generator_RowChangedName="vesp_GetTransitionReportDataRowChanged" msprop:Generator_RowEvArgName="vesp_GetTransitionReportDataRowChangeEvent" msprop:Generator_RowClassName="vesp_GetTransitionReportDataRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="level" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnlevel" msprop:Generator_ColumnPropNameInRow="level" msprop:Generator_ColumnPropNameInTable="levelColumn" msprop:Generator_UserColumnName="level" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FromID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ToID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RangeID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="IsRange" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnIsRange" msprop:Generator_ColumnPropNameInRow="IsRange" msprop:Generator_ColumnPropNameInTable="IsRangeColumn" msprop:Generator_UserColumnName="IsRange" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TranType" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ZTransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZTransitionCount" msprop:Generator_ColumnPropNameInRow="ZTransitionCount" msprop:Generator_ColumnPropNameInTable="ZTransitionCountColumn" msprop:Generator_UserColumnName="ZTransitionCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_GetTranTypesByFormatID" msprop:Generator_TableClassName="vesp_GetTranTypesByFormatIDDataTable" msprop:Generator_TableVarName="tablevesp_GetTranTypesByFormatID" msprop:Generator_TablePropName="vesp_GetTranTypesByFormatID" msprop:Generator_RowDeletingName="vesp_GetTranTypesByFormatIDRowDeleting" msprop:Generator_RowChangingName="vesp_GetTranTypesByFormatIDRowChanging" msprop:Generator_RowEvHandlerName="vesp_GetTranTypesByFormatIDRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_GetTranTypesByFormatIDRowDeleted" msprop:Generator_UserTableName="vesp_GetTranTypesByFormatID" msprop:Generator_RowChangedName="vesp_GetTranTypesByFormatIDRowChanged" msprop:Generator_RowEvArgName="vesp_GetTranTypesByFormatIDRowChangeEvent" msprop:Generator_RowClassName="vesp_GetTranTypesByFormatIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="transindex" msprop:Generator_ColumnVarNameInTable="columntransindex" msprop:Generator_ColumnPropNameInRow="transindex" msprop:Generator_ColumnPropNameInTable="transindexColumn" msprop:Generator_UserColumnName="transindex" type="xs:int" minOccurs="0" />
|
|
<xs:element name="transmenu" msprop:Generator_ColumnVarNameInTable="columntransmenu" msprop:Generator_ColumnPropNameInRow="transmenu" msprop:Generator_ColumnPropNameInTable="transmenuColumn" msprop:Generator_UserColumnName="transmenu" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_GetUnusedFiguresCount" msprop:Generator_TableClassName="vesp_GetUnusedFiguresCountDataTable" msprop:Generator_TableVarName="tablevesp_GetUnusedFiguresCount" msprop:Generator_TablePropName="vesp_GetUnusedFiguresCount" msprop:Generator_RowDeletingName="vesp_GetUnusedFiguresCountRowDeleting" msprop:Generator_RowChangingName="vesp_GetUnusedFiguresCountRowChanging" msprop:Generator_RowEvHandlerName="vesp_GetUnusedFiguresCountRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_GetUnusedFiguresCountRowDeleted" msprop:Generator_UserTableName="vesp_GetUnusedFiguresCount" msprop:Generator_RowChangedName="vesp_GetUnusedFiguresCountRowChanged" msprop:Generator_RowEvArgName="vesp_GetUnusedFiguresCountRowChangeEvent" msprop:Generator_RowClassName="vesp_GetUnusedFiguresCountRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="HowMany" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnHowMany" msprop:Generator_ColumnPropNameInRow="HowMany" msprop:Generator_ColumnPropNameInTable="HowManyColumn" msprop:Generator_UserColumnName="HowMany" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_GetUnusedROAssociationsCount" msprop:Generator_TableClassName="vesp_GetUnusedROAssociationsCountDataTable" msprop:Generator_TableVarName="tablevesp_GetUnusedROAssociationsCount" msprop:Generator_TablePropName="vesp_GetUnusedROAssociationsCount" msprop:Generator_RowDeletingName="vesp_GetUnusedROAssociationsCountRowDeleting" msprop:Generator_RowChangingName="vesp_GetUnusedROAssociationsCountRowChanging" msprop:Generator_RowEvHandlerName="vesp_GetUnusedROAssociationsCountRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_GetUnusedROAssociationsCountRowDeleted" msprop:Generator_UserTableName="vesp_GetUnusedROAssociationsCount" msprop:Generator_RowChangedName="vesp_GetUnusedROAssociationsCountRowChanged" msprop:Generator_RowEvArgName="vesp_GetUnusedROAssociationsCountRowChangeEvent" msprop:Generator_RowClassName="vesp_GetUnusedROAssociationsCountRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="HowMany" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnHowMany" msprop:Generator_ColumnPropNameInRow="HowMany" msprop:Generator_ColumnPropNameInTable="HowManyColumn" msprop:Generator_UserColumnName="HowMany" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_GetUnusedRoFstsCount" msprop:Generator_TableClassName="vesp_GetUnusedRoFstsCountDataTable" msprop:Generator_TableVarName="tablevesp_GetUnusedRoFstsCount" msprop:Generator_TablePropName="vesp_GetUnusedRoFstsCount" msprop:Generator_RowDeletingName="vesp_GetUnusedRoFstsCountRowDeleting" msprop:Generator_RowChangingName="vesp_GetUnusedRoFstsCountRowChanging" msprop:Generator_RowEvHandlerName="vesp_GetUnusedRoFstsCountRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_GetUnusedRoFstsCountRowDeleted" msprop:Generator_UserTableName="vesp_GetUnusedRoFstsCount" msprop:Generator_RowChangedName="vesp_GetUnusedRoFstsCountRowChanged" msprop:Generator_RowEvArgName="vesp_GetUnusedRoFstsCountRowChangeEvent" msprop:Generator_RowClassName="vesp_GetUnusedRoFstsCountRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="HowMany" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnHowMany" msprop:Generator_ColumnPropNameInRow="HowMany" msprop:Generator_ColumnPropNameInTable="HowManyColumn" msprop:Generator_UserColumnName="HowMany" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ListChildren" msprop:Generator_TableClassName="vesp_ListChildrenDataTable" msprop:Generator_TableVarName="tablevesp_ListChildren" msprop:Generator_TablePropName="vesp_ListChildren" msprop:Generator_RowDeletingName="vesp_ListChildrenRowDeleting" msprop:Generator_RowChangingName="vesp_ListChildrenRowChanging" msprop:Generator_RowEvHandlerName="vesp_ListChildrenRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ListChildrenRowDeleted" msprop:Generator_UserTableName="vesp_ListChildren" msprop:Generator_RowChangedName="vesp_ListChildrenRowChanged" msprop:Generator_RowEvArgName="vesp_ListChildrenRowChangeEvent" msprop:Generator_RowClassName="vesp_ListChildrenRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Level" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLevel" msprop:Generator_ColumnPropNameInRow="Level" msprop:Generator_ColumnPropNameInTable="LevelColumn" msprop:Generator_UserColumnName="Level" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FromType" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PreviousID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cDTS" msprop:Generator_ColumnVarNameInTable="columncDTS" msprop:Generator_ColumnPropNameInRow="cDTS" msprop:Generator_ColumnPropNameInTable="cDTSColumn" msprop:Generator_UserColumnName="cDTS" type="xs:dateTime" />
|
|
<xs:element name="cUserID" msprop:Generator_ColumnVarNameInTable="columncUserID" msprop:Generator_ColumnPropNameInRow="cUserID" msprop:Generator_ColumnPropNameInTable="cUserIDColumn" msprop:Generator_UserColumnName="cUserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncLastChanged" msprop:Generator_ColumnPropNameInRow="cLastChanged" msprop:Generator_ColumnPropNameInTable="cLastChangedColumn" msprop:Generator_UserColumnName="cLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ListContentPath" msprop:Generator_TableClassName="vesp_ListContentPathDataTable" msprop:Generator_TableVarName="tablevesp_ListContentPath" msprop:Generator_TablePropName="vesp_ListContentPath" msprop:Generator_RowDeletingName="vesp_ListContentPathRowDeleting" msprop:Generator_RowChangingName="vesp_ListContentPathRowChanging" msprop:Generator_RowEvHandlerName="vesp_ListContentPathRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ListContentPathRowDeleted" msprop:Generator_UserTableName="vesp_ListContentPath" msprop:Generator_RowChangedName="vesp_ListContentPathRowChanged" msprop:Generator_RowEvArgName="vesp_ListContentPathRowChangeEvent" msprop:Generator_RowClassName="vesp_ListContentPathRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="BaseID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnBaseID" msprop:Generator_ColumnPropNameInRow="BaseID" msprop:Generator_ColumnPropNameInTable="BaseIDColumn" msprop:Generator_UserColumnName="BaseID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Level" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLevel" msprop:Generator_ColumnPropNameInRow="Level" msprop:Generator_ColumnPropNameInTable="LevelColumn" msprop:Generator_UserColumnName="Level" type="xs:int" minOccurs="0" />
|
|
<xs:element name="MaxItem" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMaxItem" msprop:Generator_ColumnPropNameInRow="MaxItem" msprop:Generator_ColumnPropNameInTable="MaxItemColumn" msprop:Generator_UserColumnName="MaxItem" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Number" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ListContentsAfterLastChanged" msprop:Generator_TableClassName="vesp_ListContentsAfterLastChangedDataTable" msprop:Generator_TableVarName="tablevesp_ListContentsAfterLastChanged" msprop:Generator_TablePropName="vesp_ListContentsAfterLastChanged" msprop:Generator_RowDeletingName="vesp_ListContentsAfterLastChangedRowDeleting" msprop:Generator_RowChangingName="vesp_ListContentsAfterLastChangedRowChanging" msprop:Generator_RowEvHandlerName="vesp_ListContentsAfterLastChangedRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ListContentsAfterLastChangedRowDeleted" msprop:Generator_UserTableName="vesp_ListContentsAfterLastChanged" msprop:Generator_RowChangedName="vesp_ListContentsAfterLastChangedRowChanged" msprop:Generator_RowEvArgName="vesp_ListContentsAfterLastChangedRowChangeEvent" msprop:Generator_RowClassName="vesp_ListContentsAfterLastChangedRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ListContentsAfterLastChanged2" msprop:Generator_TableClassName="vesp_ListContentsAfterLastChanged2DataTable" msprop:Generator_TableVarName="tablevesp_ListContentsAfterLastChanged2" msprop:Generator_TablePropName="vesp_ListContentsAfterLastChanged2" msprop:Generator_RowDeletingName="vesp_ListContentsAfterLastChanged2RowDeleting" msprop:Generator_RowChangingName="vesp_ListContentsAfterLastChanged2RowChanging" msprop:Generator_RowEvHandlerName="vesp_ListContentsAfterLastChanged2RowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ListContentsAfterLastChanged2RowDeleted" msprop:Generator_UserTableName="vesp_ListContentsAfterLastChanged2" msprop:Generator_RowChangedName="vesp_ListContentsAfterLastChanged2RowChanged" msprop:Generator_RowEvArgName="vesp_ListContentsAfterLastChanged2RowChangeEvent" msprop:Generator_RowClassName="vesp_ListContentsAfterLastChanged2Row">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="LastContentChange" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastContentChange" msprop:Generator_ColumnPropNameInRow="LastContentChange" msprop:Generator_ColumnPropNameInTable="LastContentChangeColumn" msprop:Generator_UserColumnName="LastContentChange" type="xs:long" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ListContentsByItemID" msprop:Generator_TableClassName="vesp_ListContentsByItemIDDataTable" msprop:Generator_TableVarName="tablevesp_ListContentsByItemID" msprop:Generator_TablePropName="vesp_ListContentsByItemID" msprop:Generator_RowDeletingName="vesp_ListContentsByItemIDRowDeleting" msprop:Generator_RowChangingName="vesp_ListContentsByItemIDRowChanging" msprop:Generator_RowEvHandlerName="vesp_ListContentsByItemIDRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ListContentsByItemIDRowDeleted" msprop:Generator_UserTableName="vesp_ListContentsByItemID" msprop:Generator_RowChangedName="vesp_ListContentsByItemIDRowChanged" msprop:Generator_RowEvArgName="vesp_ListContentsByItemIDRowChangeEvent" msprop:Generator_RowClassName="vesp_ListContentsByItemIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ListItemAndChildren" msprop:Generator_TableClassName="vesp_ListItemAndChildrenDataTable" msprop:Generator_TableVarName="tablevesp_ListItemAndChildren" msprop:Generator_TablePropName="vesp_ListItemAndChildren" msprop:Generator_RowDeletingName="vesp_ListItemAndChildrenRowDeleting" msprop:Generator_RowChangingName="vesp_ListItemAndChildrenRowChanging" msprop:Generator_RowEvHandlerName="vesp_ListItemAndChildrenRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ListItemAndChildrenRowDeleted" msprop:Generator_UserTableName="vesp_ListItemAndChildren" msprop:Generator_RowChangedName="vesp_ListItemAndChildrenRowChanged" msprop:Generator_RowEvArgName="vesp_ListItemAndChildrenRowChangeEvent" msprop:Generator_RowClassName="vesp_ListItemAndChildrenRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Level" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLevel" msprop:Generator_ColumnPropNameInRow="Level" msprop:Generator_ColumnPropNameInTable="LevelColumn" msprop:Generator_UserColumnName="Level" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FromType" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PreviousID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cDTS" msprop:Generator_ColumnVarNameInTable="columncDTS" msprop:Generator_ColumnPropNameInRow="cDTS" msprop:Generator_ColumnPropNameInTable="cDTSColumn" msprop:Generator_UserColumnName="cDTS" type="xs:dateTime" />
|
|
<xs:element name="cUserID" msprop:Generator_ColumnVarNameInTable="columncUserID" msprop:Generator_ColumnPropNameInRow="cUserID" msprop:Generator_ColumnPropNameInTable="cUserIDColumn" msprop:Generator_UserColumnName="cUserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncLastChanged" msprop:Generator_ColumnPropNameInRow="cLastChanged" msprop:Generator_ColumnPropNameInTable="cLastChangedColumn" msprop:Generator_UserColumnName="cLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="pContentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpContentID" msprop:Generator_ColumnPropNameInRow="pContentID" msprop:Generator_ColumnPropNameInTable="pContentIDColumn" msprop:Generator_UserColumnName="pContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pDTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpDTS" msprop:Generator_ColumnPropNameInRow="pDTS" msprop:Generator_ColumnPropNameInTable="pDTSColumn" msprop:Generator_UserColumnName="pDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="pUserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpUserID" msprop:Generator_ColumnPropNameInRow="pUserID" msprop:Generator_ColumnPropNameInTable="pUserIDColumn" msprop:Generator_UserColumnName="pUserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpLastChanged" msprop:Generator_ColumnPropNameInRow="pLastChanged" msprop:Generator_ColumnPropNameInTable="pLastChangedColumn" msprop:Generator_UserColumnName="pLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="cPartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncPartCount" msprop:Generator_ColumnPropNameInRow="cPartCount" msprop:Generator_ColumnPropNameInTable="cPartCountColumn" msprop:Generator_UserColumnName="cPartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ListItemAndChildrenByUnit" msprop:Generator_TableClassName="vesp_ListItemAndChildrenByUnitDataTable" msprop:Generator_TableVarName="tablevesp_ListItemAndChildrenByUnit" msprop:Generator_TablePropName="vesp_ListItemAndChildrenByUnit" msprop:Generator_RowDeletingName="vesp_ListItemAndChildrenByUnitRowDeleting" msprop:Generator_RowChangingName="vesp_ListItemAndChildrenByUnitRowChanging" msprop:Generator_RowEvHandlerName="vesp_ListItemAndChildrenByUnitRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ListItemAndChildrenByUnitRowDeleted" msprop:Generator_UserTableName="vesp_ListItemAndChildrenByUnit" msprop:Generator_RowChangedName="vesp_ListItemAndChildrenByUnitRowChanged" msprop:Generator_RowEvArgName="vesp_ListItemAndChildrenByUnitRowChangeEvent" msprop:Generator_RowClassName="vesp_ListItemAndChildrenByUnitRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Level" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLevel" msprop:Generator_ColumnPropNameInRow="Level" msprop:Generator_ColumnPropNameInTable="LevelColumn" msprop:Generator_UserColumnName="Level" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FromType" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PreviousID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cDTS" msprop:Generator_ColumnVarNameInTable="columncDTS" msprop:Generator_ColumnPropNameInRow="cDTS" msprop:Generator_ColumnPropNameInTable="cDTSColumn" msprop:Generator_UserColumnName="cDTS" type="xs:dateTime" />
|
|
<xs:element name="cUserID" msprop:Generator_ColumnVarNameInTable="columncUserID" msprop:Generator_ColumnPropNameInRow="cUserID" msprop:Generator_ColumnPropNameInTable="cUserIDColumn" msprop:Generator_UserColumnName="cUserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncLastChanged" msprop:Generator_ColumnPropNameInRow="cLastChanged" msprop:Generator_ColumnPropNameInTable="cLastChangedColumn" msprop:Generator_UserColumnName="cLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="pContentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpContentID" msprop:Generator_ColumnPropNameInRow="pContentID" msprop:Generator_ColumnPropNameInTable="pContentIDColumn" msprop:Generator_UserColumnName="pContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pDTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpDTS" msprop:Generator_ColumnPropNameInRow="pDTS" msprop:Generator_ColumnPropNameInTable="pDTSColumn" msprop:Generator_UserColumnName="pDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="pUserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpUserID" msprop:Generator_ColumnPropNameInRow="pUserID" msprop:Generator_ColumnPropNameInTable="pUserIDColumn" msprop:Generator_UserColumnName="pUserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpLastChanged" msprop:Generator_ColumnPropNameInRow="pLastChanged" msprop:Generator_ColumnPropNameInTable="pLastChangedColumn" msprop:Generator_UserColumnName="pLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="cPartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncPartCount" msprop:Generator_ColumnPropNameInRow="cPartCount" msprop:Generator_ColumnPropNameInTable="cPartCountColumn" msprop:Generator_UserColumnName="cPartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ListItems" msprop:Generator_TableClassName="vesp_ListItemsDataTable" msprop:Generator_TableVarName="tablevesp_ListItems" msprop:Generator_TablePropName="vesp_ListItems" msprop:Generator_RowDeletingName="vesp_ListItemsRowDeleting" msprop:Generator_RowChangingName="vesp_ListItemsRowChanging" msprop:Generator_RowEvHandlerName="vesp_ListItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ListItemsRowDeleted" msprop:Generator_UserTableName="vesp_ListItems" msprop:Generator_RowChangedName="vesp_ListItemsRowChanged" msprop:Generator_RowEvArgName="vesp_ListItemsRowChangeEvent" msprop:Generator_RowClassName="vesp_ListItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PreviousID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ListItemsAfterLastChanged" msprop:Generator_TableClassName="vesp_ListItemsAfterLastChangedDataTable" msprop:Generator_TableVarName="tablevesp_ListItemsAfterLastChanged" msprop:Generator_TablePropName="vesp_ListItemsAfterLastChanged" msprop:Generator_RowDeletingName="vesp_ListItemsAfterLastChangedRowDeleting" msprop:Generator_RowChangingName="vesp_ListItemsAfterLastChangedRowChanging" msprop:Generator_RowEvHandlerName="vesp_ListItemsAfterLastChangedRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ListItemsAfterLastChangedRowDeleted" msprop:Generator_UserTableName="vesp_ListItemsAfterLastChanged" msprop:Generator_RowChangedName="vesp_ListItemsAfterLastChangedRowChanged" msprop:Generator_RowEvArgName="vesp_ListItemsAfterLastChangedRowChangeEvent" msprop:Generator_RowClassName="vesp_ListItemsAfterLastChangedRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ParentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="LastItemChange" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastItemChange" msprop:Generator_ColumnPropNameInRow="LastItemChange" msprop:Generator_ColumnPropNameInTable="LastItemChangeColumn" msprop:Generator_UserColumnName="LastItemChange" type="xs:long" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ListItemsAndContent" msprop:Generator_TableClassName="vesp_ListItemsAndContentDataTable" msprop:Generator_TableVarName="tablevesp_ListItemsAndContent" msprop:Generator_TablePropName="vesp_ListItemsAndContent" msprop:Generator_RowDeletingName="vesp_ListItemsAndContentRowDeleting" msprop:Generator_RowChangingName="vesp_ListItemsAndContentRowChanging" msprop:Generator_RowEvHandlerName="vesp_ListItemsAndContentRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ListItemsAndContentRowDeleted" msprop:Generator_UserTableName="vesp_ListItemsAndContent" msprop:Generator_RowChangedName="vesp_ListItemsAndContentRowChanged" msprop:Generator_RowEvArgName="vesp_ListItemsAndContentRowChangeEvent" msprop:Generator_RowClassName="vesp_ListItemsAndContentRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PreviousID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cDTS" msprop:Generator_ColumnVarNameInTable="columncDTS" msprop:Generator_ColumnPropNameInRow="cDTS" msprop:Generator_ColumnPropNameInTable="cDTSColumn" msprop:Generator_UserColumnName="cDTS" type="xs:dateTime" />
|
|
<xs:element name="cUserID" msprop:Generator_ColumnVarNameInTable="columncUserID" msprop:Generator_ColumnPropNameInRow="cUserID" msprop:Generator_ColumnPropNameInTable="cUserIDColumn" msprop:Generator_UserColumnName="cUserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncLastChanged" msprop:Generator_ColumnPropNameInRow="cLastChanged" msprop:Generator_ColumnPropNameInTable="cLastChangedColumn" msprop:Generator_UserColumnName="cLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="cPartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncPartCount" msprop:Generator_ColumnPropNameInRow="cPartCount" msprop:Generator_ColumnPropNameInTable="cPartCountColumn" msprop:Generator_UserColumnName="cPartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ListItemsToRefresh" msprop:Generator_TableClassName="vesp_ListItemsToRefreshDataTable" msprop:Generator_TableVarName="tablevesp_ListItemsToRefresh" msprop:Generator_TablePropName="vesp_ListItemsToRefresh" msprop:Generator_RowDeletingName="vesp_ListItemsToRefreshRowDeleting" msprop:Generator_RowChangingName="vesp_ListItemsToRefreshRowChanging" msprop:Generator_RowEvHandlerName="vesp_ListItemsToRefreshRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ListItemsToRefreshRowDeleted" msprop:Generator_UserTableName="vesp_ListItemsToRefresh" msprop:Generator_RowChangedName="vesp_ListItemsToRefreshRowChanged" msprop:Generator_RowEvArgName="vesp_ListItemsToRefreshRowChangeEvent" msprop:Generator_RowClassName="vesp_ListItemsToRefreshRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ListItemsTranFrom" msprop:Generator_TableClassName="vesp_ListItemsTranFromDataTable" msprop:Generator_TableVarName="tablevesp_ListItemsTranFrom" msprop:Generator_TablePropName="vesp_ListItemsTranFrom" msprop:Generator_RowDeletingName="vesp_ListItemsTranFromRowDeleting" msprop:Generator_RowChangingName="vesp_ListItemsTranFromRowChanging" msprop:Generator_RowEvHandlerName="vesp_ListItemsTranFromRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ListItemsTranFromRowDeleted" msprop:Generator_UserTableName="vesp_ListItemsTranFrom" msprop:Generator_RowChangedName="vesp_ListItemsTranFromRowChanged" msprop:Generator_RowEvArgName="vesp_ListItemsTranFromRowChangeEvent" msprop:Generator_RowClassName="vesp_ListItemsTranFromRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ListItemsTranFromAndContent" msprop:Generator_TableClassName="vesp_ListItemsTranFromAndContentDataTable" msprop:Generator_TableVarName="tablevesp_ListItemsTranFromAndContent" msprop:Generator_TablePropName="vesp_ListItemsTranFromAndContent" msprop:Generator_RowDeletingName="vesp_ListItemsTranFromAndContentRowDeleting" msprop:Generator_RowChangingName="vesp_ListItemsTranFromAndContentRowChanging" msprop:Generator_RowEvHandlerName="vesp_ListItemsTranFromAndContentRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ListItemsTranFromAndContentRowDeleted" msprop:Generator_UserTableName="vesp_ListItemsTranFromAndContent" msprop:Generator_RowChangedName="vesp_ListItemsTranFromAndContentRowChanged" msprop:Generator_RowEvArgName="vesp_ListItemsTranFromAndContentRowChangeEvent" msprop:Generator_RowClassName="vesp_ListItemsTranFromAndContentRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cDTS" msprop:Generator_ColumnVarNameInTable="columncDTS" msprop:Generator_ColumnPropNameInRow="cDTS" msprop:Generator_ColumnPropNameInTable="cDTSColumn" msprop:Generator_UserColumnName="cDTS" type="xs:dateTime" />
|
|
<xs:element name="cUserID" msprop:Generator_ColumnVarNameInTable="columncUserID" msprop:Generator_ColumnPropNameInRow="cUserID" msprop:Generator_ColumnPropNameInTable="cUserIDColumn" msprop:Generator_UserColumnName="cUserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncLastChanged" msprop:Generator_ColumnPropNameInRow="cLastChanged" msprop:Generator_ColumnPropNameInTable="cLastChangedColumn" msprop:Generator_UserColumnName="cLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="cPartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncPartCount" msprop:Generator_ColumnPropNameInRow="cPartCount" msprop:Generator_ColumnPropNameInTable="cPartCountColumn" msprop:Generator_UserColumnName="cPartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ListItemsTranTo" msprop:Generator_TableClassName="vesp_ListItemsTranToDataTable" msprop:Generator_TableVarName="tablevesp_ListItemsTranTo" msprop:Generator_TablePropName="vesp_ListItemsTranTo" msprop:Generator_RowDeletingName="vesp_ListItemsTranToRowDeleting" msprop:Generator_RowChangingName="vesp_ListItemsTranToRowChanging" msprop:Generator_RowEvHandlerName="vesp_ListItemsTranToRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ListItemsTranToRowDeleted" msprop:Generator_UserTableName="vesp_ListItemsTranTo" msprop:Generator_RowChangedName="vesp_ListItemsTranToRowChanged" msprop:Generator_RowEvArgName="vesp_ListItemsTranToRowChangeEvent" msprop:Generator_RowClassName="vesp_ListItemsTranToRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ListItemsTranToAndContent" msprop:Generator_TableClassName="vesp_ListItemsTranToAndContentDataTable" msprop:Generator_TableVarName="tablevesp_ListItemsTranToAndContent" msprop:Generator_TablePropName="vesp_ListItemsTranToAndContent" msprop:Generator_RowDeletingName="vesp_ListItemsTranToAndContentRowDeleting" msprop:Generator_RowChangingName="vesp_ListItemsTranToAndContentRowChanging" msprop:Generator_RowEvHandlerName="vesp_ListItemsTranToAndContentRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ListItemsTranToAndContentRowDeleted" msprop:Generator_UserTableName="vesp_ListItemsTranToAndContent" msprop:Generator_RowChangedName="vesp_ListItemsTranToAndContentRowChanged" msprop:Generator_RowEvArgName="vesp_ListItemsTranToAndContentRowChangeEvent" msprop:Generator_RowClassName="vesp_ListItemsTranToAndContentRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cDTS" msprop:Generator_ColumnVarNameInTable="columncDTS" msprop:Generator_ColumnPropNameInRow="cDTS" msprop:Generator_ColumnPropNameInTable="cDTSColumn" msprop:Generator_UserColumnName="cDTS" type="xs:dateTime" />
|
|
<xs:element name="cUserID" msprop:Generator_ColumnVarNameInTable="columncUserID" msprop:Generator_ColumnPropNameInRow="cUserID" msprop:Generator_ColumnPropNameInTable="cUserIDColumn" msprop:Generator_UserColumnName="cUserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncLastChanged" msprop:Generator_ColumnPropNameInRow="cLastChanged" msprop:Generator_ColumnPropNameInTable="cLastChangedColumn" msprop:Generator_UserColumnName="cLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="cPartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncPartCount" msprop:Generator_ColumnPropNameInRow="cPartCount" msprop:Generator_ColumnPropNameInTable="cPartCountColumn" msprop:Generator_UserColumnName="cPartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ListTables" msprop:Generator_TableClassName="vesp_ListTablesDataTable" msprop:Generator_TableVarName="tablevesp_ListTables" msprop:Generator_TablePropName="vesp_ListTables" msprop:Generator_RowDeletingName="vesp_ListTablesRowDeleting" msprop:Generator_RowChangingName="vesp_ListTablesRowChanging" msprop:Generator_RowEvHandlerName="vesp_ListTablesRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ListTablesRowDeleted" msprop:Generator_UserTableName="vesp_ListTables" msprop:Generator_RowChangedName="vesp_ListTablesRowChanged" msprop:Generator_RowEvArgName="vesp_ListTablesRowChangeEvent" msprop:Generator_RowClassName="vesp_ListTablesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TableName" msprop:Generator_ColumnVarNameInTable="columnTableName" msprop:Generator_ColumnPropNameInRow="TableName" msprop:Generator_ColumnPropNameInTable="TableNameColumn" msprop:Generator_UserColumnName="TableName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ColumnName" msprop:Generator_ColumnVarNameInTable="columnColumnName" msprop:Generator_ColumnPropNameInRow="ColumnName" msprop:Generator_ColumnPropNameInTable="ColumnNameColumn" msprop:Generator_UserColumnName="ColumnName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemType" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemType" msprop:Generator_ColumnPropNameInRow="ItemType" msprop:Generator_ColumnPropNameInTable="ItemTypeColumn" msprop:Generator_UserColumnName="ItemType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="21" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AllowNulls" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAllowNulls" msprop:Generator_ColumnPropNameInRow="AllowNulls" msprop:Generator_ColumnPropNameInTable="AllowNullsColumn" msprop:Generator_UserColumnName="AllowNulls" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="3" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DefaultValue" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDefaultValue" msprop:Generator_ColumnPropNameInRow="DefaultValue" msprop:Generator_ColumnPropNameInTable="DefaultValueColumn" msprop:Generator_UserColumnName="DefaultValue" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ListTables2" msprop:Generator_TableClassName="vesp_ListTables2DataTable" msprop:Generator_TableVarName="tablevesp_ListTables2" msprop:Generator_TablePropName="vesp_ListTables2" msprop:Generator_RowDeletingName="vesp_ListTables2RowDeleting" msprop:Generator_RowChangingName="vesp_ListTables2RowChanging" msprop:Generator_RowEvHandlerName="vesp_ListTables2RowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ListTables2RowDeleted" msprop:Generator_UserTableName="vesp_ListTables2" msprop:Generator_RowChangedName="vesp_ListTables2RowChanged" msprop:Generator_RowEvArgName="vesp_ListTables2RowChangeEvent" msprop:Generator_RowClassName="vesp_ListTables2Row">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TableName" msprop:Generator_ColumnVarNameInTable="columnTableName" msprop:Generator_ColumnPropNameInRow="TableName" msprop:Generator_ColumnPropNameInTable="TableNameColumn" msprop:Generator_UserColumnName="TableName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ColumnName" msprop:Generator_ColumnVarNameInTable="columnColumnName" msprop:Generator_ColumnPropNameInRow="ColumnName" msprop:Generator_ColumnPropNameInTable="ColumnNameColumn" msprop:Generator_UserColumnName="ColumnName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemType" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemType" msprop:Generator_ColumnPropNameInRow="ItemType" msprop:Generator_ColumnPropNameInTable="ItemTypeColumn" msprop:Generator_UserColumnName="ItemType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="13" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemSize" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemSize" msprop:Generator_ColumnPropNameInRow="ItemSize" msprop:Generator_ColumnPropNameInTable="ItemSizeColumn" msprop:Generator_UserColumnName="ItemSize" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AllowNulls" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAllowNulls" msprop:Generator_ColumnPropNameInRow="AllowNulls" msprop:Generator_ColumnPropNameInTable="AllowNullsColumn" msprop:Generator_UserColumnName="AllowNulls" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="3" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DefaultValue" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDefaultValue" msprop:Generator_ColumnPropNameInRow="DefaultValue" msprop:Generator_ColumnPropNameInTable="DefaultValueColumn" msprop:Generator_UserColumnName="DefaultValue" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ListTables3" msprop:Generator_TableClassName="vesp_ListTables3DataTable" msprop:Generator_TableVarName="tablevesp_ListTables3" msprop:Generator_TablePropName="vesp_ListTables3" msprop:Generator_RowDeletingName="vesp_ListTables3RowDeleting" msprop:Generator_RowChangingName="vesp_ListTables3RowChanging" msprop:Generator_RowEvHandlerName="vesp_ListTables3RowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ListTables3RowDeleted" msprop:Generator_UserTableName="vesp_ListTables3" msprop:Generator_RowChangedName="vesp_ListTables3RowChanged" msprop:Generator_RowEvArgName="vesp_ListTables3RowChangeEvent" msprop:Generator_RowClassName="vesp_ListTables3Row">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TableName" msprop:Generator_ColumnVarNameInTable="columnTableName" msprop:Generator_ColumnPropNameInRow="TableName" msprop:Generator_ColumnPropNameInTable="TableNameColumn" msprop:Generator_UserColumnName="TableName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ColumnName" msprop:Generator_ColumnVarNameInTable="columnColumnName" msprop:Generator_ColumnPropNameInRow="ColumnName" msprop:Generator_ColumnPropNameInTable="ColumnNameColumn" msprop:Generator_UserColumnName="ColumnName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemType" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemType" msprop:Generator_ColumnPropNameInRow="ItemType" msprop:Generator_ColumnPropNameInTable="ItemTypeColumn" msprop:Generator_UserColumnName="ItemType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="13" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemSize" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemSize" msprop:Generator_ColumnPropNameInRow="ItemSize" msprop:Generator_ColumnPropNameInTable="ItemSizeColumn" msprop:Generator_UserColumnName="ItemSize" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AllowNulls" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAllowNulls" msprop:Generator_ColumnPropNameInRow="AllowNulls" msprop:Generator_ColumnPropNameInTable="AllowNullsColumn" msprop:Generator_UserColumnName="AllowNulls" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="3" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DefaultValue" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDefaultValue" msprop:Generator_ColumnPropNameInRow="DefaultValue" msprop:Generator_ColumnPropNameInTable="DefaultValueColumn" msprop:Generator_UserColumnName="DefaultValue" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Description" msdata:DataType="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" msprop:Generator_ColumnVarNameInTable="columnDescription" msprop:Generator_ColumnPropNameInRow="Description" msprop:Generator_ColumnPropNameInTable="DescriptionColumn" msprop:Generator_UserColumnName="Description" type="xs:anyType" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_ListUnlinkedItems" msprop:Generator_TableClassName="vesp_ListUnlinkedItemsDataTable" msprop:Generator_TableVarName="tablevesp_ListUnlinkedItems" msprop:Generator_TablePropName="vesp_ListUnlinkedItems" msprop:Generator_RowDeletingName="vesp_ListUnlinkedItemsRowDeleting" msprop:Generator_RowChangingName="vesp_ListUnlinkedItemsRowChanging" msprop:Generator_RowEvHandlerName="vesp_ListUnlinkedItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_ListUnlinkedItemsRowDeleted" msprop:Generator_UserTableName="vesp_ListUnlinkedItems" msprop:Generator_RowChangedName="vesp_ListUnlinkedItemsRowChanged" msprop:Generator_RowEvArgName="vesp_ListUnlinkedItemsRowChangeEvent" msprop:Generator_RowClassName="vesp_ListUnlinkedItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_PurgeDisconnectedData" msprop:Generator_TableClassName="vesp_PurgeDisconnectedDataDataTable" msprop:Generator_TableVarName="tablevesp_PurgeDisconnectedData" msprop:Generator_TablePropName="vesp_PurgeDisconnectedData" msprop:Generator_RowDeletingName="vesp_PurgeDisconnectedDataRowDeleting" msprop:Generator_RowChangingName="vesp_PurgeDisconnectedDataRowChanging" msprop:Generator_RowEvHandlerName="vesp_PurgeDisconnectedDataRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_PurgeDisconnectedDataRowDeleted" msprop:Generator_UserTableName="vesp_PurgeDisconnectedData" msprop:Generator_RowChangedName="vesp_PurgeDisconnectedDataRowChanged" msprop:Generator_RowEvArgName="vesp_PurgeDisconnectedDataRowChangeEvent" msprop:Generator_RowClassName="vesp_PurgeDisconnectedDataRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Query" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnQuery" msprop:Generator_ColumnPropNameInRow="Query" msprop:Generator_ColumnPropNameInTable="QueryColumn" msprop:Generator_UserColumnName="Query" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="14" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FolderName" msprop:Generator_ColumnVarNameInTable="columnFolderName" msprop:Generator_ColumnPropNameInRow="FolderName" msprop:Generator_ColumnPropNameInTable="FolderNameColumn" msprop:Generator_UserColumnName="FolderName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="VersionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="FolderID" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="VersionType" msprop:Generator_ColumnVarNameInTable="columnVersionType" msprop:Generator_ColumnPropNameInRow="VersionType" msprop:Generator_ColumnPropNameInTable="VersionTypeColumn" msprop:Generator_UserColumnName="VersionType" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Title" msprop:Generator_ColumnVarNameInTable="columnTitle" msprop:Generator_ColumnPropNameInRow="Title" msprop:Generator_ColumnPropNameInTable="TitleColumn" msprop:Generator_UserColumnName="Title" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="510" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_PurgeEnhancedDocVersionsAndChildren" msprop:Generator_TableClassName="vesp_PurgeEnhancedDocVersionsAndChildrenDataTable" msprop:Generator_TableVarName="tablevesp_PurgeEnhancedDocVersionsAndChildren" msprop:Generator_TablePropName="vesp_PurgeEnhancedDocVersionsAndChildren" msprop:Generator_RowDeletingName="vesp_PurgeEnhancedDocVersionsAndChildrenRowDeleting" msprop:Generator_RowChangingName="vesp_PurgeEnhancedDocVersionsAndChildrenRowChanging" msprop:Generator_RowEvHandlerName="vesp_PurgeEnhancedDocVersionsAndChildrenRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_PurgeEnhancedDocVersionsAndChildrenRowDeleted" msprop:Generator_UserTableName="vesp_PurgeEnhancedDocVersionsAndChildren" msprop:Generator_RowChangedName="vesp_PurgeEnhancedDocVersionsAndChildrenRowChanged" msprop:Generator_RowEvArgName="vesp_PurgeEnhancedDocVersionsAndChildrenRowChangeEvent" msprop:Generator_RowClassName="vesp_PurgeEnhancedDocVersionsAndChildrenRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_PurgeEnhancedItemsAndChildren" msprop:Generator_TableClassName="vesp_PurgeEnhancedItemsAndChildrenDataTable" msprop:Generator_TableVarName="tablevesp_PurgeEnhancedItemsAndChildren" msprop:Generator_TablePropName="vesp_PurgeEnhancedItemsAndChildren" msprop:Generator_RowDeletingName="vesp_PurgeEnhancedItemsAndChildrenRowDeleting" msprop:Generator_RowChangingName="vesp_PurgeEnhancedItemsAndChildrenRowChanging" msprop:Generator_RowEvHandlerName="vesp_PurgeEnhancedItemsAndChildrenRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_PurgeEnhancedItemsAndChildrenRowDeleted" msprop:Generator_UserTableName="vesp_PurgeEnhancedItemsAndChildren" msprop:Generator_RowChangedName="vesp_PurgeEnhancedItemsAndChildrenRowChanged" msprop:Generator_RowEvArgName="vesp_PurgeEnhancedItemsAndChildrenRowChangeEvent" msprop:Generator_RowClassName="vesp_PurgeEnhancedItemsAndChildrenRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_PurgeProcLinkedItemsAndChildren" msprop:Generator_TableClassName="vesp_PurgeProcLinkedItemsAndChildrenDataTable" msprop:Generator_TableVarName="tablevesp_PurgeProcLinkedItemsAndChildren" msprop:Generator_TablePropName="vesp_PurgeProcLinkedItemsAndChildren" msprop:Generator_RowDeletingName="vesp_PurgeProcLinkedItemsAndChildrenRowDeleting" msprop:Generator_RowChangingName="vesp_PurgeProcLinkedItemsAndChildrenRowChanging" msprop:Generator_RowEvHandlerName="vesp_PurgeProcLinkedItemsAndChildrenRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_PurgeProcLinkedItemsAndChildrenRowDeleted" msprop:Generator_UserTableName="vesp_PurgeProcLinkedItemsAndChildren" msprop:Generator_RowChangedName="vesp_PurgeProcLinkedItemsAndChildrenRowChanged" msprop:Generator_RowEvArgName="vesp_PurgeProcLinkedItemsAndChildrenRowChangeEvent" msprop:Generator_RowClassName="vesp_PurgeProcLinkedItemsAndChildrenRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_RofstDataGetBaseAccPageKeys" msprop:Generator_TableClassName="vesp_RofstDataGetBaseAccPageKeysDataTable" msprop:Generator_TableVarName="tablevesp_RofstDataGetBaseAccPageKeys" msprop:Generator_TablePropName="vesp_RofstDataGetBaseAccPageKeys" msprop:Generator_RowDeletingName="vesp_RofstDataGetBaseAccPageKeysRowDeleting" msprop:Generator_RowChangingName="vesp_RofstDataGetBaseAccPageKeysRowChanging" msprop:Generator_RowEvHandlerName="vesp_RofstDataGetBaseAccPageKeysRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_RofstDataGetBaseAccPageKeysRowDeleted" msprop:Generator_UserTableName="vesp_RofstDataGetBaseAccPageKeys" msprop:Generator_RowChangedName="vesp_RofstDataGetBaseAccPageKeysRowChanged" msprop:Generator_RowEvArgName="vesp_RofstDataGetBaseAccPageKeysRowChangeEvent" msprop:Generator_RowClassName="vesp_RofstDataGetBaseAccPageKeysRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="BaseAccPageID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnBaseAccPageID" msprop:Generator_ColumnPropNameInRow="BaseAccPageID" msprop:Generator_ColumnPropNameInTable="BaseAccPageIDColumn" msprop:Generator_UserColumnName="BaseAccPageID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_RofstDataGetChildByAccPageID" msprop:Generator_TableClassName="vesp_RofstDataGetChildByAccPageIDDataTable" msprop:Generator_TableVarName="tablevesp_RofstDataGetChildByAccPageID" msprop:Generator_TablePropName="vesp_RofstDataGetChildByAccPageID" msprop:Generator_RowDeletingName="vesp_RofstDataGetChildByAccPageIDRowDeleting" msprop:Generator_RowChangingName="vesp_RofstDataGetChildByAccPageIDRowChanging" msprop:Generator_RowEvHandlerName="vesp_RofstDataGetChildByAccPageIDRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_RofstDataGetChildByAccPageIDRowDeleted" msprop:Generator_UserTableName="vesp_RofstDataGetChildByAccPageID" msprop:Generator_RowChangedName="vesp_RofstDataGetChildByAccPageIDRowChanged" msprop:Generator_RowEvArgName="vesp_RofstDataGetChildByAccPageIDRowChangeEvent" msprop:Generator_RowClassName="vesp_RofstDataGetChildByAccPageIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROFstID" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="dbiID" msprop:Generator_ColumnVarNameInTable="columndbiID" msprop:Generator_ColumnPropNameInRow="dbiID" msprop:Generator_ColumnPropNameInTable="dbiIDColumn" msprop:Generator_UserColumnName="dbiID" type="xs:int" />
|
|
<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="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" type="xs:int" />
|
|
<xs:element name="title" msprop:Generator_ColumnVarNameInTable="columntitle" msprop:Generator_ColumnPropNameInRow="title" msprop:Generator_ColumnPropNameInTable="titleColumn" msprop:Generator_UserColumnName="title">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="roid" msprop:Generator_ColumnVarNameInTable="columnroid" msprop:Generator_ColumnPropNameInRow="roid" msprop:Generator_ColumnPropNameInTable="roidColumn" msprop:Generator_UserColumnName="roid">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="appid" msprop:Generator_ColumnVarNameInTable="columnappid" msprop:Generator_ColumnPropNameInRow="appid" msprop:Generator_ColumnPropNameInTable="appidColumn" msprop:Generator_UserColumnName="appid" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AccPageID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAccPageID" msprop:Generator_ColumnPropNameInRow="AccPageID" msprop:Generator_ColumnPropNameInTable="AccPageIDColumn" msprop:Generator_UserColumnName="AccPageID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_RofstDataGetChildByRoid" msprop:Generator_TableClassName="vesp_RofstDataGetChildByRoidDataTable" msprop:Generator_TableVarName="tablevesp_RofstDataGetChildByRoid" msprop:Generator_TablePropName="vesp_RofstDataGetChildByRoid" msprop:Generator_RowDeletingName="vesp_RofstDataGetChildByRoidRowDeleting" msprop:Generator_RowChangingName="vesp_RofstDataGetChildByRoidRowChanging" msprop:Generator_RowEvHandlerName="vesp_RofstDataGetChildByRoidRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_RofstDataGetChildByRoidRowDeleted" msprop:Generator_UserTableName="vesp_RofstDataGetChildByRoid" msprop:Generator_RowChangedName="vesp_RofstDataGetChildByRoidRowChanged" msprop:Generator_RowEvArgName="vesp_RofstDataGetChildByRoidRowChangeEvent" msprop:Generator_RowClassName="vesp_RofstDataGetChildByRoidRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROFstID" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="dbiID" msprop:Generator_ColumnVarNameInTable="columndbiID" msprop:Generator_ColumnPropNameInRow="dbiID" msprop:Generator_ColumnPropNameInTable="dbiIDColumn" msprop:Generator_UserColumnName="dbiID" type="xs:int" />
|
|
<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="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" type="xs:int" />
|
|
<xs:element name="title" msprop:Generator_ColumnVarNameInTable="columntitle" msprop:Generator_ColumnPropNameInRow="title" msprop:Generator_ColumnPropNameInTable="titleColumn" msprop:Generator_UserColumnName="title">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="roid" msprop:Generator_ColumnVarNameInTable="columnroid" msprop:Generator_ColumnPropNameInRow="roid" msprop:Generator_ColumnPropNameInTable="roidColumn" msprop:Generator_UserColumnName="roid">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="appid" msprop:Generator_ColumnVarNameInTable="columnappid" msprop:Generator_ColumnPropNameInRow="appid" msprop:Generator_ColumnPropNameInTable="appidColumn" msprop:Generator_UserColumnName="appid" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AccPageID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAccPageID" msprop:Generator_ColumnPropNameInRow="AccPageID" msprop:Generator_ColumnPropNameInTable="AccPageIDColumn" msprop:Generator_UserColumnName="AccPageID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_RofstDataGetChildrenByID" msprop:Generator_TableClassName="vesp_RofstDataGetChildrenByIDDataTable" msprop:Generator_TableVarName="tablevesp_RofstDataGetChildrenByID" msprop:Generator_TablePropName="vesp_RofstDataGetChildrenByID" msprop:Generator_RowDeletingName="vesp_RofstDataGetChildrenByIDRowDeleting" msprop:Generator_RowChangingName="vesp_RofstDataGetChildrenByIDRowChanging" msprop:Generator_RowEvHandlerName="vesp_RofstDataGetChildrenByIDRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_RofstDataGetChildrenByIDRowDeleted" msprop:Generator_UserTableName="vesp_RofstDataGetChildrenByID" msprop:Generator_RowChangedName="vesp_RofstDataGetChildrenByIDRowChanged" msprop:Generator_RowEvArgName="vesp_RofstDataGetChildrenByIDRowChangeEvent" msprop:Generator_RowClassName="vesp_RofstDataGetChildrenByIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RofstID" msprop:Generator_ColumnVarNameInTable="columnRofstID" msprop:Generator_ColumnPropNameInRow="RofstID" msprop:Generator_ColumnPropNameInTable="RofstIDColumn" msprop:Generator_UserColumnName="RofstID" type="xs:int" />
|
|
<xs:element name="dbiID" msprop:Generator_ColumnVarNameInTable="columndbiID" msprop:Generator_ColumnPropNameInRow="dbiID" msprop:Generator_ColumnPropNameInTable="dbiIDColumn" msprop:Generator_UserColumnName="dbiID" type="xs:int" />
|
|
<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="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" type="xs:int" />
|
|
<xs:element name="title" msprop:Generator_ColumnVarNameInTable="columntitle" msprop:Generator_ColumnPropNameInRow="title" msprop:Generator_ColumnPropNameInTable="titleColumn" msprop:Generator_UserColumnName="title">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="roid" msprop:Generator_ColumnVarNameInTable="columnroid" msprop:Generator_ColumnPropNameInRow="roid" msprop:Generator_ColumnPropNameInTable="roidColumn" msprop:Generator_UserColumnName="roid">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="appid" msprop:Generator_ColumnVarNameInTable="columnappid" msprop:Generator_ColumnPropNameInRow="appid" msprop:Generator_ColumnPropNameInTable="appidColumn" msprop:Generator_UserColumnName="appid" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AccPageID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAccPageID" msprop:Generator_ColumnPropNameInRow="AccPageID" msprop:Generator_ColumnPropNameInTable="AccPageIDColumn" msprop:Generator_UserColumnName="AccPageID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_RofstDataGetChildrenByRofstID" msprop:Generator_TableClassName="vesp_RofstDataGetChildrenByRofstIDDataTable" msprop:Generator_TableVarName="tablevesp_RofstDataGetChildrenByRofstID" msprop:Generator_TablePropName="vesp_RofstDataGetChildrenByRofstID" msprop:Generator_RowDeletingName="vesp_RofstDataGetChildrenByRofstIDRowDeleting" msprop:Generator_RowChangingName="vesp_RofstDataGetChildrenByRofstIDRowChanging" msprop:Generator_RowEvHandlerName="vesp_RofstDataGetChildrenByRofstIDRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_RofstDataGetChildrenByRofstIDRowDeleted" msprop:Generator_UserTableName="vesp_RofstDataGetChildrenByRofstID" msprop:Generator_RowChangedName="vesp_RofstDataGetChildrenByRofstIDRowChanged" msprop:Generator_RowEvArgName="vesp_RofstDataGetChildrenByRofstIDRowChangeEvent" msprop:Generator_RowClassName="vesp_RofstDataGetChildrenByRofstIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RofstID" msprop:Generator_ColumnVarNameInTable="columnRofstID" msprop:Generator_ColumnPropNameInRow="RofstID" msprop:Generator_ColumnPropNameInTable="RofstIDColumn" msprop:Generator_UserColumnName="RofstID" type="xs:int" />
|
|
<xs:element name="dbiID" msprop:Generator_ColumnVarNameInTable="columndbiID" msprop:Generator_ColumnPropNameInRow="dbiID" msprop:Generator_ColumnPropNameInTable="dbiIDColumn" msprop:Generator_UserColumnName="dbiID" type="xs:int" />
|
|
<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="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" type="xs:int" />
|
|
<xs:element name="title" msprop:Generator_ColumnVarNameInTable="columntitle" msprop:Generator_ColumnPropNameInRow="title" msprop:Generator_ColumnPropNameInTable="titleColumn" msprop:Generator_UserColumnName="title">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="roid" msprop:Generator_ColumnVarNameInTable="columnroid" msprop:Generator_ColumnPropNameInRow="roid" msprop:Generator_ColumnPropNameInTable="roidColumn" msprop:Generator_UserColumnName="roid">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="appid" msprop:Generator_ColumnVarNameInTable="columnappid" msprop:Generator_ColumnPropNameInRow="appid" msprop:Generator_ColumnPropNameInTable="appidColumn" msprop:Generator_UserColumnName="appid" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AccPageID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAccPageID" msprop:Generator_ColumnPropNameInRow="AccPageID" msprop:Generator_ColumnPropNameInTable="AccPageIDColumn" msprop:Generator_UserColumnName="AccPageID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_RofstDataGetChildrenByRoid" msprop:Generator_TableClassName="vesp_RofstDataGetChildrenByRoidDataTable" msprop:Generator_TableVarName="tablevesp_RofstDataGetChildrenByRoid" msprop:Generator_TablePropName="vesp_RofstDataGetChildrenByRoid" msprop:Generator_RowDeletingName="vesp_RofstDataGetChildrenByRoidRowDeleting" msprop:Generator_RowChangingName="vesp_RofstDataGetChildrenByRoidRowChanging" msprop:Generator_RowEvHandlerName="vesp_RofstDataGetChildrenByRoidRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_RofstDataGetChildrenByRoidRowDeleted" msprop:Generator_UserTableName="vesp_RofstDataGetChildrenByRoid" msprop:Generator_RowChangedName="vesp_RofstDataGetChildrenByRoidRowChanged" msprop:Generator_RowEvArgName="vesp_RofstDataGetChildrenByRoidRowChangeEvent" msprop:Generator_RowClassName="vesp_RofstDataGetChildrenByRoidRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RofstID" msprop:Generator_ColumnVarNameInTable="columnRofstID" msprop:Generator_ColumnPropNameInRow="RofstID" msprop:Generator_ColumnPropNameInTable="RofstIDColumn" msprop:Generator_UserColumnName="RofstID" type="xs:int" />
|
|
<xs:element name="dbiID" msprop:Generator_ColumnVarNameInTable="columndbiID" msprop:Generator_ColumnPropNameInRow="dbiID" msprop:Generator_ColumnPropNameInTable="dbiIDColumn" msprop:Generator_UserColumnName="dbiID" type="xs:int" />
|
|
<xs:element name="ParentType" msprop:Generator_ColumnVarNameInTable="columnParentType" msprop:Generator_ColumnPropNameInRow="ParentType" msprop:Generator_ColumnPropNameInTable="ParentTypeColumn" msprop:Generator_UserColumnName="ParentType" type="xs:int" />
|
|
<xs:element name="ParentTitle" msprop:Generator_ColumnVarNameInTable="columnParentTitle" msprop:Generator_ColumnPropNameInRow="ParentTitle" msprop:Generator_ColumnPropNameInTable="ParentTitleColumn" msprop:Generator_UserColumnName="ParentTitle">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ParentRoid" msprop:Generator_ColumnVarNameInTable="columnParentRoid" msprop:Generator_ColumnPropNameInRow="ParentRoid" msprop:Generator_ColumnPropNameInTable="ParentRoidColumn" msprop:Generator_UserColumnName="ParentRoid">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" type="xs:int" />
|
|
<xs:element name="title" msprop:Generator_ColumnVarNameInTable="columntitle" msprop:Generator_ColumnPropNameInRow="title" msprop:Generator_ColumnPropNameInTable="titleColumn" msprop:Generator_UserColumnName="title">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="roid" msprop:Generator_ColumnVarNameInTable="columnroid" msprop:Generator_ColumnPropNameInRow="roid" msprop:Generator_ColumnPropNameInTable="roidColumn" msprop:Generator_UserColumnName="roid">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="appid" msprop:Generator_ColumnVarNameInTable="columnappid" msprop:Generator_ColumnPropNameInRow="appid" msprop:Generator_ColumnPropNameInTable="appidColumn" msprop:Generator_UserColumnName="appid" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AccPageID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAccPageID" msprop:Generator_ColumnPropNameInRow="AccPageID" msprop:Generator_ColumnPropNameInTable="AccPageIDColumn" msprop:Generator_UserColumnName="AccPageID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_RofstDataGetChildrenByType" msprop:Generator_TableClassName="vesp_RofstDataGetChildrenByTypeDataTable" msprop:Generator_TableVarName="tablevesp_RofstDataGetChildrenByType" msprop:Generator_TablePropName="vesp_RofstDataGetChildrenByType" msprop:Generator_RowDeletingName="vesp_RofstDataGetChildrenByTypeRowDeleting" msprop:Generator_RowChangingName="vesp_RofstDataGetChildrenByTypeRowChanging" msprop:Generator_RowEvHandlerName="vesp_RofstDataGetChildrenByTypeRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_RofstDataGetChildrenByTypeRowDeleted" msprop:Generator_UserTableName="vesp_RofstDataGetChildrenByType" msprop:Generator_RowChangedName="vesp_RofstDataGetChildrenByTypeRowChanged" msprop:Generator_RowEvArgName="vesp_RofstDataGetChildrenByTypeRowChangeEvent" msprop:Generator_RowClassName="vesp_RofstDataGetChildrenByTypeRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROFstID" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="dbiID" msprop:Generator_ColumnVarNameInTable="columndbiID" msprop:Generator_ColumnPropNameInRow="dbiID" msprop:Generator_ColumnPropNameInTable="dbiIDColumn" msprop:Generator_UserColumnName="dbiID" type="xs:int" />
|
|
<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="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" type="xs:int" />
|
|
<xs:element name="title" msprop:Generator_ColumnVarNameInTable="columntitle" msprop:Generator_ColumnPropNameInRow="title" msprop:Generator_ColumnPropNameInTable="titleColumn" msprop:Generator_UserColumnName="title">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="roid" msprop:Generator_ColumnVarNameInTable="columnroid" msprop:Generator_ColumnPropNameInRow="roid" msprop:Generator_ColumnPropNameInTable="roidColumn" msprop:Generator_UserColumnName="roid">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="appid" msprop:Generator_ColumnVarNameInTable="columnappid" msprop:Generator_ColumnPropNameInRow="appid" msprop:Generator_ColumnPropNameInTable="appidColumn" msprop:Generator_UserColumnName="appid" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AccPageID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAccPageID" msprop:Generator_ColumnPropNameInRow="AccPageID" msprop:Generator_ColumnPropNameInTable="AccPageIDColumn" msprop:Generator_UserColumnName="AccPageID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_RofstDataGetDatabaseByID" msprop:Generator_TableClassName="vesp_RofstDataGetDatabaseByIDDataTable" msprop:Generator_TableVarName="tablevesp_RofstDataGetDatabaseByID" msprop:Generator_TablePropName="vesp_RofstDataGetDatabaseByID" msprop:Generator_RowDeletingName="vesp_RofstDataGetDatabaseByIDRowDeleting" msprop:Generator_RowChangingName="vesp_RofstDataGetDatabaseByIDRowChanging" msprop:Generator_RowEvHandlerName="vesp_RofstDataGetDatabaseByIDRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_RofstDataGetDatabaseByIDRowDeleted" msprop:Generator_UserTableName="vesp_RofstDataGetDatabaseByID" msprop:Generator_RowChangedName="vesp_RofstDataGetDatabaseByIDRowChanged" msprop:Generator_RowEvArgName="vesp_RofstDataGetDatabaseByIDRowChangeEvent" msprop:Generator_RowClassName="vesp_RofstDataGetDatabaseByIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RofstID" msprop:Generator_ColumnVarNameInTable="columnRofstID" msprop:Generator_ColumnPropNameInRow="RofstID" msprop:Generator_ColumnPropNameInTable="RofstIDColumn" msprop:Generator_UserColumnName="RofstID" type="xs:int" />
|
|
<xs:element name="dbiID" msprop:Generator_ColumnVarNameInTable="columndbiID" msprop:Generator_ColumnPropNameInRow="dbiID" msprop:Generator_ColumnPropNameInTable="dbiIDColumn" msprop:Generator_UserColumnName="dbiID" type="xs:int" />
|
|
<xs:element name="dbiType" msprop:Generator_ColumnVarNameInTable="columndbiType" msprop:Generator_ColumnPropNameInRow="dbiType" msprop:Generator_ColumnPropNameInTable="dbiTypeColumn" msprop:Generator_UserColumnName="dbiType" type="xs:int" />
|
|
<xs:element name="dbiAW" msprop:Generator_ColumnVarNameInTable="columndbiAW" msprop:Generator_ColumnPropNameInRow="dbiAW" msprop:Generator_ColumnPropNameInTable="dbiAWColumn" msprop:Generator_UserColumnName="dbiAW" type="xs:int" />
|
|
<xs:element name="dbiTitle" msprop:Generator_ColumnVarNameInTable="columndbiTitle" msprop:Generator_ColumnPropNameInRow="dbiTitle" msprop:Generator_ColumnPropNameInTable="dbiTitleColumn" msprop:Generator_UserColumnName="dbiTitle">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="dbiAP" msprop:Generator_ColumnVarNameInTable="columndbiAP" msprop:Generator_ColumnPropNameInRow="dbiAP" msprop:Generator_ColumnPropNameInTable="dbiAPColumn" msprop:Generator_UserColumnName="dbiAP">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_RofstDataGetDatabases" msprop:Generator_TableClassName="vesp_RofstDataGetDatabasesDataTable" msprop:Generator_TableVarName="tablevesp_RofstDataGetDatabases" msprop:Generator_TablePropName="vesp_RofstDataGetDatabases" msprop:Generator_RowDeletingName="vesp_RofstDataGetDatabasesRowDeleting" msprop:Generator_RowChangingName="vesp_RofstDataGetDatabasesRowChanging" msprop:Generator_RowEvHandlerName="vesp_RofstDataGetDatabasesRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_RofstDataGetDatabasesRowDeleted" msprop:Generator_UserTableName="vesp_RofstDataGetDatabases" msprop:Generator_RowChangedName="vesp_RofstDataGetDatabasesRowChanged" msprop:Generator_RowEvArgName="vesp_RofstDataGetDatabasesRowChangeEvent" msprop:Generator_RowClassName="vesp_RofstDataGetDatabasesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RofstID" msprop:Generator_ColumnVarNameInTable="columnRofstID" msprop:Generator_ColumnPropNameInRow="RofstID" msprop:Generator_ColumnPropNameInTable="RofstIDColumn" msprop:Generator_UserColumnName="RofstID" type="xs:int" />
|
|
<xs:element name="dbiID" msprop:Generator_ColumnVarNameInTable="columndbiID" msprop:Generator_ColumnPropNameInRow="dbiID" msprop:Generator_ColumnPropNameInTable="dbiIDColumn" msprop:Generator_UserColumnName="dbiID" type="xs:int" />
|
|
<xs:element name="dbiType" msprop:Generator_ColumnVarNameInTable="columndbiType" msprop:Generator_ColumnPropNameInRow="dbiType" msprop:Generator_ColumnPropNameInTable="dbiTypeColumn" msprop:Generator_UserColumnName="dbiType" type="xs:int" />
|
|
<xs:element name="dbiAW" msprop:Generator_ColumnVarNameInTable="columndbiAW" msprop:Generator_ColumnPropNameInRow="dbiAW" msprop:Generator_ColumnPropNameInTable="dbiAWColumn" msprop:Generator_UserColumnName="dbiAW" type="xs:int" />
|
|
<xs:element name="dbiTitle" msprop:Generator_ColumnVarNameInTable="columndbiTitle" msprop:Generator_ColumnPropNameInRow="dbiTitle" msprop:Generator_ColumnPropNameInTable="dbiTitleColumn" msprop:Generator_UserColumnName="dbiTitle">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="dbiAP" msprop:Generator_ColumnVarNameInTable="columndbiAP" msprop:Generator_ColumnPropNameInRow="dbiAP" msprop:Generator_ColumnPropNameInTable="dbiAPColumn" msprop:Generator_UserColumnName="dbiAP">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_RofstDataGetExtensions" msprop:Generator_TableClassName="vesp_RofstDataGetExtensionsDataTable" msprop:Generator_TableVarName="tablevesp_RofstDataGetExtensions" msprop:Generator_TablePropName="vesp_RofstDataGetExtensions" msprop:Generator_RowDeletingName="vesp_RofstDataGetExtensionsRowDeleting" msprop:Generator_RowChangingName="vesp_RofstDataGetExtensionsRowChanging" msprop:Generator_RowEvHandlerName="vesp_RofstDataGetExtensionsRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_RofstDataGetExtensionsRowDeleted" msprop:Generator_UserTableName="vesp_RofstDataGetExtensions" msprop:Generator_RowChangedName="vesp_RofstDataGetExtensionsRowChanged" msprop:Generator_RowEvArgName="vesp_RofstDataGetExtensionsRowChangeEvent" msprop:Generator_RowClassName="vesp_RofstDataGetExtensionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Offset" msprop:Generator_ColumnVarNameInTable="columnOffset" msprop:Generator_ColumnPropNameInRow="Offset" msprop:Generator_ColumnPropNameInTable="OffsetColumn" msprop:Generator_UserColumnName="Offset" type="xs:int" />
|
|
<xs:element name="RoidExt" msprop:Generator_ColumnVarNameInTable="columnRoidExt" msprop:Generator_ColumnPropNameInRow="RoidExt" msprop:Generator_ColumnPropNameInTable="RoidExtColumn" msprop:Generator_UserColumnName="RoidExt">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="4" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AccPageExt" msprop:Generator_ColumnVarNameInTable="columnAccPageExt" msprop:Generator_ColumnPropNameInRow="AccPageExt" msprop:Generator_ColumnPropNameInTable="AccPageExtColumn" msprop:Generator_UserColumnName="AccPageExt">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="5" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_RofstDataGetHeaderRofstByID" msprop:Generator_TableClassName="vesp_RofstDataGetHeaderRofstByIDDataTable" msprop:Generator_TableVarName="tablevesp_RofstDataGetHeaderRofstByID" msprop:Generator_TablePropName="vesp_RofstDataGetHeaderRofstByID" msprop:Generator_RowDeletingName="vesp_RofstDataGetHeaderRofstByIDRowDeleting" msprop:Generator_RowChangingName="vesp_RofstDataGetHeaderRofstByIDRowChanging" msprop:Generator_RowEvHandlerName="vesp_RofstDataGetHeaderRofstByIDRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_RofstDataGetHeaderRofstByIDRowDeleted" msprop:Generator_UserTableName="vesp_RofstDataGetHeaderRofstByID" msprop:Generator_RowChangedName="vesp_RofstDataGetHeaderRofstByIDRowChanged" msprop:Generator_RowEvArgName="vesp_RofstDataGetHeaderRofstByIDRowChangeEvent" msprop:Generator_RowClassName="vesp_RofstDataGetHeaderRofstByIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RofstID" msprop:Generator_ColumnVarNameInTable="columnRofstID" msprop:Generator_ColumnPropNameInRow="RofstID" msprop:Generator_ColumnPropNameInTable="RofstIDColumn" msprop:Generator_UserColumnName="RofstID" type="xs:int" />
|
|
<xs:element name="RofstHeaderStatusID" msprop:Generator_ColumnVarNameInTable="columnRofstHeaderStatusID" msprop:Generator_ColumnPropNameInRow="RofstHeaderStatusID" msprop:Generator_ColumnPropNameInTable="RofstHeaderStatusIDColumn" msprop:Generator_UserColumnName="RofstHeaderStatusID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RofstHeaderStatus" msprop:Generator_ColumnVarNameInTable="columnRofstHeaderStatus" msprop:Generator_ColumnPropNameInRow="RofstHeaderStatus" msprop:Generator_ColumnPropNameInTable="RofstHeaderStatusColumn" msprop:Generator_UserColumnName="RofstHeaderStatus">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="13" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="hSize" msprop:Generator_ColumnVarNameInTable="columnhSize" msprop:Generator_ColumnPropNameInRow="hSize" msprop:Generator_ColumnPropNameInTable="hSizeColumn" msprop:Generator_UserColumnName="hSize" type="xs:int" />
|
|
<xs:element name="hMonth" msprop:Generator_ColumnVarNameInTable="columnhMonth" msprop:Generator_ColumnPropNameInRow="hMonth" msprop:Generator_ColumnPropNameInTable="hMonthColumn" msprop:Generator_UserColumnName="hMonth" type="xs:int" />
|
|
<xs:element name="hDay" msprop:Generator_ColumnVarNameInTable="columnhDay" msprop:Generator_ColumnPropNameInRow="hDay" msprop:Generator_ColumnPropNameInTable="hDayColumn" msprop:Generator_UserColumnName="hDay" type="xs:int" />
|
|
<xs:element name="hcYear" msprop:Generator_ColumnVarNameInTable="columnhcYear" msprop:Generator_ColumnPropNameInRow="hcYear" msprop:Generator_ColumnPropNameInTable="hcYearColumn" msprop:Generator_UserColumnName="hcYear" type="xs:int" />
|
|
<xs:element name="hcMonth" msprop:Generator_ColumnVarNameInTable="columnhcMonth" msprop:Generator_ColumnPropNameInRow="hcMonth" msprop:Generator_ColumnPropNameInTable="hcMonthColumn" msprop:Generator_UserColumnName="hcMonth" type="xs:int" />
|
|
<xs:element name="hcDay" msprop:Generator_ColumnVarNameInTable="columnhcDay" msprop:Generator_ColumnPropNameInRow="hcDay" msprop:Generator_ColumnPropNameInTable="hcDayColumn" msprop:Generator_UserColumnName="hcDay" type="xs:int" />
|
|
<xs:element name="hcHour" msprop:Generator_ColumnVarNameInTable="columnhcHour" msprop:Generator_ColumnPropNameInRow="hcHour" msprop:Generator_ColumnPropNameInTable="hcHourColumn" msprop:Generator_UserColumnName="hcHour" type="xs:int" />
|
|
<xs:element name="hcMin" msprop:Generator_ColumnVarNameInTable="columnhcMin" msprop:Generator_ColumnPropNameInRow="hcMin" msprop:Generator_ColumnPropNameInTable="hcMinColumn" msprop:Generator_UserColumnName="hcMin" type="xs:int" />
|
|
<xs:element name="hcSec" msprop:Generator_ColumnVarNameInTable="columnhcSec" msprop:Generator_ColumnPropNameInRow="hcSec" msprop:Generator_ColumnPropNameInTable="hcSecColumn" msprop:Generator_UserColumnName="hcSec" type="xs:int" />
|
|
<xs:element name="hcHund" msprop:Generator_ColumnVarNameInTable="columnhcHund" msprop:Generator_ColumnPropNameInRow="hcHund" msprop:Generator_ColumnPropNameInTable="hcHundColumn" msprop:Generator_UserColumnName="hcHund" type="xs:int" />
|
|
<xs:element name="LoadedDate" msprop:Generator_ColumnVarNameInTable="columnLoadedDate" msprop:Generator_ColumnPropNameInRow="LoadedDate" msprop:Generator_ColumnPropNameInTable="LoadedDateColumn" msprop:Generator_UserColumnName="LoadedDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="CreateUserID" msprop:Generator_ColumnVarNameInTable="columnCreateUserID" msprop:Generator_ColumnPropNameInRow="CreateUserID" msprop:Generator_ColumnPropNameInTable="CreateUserIDColumn" msprop:Generator_UserColumnName="CreateUserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CreateDate" msprop:Generator_ColumnVarNameInTable="columnCreateDate" msprop:Generator_ColumnPropNameInRow="CreateDate" msprop:Generator_ColumnPropNameInTable="CreateDateColumn" msprop:Generator_UserColumnName="CreateDate" type="xs:dateTime" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_RofstDataGetRofstByID" msprop:Generator_TableClassName="vesp_RofstDataGetRofstByIDDataTable" msprop:Generator_TableVarName="tablevesp_RofstDataGetRofstByID" msprop:Generator_TablePropName="vesp_RofstDataGetRofstByID" msprop:Generator_RowDeletingName="vesp_RofstDataGetRofstByIDRowDeleting" msprop:Generator_RowChangingName="vesp_RofstDataGetRofstByIDRowChanging" msprop:Generator_RowEvHandlerName="vesp_RofstDataGetRofstByIDRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_RofstDataGetRofstByIDRowDeleted" msprop:Generator_UserTableName="vesp_RofstDataGetRofstByID" msprop:Generator_RowChangedName="vesp_RofstDataGetRofstByIDRowChanged" msprop:Generator_RowEvArgName="vesp_RofstDataGetRofstByIDRowChangeEvent" msprop:Generator_RowClassName="vesp_RofstDataGetRofstByIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROFstID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnROFstID" msprop:Generator_ColumnPropNameInRow="ROFstID" msprop:Generator_ColumnPropNameInTable="ROFstIDColumn" msprop:Generator_UserColumnName="ROFstID" type="xs:int" />
|
|
<xs:element name="RODbID" msprop:Generator_ColumnVarNameInTable="columnRODbID" msprop:Generator_ColumnPropNameInRow="RODbID" msprop:Generator_ColumnPropNameInTable="RODbIDColumn" msprop:Generator_UserColumnName="RODbID" type="xs:int" />
|
|
<xs:element name="ROLookup" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnROLookup" msprop:Generator_ColumnPropNameInRow="ROLookup" msprop:Generator_ColumnPropNameInTable="ROLookupColumn" msprop:Generator_UserColumnName="ROLookup" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_RofstDataGetValueDifferences" msprop:Generator_TableClassName="vesp_RofstDataGetValueDifferencesDataTable" msprop:Generator_TableVarName="tablevesp_RofstDataGetValueDifferences" msprop:Generator_TablePropName="vesp_RofstDataGetValueDifferences" msprop:Generator_RowDeletingName="vesp_RofstDataGetValueDifferencesRowDeleting" msprop:Generator_RowChangingName="vesp_RofstDataGetValueDifferencesRowChanging" msprop:Generator_RowEvHandlerName="vesp_RofstDataGetValueDifferencesRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_RofstDataGetValueDifferencesRowDeleted" msprop:Generator_UserTableName="vesp_RofstDataGetValueDifferences" msprop:Generator_RowChangedName="vesp_RofstDataGetValueDifferencesRowChanged" msprop:Generator_RowEvArgName="vesp_RofstDataGetValueDifferencesRowChangeEvent" msprop:Generator_RowClassName="vesp_RofstDataGetValueDifferencesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Roid" msprop:Generator_ColumnVarNameInTable="columnRoid" msprop:Generator_ColumnPropNameInRow="Roid" msprop:Generator_ColumnPropNameInTable="RoidColumn" msprop:Generator_UserColumnName="Roid" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="25" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IsDeleted" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnIsDeleted" msprop:Generator_ColumnPropNameInRow="IsDeleted" msprop:Generator_ColumnPropNameInTable="IsDeletedColumn" msprop:Generator_UserColumnName="IsDeleted" type="xs:int" minOccurs="0" />
|
|
<xs:element name="IsModified" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnIsModified" msprop:Generator_ColumnPropNameInRow="IsModified" msprop:Generator_ColumnPropNameInTable="IsModifiedColumn" msprop:Generator_UserColumnName="IsModified" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_SearchAnnotationItemAndChildren" msprop:Generator_TableClassName="vesp_SearchAnnotationItemAndChildrenDataTable" msprop:Generator_TableVarName="tablevesp_SearchAnnotationItemAndChildren" msprop:Generator_TablePropName="vesp_SearchAnnotationItemAndChildren" msprop:Generator_RowDeletingName="vesp_SearchAnnotationItemAndChildrenRowDeleting" msprop:Generator_RowChangingName="vesp_SearchAnnotationItemAndChildrenRowChanging" msprop:Generator_RowEvHandlerName="vesp_SearchAnnotationItemAndChildrenRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_SearchAnnotationItemAndChildrenRowDeleted" msprop:Generator_UserTableName="vesp_SearchAnnotationItemAndChildren" msprop:Generator_RowChangedName="vesp_SearchAnnotationItemAndChildrenRowChanged" msprop:Generator_RowEvArgName="vesp_SearchAnnotationItemAndChildrenRowChangeEvent" msprop:Generator_RowClassName="vesp_SearchAnnotationItemAndChildrenRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DvPath" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDvPath" msprop:Generator_ColumnPropNameInRow="DvPath" msprop:Generator_ColumnPropNameInTable="DvPathColumn" msprop:Generator_UserColumnName="DvPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Path" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Level" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLevel" msprop:Generator_ColumnPropNameInRow="Level" msprop:Generator_ColumnPropNameInTable="LevelColumn" msprop:Generator_UserColumnName="Level" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FromType" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PreviousID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cDTS" msprop:Generator_ColumnVarNameInTable="columncDTS" msprop:Generator_ColumnPropNameInRow="cDTS" msprop:Generator_ColumnPropNameInTable="cDTSColumn" msprop:Generator_UserColumnName="cDTS" type="xs:dateTime" />
|
|
<xs:element name="cUserID" msprop:Generator_ColumnVarNameInTable="columncUserID" msprop:Generator_ColumnPropNameInRow="cUserID" msprop:Generator_ColumnPropNameInTable="cUserIDColumn" msprop:Generator_UserColumnName="cUserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncLastChanged" msprop:Generator_ColumnPropNameInRow="cLastChanged" msprop:Generator_ColumnPropNameInTable="cLastChangedColumn" msprop:Generator_UserColumnName="cLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="pContentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpContentID" msprop:Generator_ColumnPropNameInRow="pContentID" msprop:Generator_ColumnPropNameInTable="pContentIDColumn" msprop:Generator_UserColumnName="pContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pDTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpDTS" msprop:Generator_ColumnPropNameInRow="pDTS" msprop:Generator_ColumnPropNameInTable="pDTSColumn" msprop:Generator_UserColumnName="pDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="pUserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpUserID" msprop:Generator_ColumnPropNameInRow="pUserID" msprop:Generator_ColumnPropNameInTable="pUserIDColumn" msprop:Generator_UserColumnName="pUserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpLastChanged" msprop:Generator_ColumnPropNameInRow="pLastChanged" msprop:Generator_ColumnPropNameInTable="pLastChangedColumn" msprop:Generator_UserColumnName="pLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="SearchAnnotationID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnSearchAnnotationID" msprop:Generator_ColumnPropNameInRow="SearchAnnotationID" msprop:Generator_ColumnPropNameInTable="SearchAnnotationIDColumn" msprop:Generator_UserColumnName="SearchAnnotationID" type="xs:int" />
|
|
<xs:element name="SearchText" msprop:Generator_ColumnVarNameInTable="columnSearchText" msprop:Generator_ColumnPropNameInRow="SearchText" msprop:Generator_ColumnPropNameInTable="SearchTextColumn" msprop:Generator_UserColumnName="SearchText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AnnotationType" msprop:Generator_ColumnVarNameInTable="columnAnnotationType" msprop:Generator_ColumnPropNameInRow="AnnotationType" msprop:Generator_ColumnPropNameInTable="AnnotationTypeColumn" msprop:Generator_UserColumnName="AnnotationType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="cPartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncPartCount" msprop:Generator_ColumnPropNameInRow="cPartCount" msprop:Generator_ColumnPropNameInTable="cPartCountColumn" msprop:Generator_UserColumnName="cPartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_SearchItemAndChildren" msprop:Generator_TableClassName="vesp_SearchItemAndChildrenDataTable" msprop:Generator_TableVarName="tablevesp_SearchItemAndChildren" msprop:Generator_TablePropName="vesp_SearchItemAndChildren" msprop:Generator_RowDeletingName="vesp_SearchItemAndChildrenRowDeleting" msprop:Generator_RowChangingName="vesp_SearchItemAndChildrenRowChanging" msprop:Generator_RowEvHandlerName="vesp_SearchItemAndChildrenRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_SearchItemAndChildrenRowDeleted" msprop:Generator_UserTableName="vesp_SearchItemAndChildren" msprop:Generator_RowChangedName="vesp_SearchItemAndChildrenRowChanged" msprop:Generator_RowEvArgName="vesp_SearchItemAndChildrenRowChangeEvent" msprop:Generator_RowClassName="vesp_SearchItemAndChildrenRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DvPath" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDvPath" msprop:Generator_ColumnPropNameInRow="DvPath" msprop:Generator_ColumnPropNameInTable="DvPathColumn" msprop:Generator_UserColumnName="DvPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Path" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Level" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLevel" msprop:Generator_ColumnPropNameInRow="Level" msprop:Generator_ColumnPropNameInTable="LevelColumn" msprop:Generator_UserColumnName="Level" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FromType" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PreviousID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cDTS" msprop:Generator_ColumnVarNameInTable="columncDTS" msprop:Generator_ColumnPropNameInRow="cDTS" msprop:Generator_ColumnPropNameInTable="cDTSColumn" msprop:Generator_UserColumnName="cDTS" type="xs:dateTime" />
|
|
<xs:element name="cUserID" msprop:Generator_ColumnVarNameInTable="columncUserID" msprop:Generator_ColumnPropNameInRow="cUserID" msprop:Generator_ColumnPropNameInTable="cUserIDColumn" msprop:Generator_UserColumnName="cUserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncLastChanged" msprop:Generator_ColumnPropNameInRow="cLastChanged" msprop:Generator_ColumnPropNameInTable="cLastChangedColumn" msprop:Generator_UserColumnName="cLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="pContentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpContentID" msprop:Generator_ColumnPropNameInRow="pContentID" msprop:Generator_ColumnPropNameInTable="pContentIDColumn" msprop:Generator_UserColumnName="pContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pDTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpDTS" msprop:Generator_ColumnPropNameInRow="pDTS" msprop:Generator_ColumnPropNameInTable="pDTSColumn" msprop:Generator_UserColumnName="pDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="pUserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpUserID" msprop:Generator_ColumnPropNameInRow="pUserID" msprop:Generator_ColumnPropNameInTable="pUserIDColumn" msprop:Generator_UserColumnName="pUserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpLastChanged" msprop:Generator_ColumnPropNameInRow="pLastChanged" msprop:Generator_ColumnPropNameInTable="pLastChangedColumn" msprop:Generator_UserColumnName="pLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="cPartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncPartCount" msprop:Generator_ColumnPropNameInRow="cPartCount" msprop:Generator_ColumnPropNameInTable="cPartCountColumn" msprop:Generator_UserColumnName="cPartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_SearchItemAndChildrenNew" msprop:Generator_TableClassName="vesp_SearchItemAndChildrenNewDataTable" msprop:Generator_TableVarName="tablevesp_SearchItemAndChildrenNew" msprop:Generator_TablePropName="vesp_SearchItemAndChildrenNew" msprop:Generator_RowDeletingName="vesp_SearchItemAndChildrenNewRowDeleting" msprop:Generator_RowChangingName="vesp_SearchItemAndChildrenNewRowChanging" msprop:Generator_RowEvHandlerName="vesp_SearchItemAndChildrenNewRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_SearchItemAndChildrenNewRowDeleted" msprop:Generator_UserTableName="vesp_SearchItemAndChildrenNew" msprop:Generator_RowChangedName="vesp_SearchItemAndChildrenNewRowChanged" msprop:Generator_RowEvArgName="vesp_SearchItemAndChildrenNewRowChangeEvent" msprop:Generator_RowClassName="vesp_SearchItemAndChildrenNewRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DvPath" msprop:Generator_ColumnVarNameInTable="columnDvPath" msprop:Generator_ColumnPropNameInRow="DvPath" msprop:Generator_ColumnPropNameInTable="DvPathColumn" msprop:Generator_UserColumnName="DvPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ILastChanged" msprop:Generator_ColumnVarNameInTable="columnILastChanged" msprop:Generator_ColumnPropNameInRow="ILastChanged" msprop:Generator_ColumnPropNameInTable="ILastChangedColumn" msprop:Generator_UserColumnName="ILastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CDTS" msprop:Generator_ColumnVarNameInTable="columnCDTS" msprop:Generator_ColumnPropNameInRow="CDTS" msprop:Generator_ColumnPropNameInTable="CDTSColumn" msprop:Generator_UserColumnName="CDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="CUserID" msprop:Generator_ColumnVarNameInTable="columnCUserID" msprop:Generator_ColumnPropNameInRow="CUserID" msprop:Generator_ColumnPropNameInTable="CUserIDColumn" msprop:Generator_UserColumnName="CUserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cLastChanged" msprop:Generator_ColumnVarNameInTable="columncLastChanged" msprop:Generator_ColumnPropNameInRow="cLastChanged" msprop:Generator_ColumnPropNameInTable="cLastChangedColumn" msprop:Generator_UserColumnName="cLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="pContentID" msprop:Generator_ColumnVarNameInTable="columnpContentID" msprop:Generator_ColumnPropNameInRow="pContentID" msprop:Generator_ColumnPropNameInTable="pContentIDColumn" msprop:Generator_UserColumnName="pContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pDTS" msprop:Generator_ColumnVarNameInTable="columnpDTS" msprop:Generator_ColumnPropNameInRow="pDTS" msprop:Generator_ColumnPropNameInTable="pDTSColumn" msprop:Generator_UserColumnName="pDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="pUserID" msprop:Generator_ColumnVarNameInTable="columnpUserID" msprop:Generator_ColumnPropNameInRow="pUserID" msprop:Generator_ColumnPropNameInTable="pUserIDColumn" msprop:Generator_UserColumnName="pUserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pLastChanged" msprop:Generator_ColumnVarNameInTable="columnpLastChanged" msprop:Generator_ColumnPropNameInRow="pLastChanged" msprop:Generator_ColumnPropNameInTable="pLastChangedColumn" msprop:Generator_UserColumnName="pLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="cPartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncPartCount" msprop:Generator_ColumnPropNameInRow="cPartCount" msprop:Generator_ColumnPropNameInTable="cPartCountColumn" msprop:Generator_UserColumnName="cPartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_SearchItemAndChildrenNewByWord" msprop:Generator_TableClassName="vesp_SearchItemAndChildrenNewByWordDataTable" msprop:Generator_TableVarName="tablevesp_SearchItemAndChildrenNewByWord" msprop:Generator_TablePropName="vesp_SearchItemAndChildrenNewByWord" msprop:Generator_RowDeletingName="vesp_SearchItemAndChildrenNewByWordRowDeleting" msprop:Generator_RowChangingName="vesp_SearchItemAndChildrenNewByWordRowChanging" msprop:Generator_RowEvHandlerName="vesp_SearchItemAndChildrenNewByWordRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_SearchItemAndChildrenNewByWordRowDeleted" msprop:Generator_UserTableName="vesp_SearchItemAndChildrenNewByWord" msprop:Generator_RowChangedName="vesp_SearchItemAndChildrenNewByWordRowChanged" msprop:Generator_RowEvArgName="vesp_SearchItemAndChildrenNewByWordRowChangeEvent" msprop:Generator_RowClassName="vesp_SearchItemAndChildrenNewByWordRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DvPath" msprop:Generator_ColumnVarNameInTable="columnDvPath" msprop:Generator_ColumnPropNameInRow="DvPath" msprop:Generator_ColumnPropNameInTable="DvPathColumn" msprop:Generator_UserColumnName="DvPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ILastChanged" msprop:Generator_ColumnVarNameInTable="columnILastChanged" msprop:Generator_ColumnPropNameInRow="ILastChanged" msprop:Generator_ColumnPropNameInTable="ILastChangedColumn" msprop:Generator_UserColumnName="ILastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CDTS" msprop:Generator_ColumnVarNameInTable="columnCDTS" msprop:Generator_ColumnPropNameInRow="CDTS" msprop:Generator_ColumnPropNameInTable="CDTSColumn" msprop:Generator_UserColumnName="CDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="CUserID" msprop:Generator_ColumnVarNameInTable="columnCUserID" msprop:Generator_ColumnPropNameInRow="CUserID" msprop:Generator_ColumnPropNameInTable="CUserIDColumn" msprop:Generator_UserColumnName="CUserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cLastChanged" msprop:Generator_ColumnVarNameInTable="columncLastChanged" msprop:Generator_ColumnPropNameInRow="cLastChanged" msprop:Generator_ColumnPropNameInTable="cLastChangedColumn" msprop:Generator_UserColumnName="cLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="pContentID" msprop:Generator_ColumnVarNameInTable="columnpContentID" msprop:Generator_ColumnPropNameInRow="pContentID" msprop:Generator_ColumnPropNameInTable="pContentIDColumn" msprop:Generator_UserColumnName="pContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pDTS" msprop:Generator_ColumnVarNameInTable="columnpDTS" msprop:Generator_ColumnPropNameInRow="pDTS" msprop:Generator_ColumnPropNameInTable="pDTSColumn" msprop:Generator_UserColumnName="pDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="pUserID" msprop:Generator_ColumnVarNameInTable="columnpUserID" msprop:Generator_ColumnPropNameInRow="pUserID" msprop:Generator_ColumnPropNameInTable="pUserIDColumn" msprop:Generator_UserColumnName="pUserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pLastChanged" msprop:Generator_ColumnVarNameInTable="columnpLastChanged" msprop:Generator_ColumnPropNameInRow="pLastChanged" msprop:Generator_ColumnPropNameInTable="pLastChangedColumn" msprop:Generator_UserColumnName="pLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="cPartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncPartCount" msprop:Generator_ColumnPropNameInRow="cPartCount" msprop:Generator_ColumnPropNameInTable="cPartCountColumn" msprop:Generator_UserColumnName="cPartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_SearchROItemAndChildren" msprop:Generator_TableClassName="vesp_SearchROItemAndChildrenDataTable" msprop:Generator_TableVarName="tablevesp_SearchROItemAndChildren" msprop:Generator_TablePropName="vesp_SearchROItemAndChildren" msprop:Generator_RowDeletingName="vesp_SearchROItemAndChildrenRowDeleting" msprop:Generator_RowChangingName="vesp_SearchROItemAndChildrenRowChanging" msprop:Generator_RowEvHandlerName="vesp_SearchROItemAndChildrenRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_SearchROItemAndChildrenRowDeleted" msprop:Generator_UserTableName="vesp_SearchROItemAndChildren" msprop:Generator_RowChangedName="vesp_SearchROItemAndChildrenRowChanged" msprop:Generator_RowEvArgName="vesp_SearchROItemAndChildrenRowChangeEvent" msprop:Generator_RowClassName="vesp_SearchROItemAndChildrenRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DvPath" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDvPath" msprop:Generator_ColumnPropNameInRow="DvPath" msprop:Generator_ColumnPropNameInTable="DvPathColumn" msprop:Generator_UserColumnName="DvPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Path" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Level" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLevel" msprop:Generator_ColumnPropNameInRow="Level" msprop:Generator_ColumnPropNameInTable="LevelColumn" msprop:Generator_UserColumnName="Level" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FromType" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PreviousID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cDTS" msprop:Generator_ColumnVarNameInTable="columncDTS" msprop:Generator_ColumnPropNameInRow="cDTS" msprop:Generator_ColumnPropNameInTable="cDTSColumn" msprop:Generator_UserColumnName="cDTS" type="xs:dateTime" />
|
|
<xs:element name="cUserID" msprop:Generator_ColumnVarNameInTable="columncUserID" msprop:Generator_ColumnPropNameInRow="cUserID" msprop:Generator_ColumnPropNameInTable="cUserIDColumn" msprop:Generator_UserColumnName="cUserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncLastChanged" msprop:Generator_ColumnPropNameInRow="cLastChanged" msprop:Generator_ColumnPropNameInTable="cLastChangedColumn" msprop:Generator_UserColumnName="cLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="pContentID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpContentID" msprop:Generator_ColumnPropNameInRow="pContentID" msprop:Generator_ColumnPropNameInTable="pContentIDColumn" msprop:Generator_UserColumnName="pContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pDTS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpDTS" msprop:Generator_ColumnPropNameInRow="pDTS" msprop:Generator_ColumnPropNameInTable="pDTSColumn" msprop:Generator_UserColumnName="pDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="pUserID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpUserID" msprop:Generator_ColumnPropNameInRow="pUserID" msprop:Generator_ColumnPropNameInTable="pUserIDColumn" msprop:Generator_UserColumnName="pUserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpLastChanged" msprop:Generator_ColumnPropNameInRow="pLastChanged" msprop:Generator_ColumnPropNameInTable="pLastChangedColumn" msprop:Generator_UserColumnName="pLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="cPartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncPartCount" msprop:Generator_ColumnPropNameInRow="cPartCount" msprop:Generator_ColumnPropNameInTable="cPartCountColumn" msprop:Generator_UserColumnName="cPartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_SearchSepcifiedApplicability" msprop:Generator_TableClassName="vesp_SearchSepcifiedApplicabilityDataTable" msprop:Generator_TableVarName="tablevesp_SearchSepcifiedApplicability" msprop:Generator_TablePropName="vesp_SearchSepcifiedApplicability" msprop:Generator_RowDeletingName="vesp_SearchSepcifiedApplicabilityRowDeleting" msprop:Generator_RowChangingName="vesp_SearchSepcifiedApplicabilityRowChanging" msprop:Generator_RowEvHandlerName="vesp_SearchSepcifiedApplicabilityRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_SearchSepcifiedApplicabilityRowDeleted" msprop:Generator_UserTableName="vesp_SearchSepcifiedApplicability" msprop:Generator_RowChangedName="vesp_SearchSepcifiedApplicabilityRowChanged" msprop:Generator_RowEvArgName="vesp_SearchSepcifiedApplicabilityRowChangeEvent" msprop:Generator_RowClassName="vesp_SearchSepcifiedApplicabilityRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="DvPath" msprop:Generator_ColumnVarNameInTable="columnDvPath" msprop:Generator_ColumnPropNameInRow="DvPath" msprop:Generator_ColumnPropNameInTable="DvPathColumn" msprop:Generator_UserColumnName="DvPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Level" msprop:Generator_ColumnVarNameInTable="columnLevel" msprop:Generator_ColumnPropNameInRow="Level" msprop:Generator_ColumnPropNameInTable="LevelColumn" msprop:Generator_UserColumnName="Level" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cDTS" msprop:Generator_ColumnVarNameInTable="columncDTS" msprop:Generator_ColumnPropNameInRow="cDTS" msprop:Generator_ColumnPropNameInTable="cDTSColumn" msprop:Generator_UserColumnName="cDTS" type="xs:dateTime" />
|
|
<xs:element name="cUserID" msprop:Generator_ColumnVarNameInTable="columncUserID" msprop:Generator_ColumnPropNameInRow="cUserID" msprop:Generator_ColumnPropNameInTable="cUserIDColumn" msprop:Generator_UserColumnName="cUserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncLastChanged" msprop:Generator_ColumnPropNameInRow="cLastChanged" msprop:Generator_ColumnPropNameInTable="cLastChangedColumn" msprop:Generator_UserColumnName="cLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="pContentID" msprop:Generator_ColumnVarNameInTable="columnpContentID" msprop:Generator_ColumnPropNameInRow="pContentID" msprop:Generator_ColumnPropNameInTable="pContentIDColumn" msprop:Generator_UserColumnName="pContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pDTS" msprop:Generator_ColumnVarNameInTable="columnpDTS" msprop:Generator_ColumnPropNameInRow="pDTS" msprop:Generator_ColumnPropNameInTable="pDTSColumn" msprop:Generator_UserColumnName="pDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="pUserID" msprop:Generator_ColumnVarNameInTable="columnpUserID" msprop:Generator_ColumnPropNameInRow="pUserID" msprop:Generator_ColumnPropNameInTable="pUserIDColumn" msprop:Generator_UserColumnName="pUserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpLastChanged" msprop:Generator_ColumnPropNameInRow="pLastChanged" msprop:Generator_ColumnPropNameInTable="pLastChangedColumn" msprop:Generator_UserColumnName="pLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="cPartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncPartCount" msprop:Generator_ColumnPropNameInRow="cPartCount" msprop:Generator_ColumnPropNameInTable="cPartCountColumn" msprop:Generator_UserColumnName="cPartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_SearchTransitions" msprop:Generator_TableClassName="vesp_SearchTransitionsDataTable" msprop:Generator_TableVarName="tablevesp_SearchTransitions" msprop:Generator_TablePropName="vesp_SearchTransitions" msprop:Generator_RowDeletingName="vesp_SearchTransitionsRowDeleting" msprop:Generator_RowChangingName="vesp_SearchTransitionsRowChanging" msprop:Generator_RowEvHandlerName="vesp_SearchTransitionsRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_SearchTransitionsRowDeleted" msprop:Generator_UserTableName="vesp_SearchTransitions" msprop:Generator_RowChangedName="vesp_SearchTransitionsRowChanged" msprop:Generator_RowEvArgName="vesp_SearchTransitionsRowChangeEvent" msprop:Generator_RowClassName="vesp_SearchTransitionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="dvpath" msprop:Generator_ColumnVarNameInTable="columndvpath" msprop:Generator_ColumnPropNameInRow="dvpath" msprop:Generator_ColumnPropNameInTable="dvpathColumn" msprop:Generator_UserColumnName="dvpath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Path" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cDTS" msprop:Generator_ColumnVarNameInTable="columncDTS" msprop:Generator_ColumnPropNameInRow="cDTS" msprop:Generator_ColumnPropNameInTable="cDTSColumn" msprop:Generator_UserColumnName="cDTS" type="xs:dateTime" />
|
|
<xs:element name="cUserID" msprop:Generator_ColumnVarNameInTable="columncUserID" msprop:Generator_ColumnPropNameInRow="cUserID" msprop:Generator_ColumnPropNameInTable="cUserIDColumn" msprop:Generator_UserColumnName="cUserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cLastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncLastChanged" msprop:Generator_ColumnPropNameInRow="cLastChanged" msprop:Generator_ColumnPropNameInTable="cLastChangedColumn" msprop:Generator_UserColumnName="cLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="AnnotationCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnAnnotationCount" msprop:Generator_ColumnPropNameInRow="AnnotationCount" msprop:Generator_ColumnPropNameInTable="AnnotationCountColumn" msprop:Generator_UserColumnName="AnnotationCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DocVersionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDocVersionCount" msprop:Generator_ColumnPropNameInRow="DocVersionCount" msprop:Generator_ColumnPropNameInTable="DocVersionCountColumn" msprop:Generator_UserColumnName="DocVersionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="NextCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNextCount" msprop:Generator_ColumnPropNameInRow="NextCount" msprop:Generator_ColumnPropNameInTable="NextCountColumn" msprop:Generator_UserColumnName="NextCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_RangeIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_RangeIDCount" msprop:Generator_ColumnPropNameInRow="Transition_RangeIDCount" msprop:Generator_ColumnPropNameInTable="Transition_RangeIDCountColumn" msprop:Generator_UserColumnName="Transition_RangeIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Transition_ToIDCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransition_ToIDCount" msprop:Generator_ColumnPropNameInRow="Transition_ToIDCount" msprop:Generator_ColumnPropNameInTable="Transition_ToIDCountColumn" msprop:Generator_UserColumnName="Transition_ToIDCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="cPartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncPartCount" msprop:Generator_ColumnPropNameInRow="cPartCount" msprop:Generator_ColumnPropNameInTable="cPartCountColumn" msprop:Generator_UserColumnName="cPartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_SessionBegin" msprop:Generator_TableClassName="vesp_SessionBeginDataTable" msprop:Generator_TableVarName="tablevesp_SessionBegin" msprop:Generator_TablePropName="vesp_SessionBegin" msprop:Generator_RowDeletingName="vesp_SessionBeginRowDeleting" msprop:Generator_RowChangingName="vesp_SessionBeginRowChanging" msprop:Generator_RowEvHandlerName="vesp_SessionBeginRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_SessionBeginRowDeleted" msprop:Generator_UserTableName="vesp_SessionBegin" msprop:Generator_RowChangedName="vesp_SessionBeginRowChanged" msprop:Generator_RowEvArgName="vesp_SessionBeginRowChangeEvent" msprop:Generator_RowClassName="vesp_SessionBeginRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="SessionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnSessionID" msprop:Generator_ColumnPropNameInRow="SessionID" msprop:Generator_ColumnPropNameInTable="SessionIDColumn" msprop:Generator_UserColumnName="SessionID" type="xs:int" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTSDtart" msprop:Generator_ColumnVarNameInTable="columnDTSDtart" msprop:Generator_ColumnPropNameInRow="DTSDtart" msprop:Generator_ColumnPropNameInTable="DTSDtartColumn" msprop:Generator_UserColumnName="DTSDtart" type="xs:dateTime" />
|
|
<xs:element name="DTSEnd" msprop:Generator_ColumnVarNameInTable="columnDTSEnd" msprop:Generator_ColumnPropNameInRow="DTSEnd" msprop:Generator_ColumnPropNameInTable="DTSEndColumn" msprop:Generator_UserColumnName="DTSEnd" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="DTSActivity" msprop:Generator_ColumnVarNameInTable="columnDTSActivity" msprop:Generator_ColumnPropNameInRow="DTSActivity" msprop:Generator_ColumnPropNameInTable="DTSActivityColumn" msprop:Generator_UserColumnName="DTSActivity" type="xs:dateTime" />
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="MachineName" msprop:Generator_ColumnVarNameInTable="columnMachineName" msprop:Generator_ColumnPropNameInRow="MachineName" msprop:Generator_ColumnPropNameInTable="MachineNameColumn" msprop:Generator_UserColumnName="MachineName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ProcessID" msprop:Generator_ColumnVarNameInTable="columnProcessID" msprop:Generator_ColumnPropNameInRow="ProcessID" msprop:Generator_ColumnPropNameInTable="ProcessIDColumn" msprop:Generator_UserColumnName="ProcessID" type="xs:int" />
|
|
<xs:element name="LastContentChange" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastContentChange" msprop:Generator_ColumnPropNameInRow="LastContentChange" msprop:Generator_ColumnPropNameInTable="LastContentChangeColumn" msprop:Generator_UserColumnName="LastContentChange" type="xs:long" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_SessionCanCheckOutItem" msprop:Generator_TableClassName="vesp_SessionCanCheckOutItemDataTable" msprop:Generator_TableVarName="tablevesp_SessionCanCheckOutItem" msprop:Generator_TablePropName="vesp_SessionCanCheckOutItem" msprop:Generator_RowDeletingName="vesp_SessionCanCheckOutItemRowDeleting" msprop:Generator_RowChangingName="vesp_SessionCanCheckOutItemRowChanging" msprop:Generator_RowEvHandlerName="vesp_SessionCanCheckOutItemRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_SessionCanCheckOutItemRowDeleted" msprop:Generator_UserTableName="vesp_SessionCanCheckOutItem" msprop:Generator_RowChangedName="vesp_SessionCanCheckOutItemRowChanged" msprop:Generator_RowEvArgName="vesp_SessionCanCheckOutItemRowChangeEvent" msprop:Generator_RowClassName="vesp_SessionCanCheckOutItemRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="SessionID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnSessionID" msprop:Generator_ColumnPropNameInRow="SessionID" msprop:Generator_ColumnPropNameInTable="SessionIDColumn" msprop:Generator_UserColumnName="SessionID" type="xs:int" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTSDtart" msprop:Generator_ColumnVarNameInTable="columnDTSDtart" msprop:Generator_ColumnPropNameInRow="DTSDtart" msprop:Generator_ColumnPropNameInTable="DTSDtartColumn" msprop:Generator_UserColumnName="DTSDtart" type="xs:dateTime" />
|
|
<xs:element name="DTSEnd" msprop:Generator_ColumnVarNameInTable="columnDTSEnd" msprop:Generator_ColumnPropNameInRow="DTSEnd" msprop:Generator_ColumnPropNameInTable="DTSEndColumn" msprop:Generator_UserColumnName="DTSEnd" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="DTSActivity" msprop:Generator_ColumnVarNameInTable="columnDTSActivity" msprop:Generator_ColumnPropNameInRow="DTSActivity" msprop:Generator_ColumnPropNameInTable="DTSActivityColumn" msprop:Generator_UserColumnName="DTSActivity" type="xs:dateTime" />
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="MachineName" msprop:Generator_ColumnVarNameInTable="columnMachineName" msprop:Generator_ColumnPropNameInRow="MachineName" msprop:Generator_ColumnPropNameInTable="MachineNameColumn" msprop:Generator_UserColumnName="MachineName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ProcessID" msprop:Generator_ColumnVarNameInTable="columnProcessID" msprop:Generator_ColumnPropNameInRow="ProcessID" msprop:Generator_ColumnPropNameInTable="ProcessIDColumn" msprop:Generator_UserColumnName="ProcessID" type="xs:int" />
|
|
<xs:element name="LastContentChange" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastContentChange" msprop:Generator_ColumnPropNameInRow="LastContentChange" msprop:Generator_ColumnPropNameInTable="LastContentChangeColumn" msprop:Generator_UserColumnName="LastContentChange" type="xs:long" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_UpdateVersionFormatForUCF" msprop:Generator_TableClassName="vesp_UpdateVersionFormatForUCFDataTable" msprop:Generator_TableVarName="tablevesp_UpdateVersionFormatForUCF" msprop:Generator_TablePropName="vesp_UpdateVersionFormatForUCF" msprop:Generator_RowDeletingName="vesp_UpdateVersionFormatForUCFRowDeleting" msprop:Generator_RowChangingName="vesp_UpdateVersionFormatForUCFRowChanging" msprop:Generator_RowEvHandlerName="vesp_UpdateVersionFormatForUCFRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_UpdateVersionFormatForUCFRowDeleted" msprop:Generator_UserTableName="vesp_UpdateVersionFormatForUCF" msprop:Generator_RowChangedName="vesp_UpdateVersionFormatForUCFRowChanged" msprop:Generator_RowEvArgName="vesp_UpdateVersionFormatForUCFRowChangeEvent" msprop:Generator_RowClassName="vesp_UpdateVersionFormatForUCFRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="LastChanged" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLastChanged" msprop:Generator_ColumnPropNameInRow="LastChanged" msprop:Generator_ColumnPropNameInTable="LastChangedColumn" msprop:Generator_UserColumnName="LastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="DetailCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnDetailCount" msprop:Generator_ColumnPropNameInRow="DetailCount" msprop:Generator_ColumnPropNameInTable="DetailCountColumn" msprop:Generator_UserColumnName="DetailCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EntryCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEntryCount" msprop:Generator_ColumnPropNameInRow="EntryCount" msprop:Generator_ColumnPropNameInTable="EntryCountColumn" msprop:Generator_UserColumnName="EntryCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="GridCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnGridCount" msprop:Generator_ColumnPropNameInRow="GridCount" msprop:Generator_ColumnPropNameInTable="GridCountColumn" msprop:Generator_UserColumnName="GridCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ImageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnImageCount" msprop:Generator_ColumnPropNameInRow="ImageCount" msprop:Generator_ColumnPropNameInTable="ImageCountColumn" msprop:Generator_UserColumnName="ImageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnItemCount" msprop:Generator_ColumnPropNameInRow="ItemCount" msprop:Generator_ColumnPropNameInTable="ItemCountColumn" msprop:Generator_UserColumnName="ItemCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PartCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPartCount" msprop:Generator_ColumnPropNameInRow="PartCount" msprop:Generator_ColumnPropNameInTable="PartCountColumn" msprop:Generator_UserColumnName="PartCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RoUsageCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnRoUsageCount" msprop:Generator_ColumnPropNameInRow="RoUsageCount" msprop:Generator_ColumnPropNameInTable="RoUsageCountColumn" msprop:Generator_UserColumnName="RoUsageCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTransitionCount" msprop:Generator_ColumnPropNameInRow="TransitionCount" msprop:Generator_ColumnPropNameInTable="TransitionCountColumn" msprop:Generator_UserColumnName="TransitionCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ZContentCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnZContentCount" msprop:Generator_ColumnPropNameInRow="ZContentCount" msprop:Generator_ColumnPropNameInTable="ZContentCountColumn" msprop:Generator_UserColumnName="ZContentCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vesp_WillTransitionsBeValid" msprop:Generator_TableClassName="vesp_WillTransitionsBeValidDataTable" msprop:Generator_TableVarName="tablevesp_WillTransitionsBeValid" msprop:Generator_TablePropName="vesp_WillTransitionsBeValid" msprop:Generator_RowDeletingName="vesp_WillTransitionsBeValidRowDeleting" msprop:Generator_RowChangingName="vesp_WillTransitionsBeValidRowChanging" msprop:Generator_RowEvHandlerName="vesp_WillTransitionsBeValidRowChangeEventHandler" msprop:Generator_RowDeletedName="vesp_WillTransitionsBeValidRowDeleted" msprop:Generator_UserTableName="vesp_WillTransitionsBeValid" msprop:Generator_RowChangedName="vesp_WillTransitionsBeValidRowChanged" msprop:Generator_RowEvArgName="vesp_WillTransitionsBeValidRowChangeEvent" msprop:Generator_RowClassName="vesp_WillTransitionsBeValidRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="MyItemID" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMyItemID" msprop:Generator_ColumnPropNameInRow="MyItemID" msprop:Generator_ColumnPropNameInTable="MyItemIDColumn" msprop:Generator_UserColumnName="MyItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Valid" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnValid" msprop:Generator_ColumnPropNameInRow="Valid" msprop:Generator_ColumnPropNameInTable="ValidColumn" msprop:Generator_UserColumnName="Valid" type="xs:int" minOccurs="0" />
|
|
<xs:element name="SrcAppl" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnSrcAppl" msprop:Generator_ColumnPropNameInRow="SrcAppl" msprop:Generator_ColumnPropNameInTable="SrcApplColumn" msprop:Generator_UserColumnName="SrcAppl" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="TgtAppl" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTgtAppl" msprop:Generator_ColumnPropNameInRow="TgtAppl" msprop:Generator_ColumnPropNameInTable="TgtApplColumn" msprop:Generator_UserColumnName="TgtAppl" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SrcStep" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnSrcStep" msprop:Generator_ColumnPropNameInRow="SrcStep" msprop:Generator_ColumnPropNameInTable="SrcStepColumn" msprop:Generator_UserColumnName="SrcStep" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="TgtStep" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnTgtStep" msprop:Generator_ColumnPropNameInRow="TgtStep" msprop:Generator_ColumnPropNameInTable="TgtStepColumn" msprop:Generator_UserColumnName="TgtStep" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="FindAnnotations" msprop:Generator_TableClassName="FindAnnotationsDataTable" msprop:Generator_TableVarName="tableFindAnnotations" msprop:Generator_TablePropName="FindAnnotations" msprop:Generator_RowDeletingName="FindAnnotationsRowDeleting" msprop:Generator_RowChangingName="FindAnnotationsRowChanging" msprop:Generator_RowEvHandlerName="FindAnnotationsRowChangeEventHandler" msprop:Generator_RowDeletedName="FindAnnotationsRowDeleted" msprop:Generator_UserTableName="FindAnnotations" msprop:Generator_RowChangedName="FindAnnotationsRowChanged" msprop:Generator_RowEvArgName="FindAnnotationsRowChangeEvent" msprop:Generator_RowClassName="FindAnnotationsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AnnotationID" msprop:Generator_ColumnVarNameInTable="columnAnnotationID" msprop:Generator_ColumnPropNameInRow="AnnotationID" msprop:Generator_ColumnPropNameInTable="AnnotationIDColumn" msprop:Generator_UserColumnName="AnnotationID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="FindRoUsages" msprop:Generator_TableClassName="FindRoUsagesDataTable" msprop:Generator_TableVarName="tableFindRoUsages" msprop:Generator_TablePropName="FindRoUsages" msprop:Generator_RowDeletingName="FindRoUsagesRowDeleting" msprop:Generator_RowChangingName="FindRoUsagesRowChanging" msprop:Generator_RowEvHandlerName="FindRoUsagesRowChangeEventHandler" msprop:Generator_RowDeletedName="FindRoUsagesRowDeleted" msprop:Generator_UserTableName="FindRoUsages" msprop:Generator_RowChangedName="FindRoUsagesRowChanged" msprop:Generator_RowEvArgName="FindRoUsagesRowChangeEvent" msprop:Generator_RowClassName="FindRoUsagesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="FindText" msprop:Generator_TableClassName="FindTextDataTable" msprop:Generator_TableVarName="tableFindText" msprop:Generator_TablePropName="FindText" msprop:Generator_RowDeletingName="FindTextRowDeleting" msprop:Generator_RowChangingName="FindTextRowChanging" msprop:Generator_RowEvHandlerName="FindTextRowChangeEventHandler" msprop:Generator_RowDeletedName="FindTextRowDeleted" msprop:Generator_UserTableName="FindText" msprop:Generator_RowChangedName="FindTextRowChanged" msprop:Generator_RowEvArgName="FindTextRowChangeEvent" msprop:Generator_RowClassName="FindTextRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_AllHighLevelSteps" msprop:Generator_TableClassName="vefn_AllHighLevelStepsDataTable" msprop:Generator_TableVarName="tablevefn_AllHighLevelSteps" msprop:Generator_TablePropName="vefn_AllHighLevelSteps" msprop:Generator_RowDeletingName="vefn_AllHighLevelStepsRowDeleting" msprop:Generator_RowChangingName="vefn_AllHighLevelStepsRowChanging" msprop:Generator_RowEvHandlerName="vefn_AllHighLevelStepsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_AllHighLevelStepsRowDeleted" msprop:Generator_UserTableName="vefn_AllHighLevelSteps" msprop:Generator_RowChangedName="vefn_AllHighLevelStepsRowChanged" msprop:Generator_RowEvArgName="vefn_AllHighLevelStepsRowChangeEvent" msprop:Generator_RowClassName="vefn_AllHighLevelStepsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="Ordinal" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_AllHighLevelStepTransitions" msprop:Generator_TableClassName="vefn_AllHighLevelStepTransitionsDataTable" msprop:Generator_TableVarName="tablevefn_AllHighLevelStepTransitions" msprop:Generator_TablePropName="vefn_AllHighLevelStepTransitions" msprop:Generator_RowDeletingName="vefn_AllHighLevelStepTransitionsRowDeleting" msprop:Generator_RowChangingName="vefn_AllHighLevelStepTransitionsRowChanging" msprop:Generator_RowEvHandlerName="vefn_AllHighLevelStepTransitionsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_AllHighLevelStepTransitionsRowDeleted" msprop:Generator_UserTableName="vefn_AllHighLevelStepTransitions" msprop:Generator_RowChangedName="vefn_AllHighLevelStepTransitionsRowChanged" msprop:Generator_RowEvArgName="vefn_AllHighLevelStepTransitionsRowChangeEvent" msprop:Generator_RowClassName="vefn_AllHighLevelStepTransitionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="Ordinal" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="TransCount" msprop:Generator_ColumnVarNameInTable="columnTransCount" msprop:Generator_ColumnPropNameInRow="TransCount" msprop:Generator_ColumnPropNameInTable="TransCountColumn" msprop:Generator_UserColumnName="TransCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ExternalTransitions" msprop:Generator_ColumnVarNameInTable="columnExternalTransitions" msprop:Generator_ColumnPropNameInRow="ExternalTransitions" msprop:Generator_ColumnPropNameInTable="ExternalTransitionsColumn" msprop:Generator_UserColumnName="ExternalTransitions" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ExternalChildTransitions" msprop:Generator_ColumnVarNameInTable="columnExternalChildTransitions" msprop:Generator_ColumnPropNameInRow="ExternalChildTransitions" msprop:Generator_ColumnPropNameInTable="ExternalChildTransitionsColumn" msprop:Generator_UserColumnName="ExternalChildTransitions" type="xs:int" minOccurs="0" />
|
|
<xs:element name="InternalTransitions" msprop:Generator_ColumnVarNameInTable="columnInternalTransitions" msprop:Generator_ColumnPropNameInRow="InternalTransitions" msprop:Generator_ColumnPropNameInTable="InternalTransitionsColumn" msprop:Generator_UserColumnName="InternalTransitions" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_AllSiblingItems" msprop:Generator_TableClassName="vefn_AllSiblingItemsDataTable" msprop:Generator_TableVarName="tablevefn_AllSiblingItems" msprop:Generator_TablePropName="vefn_AllSiblingItems" msprop:Generator_RowDeletingName="vefn_AllSiblingItemsRowDeleting" msprop:Generator_RowChangingName="vefn_AllSiblingItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_AllSiblingItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_AllSiblingItemsRowDeleted" msprop:Generator_UserTableName="vefn_AllSiblingItems" msprop:Generator_RowChangedName="vefn_AllSiblingItemsRowChanged" msprop:Generator_RowEvArgName="vefn_AllSiblingItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_AllSiblingItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_AnnotationTypeSplit" msprop:Generator_TableClassName="vefn_AnnotationTypeSplitDataTable" msprop:Generator_TableVarName="tablevefn_AnnotationTypeSplit" msprop:Generator_TablePropName="vefn_AnnotationTypeSplit" msprop:Generator_RowDeletingName="vefn_AnnotationTypeSplitRowDeleting" msprop:Generator_RowChangingName="vefn_AnnotationTypeSplitRowChanging" msprop:Generator_RowEvHandlerName="vefn_AnnotationTypeSplitRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_AnnotationTypeSplitRowDeleted" msprop:Generator_UserTableName="vefn_AnnotationTypeSplit" msprop:Generator_RowChangedName="vefn_AnnotationTypeSplitRowChanged" msprop:Generator_RowEvArgName="vefn_AnnotationTypeSplitRowChangeEvent" msprop:Generator_RowClassName="vefn_AnnotationTypeSplitRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TypeID" msprop:Generator_ColumnVarNameInTable="columnTypeID" msprop:Generator_ColumnPropNameInRow="TypeID" msprop:Generator_ColumnPropNameInTable="TypeIDColumn" msprop:Generator_UserColumnName="TypeID" type="xs:int" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_ChildItems" msprop:Generator_TableClassName="vefn_ChildItemsDataTable" msprop:Generator_TableVarName="tablevefn_ChildItems" msprop:Generator_TablePropName="vefn_ChildItems" msprop:Generator_RowDeletingName="vefn_ChildItemsRowDeleting" msprop:Generator_RowChangingName="vefn_ChildItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_ChildItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_ChildItemsRowDeleted" msprop:Generator_UserTableName="vefn_ChildItems" msprop:Generator_RowChangedName="vefn_ChildItemsRowChanged" msprop:Generator_RowEvArgName="vefn_ChildItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_ChildItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_ChildItemsRange" msprop:Generator_TableClassName="vefn_ChildItemsRangeDataTable" msprop:Generator_TableVarName="tablevefn_ChildItemsRange" msprop:Generator_TablePropName="vefn_ChildItemsRange" msprop:Generator_RowDeletingName="vefn_ChildItemsRangeRowDeleting" msprop:Generator_RowChangingName="vefn_ChildItemsRangeRowChanging" msprop:Generator_RowEvHandlerName="vefn_ChildItemsRangeRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_ChildItemsRangeRowDeleted" msprop:Generator_UserTableName="vefn_ChildItemsRange" msprop:Generator_RowChangedName="vefn_ChildItemsRangeRowChanged" msprop:Generator_RowEvArgName="vefn_ChildItemsRangeRowChangeEvent" msprop:Generator_RowClassName="vefn_ChildItemsRangeRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_ChildItemz" msprop:Generator_TableClassName="vefn_ChildItemzDataTable" msprop:Generator_TableVarName="tablevefn_ChildItemz" msprop:Generator_TablePropName="vefn_ChildItemz" msprop:Generator_RowDeletingName="vefn_ChildItemzRowDeleting" msprop:Generator_RowChangingName="vefn_ChildItemzRowChanging" msprop:Generator_RowEvHandlerName="vefn_ChildItemzRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_ChildItemzRowDeleted" msprop:Generator_UserTableName="vefn_ChildItemz" msprop:Generator_RowChangedName="vefn_ChildItemzRowChanged" msprop:Generator_RowEvArgName="vefn_ChildItemzRowChangeEvent" msprop:Generator_RowClassName="vefn_ChildItemzRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Level" msprop:Generator_ColumnVarNameInTable="columnLevel" msprop:Generator_ColumnPropNameInRow="Level" msprop:Generator_ColumnPropNameInTable="LevelColumn" msprop:Generator_UserColumnName="Level" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_ChildrenItems" msprop:Generator_TableClassName="vefn_ChildrenItemsDataTable" msprop:Generator_TableVarName="tablevefn_ChildrenItems" msprop:Generator_TablePropName="vefn_ChildrenItems" msprop:Generator_RowDeletingName="vefn_ChildrenItemsRowDeleting" msprop:Generator_RowChangingName="vefn_ChildrenItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_ChildrenItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_ChildrenItemsRowDeleted" msprop:Generator_UserTableName="vefn_ChildrenItems" msprop:Generator_RowChangedName="vefn_ChildrenItemsRowChanged" msprop:Generator_RowEvArgName="vefn_ChildrenItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_ChildrenItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_ChronologyReport" msprop:Generator_TableClassName="vefn_ChronologyReportDataTable" msprop:Generator_TableVarName="tablevefn_ChronologyReport" msprop:Generator_TablePropName="vefn_ChronologyReport" msprop:Generator_RowDeletingName="vefn_ChronologyReportRowDeleting" msprop:Generator_RowChangingName="vefn_ChronologyReportRowChanging" msprop:Generator_RowEvHandlerName="vefn_ChronologyReportRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_ChronologyReportRowDeleted" msprop:Generator_UserTableName="vefn_ChronologyReport" msprop:Generator_RowChangedName="vefn_ChronologyReportRowChanged" msprop:Generator_RowEvArgName="vefn_ChronologyReportRowChangeEvent" msprop:Generator_RowClassName="vefn_ChronologyReportRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="src" msprop:Generator_ColumnVarNameInTable="columnsrc" msprop:Generator_ColumnPropNameInRow="src" msprop:Generator_ColumnPropNameInTable="srcColumn" msprop:Generator_UserColumnName="src" type="xs:int" minOccurs="0" />
|
|
<xs:element name="AuditID" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="512" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ActionDTS" msprop:Generator_ColumnVarNameInTable="columnActionDTS" msprop:Generator_ColumnPropNameInRow="ActionDTS" msprop:Generator_ColumnPropNameInTable="ActionDTSColumn" msprop:Generator_UserColumnName="ActionDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="ItemDTS" msprop:Generator_ColumnVarNameInTable="columnItemDTS" msprop:Generator_ColumnPropNameInRow="ItemDTS" msprop:Generator_ColumnPropNameInTable="ItemDTSColumn" msprop:Generator_UserColumnName="ItemDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="LastAuditID" msprop:Generator_ColumnVarNameInTable="columnLastAuditID" msprop:Generator_ColumnPropNameInRow="LastAuditID" msprop:Generator_ColumnPropNameInTable="LastAuditIDColumn" msprop:Generator_UserColumnName="LastAuditID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DeletedAuditID" msprop:Generator_ColumnVarNameInTable="columnDeletedAuditID" msprop:Generator_ColumnPropNameInRow="DeletedAuditID" msprop:Generator_ColumnPropNameInTable="DeletedAuditIDColumn" msprop:Generator_UserColumnName="DeletedAuditID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_DocVersionSplit" msprop:Generator_TableClassName="vefn_DocVersionSplitDataTable" msprop:Generator_TableVarName="tablevefn_DocVersionSplit" msprop:Generator_TablePropName="vefn_DocVersionSplit" msprop:Generator_RowDeletingName="vefn_DocVersionSplitRowDeleting" msprop:Generator_RowChangingName="vefn_DocVersionSplitRowChanging" msprop:Generator_RowEvHandlerName="vefn_DocVersionSplitRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_DocVersionSplitRowDeleted" msprop:Generator_UserTableName="vefn_DocVersionSplit" msprop:Generator_RowChangedName="vefn_DocVersionSplitRowChanged" msprop:Generator_RowEvArgName="vefn_DocVersionSplitRowChangeEvent" msprop:Generator_RowClassName="vefn_DocVersionSplitRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DVPath" msprop:Generator_ColumnVarNameInTable="columnDVPath" msprop:Generator_ColumnPropNameInRow="DVPath" msprop:Generator_ColumnPropNameInTable="DVPathColumn" msprop:Generator_UserColumnName="DVPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="UnitPrefix" msprop:Generator_ColumnVarNameInTable="columnUnitPrefix" msprop:Generator_ColumnPropNameInRow="UnitPrefix" msprop:Generator_ColumnPropNameInTable="UnitPrefixColumn" msprop:Generator_UserColumnName="UnitPrefix" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_DVContent" msprop:Generator_TableClassName="vefn_DVContentDataTable" msprop:Generator_TableVarName="tablevefn_DVContent" msprop:Generator_TablePropName="vefn_DVContent" msprop:Generator_RowDeletingName="vefn_DVContentRowDeleting" msprop:Generator_RowChangingName="vefn_DVContentRowChanging" msprop:Generator_RowEvHandlerName="vefn_DVContentRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_DVContentRowDeleted" msprop:Generator_UserTableName="vefn_DVContent" msprop:Generator_RowChangedName="vefn_DVContentRowChanged" msprop:Generator_RowEvArgName="vefn_DVContentRowChangeEvent" msprop:Generator_RowClassName="vefn_DVContentRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_FindAffectedTransitions" msprop:Generator_TableClassName="vefn_FindAffectedTransitionsDataTable" msprop:Generator_TableVarName="tablevefn_FindAffectedTransitions" msprop:Generator_TablePropName="vefn_FindAffectedTransitions" msprop:Generator_RowDeletingName="vefn_FindAffectedTransitionsRowDeleting" msprop:Generator_RowChangingName="vefn_FindAffectedTransitionsRowChanging" msprop:Generator_RowEvHandlerName="vefn_FindAffectedTransitionsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_FindAffectedTransitionsRowDeleted" msprop:Generator_UserTableName="vefn_FindAffectedTransitions" msprop:Generator_RowChangedName="vefn_FindAffectedTransitionsRowChanged" msprop:Generator_RowEvArgName="vefn_FindAffectedTransitionsRowChangeEvent" msprop:Generator_RowClassName="vefn_FindAffectedTransitionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_FindContentText" msprop:Generator_TableClassName="vefn_FindContentTextDataTable" msprop:Generator_TableVarName="tablevefn_FindContentText" msprop:Generator_TablePropName="vefn_FindContentText" msprop:Generator_RowDeletingName="vefn_FindContentTextRowDeleting" msprop:Generator_RowChangingName="vefn_FindContentTextRowChanging" msprop:Generator_RowEvHandlerName="vefn_FindContentTextRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_FindContentTextRowDeleted" msprop:Generator_UserTableName="vefn_FindContentText" msprop:Generator_RowChangedName="vefn_FindContentTextRowChanged" msprop:Generator_RowEvArgName="vefn_FindContentTextRowChangeEvent" msprop:Generator_RowClassName="vefn_FindContentTextRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="Type" msprop:Generator_ColumnVarNameInTable="columnType" msprop:Generator_ColumnPropNameInRow="Type" msprop:Generator_ColumnPropNameInTable="TypeColumn" msprop:Generator_UserColumnName="Type" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_FindExternalChildTransitions" msprop:Generator_TableClassName="vefn_FindExternalChildTransitionsDataTable" msprop:Generator_TableVarName="tablevefn_FindExternalChildTransitions" msprop:Generator_TablePropName="vefn_FindExternalChildTransitions" msprop:Generator_RowDeletingName="vefn_FindExternalChildTransitionsRowDeleting" msprop:Generator_RowChangingName="vefn_FindExternalChildTransitionsRowChanging" msprop:Generator_RowEvHandlerName="vefn_FindExternalChildTransitionsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_FindExternalChildTransitionsRowDeleted" msprop:Generator_UserTableName="vefn_FindExternalChildTransitions" msprop:Generator_RowChangedName="vefn_FindExternalChildTransitionsRowChanged" msprop:Generator_RowEvArgName="vefn_FindExternalChildTransitionsRowChangeEvent" msprop:Generator_RowClassName="vefn_FindExternalChildTransitionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FromItemID" msprop:Generator_ColumnVarNameInTable="columnFromItemID" msprop:Generator_ColumnPropNameInRow="FromItemID" msprop:Generator_ColumnPropNameInTable="FromItemIDColumn" msprop:Generator_UserColumnName="FromItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_FindExternalFromTransitions" msprop:Generator_TableClassName="vefn_FindExternalFromTransitionsDataTable" msprop:Generator_TableVarName="tablevefn_FindExternalFromTransitions" msprop:Generator_TablePropName="vefn_FindExternalFromTransitions" msprop:Generator_RowDeletingName="vefn_FindExternalFromTransitionsRowDeleting" msprop:Generator_RowChangingName="vefn_FindExternalFromTransitionsRowChanging" msprop:Generator_RowEvHandlerName="vefn_FindExternalFromTransitionsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_FindExternalFromTransitionsRowDeleted" msprop:Generator_UserTableName="vefn_FindExternalFromTransitions" msprop:Generator_RowChangedName="vefn_FindExternalFromTransitionsRowChanged" msprop:Generator_RowEvArgName="vefn_FindExternalFromTransitionsRowChangeEvent" msprop:Generator_RowClassName="vefn_FindExternalFromTransitionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FromItemID" msprop:Generator_ColumnVarNameInTable="columnFromItemID" msprop:Generator_ColumnPropNameInRow="FromItemID" msprop:Generator_ColumnPropNameInTable="FromItemIDColumn" msprop:Generator_UserColumnName="FromItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionID" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_FindExternalTransitions" msprop:Generator_TableClassName="vefn_FindExternalTransitionsDataTable" msprop:Generator_TableVarName="tablevefn_FindExternalTransitions" msprop:Generator_TablePropName="vefn_FindExternalTransitions" msprop:Generator_RowDeletingName="vefn_FindExternalTransitionsRowDeleting" msprop:Generator_RowChangingName="vefn_FindExternalTransitionsRowChanging" msprop:Generator_RowEvHandlerName="vefn_FindExternalTransitionsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_FindExternalTransitionsRowDeleted" msprop:Generator_UserTableName="vefn_FindExternalTransitions" msprop:Generator_RowChangedName="vefn_FindExternalTransitionsRowChanged" msprop:Generator_RowEvArgName="vefn_FindExternalTransitionsRowChangeEvent" msprop:Generator_RowClassName="vefn_FindExternalTransitionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FromItemID" msprop:Generator_ColumnVarNameInTable="columnFromItemID" msprop:Generator_ColumnPropNameInRow="FromItemID" msprop:Generator_ColumnPropNameInTable="FromItemIDColumn" msprop:Generator_UserColumnName="FromItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TransitionID" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_FindInternalTransitions" msprop:Generator_TableClassName="vefn_FindInternalTransitionsDataTable" msprop:Generator_TableVarName="tablevefn_FindInternalTransitions" msprop:Generator_TablePropName="vefn_FindInternalTransitions" msprop:Generator_RowDeletingName="vefn_FindInternalTransitionsRowDeleting" msprop:Generator_RowChangingName="vefn_FindInternalTransitionsRowChanging" msprop:Generator_RowEvHandlerName="vefn_FindInternalTransitionsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_FindInternalTransitionsRowDeleted" msprop:Generator_UserTableName="vefn_FindInternalTransitions" msprop:Generator_RowChangedName="vefn_FindInternalTransitionsRowChanged" msprop:Generator_RowEvArgName="vefn_FindInternalTransitionsRowChangeEvent" msprop:Generator_RowClassName="vefn_FindInternalTransitionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FromItemID" msprop:Generator_ColumnVarNameInTable="columnFromItemID" msprop:Generator_ColumnPropNameInRow="FromItemID" msprop:Generator_ColumnPropNameInTable="FromItemIDColumn" msprop:Generator_UserColumnName="FromItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_FindInternalTransitionsForCopy" msprop:Generator_TableClassName="vefn_FindInternalTransitionsForCopyDataTable" msprop:Generator_TableVarName="tablevefn_FindInternalTransitionsForCopy" msprop:Generator_TablePropName="vefn_FindInternalTransitionsForCopy" msprop:Generator_RowDeletingName="vefn_FindInternalTransitionsForCopyRowDeleting" msprop:Generator_RowChangingName="vefn_FindInternalTransitionsForCopyRowChanging" msprop:Generator_RowEvHandlerName="vefn_FindInternalTransitionsForCopyRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_FindInternalTransitionsForCopyRowDeleted" msprop:Generator_UserTableName="vefn_FindInternalTransitionsForCopy" msprop:Generator_RowChangedName="vefn_FindInternalTransitionsForCopyRowChanged" msprop:Generator_RowEvArgName="vefn_FindInternalTransitionsForCopyRowChangeEvent" msprop:Generator_RowClassName="vefn_FindInternalTransitionsForCopyRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TranType" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="OldTransition" msprop:Generator_ColumnVarNameInTable="columnOldTransition" msprop:Generator_ColumnPropNameInRow="OldTransition" msprop:Generator_ColumnPropNameInTable="OldTransitionColumn" msprop:Generator_UserColumnName="OldTransition" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_FindROUsageIDs" msprop:Generator_TableClassName="vefn_FindROUsageIDsDataTable" msprop:Generator_TableVarName="tablevefn_FindROUsageIDs" msprop:Generator_TablePropName="vefn_FindROUsageIDs" msprop:Generator_RowDeletingName="vefn_FindROUsageIDsRowDeleting" msprop:Generator_RowChangingName="vefn_FindROUsageIDsRowChanging" msprop:Generator_RowEvHandlerName="vefn_FindROUsageIDsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_FindROUsageIDsRowDeleted" msprop:Generator_UserTableName="vefn_FindROUsageIDs" msprop:Generator_RowChangedName="vefn_FindROUsageIDsRowChanged" msprop:Generator_RowEvArgName="vefn_FindROUsageIDsRowChangeEvent" msprop:Generator_RowClassName="vefn_FindROUsageIDsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ROUsageID" msprop:Generator_ColumnVarNameInTable="columnROUsageID" msprop:Generator_ColumnPropNameInRow="ROUsageID" msprop:Generator_ColumnPropNameInTable="ROUsageIDColumn" msprop:Generator_UserColumnName="ROUsageID" type="xs:int" />
|
|
<xs:element name="ROUsageAction" msprop:Generator_ColumnVarNameInTable="columnROUsageAction" msprop:Generator_ColumnPropNameInRow="ROUsageAction" msprop:Generator_ColumnPropNameInTable="ROUsageActionColumn" msprop:Generator_UserColumnName="ROUsageAction" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="3" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_FindSpecialChars" msprop:Generator_TableClassName="vefn_FindSpecialCharsDataTable" msprop:Generator_TableVarName="tablevefn_FindSpecialChars" msprop:Generator_TablePropName="vefn_FindSpecialChars" msprop:Generator_RowDeletingName="vefn_FindSpecialCharsRowDeleting" msprop:Generator_RowChangingName="vefn_FindSpecialCharsRowChanging" msprop:Generator_RowEvHandlerName="vefn_FindSpecialCharsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_FindSpecialCharsRowDeleted" msprop:Generator_UserTableName="vefn_FindSpecialChars" msprop:Generator_RowChangedName="vefn_FindSpecialCharsRowChanged" msprop:Generator_RowEvArgName="vefn_FindSpecialCharsRowChangeEvent" msprop:Generator_RowClassName="vefn_FindSpecialCharsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="uchar" msprop:Generator_ColumnVarNameInTable="columnuchar" msprop:Generator_ColumnPropNameInRow="uchar" msprop:Generator_ColumnPropNameInTable="ucharColumn" msprop:Generator_UserColumnName="uchar" 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="vefn_FindSpecialChars2" msprop:Generator_TableClassName="vefn_FindSpecialChars2DataTable" msprop:Generator_TableVarName="tablevefn_FindSpecialChars2" msprop:Generator_TablePropName="vefn_FindSpecialChars2" msprop:Generator_RowDeletingName="vefn_FindSpecialChars2RowDeleting" msprop:Generator_RowChangingName="vefn_FindSpecialChars2RowChanging" msprop:Generator_RowEvHandlerName="vefn_FindSpecialChars2RowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_FindSpecialChars2RowDeleted" msprop:Generator_UserTableName="vefn_FindSpecialChars2" msprop:Generator_RowChangedName="vefn_FindSpecialChars2RowChanged" msprop:Generator_RowEvArgName="vefn_FindSpecialChars2RowChangeEvent" msprop:Generator_RowClassName="vefn_FindSpecialChars2Row">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="uchar" msprop:Generator_ColumnVarNameInTable="columnuchar" msprop:Generator_ColumnPropNameInRow="uchar" msprop:Generator_ColumnPropNameInTable="ucharColumn" msprop:Generator_UserColumnName="uchar" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_FindSpecificApplicUsage" msprop:Generator_TableClassName="vefn_FindSpecificApplicUsageDataTable" msprop:Generator_TableVarName="tablevefn_FindSpecificApplicUsage" msprop:Generator_TablePropName="vefn_FindSpecificApplicUsage" msprop:Generator_RowDeletingName="vefn_FindSpecificApplicUsageRowDeleting" msprop:Generator_RowChangingName="vefn_FindSpecificApplicUsageRowChanging" msprop:Generator_RowEvHandlerName="vefn_FindSpecificApplicUsageRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_FindSpecificApplicUsageRowDeleted" msprop:Generator_UserTableName="vefn_FindSpecificApplicUsage" msprop:Generator_RowChangedName="vefn_FindSpecificApplicUsageRowChanged" msprop:Generator_RowEvArgName="vefn_FindSpecificApplicUsageRowChangeEvent" msprop:Generator_RowClassName="vefn_FindSpecificApplicUsageRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_FindText" msprop:Generator_TableClassName="vefn_FindTextDataTable" msprop:Generator_TableVarName="tablevefn_FindText" msprop:Generator_TablePropName="vefn_FindText" msprop:Generator_RowDeletingName="vefn_FindTextRowDeleting" msprop:Generator_RowChangingName="vefn_FindTextRowChanging" msprop:Generator_RowEvHandlerName="vefn_FindTextRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_FindTextRowDeleted" msprop:Generator_UserTableName="vefn_FindText" msprop:Generator_RowChangedName="vefn_FindTextRowChanged" msprop:Generator_RowEvArgName="vefn_FindTextRowChangeEvent" msprop:Generator_RowClassName="vefn_FindTextRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_FindTransitionIDs" msprop:Generator_TableClassName="vefn_FindTransitionIDsDataTable" msprop:Generator_TableVarName="tablevefn_FindTransitionIDs" msprop:Generator_TablePropName="vefn_FindTransitionIDs" msprop:Generator_RowDeletingName="vefn_FindTransitionIDsRowDeleting" msprop:Generator_RowChangingName="vefn_FindTransitionIDsRowChanging" msprop:Generator_RowEvHandlerName="vefn_FindTransitionIDsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_FindTransitionIDsRowDeleted" msprop:Generator_UserTableName="vefn_FindTransitionIDs" msprop:Generator_RowChangedName="vefn_FindTransitionIDsRowChanged" msprop:Generator_RowEvArgName="vefn_FindTransitionIDsRowChangeEvent" msprop:Generator_RowClassName="vefn_FindTransitionIDsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="TransitionAction" msprop:Generator_ColumnVarNameInTable="columnTransitionAction" msprop:Generator_ColumnPropNameInRow="TransitionAction" msprop:Generator_ColumnPropNameInTable="TransitionActionColumn" msprop:Generator_UserColumnName="TransitionAction" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="3" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_Get16to32EnhancedProcItems" msprop:Generator_TableClassName="vefn_Get16to32EnhancedProcItemsDataTable" msprop:Generator_TableVarName="tablevefn_Get16to32EnhancedProcItems" msprop:Generator_TablePropName="vefn_Get16to32EnhancedProcItems" msprop:Generator_RowDeletingName="vefn_Get16to32EnhancedProcItemsRowDeleting" msprop:Generator_RowChangingName="vefn_Get16to32EnhancedProcItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_Get16to32EnhancedProcItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_Get16to32EnhancedProcItemsRowDeleted" msprop:Generator_UserTableName="vefn_Get16to32EnhancedProcItems" msprop:Generator_RowChangedName="vefn_Get16to32EnhancedProcItemsRowChanged" msprop:Generator_RowEvArgName="vefn_Get16to32EnhancedProcItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_Get16to32EnhancedProcItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="SrcItemID" msprop:Generator_ColumnVarNameInTable="columnSrcItemID" msprop:Generator_ColumnPropNameInRow="SrcItemID" msprop:Generator_ColumnPropNameInTable="SrcItemIDColumn" msprop:Generator_UserColumnName="SrcItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="SrcContentID" msprop:Generator_ColumnVarNameInTable="columnSrcContentID" msprop:Generator_ColumnPropNameInRow="SrcContentID" msprop:Generator_ColumnPropNameInTable="SrcContentIDColumn" msprop:Generator_UserColumnName="SrcContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="SrcConfig" msprop:Generator_ColumnVarNameInTable="columnSrcConfig" msprop:Generator_ColumnPropNameInRow="SrcConfig" msprop:Generator_ColumnPropNameInTable="SrcConfigColumn" msprop:Generator_UserColumnName="SrcConfig" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ProcName" msprop:Generator_ColumnVarNameInTable="columnProcName" msprop:Generator_ColumnPropNameInRow="ProcName" msprop:Generator_ColumnPropNameInTable="ProcNameColumn" msprop:Generator_UserColumnName="ProcName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RecID" msprop:Generator_ColumnVarNameInTable="columnRecID" msprop:Generator_ColumnPropNameInRow="RecID" msprop:Generator_ColumnPropNameInTable="RecIDColumn" msprop:Generator_UserColumnName="RecID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="EnhItemID" msprop:Generator_ColumnVarNameInTable="columnEnhItemID" msprop:Generator_ColumnPropNameInRow="EnhItemID" msprop:Generator_ColumnPropNameInTable="EnhItemIDColumn" msprop:Generator_UserColumnName="EnhItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EnhContentID" msprop:Generator_ColumnVarNameInTable="columnEnhContentID" msprop:Generator_ColumnPropNameInRow="EnhContentID" msprop:Generator_ColumnPropNameInTable="EnhContentIDColumn" msprop:Generator_UserColumnName="EnhContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EnhConfig" msprop:Generator_ColumnVarNameInTable="columnEnhConfig" msprop:Generator_ColumnPropNameInRow="EnhConfig" msprop:Generator_ColumnPropNameInTable="EnhConfigColumn" msprop:Generator_UserColumnName="EnhConfig" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="EnhProcName" msprop:Generator_ColumnVarNameInTable="columnEnhProcName" msprop:Generator_ColumnPropNameInRow="EnhProcName" msprop:Generator_ColumnPropNameInTable="EnhProcNameColumn" msprop:Generator_UserColumnName="EnhProcName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="EnhRecID" msprop:Generator_ColumnVarNameInTable="columnEnhRecID" msprop:Generator_ColumnPropNameInRow="EnhRecID" msprop:Generator_ColumnPropNameInTable="EnhRecIDColumn" msprop:Generator_UserColumnName="EnhRecID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetDisconnectedItems" msprop:Generator_TableClassName="vefn_GetDisconnectedItemsDataTable" msprop:Generator_TableVarName="tablevefn_GetDisconnectedItems" msprop:Generator_TablePropName="vefn_GetDisconnectedItems" msprop:Generator_RowDeletingName="vefn_GetDisconnectedItemsRowDeleting" msprop:Generator_RowChangingName="vefn_GetDisconnectedItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetDisconnectedItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetDisconnectedItemsRowDeleted" msprop:Generator_UserTableName="vefn_GetDisconnectedItems" msprop:Generator_RowChangedName="vefn_GetDisconnectedItemsRowChanged" msprop:Generator_RowEvArgName="vefn_GetDisconnectedItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_GetDisconnectedItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetEnhancedDocuments" msprop:Generator_TableClassName="vefn_GetEnhancedDocumentsDataTable" msprop:Generator_TableVarName="tablevefn_GetEnhancedDocuments" msprop:Generator_TablePropName="vefn_GetEnhancedDocuments" msprop:Generator_RowDeletingName="vefn_GetEnhancedDocumentsRowDeleting" msprop:Generator_RowChangingName="vefn_GetEnhancedDocumentsRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetEnhancedDocumentsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetEnhancedDocumentsRowDeleted" msprop:Generator_UserTableName="vefn_GetEnhancedDocuments" msprop:Generator_RowChangedName="vefn_GetEnhancedDocumentsRowChanged" msprop:Generator_RowEvArgName="vefn_GetEnhancedDocumentsRowChangeEvent" msprop:Generator_RowClassName="vefn_GetEnhancedDocumentsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FolderName" msprop:Generator_ColumnVarNameInTable="columnFolderName" msprop:Generator_ColumnPropNameInRow="FolderName" msprop:Generator_ColumnPropNameInTable="FolderNameColumn" msprop:Generator_UserColumnName="FolderName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ProcNum" msprop:Generator_ColumnVarNameInTable="columnProcNum" msprop:Generator_ColumnPropNameInRow="ProcNum" msprop:Generator_ColumnPropNameInTable="ProcNumColumn" msprop:Generator_UserColumnName="ProcNum" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ProcName" msprop:Generator_ColumnVarNameInTable="columnProcName" msprop:Generator_ColumnPropNameInRow="ProcName" msprop:Generator_ColumnPropNameInTable="ProcNameColumn" msprop:Generator_UserColumnName="ProcName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1000" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="EnhType" msprop:Generator_ColumnVarNameInTable="columnEnhType" msprop:Generator_ColumnPropNameInRow="EnhType" msprop:Generator_ColumnPropNameInTable="EnhTypeColumn" msprop:Generator_UserColumnName="EnhType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EnhItemID" msprop:Generator_ColumnVarNameInTable="columnEnhItemID" msprop:Generator_ColumnPropNameInRow="EnhItemID" msprop:Generator_ColumnPropNameInTable="EnhItemIDColumn" msprop:Generator_UserColumnName="EnhItemID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetEnhancedDocVersions" msprop:Generator_TableClassName="vefn_GetEnhancedDocVersionsDataTable" msprop:Generator_TableVarName="tablevefn_GetEnhancedDocVersions" msprop:Generator_TablePropName="vefn_GetEnhancedDocVersions" msprop:Generator_RowDeletingName="vefn_GetEnhancedDocVersionsRowDeleting" msprop:Generator_RowChangingName="vefn_GetEnhancedDocVersionsRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetEnhancedDocVersionsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetEnhancedDocVersionsRowDeleted" msprop:Generator_UserTableName="vefn_GetEnhancedDocVersions" msprop:Generator_RowChangedName="vefn_GetEnhancedDocVersionsRowChanged" msprop:Generator_RowEvArgName="vefn_GetEnhancedDocVersionsRowChangeEvent" msprop:Generator_RowClassName="vefn_GetEnhancedDocVersionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="Type" msprop:Generator_ColumnVarNameInTable="columnType" msprop:Generator_ColumnPropNameInRow="Type" msprop:Generator_ColumnPropNameInTable="TypeColumn" msprop:Generator_UserColumnName="Type" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FolderID" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetEnhancedFolders" msprop:Generator_TableClassName="vefn_GetEnhancedFoldersDataTable" msprop:Generator_TableVarName="tablevefn_GetEnhancedFolders" msprop:Generator_TablePropName="vefn_GetEnhancedFolders" msprop:Generator_RowDeletingName="vefn_GetEnhancedFoldersRowDeleting" msprop:Generator_RowChangingName="vefn_GetEnhancedFoldersRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetEnhancedFoldersRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetEnhancedFoldersRowDeleted" msprop:Generator_UserTableName="vefn_GetEnhancedFolders" msprop:Generator_RowChangedName="vefn_GetEnhancedFoldersRowChanged" msprop:Generator_RowEvArgName="vefn_GetEnhancedFoldersRowChangeEvent" msprop:Generator_RowClassName="vefn_GetEnhancedFoldersRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FolderID" msprop:Generator_ColumnVarNameInTable="columnFolderID" msprop:Generator_ColumnPropNameInRow="FolderID" msprop:Generator_ColumnPropNameInTable="FolderIDColumn" msprop:Generator_UserColumnName="FolderID" type="xs:int" />
|
|
<xs:element name="Type" msprop:Generator_ColumnVarNameInTable="columnType" msprop:Generator_ColumnPropNameInRow="Type" msprop:Generator_ColumnPropNameInTable="TypeColumn" msprop:Generator_UserColumnName="Type" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetEnhancedIssueCount" msprop:Generator_TableClassName="vefn_GetEnhancedIssueCountDataTable" msprop:Generator_TableVarName="tablevefn_GetEnhancedIssueCount" msprop:Generator_TablePropName="vefn_GetEnhancedIssueCount" msprop:Generator_RowDeletingName="vefn_GetEnhancedIssueCountRowDeleting" msprop:Generator_RowChangingName="vefn_GetEnhancedIssueCountRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetEnhancedIssueCountRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetEnhancedIssueCountRowDeleted" msprop:Generator_UserTableName="vefn_GetEnhancedIssueCount" msprop:Generator_RowChangedName="vefn_GetEnhancedIssueCountRowChanged" msprop:Generator_RowEvArgName="vefn_GetEnhancedIssueCountRowChangeEvent" msprop:Generator_RowClassName="vefn_GetEnhancedIssueCountRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Deleted" msprop:Generator_ColumnVarNameInTable="columnDeleted" msprop:Generator_ColumnPropNameInRow="Deleted" msprop:Generator_ColumnPropNameInTable="DeletedColumn" msprop:Generator_UserColumnName="Deleted" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Inserted" msprop:Generator_ColumnVarNameInTable="columnInserted" msprop:Generator_ColumnPropNameInRow="Inserted" msprop:Generator_ColumnPropNameInTable="InsertedColumn" msprop:Generator_UserColumnName="Inserted" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Changed" msprop:Generator_ColumnVarNameInTable="columnChanged" msprop:Generator_ColumnPropNameInRow="Changed" msprop:Generator_ColumnPropNameInTable="ChangedColumn" msprop:Generator_UserColumnName="Changed" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Same" msprop:Generator_ColumnVarNameInTable="columnSame" msprop:Generator_ColumnPropNameInRow="Same" msprop:Generator_ColumnPropNameInTable="SameColumn" msprop:Generator_UserColumnName="Same" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Unlinked" msprop:Generator_ColumnVarNameInTable="columnUnlinked" msprop:Generator_ColumnPropNameInRow="Unlinked" msprop:Generator_ColumnPropNameInTable="UnlinkedColumn" msprop:Generator_UserColumnName="Unlinked" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetEnhancedIssues" msprop:Generator_TableClassName="vefn_GetEnhancedIssuesDataTable" msprop:Generator_TableVarName="tablevefn_GetEnhancedIssues" msprop:Generator_TablePropName="vefn_GetEnhancedIssues" msprop:Generator_RowDeletingName="vefn_GetEnhancedIssuesRowDeleting" msprop:Generator_RowChangingName="vefn_GetEnhancedIssuesRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetEnhancedIssuesRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetEnhancedIssuesRowDeleted" msprop:Generator_UserTableName="vefn_GetEnhancedIssues" msprop:Generator_RowChangedName="vefn_GetEnhancedIssuesRowChanged" msprop:Generator_RowEvArgName="vefn_GetEnhancedIssuesRowChangeEvent" msprop:Generator_RowClassName="vefn_GetEnhancedIssuesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="SourceID" msprop:Generator_ColumnVarNameInTable="columnSourceID" msprop:Generator_ColumnPropNameInRow="SourceID" msprop:Generator_ColumnPropNameInTable="SourceIDColumn" msprop:Generator_UserColumnName="SourceID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="sNumber" msprop:Generator_ColumnVarNameInTable="columnsNumber" msprop:Generator_ColumnPropNameInRow="sNumber" msprop:Generator_ColumnPropNameInTable="sNumberColumn" msprop:Generator_UserColumnName="sNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="sText" msprop:Generator_ColumnVarNameInTable="columnsText" msprop:Generator_ColumnPropNameInRow="sText" msprop:Generator_ColumnPropNameInTable="sTextColumn" msprop:Generator_UserColumnName="sText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="sType" msprop:Generator_ColumnVarNameInTable="columnsType" msprop:Generator_ColumnPropNameInRow="sType" msprop:Generator_ColumnPropNameInTable="sTypeColumn" msprop:Generator_UserColumnName="sType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="sProcName" msprop:Generator_ColumnVarNameInTable="columnsProcName" msprop:Generator_ColumnPropNameInRow="sProcName" msprop:Generator_ColumnPropNameInTable="sProcNameColumn" msprop:Generator_UserColumnName="sProcName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="sRecID" msprop:Generator_ColumnVarNameInTable="columnsRecID" msprop:Generator_ColumnPropNameInRow="sRecID" msprop:Generator_ColumnPropNameInTable="sRecIDColumn" msprop:Generator_UserColumnName="sRecID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="EnhanceID" msprop:Generator_ColumnVarNameInTable="columnEnhanceID" msprop:Generator_ColumnPropNameInRow="EnhanceID" msprop:Generator_ColumnPropNameInTable="EnhanceIDColumn" msprop:Generator_UserColumnName="EnhanceID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="eNumber" msprop:Generator_ColumnVarNameInTable="columneNumber" msprop:Generator_ColumnPropNameInRow="eNumber" msprop:Generator_ColumnPropNameInTable="eNumberColumn" msprop:Generator_UserColumnName="eNumber" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="eeText" msprop:Generator_ColumnVarNameInTable="columneeText" msprop:Generator_ColumnPropNameInRow="eeText" msprop:Generator_ColumnPropNameInTable="eeTextColumn" msprop:Generator_UserColumnName="eeText" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="eType" msprop:Generator_ColumnVarNameInTable="columneType" msprop:Generator_ColumnPropNameInRow="eType" msprop:Generator_ColumnPropNameInTable="eTypeColumn" msprop:Generator_UserColumnName="eType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="eProcName" msprop:Generator_ColumnVarNameInTable="columneProcName" msprop:Generator_ColumnPropNameInRow="eProcName" msprop:Generator_ColumnPropNameInTable="eProcNameColumn" msprop:Generator_UserColumnName="eProcName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="eRecID" msprop:Generator_ColumnVarNameInTable="columneRecID" msprop:Generator_ColumnPropNameInRow="eRecID" msprop:Generator_ColumnPropNameInTable="eRecIDColumn" msprop:Generator_UserColumnName="eRecID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Status" msprop:Generator_ColumnVarNameInTable="columnStatus" msprop:Generator_ColumnPropNameInRow="Status" msprop:Generator_ColumnPropNameInTable="StatusColumn" msprop:Generator_UserColumnName="Status" 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="vefn_GetEnhancedItemsAndChildren" msprop:Generator_TableClassName="vefn_GetEnhancedItemsAndChildrenDataTable" msprop:Generator_TableVarName="tablevefn_GetEnhancedItemsAndChildren" msprop:Generator_TablePropName="vefn_GetEnhancedItemsAndChildren" msprop:Generator_RowDeletingName="vefn_GetEnhancedItemsAndChildrenRowDeleting" msprop:Generator_RowChangingName="vefn_GetEnhancedItemsAndChildrenRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetEnhancedItemsAndChildrenRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetEnhancedItemsAndChildrenRowDeleted" msprop:Generator_UserTableName="vefn_GetEnhancedItemsAndChildren" msprop:Generator_RowChangedName="vefn_GetEnhancedItemsAndChildrenRowChanged" msprop:Generator_RowEvArgName="vefn_GetEnhancedItemsAndChildrenRowChangeEvent" msprop:Generator_RowClassName="vefn_GetEnhancedItemsAndChildrenRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Level" msprop:Generator_ColumnVarNameInTable="columnLevel" msprop:Generator_ColumnPropNameInRow="Level" msprop:Generator_ColumnPropNameInTable="LevelColumn" msprop:Generator_UserColumnName="Level" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EItemID" msprop:Generator_ColumnVarNameInTable="columnEItemID" msprop:Generator_ColumnPropNameInRow="EItemID" msprop:Generator_ColumnPropNameInTable="EItemIDColumn" msprop:Generator_UserColumnName="EItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EType" msprop:Generator_ColumnVarNameInTable="columnEType" msprop:Generator_ColumnPropNameInRow="EType" msprop:Generator_ColumnPropNameInTable="ETypeColumn" msprop:Generator_UserColumnName="EType" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetEnhancedLinks" msprop:Generator_TableClassName="vefn_GetEnhancedLinksDataTable" msprop:Generator_TableVarName="tablevefn_GetEnhancedLinks" msprop:Generator_TablePropName="vefn_GetEnhancedLinks" msprop:Generator_RowDeletingName="vefn_GetEnhancedLinksRowDeleting" msprop:Generator_RowChangingName="vefn_GetEnhancedLinksRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetEnhancedLinksRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetEnhancedLinksRowDeleted" msprop:Generator_UserTableName="vefn_GetEnhancedLinks" msprop:Generator_RowChangedName="vefn_GetEnhancedLinksRowChanged" msprop:Generator_RowEvArgName="vefn_GetEnhancedLinksRowChangeEvent" msprop:Generator_RowClassName="vefn_GetEnhancedLinksRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="svid" msprop:Generator_ColumnVarNameInTable="columnsvid" msprop:Generator_ColumnPropNameInRow="svid" msprop:Generator_ColumnPropNameInTable="svidColumn" msprop:Generator_UserColumnName="svid" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bvid" msprop:Generator_ColumnVarNameInTable="columnbvid" msprop:Generator_ColumnPropNameInRow="bvid" msprop:Generator_ColumnPropNameInTable="bvidColumn" msprop:Generator_UserColumnName="bvid" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dvid" msprop:Generator_ColumnVarNameInTable="columndvid" msprop:Generator_ColumnPropNameInRow="dvid" msprop:Generator_ColumnPropNameInTable="dvidColumn" msprop:Generator_UserColumnName="dvid" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetEnhancedProcedures" msprop:Generator_TableClassName="vefn_GetEnhancedProceduresDataTable" msprop:Generator_TableVarName="tablevefn_GetEnhancedProcedures" msprop:Generator_TablePropName="vefn_GetEnhancedProcedures" msprop:Generator_RowDeletingName="vefn_GetEnhancedProceduresRowDeleting" msprop:Generator_RowChangingName="vefn_GetEnhancedProceduresRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetEnhancedProceduresRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetEnhancedProceduresRowDeleted" msprop:Generator_UserTableName="vefn_GetEnhancedProcedures" msprop:Generator_RowChangedName="vefn_GetEnhancedProceduresRowChanged" msprop:Generator_RowEvArgName="vefn_GetEnhancedProceduresRowChangeEvent" msprop:Generator_RowClassName="vefn_GetEnhancedProceduresRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetFolderMatchingFormatItems" msprop:Generator_TableClassName="vefn_GetFolderMatchingFormatItemsDataTable" msprop:Generator_TableVarName="tablevefn_GetFolderMatchingFormatItems" msprop:Generator_TablePropName="vefn_GetFolderMatchingFormatItems" msprop:Generator_RowDeletingName="vefn_GetFolderMatchingFormatItemsRowDeleting" msprop:Generator_RowChangingName="vefn_GetFolderMatchingFormatItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetFolderMatchingFormatItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetFolderMatchingFormatItemsRowDeleted" msprop:Generator_UserTableName="vefn_GetFolderMatchingFormatItems" msprop:Generator_RowChangedName="vefn_GetFolderMatchingFormatItemsRowChanged" msprop:Generator_RowEvArgName="vefn_GetFolderMatchingFormatItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_GetFolderMatchingFormatItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetFormatField" msprop:Generator_TableClassName="vefn_GetFormatFieldDataTable" msprop:Generator_TableVarName="tablevefn_GetFormatField" msprop:Generator_TablePropName="vefn_GetFormatField" msprop:Generator_RowDeletingName="vefn_GetFormatFieldRowDeleting" msprop:Generator_RowChangingName="vefn_GetFormatFieldRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetFormatFieldRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetFormatFieldRowDeleted" msprop:Generator_UserTableName="vefn_GetFormatField" msprop:Generator_RowChangedName="vefn_GetFormatFieldRowChanged" msprop:Generator_RowEvArgName="vefn_GetFormatFieldRowChangeEvent" msprop:Generator_RowClassName="vefn_GetFormatFieldRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Value" msprop:Generator_ColumnVarNameInTable="columnValue" msprop:Generator_ColumnPropNameInRow="Value" msprop:Generator_ColumnPropNameInTable="ValueColumn" msprop:Generator_UserColumnName="Value" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetFormatFieldByStepType" msprop:Generator_TableClassName="vefn_GetFormatFieldByStepTypeDataTable" msprop:Generator_TableVarName="tablevefn_GetFormatFieldByStepType" msprop:Generator_TablePropName="vefn_GetFormatFieldByStepType" msprop:Generator_RowDeletingName="vefn_GetFormatFieldByStepTypeRowDeleting" msprop:Generator_RowChangingName="vefn_GetFormatFieldByStepTypeRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetFormatFieldByStepTypeRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetFormatFieldByStepTypeRowDeleted" msprop:Generator_UserTableName="vefn_GetFormatFieldByStepType" msprop:Generator_RowChangedName="vefn_GetFormatFieldByStepTypeRowChanged" msprop:Generator_RowEvArgName="vefn_GetFormatFieldByStepTypeRowChangeEvent" msprop:Generator_RowClassName="vefn_GetFormatFieldByStepTypeRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="StepType" msprop:Generator_ColumnVarNameInTable="columnStepType" msprop:Generator_ColumnPropNameInRow="StepType" msprop:Generator_ColumnPropNameInTable="StepTypeColumn" msprop:Generator_UserColumnName="StepType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Value" msprop:Generator_ColumnVarNameInTable="columnValue" msprop:Generator_ColumnPropNameInRow="Value" msprop:Generator_ColumnPropNameInTable="ValueColumn" msprop:Generator_UserColumnName="Value" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetFormatFieldByStepType2" msprop:Generator_TableClassName="vefn_GetFormatFieldByStepType2DataTable" msprop:Generator_TableVarName="tablevefn_GetFormatFieldByStepType2" msprop:Generator_TablePropName="vefn_GetFormatFieldByStepType2" msprop:Generator_RowDeletingName="vefn_GetFormatFieldByStepType2RowDeleting" msprop:Generator_RowChangingName="vefn_GetFormatFieldByStepType2RowChanging" msprop:Generator_RowEvHandlerName="vefn_GetFormatFieldByStepType2RowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetFormatFieldByStepType2RowDeleted" msprop:Generator_UserTableName="vefn_GetFormatFieldByStepType2" msprop:Generator_RowChangedName="vefn_GetFormatFieldByStepType2RowChanged" msprop:Generator_RowEvArgName="vefn_GetFormatFieldByStepType2RowChangeEvent" msprop:Generator_RowClassName="vefn_GetFormatFieldByStepType2Row">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="StepType" msprop:Generator_ColumnVarNameInTable="columnStepType" msprop:Generator_ColumnPropNameInRow="StepType" msprop:Generator_ColumnPropNameInTable="StepTypeColumn" msprop:Generator_UserColumnName="StepType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Indx" msprop:Generator_ColumnVarNameInTable="columnIndx" msprop:Generator_ColumnPropNameInRow="Indx" msprop:Generator_ColumnPropNameInTable="IndxColumn" msprop:Generator_UserColumnName="Indx" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Value" msprop:Generator_ColumnVarNameInTable="columnValue" msprop:Generator_ColumnPropNameInRow="Value" msprop:Generator_ColumnPropNameInTable="ValueColumn" msprop:Generator_UserColumnName="Value" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetFormatFieldNoValue" msprop:Generator_TableClassName="vefn_GetFormatFieldNoValueDataTable" msprop:Generator_TableVarName="tablevefn_GetFormatFieldNoValue" msprop:Generator_TablePropName="vefn_GetFormatFieldNoValue" msprop:Generator_RowDeletingName="vefn_GetFormatFieldNoValueRowDeleting" msprop:Generator_RowChangingName="vefn_GetFormatFieldNoValueRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetFormatFieldNoValueRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetFormatFieldNoValueRowDeleted" msprop:Generator_UserTableName="vefn_GetFormatFieldNoValue" msprop:Generator_RowChangedName="vefn_GetFormatFieldNoValueRowChanged" msprop:Generator_RowEvArgName="vefn_GetFormatFieldNoValueRowChangeEvent" msprop:Generator_RowClassName="vefn_GetFormatFieldNoValueRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetFormatValues" msprop:Generator_TableClassName="vefn_GetFormatValuesDataTable" msprop:Generator_TableVarName="tablevefn_GetFormatValues" msprop:Generator_TablePropName="vefn_GetFormatValues" msprop:Generator_RowDeletingName="vefn_GetFormatValuesRowDeleting" msprop:Generator_RowChangingName="vefn_GetFormatValuesRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetFormatValuesRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetFormatValuesRowDeleted" msprop:Generator_UserTableName="vefn_GetFormatValues" msprop:Generator_RowChangedName="vefn_GetFormatValuesRowChanged" msprop:Generator_RowEvArgName="vefn_GetFormatValuesRowChangeEvent" msprop:Generator_RowClassName="vefn_GetFormatValuesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ParentNode" msprop:Generator_ColumnVarNameInTable="columnParentNode" msprop:Generator_ColumnPropNameInRow="ParentNode" msprop:Generator_ColumnPropNameInTable="ParentNodeColumn" msprop:Generator_UserColumnName="ParentNode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Node" msprop:Generator_ColumnVarNameInTable="columnNode" msprop:Generator_ColumnPropNameInRow="Node" msprop:Generator_ColumnPropNameInTable="NodeColumn" msprop:Generator_UserColumnName="Node" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FieldValue" msprop:Generator_ColumnVarNameInTable="columnFieldValue" msprop:Generator_ColumnPropNameInRow="FieldValue" msprop:Generator_ColumnPropNameInTable="FieldValueColumn" msprop:Generator_UserColumnName="FieldValue" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetGenMacMacros" msprop:Generator_TableClassName="vefn_GetGenMacMacrosDataTable" msprop:Generator_TableVarName="tablevefn_GetGenMacMacros" msprop:Generator_TablePropName="vefn_GetGenMacMacros" msprop:Generator_RowDeletingName="vefn_GetGenMacMacrosRowDeleting" msprop:Generator_RowChangingName="vefn_GetGenMacMacrosRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetGenMacMacrosRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetGenMacMacrosRowDeleted" msprop:Generator_UserTableName="vefn_GetGenMacMacros" msprop:Generator_RowChangedName="vefn_GetGenMacMacrosRowChanged" msprop:Generator_RowEvArgName="vefn_GetGenMacMacrosRowChangeEvent" msprop:Generator_RowClassName="vefn_GetGenMacMacrosRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<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="MacroName" msprop:Generator_ColumnVarNameInTable="columnMacroName" msprop:Generator_ColumnPropNameInRow="MacroName" msprop:Generator_ColumnPropNameInTable="MacroNameColumn" msprop:Generator_UserColumnName="MacroName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetHyphenString" msprop:Generator_TableClassName="vefn_GetHyphenStringDataTable" msprop:Generator_TableVarName="tablevefn_GetHyphenString" msprop:Generator_TablePropName="vefn_GetHyphenString" msprop:Generator_RowDeletingName="vefn_GetHyphenStringRowDeleting" msprop:Generator_RowChangingName="vefn_GetHyphenStringRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetHyphenStringRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetHyphenStringRowDeleted" msprop:Generator_UserTableName="vefn_GetHyphenString" msprop:Generator_RowChangedName="vefn_GetHyphenStringRowChanged" msprop:Generator_RowEvArgName="vefn_GetHyphenStringRowChangeEvent" msprop:Generator_RowClassName="vefn_GetHyphenStringRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="HyphenString" msprop:Generator_ColumnVarNameInTable="columnHyphenString" msprop:Generator_ColumnPropNameInRow="HyphenString" msprop:Generator_ColumnPropNameInTable="HyphenStringColumn" msprop:Generator_UserColumnName="HyphenString" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Offset" msprop:Generator_ColumnVarNameInTable="columnOffset" msprop:Generator_ColumnPropNameInRow="Offset" msprop:Generator_ColumnPropNameInTable="OffsetColumn" msprop:Generator_UserColumnName="Offset" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetItemsMatchingFormatItems" msprop:Generator_TableClassName="vefn_GetItemsMatchingFormatItemsDataTable" msprop:Generator_TableVarName="tablevefn_GetItemsMatchingFormatItems" msprop:Generator_TablePropName="vefn_GetItemsMatchingFormatItems" msprop:Generator_RowDeletingName="vefn_GetItemsMatchingFormatItemsRowDeleting" msprop:Generator_RowChangingName="vefn_GetItemsMatchingFormatItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetItemsMatchingFormatItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetItemsMatchingFormatItemsRowDeleted" msprop:Generator_UserTableName="vefn_GetItemsMatchingFormatItems" msprop:Generator_RowChangedName="vefn_GetItemsMatchingFormatItemsRowChanged" msprop:Generator_RowEvArgName="vefn_GetItemsMatchingFormatItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_GetItemsMatchingFormatItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetMyChronology" msprop:Generator_TableClassName="vefn_GetMyChronologyDataTable" msprop:Generator_TableVarName="tablevefn_GetMyChronology" msprop:Generator_TablePropName="vefn_GetMyChronology" msprop:Generator_RowDeletingName="vefn_GetMyChronologyRowDeleting" msprop:Generator_RowChangingName="vefn_GetMyChronologyRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetMyChronologyRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetMyChronologyRowDeleted" msprop:Generator_UserTableName="vefn_GetMyChronology" msprop:Generator_RowChangedName="vefn_GetMyChronologyRowChanged" msprop:Generator_RowEvArgName="vefn_GetMyChronologyRowChangeEvent" msprop:Generator_RowClassName="vefn_GetMyChronologyRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="AuditID" msprop:Generator_ColumnVarNameInTable="columnAuditID" msprop:Generator_ColumnPropNameInRow="AuditID" msprop:Generator_ColumnPropNameInTable="AuditIDColumn" msprop:Generator_UserColumnName="AuditID" type="xs:long" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</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" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DeleteStatus" msprop:Generator_ColumnVarNameInTable="columnDeleteStatus" msprop:Generator_ColumnPropNameInRow="DeleteStatus" msprop:Generator_ColumnPropNameInTable="DeleteStatusColumn" msprop:Generator_UserColumnName="DeleteStatus" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ActionDTS" msprop:Generator_ColumnVarNameInTable="columnActionDTS" msprop:Generator_ColumnPropNameInRow="ActionDTS" msprop:Generator_ColumnPropNameInTable="ActionDTSColumn" msprop:Generator_UserColumnName="ActionDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="ActionWhat" msprop:Generator_ColumnVarNameInTable="columnActionWhat" msprop:Generator_ColumnPropNameInRow="ActionWhat" msprop:Generator_ColumnPropNameInTable="ActionWhatColumn" msprop:Generator_UserColumnName="ActionWhat" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ActionWhen" msprop:Generator_ColumnVarNameInTable="columnActionWhen" msprop:Generator_ColumnPropNameInRow="ActionWhen" msprop:Generator_ColumnPropNameInTable="ActionWhenColumn" msprop:Generator_UserColumnName="ActionWhen" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TypeName" msprop:Generator_ColumnVarNameInTable="columnTypeName" msprop:Generator_ColumnPropNameInRow="TypeName" msprop:Generator_ColumnPropNameInTable="TypeNameColumn" msprop:Generator_UserColumnName="TypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ordinalpath" msprop:Generator_ColumnVarNameInTable="columnordinalpath" msprop:Generator_ColumnPropNameInRow="ordinalpath" msprop:Generator_ColumnPropNameInTable="ordinalpathColumn" msprop:Generator_UserColumnName="ordinalpath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetNewEnhancedData" msprop:Generator_TableClassName="vefn_GetNewEnhancedDataDataTable" msprop:Generator_TableVarName="tablevefn_GetNewEnhancedData" msprop:Generator_TablePropName="vefn_GetNewEnhancedData" msprop:Generator_RowDeletingName="vefn_GetNewEnhancedDataRowDeleting" msprop:Generator_RowChangingName="vefn_GetNewEnhancedDataRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetNewEnhancedDataRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetNewEnhancedDataRowDeleted" msprop:Generator_UserTableName="vefn_GetNewEnhancedData" msprop:Generator_RowChangedName="vefn_GetNewEnhancedDataRowChanged" msprop:Generator_RowEvArgName="vefn_GetNewEnhancedDataRowChangeEvent" msprop:Generator_RowClassName="vefn_GetNewEnhancedDataRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EItemID" msprop:Generator_ColumnVarNameInTable="columnEItemID" msprop:Generator_ColumnPropNameInRow="EItemID" msprop:Generator_ColumnPropNameInTable="EItemIDColumn" msprop:Generator_UserColumnName="EItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="EType" msprop:Generator_ColumnVarNameInTable="columnEType" msprop:Generator_ColumnPropNameInRow="EType" msprop:Generator_ColumnPropNameInTable="ETypeColumn" msprop:Generator_UserColumnName="EType" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetNonEditableItems" msprop:Generator_TableClassName="vefn_GetNonEditableItemsDataTable" msprop:Generator_TableVarName="tablevefn_GetNonEditableItems" msprop:Generator_TablePropName="vefn_GetNonEditableItems" msprop:Generator_RowDeletingName="vefn_GetNonEditableItemsRowDeleting" msprop:Generator_RowChangingName="vefn_GetNonEditableItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetNonEditableItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetNonEditableItemsRowDeleted" msprop:Generator_UserTableName="vefn_GetNonEditableItems" msprop:Generator_RowChangedName="vefn_GetNonEditableItemsRowChanged" msprop:Generator_RowEvArgName="vefn_GetNonEditableItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_GetNonEditableItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetNullFormatValues" msprop:Generator_TableClassName="vefn_GetNullFormatValuesDataTable" msprop:Generator_TableVarName="tablevefn_GetNullFormatValues" msprop:Generator_TablePropName="vefn_GetNullFormatValues" msprop:Generator_RowDeletingName="vefn_GetNullFormatValuesRowDeleting" msprop:Generator_RowChangingName="vefn_GetNullFormatValuesRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetNullFormatValuesRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetNullFormatValuesRowDeleted" msprop:Generator_UserTableName="vefn_GetNullFormatValues" msprop:Generator_RowChangedName="vefn_GetNullFormatValuesRowChanged" msprop:Generator_RowEvArgName="vefn_GetNullFormatValuesRowChangeEvent" msprop:Generator_RowClassName="vefn_GetNullFormatValuesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ParentNode" msprop:Generator_ColumnVarNameInTable="columnParentNode" msprop:Generator_ColumnPropNameInRow="ParentNode" msprop:Generator_ColumnPropNameInTable="ParentNodeColumn" msprop:Generator_UserColumnName="ParentNode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Node" msprop:Generator_ColumnVarNameInTable="columnNode" msprop:Generator_ColumnPropNameInRow="Node" msprop:Generator_ColumnPropNameInTable="NodeColumn" msprop:Generator_UserColumnName="Node" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetOldEnhancedData" msprop:Generator_TableClassName="vefn_GetOldEnhancedDataDataTable" msprop:Generator_TableVarName="tablevefn_GetOldEnhancedData" msprop:Generator_TablePropName="vefn_GetOldEnhancedData" msprop:Generator_RowDeletingName="vefn_GetOldEnhancedDataRowDeleting" msprop:Generator_RowChangingName="vefn_GetOldEnhancedDataRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetOldEnhancedDataRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetOldEnhancedDataRowDeleted" msprop:Generator_UserTableName="vefn_GetOldEnhancedData" msprop:Generator_RowChangedName="vefn_GetOldEnhancedDataRowChanged" msprop:Generator_RowEvArgName="vefn_GetOldEnhancedDataRowChangeEvent" msprop:Generator_RowClassName="vefn_GetOldEnhancedDataRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ProcName" msprop:Generator_ColumnVarNameInTable="columnProcName" msprop:Generator_ColumnPropNameInRow="ProcName" msprop:Generator_ColumnPropNameInTable="ProcNameColumn" msprop:Generator_UserColumnName="ProcName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RecID" msprop:Generator_ColumnVarNameInTable="columnRecID" msprop:Generator_ColumnPropNameInRow="RecID" msprop:Generator_ColumnPropNameInTable="RecIDColumn" msprop:Generator_UserColumnName="RecID" 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="vefn_GetOldEnhancedItems" msprop:Generator_TableClassName="vefn_GetOldEnhancedItemsDataTable" msprop:Generator_TableVarName="tablevefn_GetOldEnhancedItems" msprop:Generator_TablePropName="vefn_GetOldEnhancedItems" msprop:Generator_RowDeletingName="vefn_GetOldEnhancedItemsRowDeleting" msprop:Generator_RowChangingName="vefn_GetOldEnhancedItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetOldEnhancedItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetOldEnhancedItemsRowDeleted" msprop:Generator_UserTableName="vefn_GetOldEnhancedItems" msprop:Generator_RowChangedName="vefn_GetOldEnhancedItemsRowChanged" msprop:Generator_RowEvArgName="vefn_GetOldEnhancedItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_GetOldEnhancedItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ProcName" msprop:Generator_ColumnVarNameInTable="columnProcName" msprop:Generator_ColumnPropNameInRow="ProcName" msprop:Generator_ColumnPropNameInTable="ProcNameColumn" msprop:Generator_UserColumnName="ProcName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RecID" msprop:Generator_ColumnVarNameInTable="columnRecID" msprop:Generator_ColumnPropNameInRow="RecID" msprop:Generator_ColumnPropNameInTable="RecIDColumn" msprop:Generator_UserColumnName="RecID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetOldEnhancedProcItems" msprop:Generator_TableClassName="vefn_GetOldEnhancedProcItemsDataTable" msprop:Generator_TableVarName="tablevefn_GetOldEnhancedProcItems" msprop:Generator_TablePropName="vefn_GetOldEnhancedProcItems" msprop:Generator_RowDeletingName="vefn_GetOldEnhancedProcItemsRowDeleting" msprop:Generator_RowChangingName="vefn_GetOldEnhancedProcItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetOldEnhancedProcItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetOldEnhancedProcItemsRowDeleted" msprop:Generator_UserTableName="vefn_GetOldEnhancedProcItems" msprop:Generator_RowChangedName="vefn_GetOldEnhancedProcItemsRowChanged" msprop:Generator_RowEvArgName="vefn_GetOldEnhancedProcItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_GetOldEnhancedProcItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ProcName" msprop:Generator_ColumnVarNameInTable="columnProcName" msprop:Generator_ColumnPropNameInRow="ProcName" msprop:Generator_ColumnPropNameInTable="ProcNameColumn" msprop:Generator_UserColumnName="ProcName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="RecID" msprop:Generator_ColumnVarNameInTable="columnRecID" msprop:Generator_ColumnPropNameInRow="RecID" msprop:Generator_ColumnPropNameInTable="RecIDColumn" msprop:Generator_UserColumnName="RecID" 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="vefn_GetOldEnhancedProcs" msprop:Generator_TableClassName="vefn_GetOldEnhancedProcsDataTable" msprop:Generator_TableVarName="tablevefn_GetOldEnhancedProcs" msprop:Generator_TablePropName="vefn_GetOldEnhancedProcs" msprop:Generator_RowDeletingName="vefn_GetOldEnhancedProcsRowDeleting" msprop:Generator_RowChangingName="vefn_GetOldEnhancedProcsRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetOldEnhancedProcsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetOldEnhancedProcsRowDeleted" msprop:Generator_UserTableName="vefn_GetOldEnhancedProcs" msprop:Generator_RowChangedName="vefn_GetOldEnhancedProcsRowChanged" msprop:Generator_RowEvArgName="vefn_GetOldEnhancedProcsRowChangeEvent" msprop:Generator_RowClassName="vefn_GetOldEnhancedProcsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ProcName" msprop:Generator_ColumnVarNameInTable="columnProcName" msprop:Generator_ColumnPropNameInRow="ProcName" msprop:Generator_ColumnPropNameInTable="ProcNameColumn" msprop:Generator_UserColumnName="ProcName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetROTokens" msprop:Generator_TableClassName="vefn_GetROTokensDataTable" msprop:Generator_TableVarName="tablevefn_GetROTokens" msprop:Generator_TablePropName="vefn_GetROTokens" msprop:Generator_RowDeletingName="vefn_GetROTokensRowDeleting" msprop:Generator_RowChangingName="vefn_GetROTokensRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetROTokensRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetROTokensRowDeleted" msprop:Generator_UserTableName="vefn_GetROTokens" msprop:Generator_RowChangedName="vefn_GetROTokensRowChanged" msprop:Generator_RowEvArgName="vefn_GetROTokensRowChangeEvent" msprop:Generator_RowClassName="vefn_GetROTokensRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Token" msprop:Generator_ColumnVarNameInTable="columnToken" msprop:Generator_ColumnPropNameInRow="Token" msprop:Generator_ColumnPropNameInTable="TokenColumn" msprop:Generator_UserColumnName="Token" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetTokens" msprop:Generator_TableClassName="vefn_GetTokensDataTable" msprop:Generator_TableVarName="tablevefn_GetTokens" msprop:Generator_TablePropName="vefn_GetTokens" msprop:Generator_RowDeletingName="vefn_GetTokensRowDeleting" msprop:Generator_RowChangingName="vefn_GetTokensRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetTokensRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetTokensRowDeleted" msprop:Generator_UserTableName="vefn_GetTokens" msprop:Generator_RowChangedName="vefn_GetTokensRowChanged" msprop:Generator_RowEvArgName="vefn_GetTokensRowChangeEvent" msprop:Generator_RowClassName="vefn_GetTokensRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Token" msprop:Generator_ColumnVarNameInTable="columnToken" msprop:Generator_ColumnPropNameInRow="Token" msprop:Generator_ColumnPropNameInTable="TokenColumn" msprop:Generator_UserColumnName="Token" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="64" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetVersionFormatItems" msprop:Generator_TableClassName="vefn_GetVersionFormatItemsDataTable" msprop:Generator_TableVarName="tablevefn_GetVersionFormatItems" msprop:Generator_TablePropName="vefn_GetVersionFormatItems" msprop:Generator_RowDeletingName="vefn_GetVersionFormatItemsRowDeleting" msprop:Generator_RowChangingName="vefn_GetVersionFormatItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetVersionFormatItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetVersionFormatItemsRowDeleted" msprop:Generator_UserTableName="vefn_GetVersionFormatItems" msprop:Generator_RowChangedName="vefn_GetVersionFormatItemsRowChanged" msprop:Generator_RowEvArgName="vefn_GetVersionFormatItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_GetVersionFormatItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentFormatID" msprop:Generator_ColumnVarNameInTable="columnParentFormatID" msprop:Generator_ColumnPropNameInRow="ParentFormatID" msprop:Generator_ColumnPropNameInTable="ParentFormatIDColumn" msprop:Generator_UserColumnName="ParentFormatID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetVersionFormatSections" msprop:Generator_TableClassName="vefn_GetVersionFormatSectionsDataTable" msprop:Generator_TableVarName="tablevefn_GetVersionFormatSections" msprop:Generator_TablePropName="vefn_GetVersionFormatSections" msprop:Generator_RowDeletingName="vefn_GetVersionFormatSectionsRowDeleting" msprop:Generator_RowChangingName="vefn_GetVersionFormatSectionsRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetVersionFormatSectionsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetVersionFormatSectionsRowDeleted" msprop:Generator_UserTableName="vefn_GetVersionFormatSections" msprop:Generator_RowChangedName="vefn_GetVersionFormatSectionsRowChanged" msprop:Generator_RowEvArgName="vefn_GetVersionFormatSectionsRowChangeEvent" msprop:Generator_RowClassName="vefn_GetVersionFormatSectionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetVersionItems" msprop:Generator_TableClassName="vefn_GetVersionItemsDataTable" msprop:Generator_TableVarName="tablevefn_GetVersionItems" msprop:Generator_TablePropName="vefn_GetVersionItems" msprop:Generator_RowDeletingName="vefn_GetVersionItemsRowDeleting" msprop:Generator_RowChangingName="vefn_GetVersionItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetVersionItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetVersionItemsRowDeleted" msprop:Generator_UserTableName="vefn_GetVersionItems" msprop:Generator_RowChangedName="vefn_GetVersionItemsRowChanged" msprop:Generator_RowEvArgName="vefn_GetVersionItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_GetVersionItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetVersionMatchingFormatItems" msprop:Generator_TableClassName="vefn_GetVersionMatchingFormatItemsDataTable" msprop:Generator_TableVarName="tablevefn_GetVersionMatchingFormatItems" msprop:Generator_TablePropName="vefn_GetVersionMatchingFormatItems" msprop:Generator_RowDeletingName="vefn_GetVersionMatchingFormatItemsRowDeleting" msprop:Generator_RowChangingName="vefn_GetVersionMatchingFormatItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetVersionMatchingFormatItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetVersionMatchingFormatItemsRowDeleted" msprop:Generator_UserTableName="vefn_GetVersionMatchingFormatItems" msprop:Generator_RowChangedName="vefn_GetVersionMatchingFormatItemsRowChanged" msprop:Generator_RowEvArgName="vefn_GetVersionMatchingFormatItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_GetVersionMatchingFormatItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetVersionNames" msprop:Generator_TableClassName="vefn_GetVersionNamesDataTable" msprop:Generator_TableVarName="tablevefn_GetVersionNames" msprop:Generator_TablePropName="vefn_GetVersionNames" msprop:Generator_RowDeletingName="vefn_GetVersionNamesRowDeleting" msprop:Generator_RowChangingName="vefn_GetVersionNamesRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetVersionNamesRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetVersionNamesRowDeleted" msprop:Generator_UserTableName="vefn_GetVersionNames" msprop:Generator_RowChangedName="vefn_GetVersionNamesRowChanged" msprop:Generator_RowEvArgName="vefn_GetVersionNamesRowChangeEvent" msprop:Generator_RowClassName="vefn_GetVersionNamesRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" />
|
|
<xs:element name="GrandParentName" msprop:Generator_ColumnVarNameInTable="columnGrandParentName" msprop:Generator_ColumnPropNameInRow="GrandParentName" msprop:Generator_ColumnPropNameInTable="GrandParentNameColumn" msprop:Generator_UserColumnName="GrandParentName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ParentName" msprop:Generator_ColumnVarNameInTable="columnParentName" msprop:Generator_ColumnPropNameInRow="ParentName" msprop:Generator_ColumnPropNameInTable="ParentNameColumn" msprop:Generator_UserColumnName="ParentName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FolderName" msprop:Generator_ColumnVarNameInTable="columnFolderName" msprop:Generator_ColumnPropNameInRow="FolderName" msprop:Generator_ColumnPropNameInTable="FolderNameColumn" msprop:Generator_UserColumnName="FolderName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetVersionProcedureItems" msprop:Generator_TableClassName="vefn_GetVersionProcedureItemsDataTable" msprop:Generator_TableVarName="tablevefn_GetVersionProcedureItems" msprop:Generator_TablePropName="vefn_GetVersionProcedureItems" msprop:Generator_RowDeletingName="vefn_GetVersionProcedureItemsRowDeleting" msprop:Generator_RowChangingName="vefn_GetVersionProcedureItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetVersionProcedureItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetVersionProcedureItemsRowDeleted" msprop:Generator_UserTableName="vefn_GetVersionProcedureItems" msprop:Generator_RowChangedName="vefn_GetVersionProcedureItemsRowChanged" msprop:Generator_RowEvArgName="vefn_GetVersionProcedureItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_GetVersionProcedureItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ProcID" msprop:Generator_ColumnVarNameInTable="columnProcID" msprop:Generator_ColumnPropNameInRow="ProcID" msprop:Generator_ColumnPropNameInTable="ProcIDColumn" msprop:Generator_UserColumnName="ProcID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetVersionTblItems" msprop:Generator_TableClassName="vefn_GetVersionTblItemsDataTable" msprop:Generator_TableVarName="tablevefn_GetVersionTblItems" msprop:Generator_TablePropName="vefn_GetVersionTblItems" msprop:Generator_RowDeletingName="vefn_GetVersionTblItemsRowDeleting" msprop:Generator_RowChangingName="vefn_GetVersionTblItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetVersionTblItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetVersionTblItemsRowDeleted" msprop:Generator_UserTableName="vefn_GetVersionTblItems" msprop:Generator_RowChangedName="vefn_GetVersionTblItemsRowChanged" msprop:Generator_RowEvArgName="vefn_GetVersionTblItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_GetVersionTblItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="VersionID" msprop:Generator_ColumnVarNameInTable="columnVersionID" msprop:Generator_ColumnPropNameInRow="VersionID" msprop:Generator_ColumnPropNameInTable="VersionIDColumn" msprop:Generator_UserColumnName="VersionID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_GetZeroFromType" msprop:Generator_TableClassName="vefn_GetZeroFromTypeDataTable" msprop:Generator_TableVarName="tablevefn_GetZeroFromType" msprop:Generator_TablePropName="vefn_GetZeroFromType" msprop:Generator_RowDeletingName="vefn_GetZeroFromTypeRowDeleting" msprop:Generator_RowChangingName="vefn_GetZeroFromTypeRowChanging" msprop:Generator_RowEvHandlerName="vefn_GetZeroFromTypeRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_GetZeroFromTypeRowDeleted" msprop:Generator_UserTableName="vefn_GetZeroFromType" msprop:Generator_RowChangedName="vefn_GetZeroFromTypeRowChanged" msprop:Generator_RowEvArgName="vefn_GetZeroFromTypeRowChangeEvent" msprop:Generator_RowClassName="vefn_GetZeroFromTypeRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_HighLevelStepTransitions" msprop:Generator_TableClassName="vefn_HighLevelStepTransitionsDataTable" msprop:Generator_TableVarName="tablevefn_HighLevelStepTransitions" msprop:Generator_TablePropName="vefn_HighLevelStepTransitions" msprop:Generator_RowDeletingName="vefn_HighLevelStepTransitionsRowDeleting" msprop:Generator_RowChangingName="vefn_HighLevelStepTransitionsRowChanging" msprop:Generator_RowEvHandlerName="vefn_HighLevelStepTransitionsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_HighLevelStepTransitionsRowDeleted" msprop:Generator_UserTableName="vefn_HighLevelStepTransitions" msprop:Generator_RowChangedName="vefn_HighLevelStepTransitionsRowChanged" msprop:Generator_RowEvArgName="vefn_HighLevelStepTransitionsRowChangeEvent" msprop:Generator_RowClassName="vefn_HighLevelStepTransitionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="TransCount" msprop:Generator_ColumnVarNameInTable="columnTransCount" msprop:Generator_ColumnPropNameInRow="TransCount" msprop:Generator_ColumnPropNameInTable="TransCountColumn" msprop:Generator_UserColumnName="TransCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ExternalTransitions" msprop:Generator_ColumnVarNameInTable="columnExternalTransitions" msprop:Generator_ColumnPropNameInRow="ExternalTransitions" msprop:Generator_ColumnPropNameInTable="ExternalTransitionsColumn" msprop:Generator_UserColumnName="ExternalTransitions" type="xs:int" minOccurs="0" />
|
|
<xs:element name="InternalTransitions" msprop:Generator_ColumnVarNameInTable="columnInternalTransitions" msprop:Generator_ColumnPropNameInRow="InternalTransitions" msprop:Generator_ColumnPropNameInTable="InternalTransitionsColumn" msprop:Generator_UserColumnName="InternalTransitions" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_JustSiblingItems" msprop:Generator_TableClassName="vefn_JustSiblingItemsDataTable" msprop:Generator_TableVarName="tablevefn_JustSiblingItems" msprop:Generator_TablePropName="vefn_JustSiblingItems" msprop:Generator_RowDeletingName="vefn_JustSiblingItemsRowDeleting" msprop:Generator_RowChangingName="vefn_JustSiblingItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_JustSiblingItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_JustSiblingItemsRowDeleted" msprop:Generator_UserTableName="vefn_JustSiblingItems" msprop:Generator_RowChangedName="vefn_JustSiblingItemsRowChanged" msprop:Generator_RowEvArgName="vefn_JustSiblingItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_JustSiblingItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="Ordinal" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_NextStepTransitions" msprop:Generator_TableClassName="vefn_NextStepTransitionsDataTable" msprop:Generator_TableVarName="tablevefn_NextStepTransitions" msprop:Generator_TablePropName="vefn_NextStepTransitions" msprop:Generator_RowDeletingName="vefn_NextStepTransitionsRowDeleting" msprop:Generator_RowChangingName="vefn_NextStepTransitionsRowChanging" msprop:Generator_RowEvHandlerName="vefn_NextStepTransitionsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_NextStepTransitionsRowDeleted" msprop:Generator_UserTableName="vefn_NextStepTransitions" msprop:Generator_RowChangedName="vefn_NextStepTransitionsRowChanged" msprop:Generator_RowEvArgName="vefn_NextStepTransitionsRowChangeEvent" msprop:Generator_RowClassName="vefn_NextStepTransitionsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TranType" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_ParentItems" msprop:Generator_TableClassName="vefn_ParentItemsDataTable" msprop:Generator_TableVarName="tablevefn_ParentItems" msprop:Generator_TablePropName="vefn_ParentItems" msprop:Generator_RowDeletingName="vefn_ParentItemsRowDeleting" msprop:Generator_RowChangingName="vefn_ParentItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_ParentItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_ParentItemsRowDeleted" msprop:Generator_UserTableName="vefn_ParentItems" msprop:Generator_RowChangedName="vefn_ParentItemsRowChanged" msprop:Generator_RowEvArgName="vefn_ParentItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_ParentItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_ParseStringListToTable" msprop:Generator_TableClassName="vefn_ParseStringListToTableDataTable" msprop:Generator_TableVarName="tablevefn_ParseStringListToTable" msprop:Generator_TablePropName="vefn_ParseStringListToTable" msprop:Generator_RowDeletingName="vefn_ParseStringListToTableRowDeleting" msprop:Generator_RowChangingName="vefn_ParseStringListToTableRowChanging" msprop:Generator_RowEvHandlerName="vefn_ParseStringListToTableRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_ParseStringListToTableRowDeleted" msprop:Generator_UserTableName="vefn_ParseStringListToTable" msprop:Generator_RowChangedName="vefn_ParseStringListToTableRowChanged" msprop:Generator_RowEvArgName="vefn_ParseStringListToTableRowChangeEvent" msprop:Generator_RowClassName="vefn_ParseStringListToTableRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ListPosition" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnListPosition" msprop:Generator_ColumnPropNameInRow="ListPosition" msprop:Generator_ColumnPropNameInTable="ListPositionColumn" msprop:Generator_UserColumnName="ListPosition" type="xs:int" />
|
|
<xs:element name="ListValue" msprop:Generator_ColumnVarNameInTable="columnListValue" msprop:Generator_ColumnPropNameInRow="ListValue" msprop:Generator_ColumnPropNameInTable="ListValueColumn" msprop:Generator_UserColumnName="ListValue">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_ProcedureByProcID" msprop:Generator_TableClassName="vefn_ProcedureByProcIDDataTable" msprop:Generator_TableVarName="tablevefn_ProcedureByProcID" msprop:Generator_TablePropName="vefn_ProcedureByProcID" msprop:Generator_RowDeletingName="vefn_ProcedureByProcIDRowDeleting" msprop:Generator_RowChangingName="vefn_ProcedureByProcIDRowChanging" msprop:Generator_RowEvHandlerName="vefn_ProcedureByProcIDRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_ProcedureByProcIDRowDeleted" msprop:Generator_UserTableName="vefn_ProcedureByProcID" msprop:Generator_RowChangedName="vefn_ProcedureByProcIDRowChanged" msprop:Generator_RowEvArgName="vefn_ProcedureByProcIDRowChangeEvent" msprop:Generator_RowClassName="vefn_ProcedureByProcIDRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="DVPath" msprop:Generator_ColumnVarNameInTable="columnDVPath" msprop:Generator_ColumnPropNameInRow="DVPath" msprop:Generator_ColumnPropNameInTable="DVPathColumn" msprop:Generator_UserColumnName="DVPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Level" msprop:Generator_ColumnVarNameInTable="columnLevel" msprop:Generator_ColumnPropNameInRow="Level" msprop:Generator_ColumnPropNameInTable="LevelColumn" msprop:Generator_UserColumnName="Level" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pContentID" msprop:Generator_ColumnVarNameInTable="columnpContentID" msprop:Generator_ColumnPropNameInRow="pContentID" msprop:Generator_ColumnPropNameInTable="pContentIDColumn" msprop:Generator_UserColumnName="pContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pDTS" msprop:Generator_ColumnVarNameInTable="columnpDTS" msprop:Generator_ColumnPropNameInRow="pDTS" msprop:Generator_ColumnPropNameInTable="pDTSColumn" msprop:Generator_UserColumnName="pDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="pUserID" msprop:Generator_ColumnVarNameInTable="columnpUserID" msprop:Generator_ColumnPropNameInRow="pUserID" msprop:Generator_ColumnPropNameInTable="pUserIDColumn" msprop:Generator_UserColumnName="pUserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IsRNO" msprop:Generator_ColumnVarNameInTable="columnIsRNO" msprop:Generator_ColumnPropNameInRow="IsRNO" msprop:Generator_ColumnPropNameInTable="IsRNOColumn" msprop:Generator_UserColumnName="IsRNO" type="xs:int" minOccurs="0" />
|
|
<xs:element name="OrdinalPath" msprop:Generator_ColumnVarNameInTable="columnOrdinalPath" msprop:Generator_ColumnPropNameInRow="OrdinalPath" msprop:Generator_ColumnPropNameInTable="OrdinalPathColumn" msprop:Generator_UserColumnName="OrdinalPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_SectionFormats" msprop:Generator_TableClassName="vefn_SectionFormatsDataTable" msprop:Generator_TableVarName="tablevefn_SectionFormats" msprop:Generator_TablePropName="vefn_SectionFormats" msprop:Generator_RowDeletingName="vefn_SectionFormatsRowDeleting" msprop:Generator_RowChangingName="vefn_SectionFormatsRowChanging" msprop:Generator_RowEvHandlerName="vefn_SectionFormatsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_SectionFormatsRowDeleted" msprop:Generator_UserTableName="vefn_SectionFormats" msprop:Generator_RowChangedName="vefn_SectionFormatsRowChanged" msprop:Generator_RowEvArgName="vefn_SectionFormatsRowChangeEvent" msprop:Generator_RowClassName="vefn_SectionFormatsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FormatID" msprop:Generator_ColumnVarNameInTable="columnFormatID" msprop:Generator_ColumnPropNameInRow="FormatID" msprop:Generator_ColumnPropNameInTable="FormatIDColumn" msprop:Generator_UserColumnName="FormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="SectionType" msprop:Generator_ColumnVarNameInTable="columnSectionType" msprop:Generator_ColumnPropNameInRow="SectionType" msprop:Generator_ColumnPropNameInTable="SectionTypeColumn" msprop:Generator_UserColumnName="SectionType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnPropNameInTable="NameColumn" msprop:Generator_UserColumnName="Name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="SectionFormatName" msprop:Generator_ColumnVarNameInTable="columnSectionFormatName" msprop:Generator_ColumnPropNameInRow="SectionFormatName" msprop:Generator_ColumnPropNameInTable="SectionFormatNameColumn" msprop:Generator_UserColumnName="SectionFormatName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="TopRow" msprop:Generator_ColumnVarNameInTable="columnTopRow" msprop:Generator_ColumnPropNameInRow="TopRow" msprop:Generator_ColumnPropNameInTable="TopRowColumn" msprop:Generator_UserColumnName="TopRow" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PageLength" msprop:Generator_ColumnVarNameInTable="columnPageLength" msprop:Generator_ColumnPropNameInRow="PageLength" msprop:Generator_ColumnPropNameInTable="PageLengthColumn" msprop:Generator_UserColumnName="PageLength" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FooterLength" msprop:Generator_ColumnVarNameInTable="columnFooterLength" msprop:Generator_ColumnPropNameInRow="FooterLength" msprop:Generator_ColumnPropNameInTable="FooterLengthColumn" msprop:Generator_UserColumnName="FooterLength" type="xs:int" minOccurs="0" />
|
|
<xs:element name="LeftMargin" msprop:Generator_ColumnVarNameInTable="columnLeftMargin" msprop:Generator_ColumnPropNameInRow="LeftMargin" msprop:Generator_ColumnPropNameInTable="LeftMarginColumn" msprop:Generator_UserColumnName="LeftMargin" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PageWidth" msprop:Generator_ColumnVarNameInTable="columnPageWidth" msprop:Generator_ColumnPropNameInRow="PageWidth" msprop:Generator_ColumnPropNameInTable="PageWidthColumn" msprop:Generator_UserColumnName="PageWidth" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_SiblingAndChildrenItems" msprop:Generator_TableClassName="vefn_SiblingAndChildrenItemsDataTable" msprop:Generator_TableVarName="tablevefn_SiblingAndChildrenItems" msprop:Generator_TablePropName="vefn_SiblingAndChildrenItems" msprop:Generator_RowDeletingName="vefn_SiblingAndChildrenItemsRowDeleting" msprop:Generator_RowChangingName="vefn_SiblingAndChildrenItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_SiblingAndChildrenItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_SiblingAndChildrenItemsRowDeleted" msprop:Generator_UserTableName="vefn_SiblingAndChildrenItems" msprop:Generator_RowChangedName="vefn_SiblingAndChildrenItemsRowChanged" msprop:Generator_RowEvArgName="vefn_SiblingAndChildrenItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_SiblingAndChildrenItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="DVPath" msprop:Generator_ColumnVarNameInTable="columnDVPath" msprop:Generator_ColumnPropNameInRow="DVPath" msprop:Generator_ColumnPropNameInTable="DVPathColumn" msprop:Generator_UserColumnName="DVPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Level" msprop:Generator_ColumnVarNameInTable="columnLevel" msprop:Generator_ColumnPropNameInRow="Level" msprop:Generator_ColumnPropNameInTable="LevelColumn" msprop:Generator_UserColumnName="Level" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pContentID" msprop:Generator_ColumnVarNameInTable="columnpContentID" msprop:Generator_ColumnPropNameInRow="pContentID" msprop:Generator_ColumnPropNameInTable="pContentIDColumn" msprop:Generator_UserColumnName="pContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pDTS" msprop:Generator_ColumnVarNameInTable="columnpDTS" msprop:Generator_ColumnPropNameInRow="pDTS" msprop:Generator_ColumnPropNameInTable="pDTSColumn" msprop:Generator_UserColumnName="pDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="pUserID" msprop:Generator_ColumnVarNameInTable="columnpUserID" msprop:Generator_ColumnPropNameInRow="pUserID" msprop:Generator_ColumnPropNameInTable="pUserIDColumn" msprop:Generator_UserColumnName="pUserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IsRNO" msprop:Generator_ColumnVarNameInTable="columnIsRNO" msprop:Generator_ColumnPropNameInRow="IsRNO" msprop:Generator_ColumnPropNameInTable="IsRNOColumn" msprop:Generator_UserColumnName="IsRNO" type="xs:int" minOccurs="0" />
|
|
<xs:element name="OrdinalPath" msprop:Generator_ColumnVarNameInTable="columnOrdinalPath" msprop:Generator_ColumnPropNameInRow="OrdinalPath" msprop:Generator_ColumnPropNameInTable="OrdinalPathColumn" msprop:Generator_UserColumnName="OrdinalPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_SiblingAndChildrenItemsByProc" msprop:Generator_TableClassName="vefn_SiblingAndChildrenItemsByProcDataTable" msprop:Generator_TableVarName="tablevefn_SiblingAndChildrenItemsByProc" msprop:Generator_TablePropName="vefn_SiblingAndChildrenItemsByProc" msprop:Generator_RowDeletingName="vefn_SiblingAndChildrenItemsByProcRowDeleting" msprop:Generator_RowChangingName="vefn_SiblingAndChildrenItemsByProcRowChanging" msprop:Generator_RowEvHandlerName="vefn_SiblingAndChildrenItemsByProcRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_SiblingAndChildrenItemsByProcRowDeleted" msprop:Generator_UserTableName="vefn_SiblingAndChildrenItemsByProc" msprop:Generator_RowChangedName="vefn_SiblingAndChildrenItemsByProcRowChanged" msprop:Generator_RowEvArgName="vefn_SiblingAndChildrenItemsByProcRowChangeEvent" msprop:Generator_RowClassName="vefn_SiblingAndChildrenItemsByProcRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="DVPath" msprop:Generator_ColumnVarNameInTable="columnDVPath" msprop:Generator_ColumnPropNameInRow="DVPath" msprop:Generator_ColumnPropNameInTable="DVPathColumn" msprop:Generator_UserColumnName="DVPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Level" msprop:Generator_ColumnVarNameInTable="columnLevel" msprop:Generator_ColumnPropNameInRow="Level" msprop:Generator_ColumnPropNameInTable="LevelColumn" msprop:Generator_UserColumnName="Level" type="xs:int" minOccurs="0" />
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pContentID" msprop:Generator_ColumnVarNameInTable="columnpContentID" msprop:Generator_ColumnPropNameInRow="pContentID" msprop:Generator_ColumnPropNameInTable="pContentIDColumn" msprop:Generator_UserColumnName="pContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pDTS" msprop:Generator_ColumnVarNameInTable="columnpDTS" msprop:Generator_ColumnPropNameInRow="pDTS" msprop:Generator_ColumnPropNameInTable="pDTSColumn" msprop:Generator_UserColumnName="pDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="pUserID" msprop:Generator_ColumnVarNameInTable="columnpUserID" msprop:Generator_ColumnPropNameInRow="pUserID" msprop:Generator_ColumnPropNameInTable="pUserIDColumn" msprop:Generator_UserColumnName="pUserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IsRNO" msprop:Generator_ColumnVarNameInTable="columnIsRNO" msprop:Generator_ColumnPropNameInRow="IsRNO" msprop:Generator_ColumnPropNameInTable="IsRNOColumn" msprop:Generator_UserColumnName="IsRNO" type="xs:int" minOccurs="0" />
|
|
<xs:element name="OrdinalPath" msprop:Generator_ColumnVarNameInTable="columnOrdinalPath" msprop:Generator_ColumnPropNameInRow="OrdinalPath" msprop:Generator_ColumnPropNameInTable="OrdinalPathColumn" msprop:Generator_UserColumnName="OrdinalPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_SiblingAndChildrenItemsNew" msprop:Generator_TableClassName="vefn_SiblingAndChildrenItemsNewDataTable" msprop:Generator_TableVarName="tablevefn_SiblingAndChildrenItemsNew" msprop:Generator_TablePropName="vefn_SiblingAndChildrenItemsNew" msprop:Generator_RowDeletingName="vefn_SiblingAndChildrenItemsNewRowDeleting" msprop:Generator_RowChangingName="vefn_SiblingAndChildrenItemsNewRowChanging" msprop:Generator_RowEvHandlerName="vefn_SiblingAndChildrenItemsNewRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_SiblingAndChildrenItemsNewRowDeleted" msprop:Generator_UserTableName="vefn_SiblingAndChildrenItemsNew" msprop:Generator_RowChangedName="vefn_SiblingAndChildrenItemsNewRowChanged" msprop:Generator_RowEvArgName="vefn_SiblingAndChildrenItemsNewRowChangeEvent" msprop:Generator_RowClassName="vefn_SiblingAndChildrenItemsNewRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ILastChanged" msprop:Generator_ColumnVarNameInTable="columnILastChanged" msprop:Generator_ColumnPropNameInRow="ILastChanged" msprop:Generator_ColumnPropNameInTable="ILastChangedColumn" msprop:Generator_UserColumnName="ILastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="DVPath" msprop:Generator_ColumnVarNameInTable="columnDVPath" msprop:Generator_ColumnPropNameInRow="DVPath" msprop:Generator_ColumnPropNameInTable="DVPathColumn" msprop:Generator_UserColumnName="DVPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pContentID" msprop:Generator_ColumnVarNameInTable="columnpContentID" msprop:Generator_ColumnPropNameInRow="pContentID" msprop:Generator_ColumnPropNameInTable="pContentIDColumn" msprop:Generator_UserColumnName="pContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pDTS" msprop:Generator_ColumnVarNameInTable="columnpDTS" msprop:Generator_ColumnPropNameInRow="pDTS" msprop:Generator_ColumnPropNameInTable="pDTSColumn" msprop:Generator_UserColumnName="pDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="pUserID" msprop:Generator_ColumnVarNameInTable="columnpUserID" msprop:Generator_ColumnPropNameInRow="pUserID" msprop:Generator_ColumnPropNameInTable="pUserIDColumn" msprop:Generator_UserColumnName="pUserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IsRNO" msprop:Generator_ColumnVarNameInTable="columnIsRNO" msprop:Generator_ColumnPropNameInRow="IsRNO" msprop:Generator_ColumnPropNameInTable="IsRNOColumn" msprop:Generator_UserColumnName="IsRNO" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DocAscii" msprop:Generator_ColumnVarNameInTable="columnDocAscii" msprop:Generator_ColumnPropNameInRow="DocAscii" msprop:Generator_ColumnPropNameInTable="DocAsciiColumn" msprop:Generator_UserColumnName="DocAscii" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CType" msprop:Generator_ColumnVarNameInTable="columnCType" msprop:Generator_ColumnPropNameInRow="CType" msprop:Generator_ColumnPropNameInTable="CTypeColumn" msprop:Generator_UserColumnName="CType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="CFormatID" msprop:Generator_ColumnVarNameInTable="columnCFormatID" msprop:Generator_ColumnPropNameInRow="CFormatID" msprop:Generator_ColumnPropNameInTable="CFormatIDColumn" msprop:Generator_UserColumnName="CFormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="CConfig" msprop:Generator_ColumnVarNameInTable="columnCConfig" msprop:Generator_ColumnPropNameInRow="CConfig" msprop:Generator_ColumnPropNameInTable="CConfigColumn" msprop:Generator_UserColumnName="CConfig" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CDTS" msprop:Generator_ColumnVarNameInTable="columnCDTS" msprop:Generator_ColumnPropNameInRow="CDTS" msprop:Generator_ColumnPropNameInTable="CDTSColumn" msprop:Generator_UserColumnName="CDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="CUserID" msprop:Generator_ColumnVarNameInTable="columnCUserID" msprop:Generator_ColumnPropNameInRow="CUserID" msprop:Generator_ColumnPropNameInTable="CUserIDColumn" msprop:Generator_UserColumnName="CUserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CLastChanged" msprop:Generator_ColumnVarNameInTable="columnCLastChanged" msprop:Generator_ColumnPropNameInRow="CLastChanged" msprop:Generator_ColumnPropNameInTable="CLastChangedColumn" msprop:Generator_UserColumnName="CLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="PLastChanged" msprop:Generator_ColumnVarNameInTable="columnPLastChanged" msprop:Generator_ColumnPropNameInRow="PLastChanged" msprop:Generator_ColumnPropNameInTable="PLastChangedColumn" msprop:Generator_UserColumnName="PLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_SiblingAndChildrenItemsNewByWord" msprop:Generator_TableClassName="vefn_SiblingAndChildrenItemsNewByWordDataTable" msprop:Generator_TableVarName="tablevefn_SiblingAndChildrenItemsNewByWord" msprop:Generator_TablePropName="vefn_SiblingAndChildrenItemsNewByWord" msprop:Generator_RowDeletingName="vefn_SiblingAndChildrenItemsNewByWordRowDeleting" msprop:Generator_RowChangingName="vefn_SiblingAndChildrenItemsNewByWordRowChanging" msprop:Generator_RowEvHandlerName="vefn_SiblingAndChildrenItemsNewByWordRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_SiblingAndChildrenItemsNewByWordRowDeleted" msprop:Generator_UserTableName="vefn_SiblingAndChildrenItemsNewByWord" msprop:Generator_RowChangedName="vefn_SiblingAndChildrenItemsNewByWordRowChanged" msprop:Generator_RowEvArgName="vefn_SiblingAndChildrenItemsNewByWordRowChangeEvent" msprop:Generator_RowClassName="vefn_SiblingAndChildrenItemsNewByWordRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ILastChanged" msprop:Generator_ColumnVarNameInTable="columnILastChanged" msprop:Generator_ColumnPropNameInRow="ILastChanged" msprop:Generator_ColumnPropNameInTable="ILastChangedColumn" msprop:Generator_UserColumnName="ILastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="DVPath" msprop:Generator_ColumnVarNameInTable="columnDVPath" msprop:Generator_ColumnPropNameInRow="DVPath" msprop:Generator_ColumnPropNameInTable="DVPathColumn" msprop:Generator_UserColumnName="DVPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="FromType" msprop:Generator_ColumnVarNameInTable="columnFromType" msprop:Generator_ColumnPropNameInRow="FromType" msprop:Generator_ColumnPropNameInTable="FromTypeColumn" msprop:Generator_UserColumnName="FromType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ParentID" msprop:Generator_ColumnVarNameInTable="columnParentID" msprop:Generator_ColumnPropNameInRow="ParentID" msprop:Generator_ColumnPropNameInTable="ParentIDColumn" msprop:Generator_UserColumnName="ParentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="PreviousID" msprop:Generator_ColumnVarNameInTable="columnPreviousID" msprop:Generator_ColumnPropNameInRow="PreviousID" msprop:Generator_ColumnPropNameInTable="PreviousIDColumn" msprop:Generator_UserColumnName="PreviousID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pContentID" msprop:Generator_ColumnVarNameInTable="columnpContentID" msprop:Generator_ColumnPropNameInRow="pContentID" msprop:Generator_ColumnPropNameInTable="pContentIDColumn" msprop:Generator_UserColumnName="pContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pDTS" msprop:Generator_ColumnVarNameInTable="columnpDTS" msprop:Generator_ColumnPropNameInRow="pDTS" msprop:Generator_ColumnPropNameInTable="pDTSColumn" msprop:Generator_UserColumnName="pDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="pUserID" msprop:Generator_ColumnVarNameInTable="columnpUserID" msprop:Generator_ColumnPropNameInRow="pUserID" msprop:Generator_ColumnPropNameInTable="pUserIDColumn" msprop:Generator_UserColumnName="pUserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IsRNO" msprop:Generator_ColumnVarNameInTable="columnIsRNO" msprop:Generator_ColumnPropNameInRow="IsRNO" msprop:Generator_ColumnPropNameInTable="IsRNOColumn" msprop:Generator_UserColumnName="IsRNO" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" msprop:Generator_UserColumnName="Text" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DocAscii" msprop:Generator_ColumnVarNameInTable="columnDocAscii" msprop:Generator_ColumnPropNameInRow="DocAscii" msprop:Generator_ColumnPropNameInTable="DocAsciiColumn" msprop:Generator_UserColumnName="DocAscii" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Number" msprop:Generator_ColumnVarNameInTable="columnNumber" msprop:Generator_ColumnPropNameInRow="Number" msprop:Generator_ColumnPropNameInTable="NumberColumn" msprop:Generator_UserColumnName="Number" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CType" msprop:Generator_ColumnVarNameInTable="columnCType" msprop:Generator_ColumnPropNameInRow="CType" msprop:Generator_ColumnPropNameInTable="CTypeColumn" msprop:Generator_UserColumnName="CType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="CFormatID" msprop:Generator_ColumnVarNameInTable="columnCFormatID" msprop:Generator_ColumnPropNameInRow="CFormatID" msprop:Generator_ColumnPropNameInTable="CFormatIDColumn" msprop:Generator_UserColumnName="CFormatID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="CConfig" msprop:Generator_ColumnVarNameInTable="columnCConfig" msprop:Generator_ColumnPropNameInRow="CConfig" msprop:Generator_ColumnPropNameInTable="CConfigColumn" msprop:Generator_UserColumnName="CConfig" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CDTS" msprop:Generator_ColumnVarNameInTable="columnCDTS" msprop:Generator_ColumnPropNameInRow="CDTS" msprop:Generator_ColumnPropNameInTable="CDTSColumn" msprop:Generator_UserColumnName="CDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="CUserID" msprop:Generator_ColumnVarNameInTable="columnCUserID" msprop:Generator_ColumnPropNameInRow="CUserID" msprop:Generator_ColumnPropNameInTable="CUserIDColumn" msprop:Generator_UserColumnName="CUserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CLastChanged" msprop:Generator_ColumnVarNameInTable="columnCLastChanged" msprop:Generator_ColumnPropNameInRow="CLastChanged" msprop:Generator_ColumnPropNameInTable="CLastChangedColumn" msprop:Generator_UserColumnName="CLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
<xs:element name="PLastChanged" msprop:Generator_ColumnVarNameInTable="columnPLastChanged" msprop:Generator_ColumnPropNameInRow="PLastChanged" msprop:Generator_ColumnPropNameInTable="PLastChangedColumn" msprop:Generator_UserColumnName="PLastChanged" type="xs:base64Binary" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_SiblingChildrenItems" msprop:Generator_TableClassName="vefn_SiblingChildrenItemsDataTable" msprop:Generator_TableVarName="tablevefn_SiblingChildrenItems" msprop:Generator_TablePropName="vefn_SiblingChildrenItems" msprop:Generator_RowDeletingName="vefn_SiblingChildrenItemsRowDeleting" msprop:Generator_RowChangingName="vefn_SiblingChildrenItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_SiblingChildrenItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_SiblingChildrenItemsRowDeleted" msprop:Generator_UserTableName="vefn_SiblingChildrenItems" msprop:Generator_RowChangedName="vefn_SiblingChildrenItemsRowChanged" msprop:Generator_RowEvArgName="vefn_SiblingChildrenItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_SiblingChildrenItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_SiblingItems" msprop:Generator_TableClassName="vefn_SiblingItemsDataTable" msprop:Generator_TableVarName="tablevefn_SiblingItems" msprop:Generator_TablePropName="vefn_SiblingItems" msprop:Generator_RowDeletingName="vefn_SiblingItemsRowDeleting" msprop:Generator_RowChangingName="vefn_SiblingItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_SiblingItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_SiblingItemsRowDeleted" msprop:Generator_UserTableName="vefn_SiblingItems" msprop:Generator_RowChangedName="vefn_SiblingItemsRowChanged" msprop:Generator_RowEvArgName="vefn_SiblingItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_SiblingItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Ordinal" msprop:Generator_ColumnVarNameInTable="columnOrdinal" msprop:Generator_ColumnPropNameInRow="Ordinal" msprop:Generator_ColumnPropNameInTable="OrdinalColumn" msprop:Generator_UserColumnName="Ordinal" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_SplitInt" msprop:Generator_TableClassName="vefn_SplitIntDataTable" msprop:Generator_TableVarName="tablevefn_SplitInt" msprop:Generator_TablePropName="vefn_SplitInt" msprop:Generator_RowDeletingName="vefn_SplitIntRowDeleting" msprop:Generator_RowChangingName="vefn_SplitIntRowChanging" msprop:Generator_RowEvHandlerName="vefn_SplitIntRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_SplitIntRowDeleted" msprop:Generator_UserTableName="vefn_SplitInt" msprop:Generator_RowChangedName="vefn_SplitIntRowChanged" msprop:Generator_RowEvArgName="vefn_SplitIntRowChangeEvent" msprop:Generator_RowClassName="vefn_SplitIntRow">
|
|
<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:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_SplitROSearch" msprop:Generator_TableClassName="vefn_SplitROSearchDataTable" msprop:Generator_TableVarName="tablevefn_SplitROSearch" msprop:Generator_TablePropName="vefn_SplitROSearch" msprop:Generator_RowDeletingName="vefn_SplitROSearchRowDeleting" msprop:Generator_RowChangingName="vefn_SplitROSearchRowChanging" msprop:Generator_RowEvHandlerName="vefn_SplitROSearchRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_SplitROSearchRowDeleted" msprop:Generator_UserTableName="vefn_SplitROSearch" msprop:Generator_RowChangedName="vefn_SplitROSearchRowChanged" msprop:Generator_RowEvArgName="vefn_SplitROSearchRowChangeEvent" msprop:Generator_RowClassName="vefn_SplitROSearchRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="RODBID" msprop:Generator_ColumnVarNameInTable="columnRODBID" msprop:Generator_ColumnPropNameInRow="RODBID" msprop:Generator_ColumnPropNameInTable="RODBIDColumn" msprop:Generator_UserColumnName="RODBID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ROID" msprop:Generator_ColumnVarNameInTable="columnROID" msprop:Generator_ColumnPropNameInRow="ROID" msprop:Generator_ColumnPropNameInTable="ROIDColumn" msprop:Generator_UserColumnName="ROID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_StepChildItems" msprop:Generator_TableClassName="vefn_StepChildItemsDataTable" msprop:Generator_TableVarName="tablevefn_StepChildItems" msprop:Generator_TablePropName="vefn_StepChildItems" msprop:Generator_RowDeletingName="vefn_StepChildItemsRowDeleting" msprop:Generator_RowChangingName="vefn_StepChildItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_StepChildItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_StepChildItemsRowDeleted" msprop:Generator_UserTableName="vefn_StepChildItems" msprop:Generator_RowChangedName="vefn_StepChildItemsRowChanged" msprop:Generator_RowEvArgName="vefn_StepChildItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_StepChildItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="ContentID" msprop:Generator_ColumnVarNameInTable="columnContentID" msprop:Generator_ColumnPropNameInRow="ContentID" msprop:Generator_ColumnPropNameInTable="ContentIDColumn" msprop:Generator_UserColumnName="ContentID" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_tblChildItems" msprop:Generator_TableClassName="vefn_tblChildItemsDataTable" msprop:Generator_TableVarName="tablevefn_tblChildItems" msprop:Generator_TablePropName="vefn_tblChildItems" msprop:Generator_RowDeletingName="vefn_tblChildItemsRowDeleting" msprop:Generator_RowChangingName="vefn_tblChildItemsRowChanging" msprop:Generator_RowEvHandlerName="vefn_tblChildItemsRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_tblChildItemsRowDeleted" msprop:Generator_UserTableName="vefn_tblChildItems" msprop:Generator_RowChangedName="vefn_tblChildItemsRowChanged" msprop:Generator_RowEvArgName="vefn_tblChildItemsRowChangeEvent" msprop:Generator_RowClassName="vefn_tblChildItemsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ItemID" msprop:Generator_ColumnVarNameInTable="columnItemID" msprop:Generator_ColumnPropNameInRow="ItemID" msprop:Generator_ColumnPropNameInTable="ItemIDColumn" msprop:Generator_UserColumnName="ItemID" type="xs:int" />
|
|
<xs:element name="IContentID" msprop:Generator_ColumnVarNameInTable="columnIContentID" msprop:Generator_ColumnPropNameInRow="IContentID" msprop:Generator_ColumnPropNameInTable="IContentIDColumn" msprop:Generator_UserColumnName="IContentID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="IDeleteStatus" msprop:Generator_ColumnVarNameInTable="columnIDeleteStatus" msprop:Generator_ColumnPropNameInRow="IDeleteStatus" msprop:Generator_ColumnPropNameInTable="IDeleteStatusColumn" msprop:Generator_UserColumnName="IDeleteStatus" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ProcDTS" msprop:Generator_ColumnVarNameInTable="columnProcDTS" msprop:Generator_ColumnPropNameInRow="ProcDTS" msprop:Generator_ColumnPropNameInTable="ProcDTSColumn" msprop:Generator_UserColumnName="ProcDTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="Path" msprop:Generator_ColumnVarNameInTable="columnPath" msprop:Generator_ColumnPropNameInRow="Path" msprop:Generator_ColumnPropNameInTable="PathColumn" msprop:Generator_UserColumnName="Path" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="OrdinalPath" msprop:Generator_ColumnVarNameInTable="columnOrdinalPath" msprop:Generator_ColumnPropNameInRow="OrdinalPath" msprop:Generator_ColumnPropNameInTable="OrdinalPathColumn" msprop:Generator_UserColumnName="OrdinalPath" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_TransitionsToDisconnected" msprop:Generator_TableClassName="vefn_TransitionsToDisconnectedDataTable" msprop:Generator_TableVarName="tablevefn_TransitionsToDisconnected" msprop:Generator_TablePropName="vefn_TransitionsToDisconnected" msprop:Generator_RowDeletingName="vefn_TransitionsToDisconnectedRowDeleting" msprop:Generator_RowChangingName="vefn_TransitionsToDisconnectedRowChanging" msprop:Generator_RowEvHandlerName="vefn_TransitionsToDisconnectedRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_TransitionsToDisconnectedRowDeleted" msprop:Generator_UserTableName="vefn_TransitionsToDisconnected" msprop:Generator_RowChangedName="vefn_TransitionsToDisconnectedRowChanged" msprop:Generator_RowEvArgName="vefn_TransitionsToDisconnectedRowChangeEvent" msprop:Generator_RowClassName="vefn_TransitionsToDisconnectedRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="IsRange" msprop:Generator_ColumnVarNameInTable="columnIsRange" msprop:Generator_ColumnPropNameInRow="IsRange" msprop:Generator_ColumnPropNameInTable="IsRangeColumn" msprop:Generator_UserColumnName="IsRange" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TranType" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="vefn_TransitionsToNonEditable" msprop:Generator_TableClassName="vefn_TransitionsToNonEditableDataTable" msprop:Generator_TableVarName="tablevefn_TransitionsToNonEditable" msprop:Generator_TablePropName="vefn_TransitionsToNonEditable" msprop:Generator_RowDeletingName="vefn_TransitionsToNonEditableRowDeleting" msprop:Generator_RowChangingName="vefn_TransitionsToNonEditableRowChanging" msprop:Generator_RowEvHandlerName="vefn_TransitionsToNonEditableRowChangeEventHandler" msprop:Generator_RowDeletedName="vefn_TransitionsToNonEditableRowDeleted" msprop:Generator_UserTableName="vefn_TransitionsToNonEditable" msprop:Generator_RowChangedName="vefn_TransitionsToNonEditableRowChanged" msprop:Generator_RowEvArgName="vefn_TransitionsToNonEditableRowChangeEvent" msprop:Generator_RowClassName="vefn_TransitionsToNonEditableRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="TransitionID" msprop:Generator_ColumnVarNameInTable="columnTransitionID" msprop:Generator_ColumnPropNameInRow="TransitionID" msprop:Generator_ColumnPropNameInTable="TransitionIDColumn" msprop:Generator_UserColumnName="TransitionID" type="xs:int" />
|
|
<xs:element name="FromID" msprop:Generator_ColumnVarNameInTable="columnFromID" msprop:Generator_ColumnPropNameInRow="FromID" msprop:Generator_ColumnPropNameInTable="FromIDColumn" msprop:Generator_UserColumnName="FromID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="ToID" msprop:Generator_ColumnVarNameInTable="columnToID" msprop:Generator_ColumnPropNameInRow="ToID" msprop:Generator_ColumnPropNameInTable="ToIDColumn" msprop:Generator_UserColumnName="ToID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="RangeID" msprop:Generator_ColumnVarNameInTable="columnRangeID" msprop:Generator_ColumnPropNameInRow="RangeID" msprop:Generator_ColumnPropNameInTable="RangeIDColumn" msprop:Generator_UserColumnName="RangeID" type="xs:int" minOccurs="0" />
|
|
<xs:element name="IsRange" msprop:Generator_ColumnVarNameInTable="columnIsRange" msprop:Generator_ColumnPropNameInRow="IsRange" msprop:Generator_ColumnPropNameInTable="IsRangeColumn" msprop:Generator_UserColumnName="IsRange" type="xs:int" minOccurs="0" />
|
|
<xs:element name="TranType" msprop:Generator_ColumnVarNameInTable="columnTranType" msprop:Generator_ColumnPropNameInRow="TranType" msprop:Generator_ColumnPropNameInTable="TranTypeColumn" msprop:Generator_UserColumnName="TranType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Config" msprop:Generator_ColumnVarNameInTable="columnConfig" msprop:Generator_ColumnPropNameInRow="Config" msprop:Generator_ColumnPropNameInTable="ConfigColumn" msprop:Generator_UserColumnName="Config" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2147483647" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DTS" msprop:Generator_ColumnVarNameInTable="columnDTS" msprop:Generator_ColumnPropNameInRow="DTS" msprop:Generator_ColumnPropNameInTable="DTSColumn" msprop:Generator_UserColumnName="DTS" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="UserID" msprop:Generator_ColumnVarNameInTable="columnUserID" msprop:Generator_ColumnPropNameInRow="UserID" msprop:Generator_ColumnPropNameInTable="UserIDColumn" msprop:Generator_UserColumnName="UserID" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</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:AnnotationAudits" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="AnnotationTypes_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:AnnotationTypes" />
|
|
<xs:field xpath="mstns:TypeID" />
|
|
</xs:unique>
|
|
<xs:unique name="ApplicableStructures_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:ApplicableStructures" />
|
|
<xs:field xpath="mstns:StructureID" />
|
|
</xs:unique>
|
|
<xs:unique name="Assignments_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Assignments" />
|
|
<xs:field xpath="mstns:AID" />
|
|
</xs:unique>
|
|
<xs:unique name="Associations_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Associations" />
|
|
<xs:field xpath="mstns:AssociationID" />
|
|
</xs:unique>
|
|
<xs:unique name="Branches_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Branches" />
|
|
<xs:field xpath="mstns:BranchID" />
|
|
</xs:unique>
|
|
<xs:unique name="Checks_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Checks" />
|
|
<xs:field xpath="mstns:CheckID" />
|
|
</xs:unique>
|
|
<xs:unique name="Connections_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Connections" />
|
|
<xs:field xpath="mstns:DBID" />
|
|
</xs:unique>
|
|
<xs:unique name="ContentAudits_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:ContentAudits" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="DeleteLog_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:DeleteLog" />
|
|
<xs:field xpath="mstns:DeleteID" />
|
|
</xs:unique>
|
|
<xs:unique name="Details_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Details" />
|
|
<xs:field xpath="mstns:DetailID" />
|
|
</xs:unique>
|
|
<xs:unique name="DocumentAudits_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:DocumentAudits" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="DocVersions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:DocVersions" />
|
|
<xs:field xpath="mstns:VersionID" />
|
|
</xs:unique>
|
|
<xs:unique name="DROUsages_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:DROUsages" />
|
|
<xs:field xpath="mstns:DROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="EntryAudits_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:EntryAudits" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="Figures_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Figures" />
|
|
<xs:field xpath="mstns:FigureID" />
|
|
</xs:unique>
|
|
<xs:unique name="Folders_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Folders" />
|
|
<xs:field xpath="mstns:FolderID" />
|
|
</xs:unique>
|
|
<xs:unique name="Formats_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Formats" />
|
|
<xs:field xpath="mstns:FormatID" />
|
|
</xs:unique>
|
|
<xs:unique name="GridAudits_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:GridAudits" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="Groups_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Groups" />
|
|
<xs:field xpath="mstns:GID" />
|
|
</xs:unique>
|
|
<xs:unique name="ImageAudits_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:ImageAudits" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="ItemAudits_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:ItemAudits" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="Locks_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Locks" />
|
|
<xs:field xpath="mstns:LockID" />
|
|
</xs:unique>
|
|
<xs:unique name="Memberships_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Memberships" />
|
|
<xs:field xpath="mstns:UGID" />
|
|
</xs:unique>
|
|
<xs:unique name="Owners_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Owners" />
|
|
<xs:field xpath="mstns:OwnerID" />
|
|
</xs:unique>
|
|
<xs:unique name="PartAudits_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:PartAudits" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="Pdfs_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Pdfs" />
|
|
<xs:field xpath="mstns:DocID" />
|
|
<xs:field xpath="mstns:DebugStatus" />
|
|
<xs:field xpath="mstns:TopRow" />
|
|
<xs:field xpath="mstns:PageLength" />
|
|
<xs:field xpath="mstns:LeftMargin" />
|
|
<xs:field xpath="mstns:PageWidth" />
|
|
</xs:unique>
|
|
<xs:unique name="Permissions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Permissions" />
|
|
<xs:field xpath="mstns:PID" />
|
|
</xs:unique>
|
|
<xs:unique name="Revisions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Revisions" />
|
|
<xs:field xpath="mstns:RevisionID" />
|
|
</xs:unique>
|
|
<xs:unique name="RODbs_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:RODbs" />
|
|
<xs:field xpath="mstns:RODbID" />
|
|
</xs:unique>
|
|
<xs:unique name="RofstChild_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:RofstChild" />
|
|
<xs:field xpath="mstns:RofstChildID" />
|
|
</xs:unique>
|
|
<xs:unique name="RofstDatabase_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:RofstDatabase" />
|
|
<xs:field xpath="mstns:RofstID" />
|
|
<xs:field xpath="mstns:dbiID" />
|
|
</xs:unique>
|
|
<xs:unique name="RofstDefaultValue_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:RofstDefaultValue" />
|
|
<xs:field xpath="mstns:RofstID" />
|
|
<xs:field xpath="mstns:roid" />
|
|
</xs:unique>
|
|
<xs:unique name="RofstExtension_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:RofstExtension" />
|
|
<xs:field xpath="mstns:Offset" />
|
|
</xs:unique>
|
|
<xs:unique name="RofstHeader_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:RofstHeader" />
|
|
<xs:field xpath="mstns:RofstID" />
|
|
</xs:unique>
|
|
<xs:unique name="ROFsts_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:ROFsts" />
|
|
<xs:field xpath="mstns:ROFstID" />
|
|
</xs:unique>
|
|
<xs:unique name="ROImages_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:ROImages" />
|
|
<xs:field xpath="mstns:ImageID" />
|
|
</xs:unique>
|
|
<xs:unique name="Roles_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Roles" />
|
|
<xs:field xpath="mstns:RID" />
|
|
</xs:unique>
|
|
<xs:unique name="ROUsageAudits_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:ROUsageAudits" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="Scopes_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Scopes" />
|
|
<xs:field xpath="mstns:ScopeID" />
|
|
</xs:unique>
|
|
<xs:unique name="Sessions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Sessions" />
|
|
<xs:field xpath="mstns:SessionID" />
|
|
</xs:unique>
|
|
<xs:unique name="Stages_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Stages" />
|
|
<xs:field xpath="mstns:StageID" />
|
|
</xs:unique>
|
|
<xs:unique name="tblAnnotations_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:tblAnnotations" />
|
|
<xs:field xpath="mstns:AnnotationID" />
|
|
</xs:unique>
|
|
<xs:unique name="tblContents_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:tblContents" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="tblDocuments_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:tblDocuments" />
|
|
<xs:field xpath="mstns:DocID" />
|
|
</xs:unique>
|
|
<xs:unique name="tblEntries_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:tblEntries" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="tblGrids_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:tblGrids" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="tblImages_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:tblImages" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="tblItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:tblItems" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="tblParts_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:tblParts" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
<xs:field xpath="mstns:FromType" />
|
|
</xs:unique>
|
|
<xs:unique name="tblROUsages_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:tblROUsages" />
|
|
<xs:field xpath="mstns:ROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="tblTransitions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:tblTransitions" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="TransitionAudits_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:TransitionAudits" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="Users_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Users" />
|
|
<xs:field xpath="mstns:UID" />
|
|
</xs:unique>
|
|
<xs:unique name="Versions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:Versions" />
|
|
<xs:field xpath="mstns:VersionID" />
|
|
</xs:unique>
|
|
<xs:unique name="ZContents_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:ZContents" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="ZTransitions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:ZTransitions" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="addFiguresByROFstIDandImageIDs_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:addFiguresByROFstIDandImageIDs" />
|
|
<xs:field xpath="mstns:FigureID" />
|
|
</xs:unique>
|
|
<xs:unique name="addItemChild_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:addItemChild" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="addItemSiblingAfter_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:addItemSiblingAfter" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="addItemSiblingBefore_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:addItemSiblingBefore" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="ClearCBOverrideForProcedure_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:ClearCBOverrideForProcedure" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAffectedDRoUsages_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAffectedDRoUsages" />
|
|
<xs:field xpath="mstns:DROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAffectedRoUsages_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAffectedRoUsages" />
|
|
<xs:field xpath="mstns:ROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAffectedTransitions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAffectedTransitions" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAllFormats_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAllFormats" />
|
|
<xs:field xpath="mstns:FormatID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAnnotation_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAnnotation" />
|
|
<xs:field xpath="mstns:AnnotationID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAnnotationAudit_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAnnotationAudit" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAnnotationAudits_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAnnotationAudits" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAnnotationAuditsByAnnotationID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAnnotationAuditsByAnnotationID" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAnnotationAuditsByItemID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAnnotationAuditsByItemID" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAnnotations_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAnnotations" />
|
|
<xs:field xpath="mstns:AnnotationID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAnnotationsByItemID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAnnotationsByItemID" />
|
|
<xs:field xpath="mstns:AnnotationID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAnnotationsByTypeID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAnnotationsByTypeID" />
|
|
<xs:field xpath="mstns:AnnotationID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAnnotationType_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAnnotationType" />
|
|
<xs:field xpath="mstns:TypeID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAnnotationTypeByName_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAnnotationTypeByName" />
|
|
<xs:field xpath="mstns:TypeID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAnnotationTypes_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAnnotationTypes" />
|
|
<xs:field xpath="mstns:TypeID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAssignment_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAssignment" />
|
|
<xs:field xpath="mstns:AID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAssignments_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAssignments" />
|
|
<xs:field xpath="mstns:AID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAssignmentsByFolderID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAssignmentsByFolderID" />
|
|
<xs:field xpath="mstns:AID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAssignmentsByGID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAssignmentsByGID" />
|
|
<xs:field xpath="mstns:AID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAssignmentsByRID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAssignmentsByRID" />
|
|
<xs:field xpath="mstns:AID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAssociation_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAssociation" />
|
|
<xs:field xpath="mstns:AssociationID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAssociationByVersionID_ROFstID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAssociationByVersionID_ROFstID" />
|
|
<xs:field xpath="mstns:AssociationID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAssociations_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAssociations" />
|
|
<xs:field xpath="mstns:AssociationID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAssociationsByROFstID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAssociationsByROFstID" />
|
|
<xs:field xpath="mstns:AssociationID" />
|
|
</xs:unique>
|
|
<xs:unique name="getAssociationsByVersionID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getAssociationsByVersionID" />
|
|
<xs:field xpath="mstns:AssociationID" />
|
|
</xs:unique>
|
|
<xs:unique name="getCheck_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getCheck" />
|
|
<xs:field xpath="mstns:CheckID" />
|
|
</xs:unique>
|
|
<xs:unique name="getChecks_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getChecks" />
|
|
<xs:field xpath="mstns:CheckID" />
|
|
</xs:unique>
|
|
<xs:unique name="getChecksByRevisionID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getChecksByRevisionID" />
|
|
<xs:field xpath="mstns:CheckID" />
|
|
</xs:unique>
|
|
<xs:unique name="getChecksByStageID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getChecksByStageID" />
|
|
<xs:field xpath="mstns:CheckID" />
|
|
</xs:unique>
|
|
<xs:unique name="getChildFolders_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getChildFolders" />
|
|
<xs:field xpath="mstns:FolderID" />
|
|
</xs:unique>
|
|
<xs:unique name="getConnection_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getConnection" />
|
|
<xs:field xpath="mstns:DBID" />
|
|
</xs:unique>
|
|
<xs:unique name="getConnectionByName_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getConnectionByName" />
|
|
<xs:field xpath="mstns:DBID" />
|
|
</xs:unique>
|
|
<xs:unique name="getConnections_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getConnections" />
|
|
<xs:field xpath="mstns:DBID" />
|
|
</xs:unique>
|
|
<xs:unique name="getContent_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getContent" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="getContentAudit_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getContentAudit" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getContentAudits_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getContentAudits" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getContentAuditsByContentID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getContentAuditsByContentID" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getContentAuditsByDeleteStatus_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getContentAuditsByDeleteStatus" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getContents_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getContents" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="getContentsByFormatID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getContentsByFormatID" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="getCurrentRevisionByItemID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getCurrentRevisionByItemID" />
|
|
<xs:field xpath="mstns:RevisionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getCurrentRevisionByItemIDandUnitID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getCurrentRevisionByItemIDandUnitID" />
|
|
<xs:field xpath="mstns:RevisionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDetail_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDetail" />
|
|
<xs:field xpath="mstns:DetailID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDetails_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDetails" />
|
|
<xs:field xpath="mstns:DetailID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDetailsByContentID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDetailsByContentID" />
|
|
<xs:field xpath="mstns:DetailID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDocument_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDocument" />
|
|
<xs:field xpath="mstns:DocID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDocumentAudit_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDocumentAudit" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDocumentAudits_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDocumentAudits" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDocumentAuditsByDocID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDocumentAuditsByDocID" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDocumentByLibDoc_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDocumentByLibDoc" />
|
|
<xs:field xpath="mstns:DocID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDocuments_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDocuments" />
|
|
<xs:field xpath="mstns:DocID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDocVersion_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDocVersion" />
|
|
<xs:field xpath="mstns:VersionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDocVersions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDocVersions" />
|
|
<xs:field xpath="mstns:VersionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDocVersionsByFolderID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDocVersionsByFolderID" />
|
|
<xs:field xpath="mstns:VersionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDocVersionsByFormatID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDocVersionsByFormatID" />
|
|
<xs:field xpath="mstns:VersionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDocVersionsByItemID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDocVersionsByItemID" />
|
|
<xs:field xpath="mstns:VersionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDROUsage_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDROUsage" />
|
|
<xs:field xpath="mstns:DROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDROUsages_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDROUsages" />
|
|
<xs:field xpath="mstns:DROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDROUsagesByDocID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDROUsagesByDocID" />
|
|
<xs:field xpath="mstns:DROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDROUsagesByRODbID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDROUsagesByRODbID" />
|
|
<xs:field xpath="mstns:DROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDRoUsagesByROIDs_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDRoUsagesByROIDs" />
|
|
<xs:field xpath="mstns:DROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDRoUsagesByROIDsAndVersions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDRoUsagesByROIDsAndVersions" />
|
|
<xs:field xpath="mstns:DROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getDROUsagesForProc_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getDROUsagesForProc" />
|
|
<xs:field xpath="mstns:DROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getEntries_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getEntries" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="getEntriesByContentID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getEntriesByContentID" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="getEntriesByDocID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getEntriesByDocID" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="getEntry_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getEntry" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="getEntryAudit_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getEntryAudit" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getEntryAudits_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getEntryAudits" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getEntryAuditsByContentID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getEntryAuditsByContentID" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getExternalTransitions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getExternalTransitions" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getExternalTransitionsToChildren_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getExternalTransitionsToChildren" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getFigure_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getFigure" />
|
|
<xs:field xpath="mstns:FigureID" />
|
|
</xs:unique>
|
|
<xs:unique name="getFigureByROFstID_ImageID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getFigureByROFstID_ImageID" />
|
|
<xs:field xpath="mstns:FigureID" />
|
|
</xs:unique>
|
|
<xs:unique name="getFigures_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getFigures" />
|
|
<xs:field xpath="mstns:FigureID" />
|
|
</xs:unique>
|
|
<xs:unique name="getFiguresByImageID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getFiguresByImageID" />
|
|
<xs:field xpath="mstns:FigureID" />
|
|
</xs:unique>
|
|
<xs:unique name="getFiguresByROFstID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getFiguresByROFstID" />
|
|
<xs:field xpath="mstns:FigureID" />
|
|
</xs:unique>
|
|
<xs:unique name="getFolder_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getFolder" />
|
|
<xs:field xpath="mstns:FolderID" />
|
|
</xs:unique>
|
|
<xs:unique name="getFolderByParentID_Name_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getFolderByParentID_Name" />
|
|
<xs:field xpath="mstns:FolderID" />
|
|
</xs:unique>
|
|
<xs:unique name="getFolders_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getFolders" />
|
|
<xs:field xpath="mstns:FolderID" />
|
|
</xs:unique>
|
|
<xs:unique name="getFoldersByDBID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getFoldersByDBID" />
|
|
<xs:field xpath="mstns:FolderID" />
|
|
</xs:unique>
|
|
<xs:unique name="getFoldersByFormatID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getFoldersByFormatID" />
|
|
<xs:field xpath="mstns:FolderID" />
|
|
</xs:unique>
|
|
<xs:unique name="getFormatListUsed_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getFormatListUsed" />
|
|
<xs:field xpath="mstns:FormatID" />
|
|
</xs:unique>
|
|
<xs:unique name="getFormatNoUCF_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getFormatNoUCF" />
|
|
<xs:field xpath="mstns:FormatID" />
|
|
</xs:unique>
|
|
<xs:unique name="getGrid_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getGrid" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="getGridAudit_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getGridAudit" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getGridAudits_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getGridAudits" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getGridAuditsByContentID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getGridAuditsByContentID" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getGridIds_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getGridIds" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="getGrids_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getGrids" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="getGridsByContentID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getGridsByContentID" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="getGroup_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getGroup" />
|
|
<xs:field xpath="mstns:GID" />
|
|
</xs:unique>
|
|
<xs:unique name="getGroupByGroupName_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getGroupByGroupName" />
|
|
<xs:field xpath="mstns:GID" />
|
|
</xs:unique>
|
|
<xs:unique name="getGroups_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getGroups" />
|
|
<xs:field xpath="mstns:GID" />
|
|
</xs:unique>
|
|
<xs:unique name="getImage_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getImage" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="getImageAudit_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getImageAudit" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getImageAudits_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getImageAudits" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getImageAuditsByContentID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getImageAuditsByContentID" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getImages_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getImages" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="getImagesByContentID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getImagesByContentID" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="getItem_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getItem" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="getItemAudit_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getItemAudit" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getItemAudits_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getItemAudits" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getItems" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="getItemsByContentID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getItemsByContentID" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="getItemsByPartType_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getItemsByPartType" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="getItemsByPartTypeAndContent_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getItemsByPartTypeAndContent" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="getJustRODb_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getJustRODb" />
|
|
<xs:field xpath="mstns:RODbID" />
|
|
</xs:unique>
|
|
<xs:unique name="getJustROFst_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getJustROFst" />
|
|
<xs:field xpath="mstns:ROFstID" />
|
|
</xs:unique>
|
|
<xs:unique name="getJustROImage_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getJustROImage" />
|
|
<xs:field xpath="mstns:ImageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getJustStage_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getJustStage" />
|
|
<xs:field xpath="mstns:StageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getLibDocsForProc_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getLibDocsForProc" />
|
|
<xs:field xpath="mstns:DocID" />
|
|
</xs:unique>
|
|
<xs:unique name="getLibraryDocuments_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getLibraryDocuments" />
|
|
<xs:field xpath="mstns:DocID" />
|
|
</xs:unique>
|
|
<xs:unique name="getMembership_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getMembership" />
|
|
<xs:field xpath="mstns:UGID" />
|
|
</xs:unique>
|
|
<xs:unique name="getMemberships_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getMemberships" />
|
|
<xs:field xpath="mstns:UGID" />
|
|
</xs:unique>
|
|
<xs:unique name="getMembershipsByGID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getMembershipsByGID" />
|
|
<xs:field xpath="mstns:UGID" />
|
|
</xs:unique>
|
|
<xs:unique name="getMembershipsByUID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getMembershipsByUID" />
|
|
<xs:field xpath="mstns:UGID" />
|
|
</xs:unique>
|
|
<xs:unique name="getNextItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getNextItems" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="getOwner_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getOwner" />
|
|
<xs:field xpath="mstns:OwnerID" />
|
|
</xs:unique>
|
|
<xs:unique name="getOwnerByItemID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getOwnerByItemID" />
|
|
<xs:field xpath="mstns:OwnerID" />
|
|
</xs:unique>
|
|
<xs:unique name="getOwnerBySessionIDandFolderID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getOwnerBySessionIDandFolderID" />
|
|
<xs:field xpath="mstns:OwnerID" />
|
|
</xs:unique>
|
|
<xs:unique name="getOwnerBySessionIDandVersionID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getOwnerBySessionIDandVersionID" />
|
|
<xs:field xpath="mstns:OwnerID" />
|
|
</xs:unique>
|
|
<xs:unique name="getOwners_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getOwners" />
|
|
<xs:field xpath="mstns:OwnerID" />
|
|
</xs:unique>
|
|
<xs:unique name="getOwnersBySessionID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getOwnersBySessionID" />
|
|
<xs:field xpath="mstns:OwnerID" />
|
|
</xs:unique>
|
|
<xs:unique name="getParentFolder_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getParentFolder" />
|
|
<xs:field xpath="mstns:FolderID" />
|
|
</xs:unique>
|
|
<xs:unique name="getPart_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getPart" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
<xs:field xpath="mstns:FromType" />
|
|
</xs:unique>
|
|
<xs:unique name="getPartAudit_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getPartAudit" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getPartAudits_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getPartAudits" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getPartAuditsByContentID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getPartAuditsByContentID" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getPartAuditsByDeleteStatus_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getPartAuditsByDeleteStatus" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getPartAuditsByItemID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getPartAuditsByItemID" />
|
|
<xs:field xpath="mstns:AuditID" />
|
|
</xs:unique>
|
|
<xs:unique name="getParts_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getParts" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
<xs:field xpath="mstns:FromType" />
|
|
</xs:unique>
|
|
<xs:unique name="getPartsByContentID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getPartsByContentID" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
<xs:field xpath="mstns:FromType" />
|
|
</xs:unique>
|
|
<xs:unique name="getPartsByItemID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getPartsByItemID" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
<xs:field xpath="mstns:FromType" />
|
|
</xs:unique>
|
|
<xs:unique name="getPastedAffectedTransitions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getPastedAffectedTransitions" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getPdf_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getPdf" />
|
|
<xs:field xpath="mstns:DocID" />
|
|
<xs:field xpath="mstns:DebugStatus" />
|
|
<xs:field xpath="mstns:TopRow" />
|
|
<xs:field xpath="mstns:PageLength" />
|
|
<xs:field xpath="mstns:LeftMargin" />
|
|
<xs:field xpath="mstns:PageWidth" />
|
|
</xs:unique>
|
|
<xs:unique name="getPdfs_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getPdfs" />
|
|
<xs:field xpath="mstns:DocID" />
|
|
<xs:field xpath="mstns:DebugStatus" />
|
|
<xs:field xpath="mstns:TopRow" />
|
|
<xs:field xpath="mstns:PageLength" />
|
|
<xs:field xpath="mstns:LeftMargin" />
|
|
<xs:field xpath="mstns:PageWidth" />
|
|
</xs:unique>
|
|
<xs:unique name="getPdfsByDocID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getPdfsByDocID" />
|
|
<xs:field xpath="mstns:DocID" />
|
|
<xs:field xpath="mstns:DebugStatus" />
|
|
<xs:field xpath="mstns:TopRow" />
|
|
<xs:field xpath="mstns:PageLength" />
|
|
<xs:field xpath="mstns:LeftMargin" />
|
|
<xs:field xpath="mstns:PageWidth" />
|
|
</xs:unique>
|
|
<xs:unique name="getPermission_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getPermission" />
|
|
<xs:field xpath="mstns:PID" />
|
|
</xs:unique>
|
|
<xs:unique name="getPermissions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getPermissions" />
|
|
<xs:field xpath="mstns:PID" />
|
|
</xs:unique>
|
|
<xs:unique name="getPermissionsByRID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getPermissionsByRID" />
|
|
<xs:field xpath="mstns:PID" />
|
|
</xs:unique>
|
|
<xs:unique name="getPreviousItem_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getPreviousItem" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="getPreviousRevisionByItemID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getPreviousRevisionByItemID" />
|
|
<xs:field xpath="mstns:RevisionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRevision_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRevision" />
|
|
<xs:field xpath="mstns:RevisionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRevisionByItemIDandRevisionNumber_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRevisionByItemIDandRevisionNumber" />
|
|
<xs:field xpath="mstns:RevisionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRevisionByItemIDandRevisionNumberAndUnitID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRevisionByItemIDandRevisionNumberAndUnitID" />
|
|
<xs:field xpath="mstns:RevisionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRevisions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRevisions" />
|
|
<xs:field xpath="mstns:RevisionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRevisionsByItemID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRevisionsByItemID" />
|
|
<xs:field xpath="mstns:RevisionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRevisionsByItemIDandUnitID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRevisionsByItemIDandUnitID" />
|
|
<xs:field xpath="mstns:RevisionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRODb_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRODb" />
|
|
<xs:field xpath="mstns:RODbID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRODbByFolderPath_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRODbByFolderPath" />
|
|
<xs:field xpath="mstns:RODbID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRODbs_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRODbs" />
|
|
<xs:field xpath="mstns:RODbID" />
|
|
</xs:unique>
|
|
<xs:unique name="getROFst_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getROFst" />
|
|
<xs:field xpath="mstns:ROFstID" />
|
|
</xs:unique>
|
|
<xs:unique name="getROFstByRODbID_DTS_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getROFstByRODbID_DTS" />
|
|
<xs:field xpath="mstns:ROFstID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRoFstBySize_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRoFstBySize" />
|
|
<xs:field xpath="mstns:ROFstID" />
|
|
</xs:unique>
|
|
<xs:unique name="getROFsts_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getROFsts" />
|
|
<xs:field xpath="mstns:ROFstID" />
|
|
</xs:unique>
|
|
<xs:unique name="getROFstsByRODbID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getROFstsByRODbID" />
|
|
<xs:field xpath="mstns:ROFstID" />
|
|
</xs:unique>
|
|
<xs:unique name="getROImage_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getROImage" />
|
|
<xs:field xpath="mstns:ImageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getROImageByRODbID_FileName_DTS_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getROImageByRODbID_FileName_DTS" />
|
|
<xs:field xpath="mstns:ImageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getROImageByROFstID_FileName_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getROImageByROFstID_FileName" />
|
|
<xs:field xpath="mstns:ImageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getROImages_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getROImages" />
|
|
<xs:field xpath="mstns:ImageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getROImagesByRODbID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getROImagesByRODbID" />
|
|
<xs:field xpath="mstns:ImageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getROImagesByRODbID_FileName_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getROImagesByRODbID_FileName" />
|
|
<xs:field xpath="mstns:ImageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getROImagesByRODbIDNoData_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getROImagesByRODbIDNoData" />
|
|
<xs:field xpath="mstns:ImageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRole_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRole" />
|
|
<xs:field xpath="mstns:RID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRoleByName_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRoleByName" />
|
|
<xs:field xpath="mstns:RID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRoles_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRoles" />
|
|
<xs:field xpath="mstns:RID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRoUsage_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRoUsage" />
|
|
<xs:field xpath="mstns:ROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRoUsages_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRoUsages" />
|
|
<xs:field xpath="mstns:ROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRoUsagesByContentID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRoUsagesByContentID" />
|
|
<xs:field xpath="mstns:ROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRoUsagesByRODbID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRoUsagesByRODbID" />
|
|
<xs:field xpath="mstns:ROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRoUsagesByROIDs_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRoUsagesByROIDs" />
|
|
<xs:field xpath="mstns:ROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRoUsagesByROIDsAndVersions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRoUsagesByROIDsAndVersions" />
|
|
<xs:field xpath="mstns:ROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRoUsagesForDocVersion_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRoUsagesForDocVersion" />
|
|
<xs:field xpath="mstns:ROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getRoUsagesForProc_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getRoUsagesForProc" />
|
|
<xs:field xpath="mstns:ROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getSession_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getSession" />
|
|
<xs:field xpath="mstns:SessionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getSessions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getSessions" />
|
|
<xs:field xpath="mstns:SessionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getStage_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getStage" />
|
|
<xs:field xpath="mstns:StageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getStages_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getStages" />
|
|
<xs:field xpath="mstns:StageID" />
|
|
</xs:unique>
|
|
<xs:unique name="getTopFolder_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getTopFolder" />
|
|
<xs:field xpath="mstns:FolderID" />
|
|
</xs:unique>
|
|
<xs:unique name="getTransition_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getTransition" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getTransitions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getTransitions" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getTransitionsByFromID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getTransitionsByFromID" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getTransitionsByRangeID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getTransitionsByRangeID" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getTransitionsByToID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getTransitionsByToID" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getTransitionsFromProc_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getTransitionsFromProc" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getTransitionsToDisconnected_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getTransitionsToDisconnected" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getTransitionsToNonEditable_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getTransitionsToNonEditable" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getTransitionsToProc_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getTransitionsToProc" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getUser_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getUser" />
|
|
<xs:field xpath="mstns:UID" />
|
|
</xs:unique>
|
|
<xs:unique name="getUserByUserID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getUserByUserID" />
|
|
<xs:field xpath="mstns:UID" />
|
|
</xs:unique>
|
|
<xs:unique name="getUsers_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getUsers" />
|
|
<xs:field xpath="mstns:UID" />
|
|
</xs:unique>
|
|
<xs:unique name="getVersion_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getVersion" />
|
|
<xs:field xpath="mstns:VersionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getVersions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getVersions" />
|
|
<xs:field xpath="mstns:VersionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getVersionsByRevisionID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getVersionsByRevisionID" />
|
|
<xs:field xpath="mstns:VersionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getVersionsByStageID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getVersionsByStageID" />
|
|
<xs:field xpath="mstns:VersionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getZContent_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getZContent" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="getZContents_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getZContents" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="getZContentsByContentID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getZContentsByContentID" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="getZTransition_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getZTransition" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getZTransitions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getZTransitions" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="getZTransitionsByTransitionID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:getZTransitionsByTransitionID" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="MoveItem_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:MoveItem" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_ClearOverrideFormatsByDocVersion_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_ClearOverrideFormatsByDocVersion" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_ClearOverrideFormatsByFolder_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_ClearOverrideFormatsByFolder" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_ClearOverrideFormatsByItem_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_ClearOverrideFormatsByItem" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_Convert16to32EnhancedContents_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_Convert16to32EnhancedContents" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_Get16BitEnhancedContents_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_Get16BitEnhancedContents" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_GetAllConsistencyIssues_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_GetAllConsistencyIssues" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_GetConsistencyCheckProcedures_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_GetConsistencyCheckProcedures" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_GetDatabaseSessions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_GetDatabaseSessions" />
|
|
<xs:field xpath="mstns:SessionID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_GetFormatVersions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_GetFormatVersions" />
|
|
<xs:field xpath="mstns:VersionID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_GetNonEditableItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_GetNonEditableItems" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_GetNonEnhancedDocVersions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_GetNonEnhancedDocVersions" />
|
|
<xs:field xpath="mstns:VersionID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_ListContentsAfterLastChanged_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_ListContentsAfterLastChanged" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_ListContentsAfterLastChanged2_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_ListContentsAfterLastChanged2" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_ListContentsByItemID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_ListContentsByItemID" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_ListItemsToRefresh_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_ListItemsToRefresh" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_ListItemsTranFrom_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_ListItemsTranFrom" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_ListItemsTranFromAndContent_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_ListItemsTranFromAndContent" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_ListItemsTranTo_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_ListItemsTranTo" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_ListItemsTranToAndContent_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_ListItemsTranToAndContent" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_ListUnlinkedItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_ListUnlinkedItems" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_PurgeDisconnectedData_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_PurgeDisconnectedData" />
|
|
<xs:field xpath="mstns:VersionID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_PurgeEnhancedDocVersionsAndChildren_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_PurgeEnhancedDocVersionsAndChildren" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_PurgeEnhancedItemsAndChildren_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_PurgeEnhancedItemsAndChildren" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_PurgeProcLinkedItemsAndChildren_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_PurgeProcLinkedItemsAndChildren" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_RofstDataGetChildByAccPageID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_RofstDataGetChildByAccPageID" />
|
|
<xs:field xpath="mstns:ROFstID" />
|
|
<xs:field xpath="mstns:dbiID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_RofstDataGetChildByRoid_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_RofstDataGetChildByRoid" />
|
|
<xs:field xpath="mstns:ROFstID" />
|
|
<xs:field xpath="mstns:dbiID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_RofstDataGetChildrenByID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_RofstDataGetChildrenByID" />
|
|
<xs:field xpath="mstns:RofstID" />
|
|
<xs:field xpath="mstns:dbiID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_RofstDataGetChildrenByRofstID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_RofstDataGetChildrenByRofstID" />
|
|
<xs:field xpath="mstns:RofstID" />
|
|
<xs:field xpath="mstns:dbiID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_RofstDataGetChildrenByType_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_RofstDataGetChildrenByType" />
|
|
<xs:field xpath="mstns:ROFstID" />
|
|
<xs:field xpath="mstns:dbiID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_RofstDataGetDatabaseByID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_RofstDataGetDatabaseByID" />
|
|
<xs:field xpath="mstns:RofstID" />
|
|
<xs:field xpath="mstns:dbiID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_RofstDataGetDatabases_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_RofstDataGetDatabases" />
|
|
<xs:field xpath="mstns:RofstID" />
|
|
<xs:field xpath="mstns:dbiID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_RofstDataGetExtensions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_RofstDataGetExtensions" />
|
|
<xs:field xpath="mstns:Offset" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_RofstDataGetHeaderRofstByID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_RofstDataGetHeaderRofstByID" />
|
|
<xs:field xpath="mstns:RofstID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_RofstDataGetRofstByID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_RofstDataGetRofstByID" />
|
|
<xs:field xpath="mstns:ROFstID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_SearchAnnotationItemAndChildren_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_SearchAnnotationItemAndChildren" />
|
|
<xs:field xpath="mstns:SearchAnnotationID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_SearchItemAndChildrenNew_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_SearchItemAndChildrenNew" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_SearchItemAndChildrenNewByWord_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_SearchItemAndChildrenNewByWord" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_SearchTransitions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_SearchTransitions" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_SessionBegin_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_SessionBegin" />
|
|
<xs:field xpath="mstns:SessionID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_SessionCanCheckOutItem_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_SessionCanCheckOutItem" />
|
|
<xs:field xpath="mstns:SessionID" />
|
|
</xs:unique>
|
|
<xs:unique name="vesp_UpdateVersionFormatForUCF_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vesp_UpdateVersionFormatForUCF" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="FindAnnotations_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:FindAnnotations" />
|
|
<xs:field xpath="mstns:AnnotationID" />
|
|
</xs:unique>
|
|
<xs:unique name="FindRoUsages_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:FindRoUsages" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="FindText_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:FindText" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_AllHighLevelSteps_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_AllHighLevelSteps" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_AllHighLevelStepTransitions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_AllHighLevelStepTransitions" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_AnnotationTypeSplit_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_AnnotationTypeSplit" />
|
|
<xs:field xpath="mstns:TypeID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_ChildItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_ChildItems" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_ChildItemsRange_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_ChildItemsRange" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_ChildItemz_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_ChildItemz" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_ChildrenItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_ChildrenItems" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_DocVersionSplit_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_DocVersionSplit" />
|
|
<xs:field xpath="mstns:VersionID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_DVContent_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_DVContent" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_FindContentText_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_FindContentText" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_FindROUsageIDs_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_FindROUsageIDs" />
|
|
<xs:field xpath="mstns:ROUsageID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_FindSpecificApplicUsage_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_FindSpecificApplicUsage" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_FindText_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_FindText" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_FindTransitionIDs_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_FindTransitionIDs" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_GetDisconnectedItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_GetDisconnectedItems" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_GetEnhancedDocVersions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_GetEnhancedDocVersions" />
|
|
<xs:field xpath="mstns:VersionID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_GetEnhancedFolders_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_GetEnhancedFolders" />
|
|
<xs:field xpath="mstns:FolderID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_GetEnhancedItemsAndChildren_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_GetEnhancedItemsAndChildren" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_GetEnhancedProcedures_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_GetEnhancedProcedures" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_GetFolderMatchingFormatItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_GetFolderMatchingFormatItems" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_GetItemsMatchingFormatItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_GetItemsMatchingFormatItems" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_GetNonEditableItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_GetNonEditableItems" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_GetOldEnhancedItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_GetOldEnhancedItems" />
|
|
<xs:field xpath="mstns:ProcName" />
|
|
<xs:field xpath="mstns:RecID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_GetVersionFormatItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_GetVersionFormatItems" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_GetVersionFormatSections_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_GetVersionFormatSections" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_GetVersionItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_GetVersionItems" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_GetVersionMatchingFormatItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_GetVersionMatchingFormatItems" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_GetVersionNames_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_GetVersionNames" />
|
|
<xs:field xpath="mstns:VersionID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_GetVersionProcedureItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_GetVersionProcedureItems" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_GetVersionTblItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_GetVersionTblItems" />
|
|
<xs:field xpath="mstns:ContentID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_GetZeroFromType_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_GetZeroFromType" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_HighLevelStepTransitions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_HighLevelStepTransitions" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_JustSiblingItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_JustSiblingItems" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_NextStepTransitions_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_NextStepTransitions" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_ParentItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_ParentItems" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_ProcedureByProcID_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_ProcedureByProcID" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_SiblingAndChildrenItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_SiblingAndChildrenItems" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_SiblingAndChildrenItemsByProc_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_SiblingAndChildrenItemsByProc" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_SiblingAndChildrenItemsNew_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_SiblingAndChildrenItemsNew" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_SiblingAndChildrenItemsNewByWord_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_SiblingAndChildrenItemsNewByWord" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_SiblingChildrenItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_SiblingChildrenItems" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_SiblingItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_SiblingItems" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_SplitInt_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_SplitInt" />
|
|
<xs:field xpath="mstns:ID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_StepChildItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_StepChildItems" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_tblChildItems_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_tblChildItems" />
|
|
<xs:field xpath="mstns:ItemID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_TransitionsToDisconnected_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_TransitionsToDisconnected" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
<xs:unique name="vefn_TransitionsToNonEditable_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:vefn_TransitionsToNonEditable" />
|
|
<xs:field xpath="mstns:TransitionID" />
|
|
</xs:unique>
|
|
</xs:element>
|
|
<xs:annotation>
|
|
<xs:appinfo>
|
|
<msdata:Relationship name="FK_Assignments_Folders" msdata:parent="Folders" msdata:child="Assignments" msdata:parentkey="FolderID" msdata:childkey="FolderID" msprop:Generator_UserChildTable="Assignments" msprop:Generator_ChildPropName="GetAssignmentsRows" msprop:Generator_UserRelationName="FK_Assignments_Folders" msprop:Generator_RelationVarName="relationFK_Assignments_Folders" msprop:Generator_UserParentTable="Folders" msprop:Generator_ParentPropName="FoldersRow" />
|
|
<msdata:Relationship name="FK_Assignments_Groups" msdata:parent="Groups" msdata:child="Assignments" msdata:parentkey="GID" msdata:childkey="GID" msprop:Generator_UserChildTable="Assignments" msprop:Generator_ChildPropName="GetAssignmentsRows" msprop:Generator_UserRelationName="FK_Assignments_Groups" msprop:Generator_RelationVarName="relationFK_Assignments_Groups" msprop:Generator_UserParentTable="Groups" msprop:Generator_ParentPropName="GroupsRow" />
|
|
<msdata:Relationship name="FK_Assignments_Roles" msdata:parent="Roles" msdata:child="Assignments" msdata:parentkey="RID" msdata:childkey="RID" msprop:Generator_UserChildTable="Assignments" msprop:Generator_ChildPropName="GetAssignmentsRows" msprop:Generator_UserRelationName="FK_Assignments_Roles" msprop:Generator_RelationVarName="relationFK_Assignments_Roles" msprop:Generator_UserParentTable="Roles" msprop:Generator_ParentPropName="RolesRow" />
|
|
<msdata:Relationship name="FK_Associations_DocVersions" msdata:parent="DocVersions" msdata:child="Associations" msdata:parentkey="VersionID" msdata:childkey="VersionID" msprop:Generator_UserChildTable="Associations" msprop:Generator_ChildPropName="GetAssociationsRows" msprop:Generator_UserRelationName="FK_Associations_DocVersions" msprop:Generator_RelationVarName="relationFK_Associations_DocVersions" msprop:Generator_UserParentTable="DocVersions" msprop:Generator_ParentPropName="DocVersionsRow" />
|
|
<msdata:Relationship name="FK_Associations_ROFsts" msdata:parent="ROFsts" msdata:child="Associations" msdata:parentkey="ROFstID" msdata:childkey="ROFstID" msprop:Generator_UserChildTable="Associations" msprop:Generator_ChildPropName="GetAssociationsRows" msprop:Generator_UserRelationName="FK_Associations_ROFsts" msprop:Generator_RelationVarName="relationFK_Associations_ROFsts" msprop:Generator_UserParentTable="ROFsts" msprop:Generator_ParentPropName="ROFstsRow" />
|
|
<msdata:Relationship name="FK_Checks_Revisions" msdata:parent="Revisions" msdata:child="Checks" msdata:parentkey="RevisionID" msdata:childkey="RevisionID" msprop:Generator_UserChildTable="Checks" msprop:Generator_ChildPropName="GetChecksRows" msprop:Generator_UserRelationName="FK_Checks_Revisions" msprop:Generator_RelationVarName="relationFK_Checks_Revisions" msprop:Generator_UserParentTable="Revisions" msprop:Generator_ParentPropName="RevisionsRow" />
|
|
<msdata:Relationship name="FK_Checks_Stages" msdata:parent="Stages" msdata:child="Checks" msdata:parentkey="StageID" msdata:childkey="StageID" msprop:Generator_UserChildTable="Checks" msprop:Generator_ChildPropName="GetChecksRows" msprop:Generator_UserRelationName="FK_Checks_Stages" msprop:Generator_RelationVarName="relationFK_Checks_Stages" msprop:Generator_UserParentTable="Stages" msprop:Generator_ParentPropName="StagesRow" />
|
|
<msdata:Relationship name="FK_Details_Contents" msdata:parent="tblContents" msdata:child="Details" msdata:parentkey="ContentID" msdata:childkey="ContentID" msprop:Generator_UserChildTable="Details" msprop:Generator_ChildPropName="GetDetailsRows" msprop:Generator_UserRelationName="FK_Details_Contents" msprop:Generator_RelationVarName="relationFK_Details_Contents" msprop:Generator_UserParentTable="tblContents" msprop:Generator_ParentPropName="tblContentsRow" />
|
|
<msdata:Relationship name="FK_DocVersions_Formats" msdata:parent="Formats" msdata:child="DocVersions" msdata:parentkey="FormatID" msdata:childkey="FormatID" msprop:Generator_UserChildTable="DocVersions" msprop:Generator_ChildPropName="GetDocVersionsRows" msprop:Generator_UserRelationName="FK_DocVersions_Formats" msprop:Generator_RelationVarName="relationFK_DocVersions_Formats" msprop:Generator_UserParentTable="Formats" msprop:Generator_ParentPropName="FormatsRow" />
|
|
<msdata:Relationship name="FK_DocVersions_Items" msdata:parent="tblItems" msdata:child="DocVersions" msdata:parentkey="ItemID" msdata:childkey="ItemID" msprop:Generator_UserChildTable="DocVersions" msprop:Generator_ChildPropName="GetDocVersionsRows" msprop:Generator_UserRelationName="FK_DocVersions_Items" msprop:Generator_RelationVarName="relationFK_DocVersions_Items" msprop:Generator_UserParentTable="tblItems" msprop:Generator_ParentPropName="tblItemsRow" />
|
|
<msdata:Relationship name="FK_Versions_Folders" msdata:parent="Folders" msdata:child="DocVersions" msdata:parentkey="FolderID" msdata:childkey="FolderID" msprop:Generator_UserChildTable="DocVersions" msprop:Generator_ChildPropName="GetDocVersionsRows" msprop:Generator_UserRelationName="FK_Versions_Folders" msprop:Generator_RelationVarName="relationFK_Versions_Folders" msprop:Generator_UserParentTable="Folders" msprop:Generator_ParentPropName="FoldersRow" />
|
|
<msdata:Relationship name="FK_DROUsages_Documents" msdata:parent="tblDocuments" msdata:child="DROUsages" msdata:parentkey="DocID" msdata:childkey="DocID" msprop:Generator_UserChildTable="DROUsages" msprop:Generator_ChildPropName="GetDROUsagesRows" msprop:Generator_UserRelationName="FK_DROUsages_Documents" msprop:Generator_RelationVarName="relationFK_DROUsages_Documents" msprop:Generator_UserParentTable="tblDocuments" msprop:Generator_ParentPropName="tblDocumentsRow" />
|
|
<msdata:Relationship name="FK_DROUsages_RODbs" msdata:parent="RODbs" msdata:child="DROUsages" msdata:parentkey="RODbID" msdata:childkey="RODbID" msprop:Generator_UserChildTable="DROUsages" msprop:Generator_ChildPropName="GetDROUsagesRows" msprop:Generator_UserRelationName="FK_DROUsages_RODbs" msprop:Generator_RelationVarName="relationFK_DROUsages_RODbs" msprop:Generator_UserParentTable="RODbs" msprop:Generator_ParentPropName="RODbsRow" />
|
|
<msdata:Relationship name="FK_Figures_ROFsts" msdata:parent="ROFsts" msdata:child="Figures" msdata:parentkey="ROFstID" msdata:childkey="ROFstID" msprop:Generator_UserChildTable="Figures" msprop:Generator_ChildPropName="GetFiguresRows" msprop:Generator_UserRelationName="FK_Figures_ROFsts" msprop:Generator_RelationVarName="relationFK_Figures_ROFsts" msprop:Generator_UserParentTable="ROFsts" msprop:Generator_ParentPropName="ROFstsRow" />
|
|
<msdata:Relationship name="FK_Figures_ROImages" msdata:parent="ROImages" msdata:child="Figures" msdata:parentkey="ImageID" msdata:childkey="ImageID" msprop:Generator_UserChildTable="Figures" msprop:Generator_ChildPropName="GetFiguresRows" msprop:Generator_UserRelationName="FK_Figures_ROImages" msprop:Generator_RelationVarName="relationFK_Figures_ROImages" msprop:Generator_UserParentTable="ROImages" msprop:Generator_ParentPropName="ROImagesRow" />
|
|
<msdata:Relationship name="FK__Folders__ParentID" msdata:parent="Folders" msdata:child="Folders" msdata:parentkey="FolderID" msdata:childkey="ParentID" msprop:Generator_UserChildTable="Folders" msprop:Generator_ChildPropName="GetFoldersRows" msprop:Generator_UserRelationName="FK__Folders__ParentID" msprop:Generator_RelationVarName="relationFK__Folders__ParentID" msprop:Generator_UserParentTable="Folders" msprop:Generator_ParentPropName="FoldersRowParent" />
|
|
<msdata:Relationship name="FK_Folders_Connections" msdata:parent="Connections" msdata:child="Folders" msdata:parentkey="DBID" msdata:childkey="DBID" msprop:Generator_UserChildTable="Folders" msprop:Generator_ChildPropName="GetFoldersRows" msprop:Generator_UserRelationName="FK_Folders_Connections" msprop:Generator_ParentPropName="ConnectionsRow" msprop:Generator_RelationVarName="relationFK_Folders_Connections" msprop:Generator_UserParentTable="Connections" />
|
|
<msdata:Relationship name="FK_Folders_Formats" msdata:parent="Formats" msdata:child="Folders" msdata:parentkey="FormatID" msdata:childkey="FormatID" msprop:Generator_UserChildTable="Folders" msprop:Generator_ChildPropName="GetFoldersRows" msprop:Generator_UserRelationName="FK_Folders_Formats" msprop:Generator_RelationVarName="relationFK_Folders_Formats" msprop:Generator_UserParentTable="Formats" msprop:Generator_ParentPropName="FormatsRow" />
|
|
<msdata:Relationship name="FK_Formats_ParentID" msdata:parent="Formats" msdata:child="Formats" msdata:parentkey="FormatID" msdata:childkey="ParentID" msprop:Generator_UserChildTable="Formats" msprop:Generator_ChildPropName="GetFormatsRows" msprop:Generator_UserRelationName="FK_Formats_ParentID" msprop:Generator_RelationVarName="relationFK_Formats_ParentID" msprop:Generator_UserParentTable="Formats" msprop:Generator_ParentPropName="FormatsRowParent" />
|
|
<msdata:Relationship name="FK_Memberships_Groups" msdata:parent="Groups" msdata:child="Memberships" msdata:parentkey="GID" msdata:childkey="GID" msprop:Generator_UserChildTable="Memberships" msprop:Generator_ChildPropName="GetMembershipsRows" msprop:Generator_UserRelationName="FK_Memberships_Groups" msprop:Generator_ParentPropName="GroupsRow" msprop:Generator_RelationVarName="relationFK_Memberships_Groups" msprop:Generator_UserParentTable="Groups" />
|
|
<msdata:Relationship name="FK_Memberships_Users" msdata:parent="Users" msdata:child="Memberships" msdata:parentkey="UID" msdata:childkey="UID" msprop:Generator_UserChildTable="Memberships" msprop:Generator_ChildPropName="GetMembershipsRows" msprop:Generator_UserRelationName="FK_Memberships_Users" msprop:Generator_RelationVarName="relationFK_Memberships_Users" msprop:Generator_UserParentTable="Users" msprop:Generator_ParentPropName="UsersRow" />
|
|
<msdata:Relationship name="FK_Pdfs_Documents" msdata:parent="tblDocuments" msdata:child="Pdfs" msdata:parentkey="DocID" msdata:childkey="DocID" msprop:Generator_UserChildTable="Pdfs" msprop:Generator_ChildPropName="GetPdfsRows" msprop:Generator_UserRelationName="FK_Pdfs_Documents" msprop:Generator_RelationVarName="relationFK_Pdfs_Documents" msprop:Generator_UserParentTable="tblDocuments" msprop:Generator_ParentPropName="tblDocumentsRow" />
|
|
<msdata:Relationship name="FK_Permissions_Roles" msdata:parent="Roles" msdata:child="Permissions" msdata:parentkey="RID" msdata:childkey="RID" msprop:Generator_UserChildTable="Permissions" msprop:Generator_ChildPropName="GetPermissionsRows" msprop:Generator_UserRelationName="FK_Permissions_Roles" msprop:Generator_RelationVarName="relationFK_Permissions_Roles" msprop:Generator_UserParentTable="Roles" msprop:Generator_ParentPropName="RolesRow" />
|
|
<msdata:Relationship name="FK_RofstChild_RofstDatabase" msdata:parent="RofstDatabase" msdata:child="RofstChild" msdata:parentkey="RofstID dbiID" msdata:childkey="RofstID dbiID" msprop:Generator_UserChildTable="RofstChild" msprop:Generator_ChildPropName="GetRofstChildRows" msprop:Generator_UserRelationName="FK_RofstChild_RofstDatabase" msprop:Generator_RelationVarName="relationFK_RofstChild_RofstDatabase" msprop:Generator_UserParentTable="RofstDatabase" msprop:Generator_ParentPropName="RofstDatabaseRowParent" />
|
|
<msdata:Relationship name="FK_RofstDatabase_RofstHeader" msdata:parent="RofstHeader" msdata:child="RofstDatabase" msdata:parentkey="RofstID" msdata:childkey="RofstID" msprop:Generator_UserChildTable="RofstDatabase" msprop:Generator_ChildPropName="GetRofstDatabaseRows" msprop:Generator_UserRelationName="FK_RofstDatabase_RofstHeader" msprop:Generator_RelationVarName="relationFK_RofstDatabase_RofstHeader" msprop:Generator_UserParentTable="RofstHeader" msprop:Generator_ParentPropName="RofstHeaderRow" />
|
|
<msdata:Relationship name="FK_RofstDefaultValue_RofstHeader" msdata:parent="RofstHeader" msdata:child="RofstDefaultValue" msdata:parentkey="RofstID" msdata:childkey="RofstID" msprop:Generator_UserChildTable="RofstDefaultValue" msprop:Generator_ChildPropName="GetRofstDefaultValueRows" msprop:Generator_UserRelationName="FK_RofstDefaultValue_RofstHeader" msprop:Generator_RelationVarName="relationFK_RofstDefaultValue_RofstHeader" msprop:Generator_UserParentTable="RofstHeader" msprop:Generator_ParentPropName="RofstHeaderRow" />
|
|
<msdata:Relationship name="FK_RofstHeader_ROFsts" msdata:parent="ROFsts" msdata:child="RofstHeader" msdata:parentkey="ROFstID" msdata:childkey="RofstID" msprop:Generator_UserChildTable="RofstHeader" msprop:Generator_ChildPropName="GetRofstHeaderRows" msprop:Generator_UserRelationName="FK_RofstHeader_ROFsts" msprop:Generator_RelationVarName="relationFK_RofstHeader_ROFsts" msprop:Generator_UserParentTable="ROFsts" msprop:Generator_ParentPropName="ROFstsRow" />
|
|
<msdata:Relationship name="FK_ROFsts_RODbs" msdata:parent="RODbs" msdata:child="ROFsts" msdata:parentkey="RODbID" msdata:childkey="RODbID" msprop:Generator_UserChildTable="ROFsts" msprop:Generator_ChildPropName="GetROFstsRows" msprop:Generator_UserRelationName="FK_ROFsts_RODbs" msprop:Generator_ParentPropName="RODbsRow" msprop:Generator_RelationVarName="relationFK_ROFsts_RODbs" msprop:Generator_UserParentTable="RODbs" />
|
|
<msdata:Relationship name="FK_Figures_RODbs" msdata:parent="RODbs" msdata:child="ROImages" msdata:parentkey="RODbID" msdata:childkey="RODbID" msprop:Generator_UserChildTable="ROImages" msprop:Generator_ChildPropName="GetROImagesRows" msprop:Generator_UserRelationName="FK_Figures_RODbs" msprop:Generator_ParentPropName="RODbsRow" msprop:Generator_RelationVarName="relationFK_Figures_RODbs" msprop:Generator_UserParentTable="RODbs" />
|
|
<msdata:Relationship name="FK_Annotations_AnnotationTypes" msdata:parent="AnnotationTypes" msdata:child="tblAnnotations" msdata:parentkey="TypeID" msdata:childkey="TypeID" msprop:Generator_UserChildTable="tblAnnotations" msprop:Generator_ChildPropName="GettblAnnotationsRows" msprop:Generator_UserRelationName="FK_Annotations_AnnotationTypes" msprop:Generator_ParentPropName="AnnotationTypesRow" msprop:Generator_RelationVarName="relationFK_Annotations_AnnotationTypes" msprop:Generator_UserParentTable="AnnotationTypes" />
|
|
<msdata:Relationship name="FK_Annotations_Items" msdata:parent="tblItems" msdata:child="tblAnnotations" msdata:parentkey="ItemID" msdata:childkey="ItemID" msprop:Generator_UserChildTable="tblAnnotations" msprop:Generator_ChildPropName="GettblAnnotationsRows" msprop:Generator_UserRelationName="FK_Annotations_Items" msprop:Generator_RelationVarName="relationFK_Annotations_Items" msprop:Generator_UserParentTable="tblItems" msprop:Generator_ParentPropName="tblItemsRow" />
|
|
<msdata:Relationship name="FK_Contents_Formats" msdata:parent="Formats" msdata:child="tblContents" msdata:parentkey="FormatID" msdata:childkey="FormatID" msprop:Generator_UserChildTable="tblContents" msprop:Generator_ChildPropName="GettblContentsRows" msprop:Generator_UserRelationName="FK_Contents_Formats" msprop:Generator_ParentPropName="FormatsRow" msprop:Generator_RelationVarName="relationFK_Contents_Formats" msprop:Generator_UserParentTable="Formats" />
|
|
<msdata:Relationship name="FK_Entries_Contents" msdata:parent="tblContents" msdata:child="tblEntries" msdata:parentkey="ContentID" msdata:childkey="ContentID" msprop:Generator_UserChildTable="tblEntries" msprop:Generator_ChildPropName="GettblEntriesRows" msprop:Generator_UserRelationName="FK_Entries_Contents" msprop:Generator_ParentPropName="tblContentsRow" msprop:Generator_RelationVarName="relationFK_Entries_Contents" msprop:Generator_UserParentTable="tblContents" />
|
|
<msdata:Relationship name="FK_Entries_Documents" msdata:parent="tblDocuments" msdata:child="tblEntries" msdata:parentkey="DocID" msdata:childkey="DocID" msprop:Generator_UserChildTable="tblEntries" msprop:Generator_ChildPropName="GettblEntriesRows" msprop:Generator_UserRelationName="FK_Entries_Documents" msprop:Generator_ParentPropName="tblDocumentsRow" msprop:Generator_RelationVarName="relationFK_Entries_Documents" msprop:Generator_UserParentTable="tblDocuments" />
|
|
<msdata:Relationship name="FK_Grids_Contents" msdata:parent="tblContents" msdata:child="tblGrids" msdata:parentkey="ContentID" msdata:childkey="ContentID" msprop:Generator_UserChildTable="tblGrids" msprop:Generator_ChildPropName="GettblGridsRows" msprop:Generator_UserRelationName="FK_Grids_Contents" msprop:Generator_ParentPropName="tblContentsRow" msprop:Generator_RelationVarName="relationFK_Grids_Contents" msprop:Generator_UserParentTable="tblContents" />
|
|
<msdata:Relationship name="FK_Images_Contents" msdata:parent="tblContents" msdata:child="tblImages" msdata:parentkey="ContentID" msdata:childkey="ContentID" msprop:Generator_UserChildTable="tblImages" msprop:Generator_ChildPropName="GettblImagesRows" msprop:Generator_UserRelationName="FK_Images_Contents" msprop:Generator_ParentPropName="tblContentsRow" msprop:Generator_RelationVarName="relationFK_Images_Contents" msprop:Generator_UserParentTable="tblContents" />
|
|
<msdata:Relationship name="FK_Items_Contents" msdata:parent="tblContents" msdata:child="tblItems" msdata:parentkey="ContentID" msdata:childkey="ContentID" msprop:Generator_UserChildTable="tblItems" msprop:Generator_ChildPropName="GettblItemsRows" msprop:Generator_UserRelationName="FK_Items_Contents" msprop:Generator_ParentPropName="tblContentsRow" msprop:Generator_RelationVarName="relationFK_Items_Contents" msprop:Generator_UserParentTable="tblContents" />
|
|
<msdata:Relationship name="FK_Items_Items" msdata:parent="tblItems" msdata:child="tblItems" msdata:parentkey="ItemID" msdata:childkey="PreviousID" msprop:Generator_UserChildTable="tblItems" msprop:Generator_ChildPropName="GettblItemsRows" msprop:Generator_UserRelationName="FK_Items_Items" msprop:Generator_RelationVarName="relationFK_Items_Items" msprop:Generator_UserParentTable="tblItems" msprop:Generator_ParentPropName="tblItemsRowParent" />
|
|
<msdata:Relationship name="FK_Parts_Contents" msdata:parent="tblContents" msdata:child="tblParts" msdata:parentkey="ContentID" msdata:childkey="ContentID" msprop:Generator_UserChildTable="tblParts" msprop:Generator_ChildPropName="GettblPartsRows" msprop:Generator_UserRelationName="FK_Parts_Contents" msprop:Generator_ParentPropName="tblContentsRow" msprop:Generator_RelationVarName="relationFK_Parts_Contents" msprop:Generator_UserParentTable="tblContents" />
|
|
<msdata:Relationship name="FK_Parts_Items" msdata:parent="tblItems" msdata:child="tblParts" msdata:parentkey="ItemID" msdata:childkey="ItemID" msprop:Generator_UserChildTable="tblParts" msprop:Generator_ChildPropName="GettblPartsRows" msprop:Generator_UserRelationName="FK_Parts_Items" msprop:Generator_ParentPropName="tblItemsRow" msprop:Generator_RelationVarName="relationFK_Parts_Items" msprop:Generator_UserParentTable="tblItems" />
|
|
<msdata:Relationship name="FK_RoUsages_Contents" msdata:parent="tblContents" msdata:child="tblROUsages" msdata:parentkey="ContentID" msdata:childkey="ContentID" msprop:Generator_UserChildTable="tblROUsages" msprop:Generator_ChildPropName="GettblROUsagesRows" msprop:Generator_UserRelationName="FK_RoUsages_Contents" msprop:Generator_ParentPropName="tblContentsRow" msprop:Generator_RelationVarName="relationFK_RoUsages_Contents" msprop:Generator_UserParentTable="tblContents" />
|
|
<msdata:Relationship name="FK_ROUsages_RODbs" msdata:parent="RODbs" msdata:child="tblROUsages" msdata:parentkey="RODbID" msdata:childkey="RODbID" msprop:Generator_UserChildTable="tblROUsages" msprop:Generator_ChildPropName="GettblROUsagesRows" msprop:Generator_UserRelationName="FK_ROUsages_RODbs" msprop:Generator_ParentPropName="RODbsRow" msprop:Generator_RelationVarName="relationFK_ROUsages_RODbs" msprop:Generator_UserParentTable="RODbs" />
|
|
<msdata:Relationship name="FK_TransitionsFromID_Contents" msdata:parent="tblContents" msdata:child="tblTransitions" msdata:parentkey="ContentID" msdata:childkey="FromID" msprop:Generator_UserChildTable="tblTransitions" msprop:Generator_ChildPropName="GettblTransitionsRows" msprop:Generator_UserRelationName="FK_TransitionsFromID_Contents" msprop:Generator_ParentPropName="tblContentsRow" msprop:Generator_RelationVarName="relationFK_TransitionsFromID_Contents" msprop:Generator_UserParentTable="tblContents" />
|
|
<msdata:Relationship name="FK_TransitionsRangeId_Items" msdata:parent="tblItems" msdata:child="tblTransitions" msdata:parentkey="ItemID" msdata:childkey="RangeID" msprop:Generator_UserChildTable="tblTransitions" msprop:Generator_ChildPropName="GettblTransitionsRowsByFK_TransitionsRangeId_Items" msprop:Generator_UserRelationName="FK_TransitionsRangeId_Items" msprop:Generator_ParentPropName="tblItemsRowByFK_TransitionsRangeId_Items" msprop:Generator_RelationVarName="relationFK_TransitionsRangeId_Items" msprop:Generator_UserParentTable="tblItems" />
|
|
<msdata:Relationship name="FK_TransitionsToId_Items" msdata:parent="tblItems" msdata:child="tblTransitions" msdata:parentkey="ItemID" msdata:childkey="ToID" msprop:Generator_UserChildTable="tblTransitions" msprop:Generator_ChildPropName="GettblTransitionsRowsByFK_TransitionsToId_Items" msprop:Generator_UserRelationName="FK_TransitionsToId_Items" msprop:Generator_ParentPropName="tblItemsRowByFK_TransitionsToId_Items" msprop:Generator_RelationVarName="relationFK_TransitionsToId_Items" msprop:Generator_UserParentTable="tblItems" />
|
|
<msdata:Relationship name="FK_Versions_Revisions" msdata:parent="Revisions" msdata:child="Versions" msdata:parentkey="RevisionID" msdata:childkey="RevisionID" msprop:Generator_UserChildTable="Versions" msprop:Generator_ChildPropName="GetVersionsRows" msprop:Generator_UserRelationName="FK_Versions_Revisions" msprop:Generator_ParentPropName="RevisionsRow" msprop:Generator_RelationVarName="relationFK_Versions_Revisions" msprop:Generator_UserParentTable="Revisions" />
|
|
<msdata:Relationship name="FK_Versions_Stages" msdata:parent="Stages" msdata:child="Versions" msdata:parentkey="StageID" msdata:childkey="StageID" msprop:Generator_UserChildTable="Versions" msprop:Generator_ChildPropName="GetVersionsRows" msprop:Generator_UserRelationName="FK_Versions_Stages" msprop:Generator_ParentPropName="StagesRow" msprop:Generator_RelationVarName="relationFK_Versions_Stages" msprop:Generator_UserParentTable="Stages" />
|
|
<msdata:Relationship name="FK_ZContents_Contents" msdata:parent="tblContents" msdata:child="ZContents" msdata:parentkey="ContentID" msdata:childkey="ContentID" msprop:Generator_UserChildTable="ZContents" msprop:Generator_ChildPropName="GetZContentsRows" msprop:Generator_UserRelationName="FK_ZContents_Contents" msprop:Generator_ParentPropName="tblContentsRow" msprop:Generator_RelationVarName="relationFK_ZContents_Contents" msprop:Generator_UserParentTable="tblContents" />
|
|
<msdata:Relationship name="FK_ZTransitions_Transitions" msdata:parent="tblTransitions" msdata:child="ZTransitions" msdata:parentkey="TransitionID" msdata:childkey="TransitionID" msprop:Generator_UserChildTable="ZTransitions" msprop:Generator_ChildPropName="GetZTransitionsRows" msprop:Generator_UserRelationName="FK_ZTransitions_Transitions" msprop:Generator_ParentPropName="tblTransitionsRow" msprop:Generator_RelationVarName="relationFK_ZTransitions_Transitions" msprop:Generator_UserParentTable="tblTransitions" />
|
|
</xs:appinfo>
|
|
</xs:annotation>
|
|
</xs:schema> |