primo refresh grafico

This commit is contained in:
Samuele E. Locatelli
2014-02-07 12:41:05 +01:00
parent 7e19160202
commit ec1afc7fa5
51 changed files with 4133 additions and 183 deletions
BIN
View File
Binary file not shown.
-34
View File
@@ -1,34 +0,0 @@
<%@ Page Title="About" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="C2P.About" %>
<asp:Content runat="server" ID="BodyContent" ContentPlaceHolderID="MainContent">
<hgroup class="title">
<h1><%: Title %>.</h1>
<h2>Your app description page.</h2>
</hgroup>
<article>
<p>
Use this area to provide additional information.
</p>
<p>
Use this area to provide additional information.
</p>
<p>
Use this area to provide additional information.
</p>
</article>
<aside>
<h3>Aside Title</h3>
<p>
Use this area to provide additional information.
</p>
<ul>
<li><a runat="server" href="~/">Home</a></li>
<li><a runat="server" href="~/About">About</a></li>
<li><a runat="server" href="~/Contact">Contact</a></li>
</ul>
</aside>
</asp:Content>
+49 -16
View File
@@ -119,13 +119,11 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="About.aspx" />
<Content Include="Account\Login.aspx" />
<Content Include="Account\Manage.aspx" />
<Content Include="Account\OpenAuthProviders.ascx" />
<Content Include="Account\Register.aspx" />
<Content Include="App_Readme\Elmah.txt" />
<Content Include="Contact.aspx" />
<Content Include="Content\Site.css" />
<Content Include="Content\themes\base\images\animated-overlay.gif" />
<Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
@@ -189,9 +187,14 @@
<Content Include="Content\themes\base\minified\jquery.ui.tabs.min.css" />
<Content Include="Content\themes\base\minified\jquery.ui.theme.min.css" />
<Content Include="Content\themes\base\minified\jquery.ui.tooltip.min.css" />
<Content Include="Help.aspx" />
<Content Include="Images\accent.png" />
<Content Include="Images\AdminArea.png" />
<Content Include="Images\bullet.png" />
<Content Include="Images\Help.png" />
<Content Include="Images\heroAccent.png" />
<Content Include="Images\logoProxima.png" />
<Content Include="Images\logoSteamware.png" />
<Content Include="Images\orderedList0.png" />
<Content Include="Images\orderedList1.png" />
<Content Include="Images\orderedList2.png" />
@@ -205,6 +208,11 @@
<Content Include="Default.aspx" />
<Content Include="favicon.ico" />
<Content Include="Global.asax" />
<Content Include="Images\Quote.png" />
<Content Include="Images\ReportFolders.png" />
<Content Include="Images\Report.png" />
<Content Include="Images\Simulation.png" />
<Content Include="Images\WorkInProgress.jpg" />
<Content Include="packages.config" />
<Content Include="NLog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
@@ -214,6 +222,9 @@
<SubType>Designer</SubType>
</None>
<None Include="Scripts\jquery-2.0.3.intellisense.js" />
<Content Include="QuoteDet.aspx" />
<Content Include="QuoteList.aspx" />
<Content Include="Report.aspx" />
<Content Include="Scripts\jquery-2.0.3.js" />
<Content Include="Scripts\jquery-2.0.3.min.js" />
<Content Include="Scripts\jquery-ui-1.10.3.js" />
@@ -242,6 +253,7 @@
<Content Include="Scripts\WebForms\WebForms.js" />
<Content Include="Scripts\WebForms\WebParts.js" />
<Content Include="Scripts\WebForms\WebUIValidation.js" />
<Content Include="Simulation.aspx" />
<Content Include="test.aspx" />
<Content Include="ViewSwitcher.ascx" />
<Content Include="Web.config" />
@@ -260,13 +272,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="App_Start\BundleConfig.cs" />
<Compile Include="About.aspx.cs">
<DependentUpon>About.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="About.aspx.designer.cs">
<DependentUpon>About.aspx</DependentUpon>
</Compile>
<Compile Include="Account\Login.aspx.cs">
<DependentUpon>Login.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -296,13 +301,6 @@
<DependentUpon>Register.aspx</DependentUpon>
</Compile>
<Compile Include="App_Start\RouteConfig.cs" />
<Compile Include="Contact.aspx.cs">
<DependentUpon>Contact.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Contact.aspx.designer.cs">
<DependentUpon>Contact.aspx</DependentUpon>
</Compile>
<Compile Include="Default.aspx.cs">
<DependentUpon>Default.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -313,7 +311,42 @@
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="Help.aspx.cs">
<DependentUpon>Help.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Help.aspx.designer.cs">
<DependentUpon>Help.aspx</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="QuoteDet.aspx.cs">
<DependentUpon>QuoteDet.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="QuoteDet.aspx.designer.cs">
<DependentUpon>QuoteDet.aspx</DependentUpon>
</Compile>
<Compile Include="QuoteList.aspx.cs">
<DependentUpon>QuoteList.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="QuoteList.aspx.designer.cs">
<DependentUpon>QuoteList.aspx</DependentUpon>
</Compile>
<Compile Include="Report.aspx.cs">
<DependentUpon>Report.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Report.aspx.designer.cs">
<DependentUpon>Report.aspx</DependentUpon>
</Compile>
<Compile Include="Simulation.aspx.cs">
<DependentUpon>Simulation.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Simulation.aspx.designer.cs">
<DependentUpon>Simulation.aspx</DependentUpon>
</Compile>
<Compile Include="Site.Master.cs">
<DependentUpon>Site.Master</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
-50
View File
@@ -1,50 +0,0 @@
<%@ Page Title="Contact" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="C2P.Contact" %>
<asp:Content runat="server" ID="BodyContent" ContentPlaceHolderID="MainContent">
<hgroup class="title">
<h1><%: Title %>.</h1>
<h2>Your contact page.</h2>
</hgroup>
<section class="contact">
<header>
<h3>Phone:</h3>
</header>
<p>
<span class="label">Main:</span>
<span>425.555.0100</span>
</p>
<p>
<span class="label">After Hours:</span>
<span>425.555.0199</span>
</p>
</section>
<section class="contact">
<header>
<h3>Email:</h3>
</header>
<p>
<span class="label">Support:</span>
<span><a href="mailto:Support@example.com">Support@example.com</a></span>
</p>
<p>
<span class="label">Marketing:</span>
<span><a href="mailto:Marketing@example.com">Marketing@example.com</a></span>
</p>
<p>
<span class="label">General:</span>
<span><a href="mailto:General@example.com">General@example.com</a></span>
</p>
</section>
<section class="contact">
<header>
<h3>Address:</h3>
</header>
<p>
One Microsoft Way<br />
Redmond, WA 98052-6399
</p>
</section>
</asp:Content>
+17 -27
View File
@@ -4,36 +4,26 @@
<section class="featured">
<div class="content-wrapper">
<hgroup class="title">
<h1><%: Title %>.</h1>
<h2>Modify this template to jump-start your ASP.NET application.</h2>
<h1>C2P = Cost 2 Price<%: Title %></h1>
</hgroup>
<p>
To learn more about ASP.NET, visit <a href="http://asp.net" title="ASP.NET Website">http://asp.net</a>.
The page features <mark>videos, tutorials, and samples</mark> to help you get the most from ASP.NET.
If you have any questions about ASP.NET visit
<a href="http://forums.asp.net/18.aspx" title="ASP.NET Forum">our forums</a>.
</p>
Generazione preventivi, Simulazione, Report di campagna
</div>
</section>
</asp:Content>
<asp:Content runat="server" ID="BodyContent" ContentPlaceHolderID="MainContent">
<h3>We suggest the following:</h3>
<ol class="round">
<li class="one">
<h5>Getting Started</h5>
ASP.NET Web Forms lets you build dynamic websites using a familiar drag-and-drop, event-driven model.
A design surface and hundreds of controls and components let you rapidly build sophisticated, powerful UI-driven sites with data access.
<a href="http://go.microsoft.com/fwlink/?LinkId=245146">Learn more…</a>
</li>
<li class="two">
<h5>Add NuGet packages and jump-start your coding</h5>
NuGet makes it easy to install and update free libraries and tools.
<a href="http://go.microsoft.com/fwlink/?LinkId=245147">Learn more…</a>
</li>
<li class="three">
<h5>Find Web Hosting</h5>
You can easily find a web hosting company that offers the right mix of features and price for your applications.
<a href="http://go.microsoft.com/fwlink/?LinkId=245143">Learn more…</a>
</li>
</ol>
<div style="text-align: center; margin: auto; width: 980px; margin-bottom: 20px;">
<div style="float: left; border: 1px solid #666666; width: 240px; background: #FDFDFD;" class="ui-corner-all shadowBox">
<asp:HyperLink ID="hlQuote" runat="server" NavigateUrl="~/QuoteList.aspx" ToolTip="Quote" ImageUrl="~/Images/Quote.png" />
</div>
<div style="float: left; margin: auto; border: 1px solid #666666; width: 240px; background: #FDFDFD; margin-left: 4px;" class="ui-corner-all shadowBox">
<asp:HyperLink ID="hlSimulation" runat="server" NavigateUrl="~/Simulation.aspx" ToolTip="Simulation" ImageUrl="~/Images/Simulation.png" />
</div>
<div style="float: right; border: 1px solid #666666; width: 240px; background: #FDFDFD;" class="ui-corner-all shadowBox">
<asp:HyperLink ID="hlHelp" runat="server" Target="_blank" NavigateUrl="~/help/index.html" ToolTip="Istruzioni" ImageUrl="~/Images/Help.png" />
</div>
<div style="float: right; border: 1px solid #666666; width: 240px; background: #FDFDFD; margin-right: 4px;" class="ui-corner-all shadowBox">
<asp:HyperLink ID="hlReport" runat="server" NavigateUrl="~/Report.aspx" ToolTip="Report" ImageUrl="~/Images/Report.png" />
</div>
</div>
</asp:Content>
-1
View File
@@ -11,7 +11,6 @@ namespace C2P
{
protected void Page_Load(object sender, EventArgs e)
{
Response.Redirect("test.aspx");
}
}
}
+40 -6
View File
@@ -7,11 +7,45 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace C2P
{
public partial class _Default
{
namespace C2P {
public partial class _Default {
/// <summary>
/// hlQuote control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.HyperLink hlQuote;
/// <summary>
/// hlSimulation control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.HyperLink hlSimulation;
/// <summary>
/// hlHelp control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.HyperLink hlHelp;
/// <summary>
/// hlReport control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.HyperLink hlReport;
}
}
+7
View File
@@ -0,0 +1,7 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Help.aspx.cs" Inherits="C2P.Help" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="MainContent" runat="server">
</asp:Content>
+1 -1
View File
@@ -7,7 +7,7 @@ using System.Web.UI.WebControls;
namespace C2P
{
public partial class Contact : Page
public partial class Help : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
+3 -3
View File
@@ -3,15 +3,15 @@
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace C2P
{
public partial class About
{
public partial class Help
{
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

+7
View File
@@ -0,0 +1,7 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="QuoteDet.aspx.cs" Inherits="C2P.QuoteDet" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="MainContent" runat="server">
</asp:Content>
+17
View File
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace C2P
{
public partial class QuoteDet : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
+17
View File
@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace C2P
{
public partial class QuoteDet
{
}
}
+7
View File
@@ -0,0 +1,7 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="QuoteList.aspx.cs" Inherits="C2P.QuoteList" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="MainContent" runat="server">
</asp:Content>
+17
View File
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace C2P
{
public partial class QuoteList : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
+17
View File
@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace C2P
{
public partial class QuoteList
{
}
}
+7
View File
@@ -0,0 +1,7 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Report.aspx.cs" Inherits="C2P.Report" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="MainContent" runat="server">
</asp:Content>
+1 -1
View File
@@ -7,7 +7,7 @@ using System.Web.UI.WebControls;
namespace C2P
{
public partial class About : Page
public partial class Report : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
@@ -3,13 +3,15 @@
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace C2P
{
public partial class Contact
public partial class Report
{
}
}
+7
View File
@@ -0,0 +1,7 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Simulation.aspx.cs" Inherits="C2P.Simulation" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="MainContent" runat="server">
</asp:Content>
+17
View File
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace C2P
{
public partial class Simulation : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
+17
View File
@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace C2P
{
public partial class Simulation
{
}
}
+7 -22
View File
@@ -39,33 +39,18 @@
<header>
<div class="content-wrapper">
<div class="float-left">
<p class="site-title">
<a runat="server" href="~/">your logo here</a>
<p class="site-title"><img src="Images/logoProxima.png" alt="Proxima" height="32" />
<img src="Images/logoSteamware.png" alt="Steamware" height="32" />
</p>
</div>
<div class="float-right">
<section id="login">
<asp:LoginView runat="server" ViewStateMode="Disabled">
<AnonymousTemplate>
<ul>
<li><a id="registerLink" runat="server" href="~/Account/Register">Register</a></li>
<li><a id="loginLink" runat="server" href="~/Account/Login">Log in</a></li>
</ul>
</AnonymousTemplate>
<LoggedInTemplate>
<p>
Hello, <a runat="server" class="username" href="~/Account/Manage" title="Manage your account">
<asp:LoginName runat="server" CssClass="username" /></a>!
<asp:LoginStatus runat="server" LogoutAction="Redirect" LogoutText="Log off" LogoutPageUrl="~/" />
</p>
</LoggedInTemplate>
</asp:LoginView>
</section>
<nav>
<ul id="menu">
<li><a runat="server" href="~/">Home</a></li>
<li><a runat="server" href="~/About">About</a></li>
<li><a runat="server" href="~/Contact">Contact</a></li>
<li><a id="A1" runat="server" href="~/">Home</a></li>
<li><a id="A2" runat="server" href="~/QuoteList">Quotes</a></li>
<li><a id="A3" runat="server" href="~/Simulation">Simulation</a></li>
<li><a id="A4" runat="server" href="~/Report">Report</a></li>
<li><a id="A5" runat="server" href="~/Help">Help</a></li>
</ul>
</nav>
</div>
+52 -9
View File
@@ -7,13 +7,11 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace C2P
{
public partial class SiteMaster
{
namespace C2P {
public partial class SiteMaster {
/// <summary>
/// HeadContent control.
/// </summary>
@@ -22,7 +20,52 @@ namespace C2P
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.ContentPlaceHolder HeadContent;
/// <summary>
/// A1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlAnchor A1;
/// <summary>
/// A2 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlAnchor A2;
/// <summary>
/// A3 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlAnchor A3;
/// <summary>
/// A4 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlAnchor A4;
/// <summary>
/// A5 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlAnchor A5;
/// <summary>
/// FeaturedContent control.
/// </summary>
@@ -31,7 +74,7 @@ namespace C2P
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.ContentPlaceHolder FeaturedContent;
/// <summary>
/// MainContent control.
/// </summary>
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3471
View File
File diff suppressed because it is too large Load Diff
+351 -11
View File
@@ -647,6 +647,116 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
</Mappings>
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="QuoteFull_QTableAdapter" GeneratorDataComponentClassName="QuoteFull_QTableAdapter" Name="QuoteFull_Q" UserDataComponentName="QuoteFull_QTableAdapter">
<MainSource>
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.v_QuoteFull_Q" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT Vers, QuoteType, CodQuote, QuoteRev, CodClient, ClientName, CodItem, CodItemGroup, RawMat, UnitWeight, BatchQty, CodInco, KeyAM, Note, PriceOff, CodClientAssoc, ClientNameAssoc, ItemDescr, CodifProfilo, ClasseMerc, TipoDies, CodDiesGroup, DiamDies, HoleNumDies, DiesPrice, DiesExpLife, DiesEOLife, NumDiesInList, NumDiesExaust, CodPlant, KeyAMIL, KgTeo, NumSMED, QuotaMan, PRMWeight, PWeight, PTare, LivPackage, LivPackageDett, RawMatCost, RawMatExtraCost, RawMatFullCost, CodPackag, PkgDesc, FSR, ProvvCost, EECost, GasCost, DiesCost, PackCost, TranspCost, SellCost01, RefCost01, SellCost04, RefCost04, WSR01, MSR01, NetProd01, FC4UG01, VC4UG01, OH4UG01, SC4UG01, DSR, NetProd04, FC4UG04, VC4UG04, FVC, Charge, P_FVC, CPS, P_CPS, P_FC4UG04, FullCost, P_FullCost, MinPrice, P_MinPrice, P_PriceOff, NetMar, FCShield, PckSur FROM dbo.v_QuoteFull_Q</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="Vers" DataSetColumn="Vers" />
<Mapping SourceColumn="QuoteType" DataSetColumn="QuoteType" />
<Mapping SourceColumn="CodQuote" DataSetColumn="CodQuote" />
<Mapping SourceColumn="QuoteRev" DataSetColumn="QuoteRev" />
<Mapping SourceColumn="CodClient" DataSetColumn="CodClient" />
<Mapping SourceColumn="ClientName" DataSetColumn="ClientName" />
<Mapping SourceColumn="CodItem" DataSetColumn="CodItem" />
<Mapping SourceColumn="CodItemGroup" DataSetColumn="CodItemGroup" />
<Mapping SourceColumn="RawMat" DataSetColumn="RawMat" />
<Mapping SourceColumn="UnitWeight" DataSetColumn="UnitWeight" />
<Mapping SourceColumn="BatchQty" DataSetColumn="BatchQty" />
<Mapping SourceColumn="CodInco" DataSetColumn="CodInco" />
<Mapping SourceColumn="KeyAM" DataSetColumn="KeyAM" />
<Mapping SourceColumn="Note" DataSetColumn="Note" />
<Mapping SourceColumn="PriceOff" DataSetColumn="PriceOff" />
<Mapping SourceColumn="CodClientAssoc" DataSetColumn="CodClientAssoc" />
<Mapping SourceColumn="ClientNameAssoc" DataSetColumn="ClientNameAssoc" />
<Mapping SourceColumn="ItemDescr" DataSetColumn="ItemDescr" />
<Mapping SourceColumn="CodifProfilo" DataSetColumn="CodifProfilo" />
<Mapping SourceColumn="ClasseMerc" DataSetColumn="ClasseMerc" />
<Mapping SourceColumn="TipoDies" DataSetColumn="TipoDies" />
<Mapping SourceColumn="CodDiesGroup" DataSetColumn="CodDiesGroup" />
<Mapping SourceColumn="DiamDies" DataSetColumn="DiamDies" />
<Mapping SourceColumn="HoleNumDies" DataSetColumn="HoleNumDies" />
<Mapping SourceColumn="DiesPrice" DataSetColumn="DiesPrice" />
<Mapping SourceColumn="DiesExpLife" DataSetColumn="DiesExpLife" />
<Mapping SourceColumn="DiesEOLife" DataSetColumn="DiesEOLife" />
<Mapping SourceColumn="NumDiesInList" DataSetColumn="NumDiesInList" />
<Mapping SourceColumn="NumDiesExaust" DataSetColumn="NumDiesExaust" />
<Mapping SourceColumn="CodPlant" DataSetColumn="CodPlant" />
<Mapping SourceColumn="KeyAMIL" DataSetColumn="KeyAMIL" />
<Mapping SourceColumn="KgTeo" DataSetColumn="KgTeo" />
<Mapping SourceColumn="NumSMED" DataSetColumn="NumSMED" />
<Mapping SourceColumn="QuotaMan" DataSetColumn="QuotaMan" />
<Mapping SourceColumn="PRMWeight" DataSetColumn="PRMWeight" />
<Mapping SourceColumn="PWeight" DataSetColumn="PWeight" />
<Mapping SourceColumn="PTare" DataSetColumn="PTare" />
<Mapping SourceColumn="LivPackage" DataSetColumn="LivPackage" />
<Mapping SourceColumn="LivPackageDett" DataSetColumn="LivPackageDett" />
<Mapping SourceColumn="RawMatCost" DataSetColumn="RawMatCost" />
<Mapping SourceColumn="RawMatExtraCost" DataSetColumn="RawMatExtraCost" />
<Mapping SourceColumn="RawMatFullCost" DataSetColumn="RawMatFullCost" />
<Mapping SourceColumn="CodPackag" DataSetColumn="CodPackag" />
<Mapping SourceColumn="PkgDesc" DataSetColumn="PkgDesc" />
<Mapping SourceColumn="FSR" DataSetColumn="FSR" />
<Mapping SourceColumn="ProvvCost" DataSetColumn="ProvvCost" />
<Mapping SourceColumn="EECost" DataSetColumn="EECost" />
<Mapping SourceColumn="GasCost" DataSetColumn="GasCost" />
<Mapping SourceColumn="DiesCost" DataSetColumn="DiesCost" />
<Mapping SourceColumn="PackCost" DataSetColumn="PackCost" />
<Mapping SourceColumn="TranspCost" DataSetColumn="TranspCost" />
<Mapping SourceColumn="SellCost01" DataSetColumn="SellCost01" />
<Mapping SourceColumn="RefCost01" DataSetColumn="RefCost01" />
<Mapping SourceColumn="SellCost04" DataSetColumn="SellCost04" />
<Mapping SourceColumn="RefCost04" DataSetColumn="RefCost04" />
<Mapping SourceColumn="WSR01" DataSetColumn="WSR01" />
<Mapping SourceColumn="MSR01" DataSetColumn="MSR01" />
<Mapping SourceColumn="NetProd01" DataSetColumn="NetProd01" />
<Mapping SourceColumn="FC4UG01" DataSetColumn="FC4UG01" />
<Mapping SourceColumn="VC4UG01" DataSetColumn="VC4UG01" />
<Mapping SourceColumn="OH4UG01" DataSetColumn="OH4UG01" />
<Mapping SourceColumn="SC4UG01" DataSetColumn="SC4UG01" />
<Mapping SourceColumn="DSR" DataSetColumn="DSR" />
<Mapping SourceColumn="NetProd04" DataSetColumn="NetProd04" />
<Mapping SourceColumn="FC4UG04" DataSetColumn="FC4UG04" />
<Mapping SourceColumn="VC4UG04" DataSetColumn="VC4UG04" />
<Mapping SourceColumn="FVC" DataSetColumn="FVC" />
<Mapping SourceColumn="Charge" DataSetColumn="Charge" />
<Mapping SourceColumn="P_FVC" DataSetColumn="P_FVC" />
<Mapping SourceColumn="CPS" DataSetColumn="CPS" />
<Mapping SourceColumn="P_CPS" DataSetColumn="P_CPS" />
<Mapping SourceColumn="P_FC4UG04" DataSetColumn="P_FC4UG04" />
<Mapping SourceColumn="FullCost" DataSetColumn="FullCost" />
<Mapping SourceColumn="P_FullCost" DataSetColumn="P_FullCost" />
<Mapping SourceColumn="MinPrice" DataSetColumn="MinPrice" />
<Mapping SourceColumn="P_MinPrice" DataSetColumn="P_MinPrice" />
<Mapping SourceColumn="P_PriceOff" DataSetColumn="P_PriceOff" />
<Mapping SourceColumn="NetMar" DataSetColumn="NetMar" />
<Mapping SourceColumn="FCShield" DataSetColumn="FCShield" />
<Mapping SourceColumn="PckSur" DataSetColumn="PckSur" />
</Mappings>
<Sources>
<DbSource ConnectionRef="Proxima_C2PConnectionString (Settings)" DbObjectName="Proxima_C2P.dbo.stp_QL_fullData" DbObjectType="StoredProcedure" GenerateMethods="Get" GenerateShortCommands="true" GeneratorGetMethodName="getByKey" GetMethodModifier="Public" GetMethodName="getByKey" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="getByKey" UserSourceName="getByKey">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.stp_QL_fullData</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@QuoteType" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="bigint" DbType="Int64" Direction="Input" ParameterName="@CodQuote" Precision="19" ProviderType="BigInt" Scale="0" Size="8" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@QuoteRev" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="char" DbType="AnsiStringFixedLength" Direction="Input" ParameterName="@DoUpdate" Precision="0" ProviderType="Char" Scale="0" Size="1" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</Sources>
</TableAdapter>
</Tables>
<Sources />
</DataSource>
@@ -655,7 +765,7 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
<xs:element name="DS_Quotes" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DS_Quotes" msprop:Generator_UserDSName="DS_Quotes">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="QuoteList" msprop:Generator_TableClassName="QuoteListDataTable" msprop:Generator_TableVarName="tableQuoteList" msprop:Generator_TablePropName="QuoteList" msprop:Generator_RowDeletingName="QuoteListRowDeleting" msprop:Generator_RowChangingName="QuoteListRowChanging" msprop:Generator_RowEvHandlerName="QuoteListRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteListRowDeleted" msprop:Generator_UserTableName="QuoteList" msprop:Generator_RowChangedName="QuoteListRowChanged" msprop:Generator_RowEvArgName="QuoteListRowChangeEvent" msprop:Generator_RowClassName="QuoteListRow">
<xs:element name="QuoteList" msprop:Generator_TableClassName="QuoteListDataTable" msprop:Generator_TableVarName="tableQuoteList" msprop:Generator_RowChangedName="QuoteListRowChanged" msprop:Generator_TablePropName="QuoteList" msprop:Generator_RowDeletingName="QuoteListRowDeleting" msprop:Generator_RowChangingName="QuoteListRowChanging" msprop:Generator_RowEvHandlerName="QuoteListRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteListRowDeleted" msprop:Generator_RowClassName="QuoteListRow" msprop:Generator_UserTableName="QuoteList" msprop:Generator_RowEvArgName="QuoteListRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="QuoteType" msprop:Generator_ColumnVarNameInTable="columnQuoteType" msprop:Generator_ColumnPropNameInRow="QuoteType" msprop:Generator_ColumnPropNameInTable="QuoteTypeColumn" msprop:Generator_UserColumnName="QuoteType">
@@ -721,7 +831,7 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="QuoteRM" msprop:Generator_TableClassName="QuoteRMDataTable" msprop:Generator_TableVarName="tableQuoteRM" msprop:Generator_TablePropName="QuoteRM" msprop:Generator_RowDeletingName="QuoteRMRowDeleting" msprop:Generator_RowChangingName="QuoteRMRowChanging" msprop:Generator_RowEvHandlerName="QuoteRMRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteRMRowDeleted" msprop:Generator_UserTableName="QuoteRM" msprop:Generator_RowChangedName="QuoteRMRowChanged" msprop:Generator_RowEvArgName="QuoteRMRowChangeEvent" msprop:Generator_RowClassName="QuoteRMRow">
<xs:element name="QuoteRM" msprop:Generator_TableClassName="QuoteRMDataTable" msprop:Generator_TableVarName="tableQuoteRM" msprop:Generator_RowChangedName="QuoteRMRowChanged" msprop:Generator_TablePropName="QuoteRM" msprop:Generator_RowDeletingName="QuoteRMRowDeleting" msprop:Generator_RowChangingName="QuoteRMRowChanging" msprop:Generator_RowEvHandlerName="QuoteRMRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteRMRowDeleted" msprop:Generator_RowClassName="QuoteRMRow" msprop:Generator_UserTableName="QuoteRM" msprop:Generator_RowEvArgName="QuoteRMRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="QuoteType" msprop:Generator_ColumnVarNameInTable="columnQuoteType" msprop:Generator_ColumnPropNameInRow="QuoteType" msprop:Generator_ColumnPropNameInTable="QuoteTypeColumn" msprop:Generator_UserColumnName="QuoteType">
@@ -757,7 +867,7 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="QuoteWorkExt" msprop:Generator_TableClassName="QuoteWorkExtDataTable" msprop:Generator_TableVarName="tableQuoteWorkExt" msprop:Generator_TablePropName="QuoteWorkExt" msprop:Generator_RowDeletingName="QuoteWorkExtRowDeleting" msprop:Generator_RowChangingName="QuoteWorkExtRowChanging" msprop:Generator_RowEvHandlerName="QuoteWorkExtRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteWorkExtRowDeleted" msprop:Generator_UserTableName="QuoteWorkExt" msprop:Generator_RowChangedName="QuoteWorkExtRowChanged" msprop:Generator_RowEvArgName="QuoteWorkExtRowChangeEvent" msprop:Generator_RowClassName="QuoteWorkExtRow">
<xs:element name="QuoteWorkExt" msprop:Generator_TableClassName="QuoteWorkExtDataTable" msprop:Generator_TableVarName="tableQuoteWorkExt" msprop:Generator_RowChangedName="QuoteWorkExtRowChanged" msprop:Generator_TablePropName="QuoteWorkExt" msprop:Generator_RowDeletingName="QuoteWorkExtRowDeleting" msprop:Generator_RowChangingName="QuoteWorkExtRowChanging" msprop:Generator_RowEvHandlerName="QuoteWorkExtRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteWorkExtRowDeleted" msprop:Generator_RowClassName="QuoteWorkExtRow" msprop:Generator_UserTableName="QuoteWorkExt" msprop:Generator_RowEvArgName="QuoteWorkExtRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="QuoteType" msprop:Generator_ColumnVarNameInTable="columnQuoteType" msprop:Generator_ColumnPropNameInRow="QuoteType" msprop:Generator_ColumnPropNameInTable="QuoteTypeColumn" msprop:Generator_UserColumnName="QuoteType">
@@ -782,7 +892,7 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="QuoteWorkInt" msprop:Generator_TableClassName="QuoteWorkIntDataTable" msprop:Generator_TableVarName="tableQuoteWorkInt" msprop:Generator_TablePropName="QuoteWorkInt" msprop:Generator_RowDeletingName="QuoteWorkIntRowDeleting" msprop:Generator_RowChangingName="QuoteWorkIntRowChanging" msprop:Generator_RowEvHandlerName="QuoteWorkIntRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteWorkIntRowDeleted" msprop:Generator_UserTableName="QuoteWorkInt" msprop:Generator_RowChangedName="QuoteWorkIntRowChanged" msprop:Generator_RowEvArgName="QuoteWorkIntRowChangeEvent" msprop:Generator_RowClassName="QuoteWorkIntRow">
<xs:element name="QuoteWorkInt" msprop:Generator_TableClassName="QuoteWorkIntDataTable" msprop:Generator_TableVarName="tableQuoteWorkInt" msprop:Generator_RowChangedName="QuoteWorkIntRowChanged" msprop:Generator_TablePropName="QuoteWorkInt" msprop:Generator_RowDeletingName="QuoteWorkIntRowDeleting" msprop:Generator_RowChangingName="QuoteWorkIntRowChanging" msprop:Generator_RowEvHandlerName="QuoteWorkIntRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteWorkIntRowDeleted" msprop:Generator_RowClassName="QuoteWorkIntRow" msprop:Generator_UserTableName="QuoteWorkInt" msprop:Generator_RowEvArgName="QuoteWorkIntRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="QuoteType" msprop:Generator_ColumnVarNameInTable="columnQuoteType" msprop:Generator_ColumnPropNameInRow="QuoteType" msprop:Generator_ColumnPropNameInTable="QuoteTypeColumn" msprop:Generator_UserColumnName="QuoteType">
@@ -862,7 +972,7 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="QuoteParam" msprop:Generator_TableClassName="QuoteParamDataTable" msprop:Generator_TableVarName="tableQuoteParam" msprop:Generator_TablePropName="QuoteParam" msprop:Generator_RowDeletingName="QuoteParamRowDeleting" msprop:Generator_RowChangingName="QuoteParamRowChanging" msprop:Generator_RowEvHandlerName="QuoteParamRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteParamRowDeleted" msprop:Generator_UserTableName="QuoteParam" msprop:Generator_RowChangedName="QuoteParamRowChanged" msprop:Generator_RowEvArgName="QuoteParamRowChangeEvent" msprop:Generator_RowClassName="QuoteParamRow">
<xs:element name="QuoteParam" msprop:Generator_TableClassName="QuoteParamDataTable" msprop:Generator_TableVarName="tableQuoteParam" msprop:Generator_RowChangedName="QuoteParamRowChanged" msprop:Generator_TablePropName="QuoteParam" msprop:Generator_RowDeletingName="QuoteParamRowDeleting" msprop:Generator_RowChangingName="QuoteParamRowChanging" msprop:Generator_RowEvHandlerName="QuoteParamRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteParamRowDeleted" msprop:Generator_RowClassName="QuoteParamRow" msprop:Generator_UserTableName="QuoteParam" msprop:Generator_RowEvArgName="QuoteParamRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="QuoteType" msprop:Generator_ColumnVarNameInTable="columnQuoteType" msprop:Generator_ColumnPropNameInRow="QuoteType" msprop:Generator_ColumnPropNameInTable="QuoteTypeColumn" msprop:Generator_UserColumnName="QuoteType">
@@ -899,7 +1009,7 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="QuoteOC" msprop:Generator_TableClassName="QuoteOCDataTable" msprop:Generator_TableVarName="tableQuoteOC" msprop:Generator_TablePropName="QuoteOC" msprop:Generator_RowDeletingName="QuoteOCRowDeleting" msprop:Generator_RowChangingName="QuoteOCRowChanging" msprop:Generator_RowEvHandlerName="QuoteOCRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteOCRowDeleted" msprop:Generator_UserTableName="QuoteOC" msprop:Generator_RowChangedName="QuoteOCRowChanged" msprop:Generator_RowEvArgName="QuoteOCRowChangeEvent" msprop:Generator_RowClassName="QuoteOCRow">
<xs:element name="QuoteOC" msprop:Generator_TableClassName="QuoteOCDataTable" msprop:Generator_TableVarName="tableQuoteOC" msprop:Generator_RowChangedName="QuoteOCRowChanged" msprop:Generator_TablePropName="QuoteOC" msprop:Generator_RowDeletingName="QuoteOCRowDeleting" msprop:Generator_RowChangingName="QuoteOCRowChanging" msprop:Generator_RowEvHandlerName="QuoteOCRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteOCRowDeleted" msprop:Generator_RowClassName="QuoteOCRow" msprop:Generator_UserTableName="QuoteOC" msprop:Generator_RowEvArgName="QuoteOCRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="QuoteType" msprop:Generator_ColumnVarNameInTable="columnQuoteType" msprop:Generator_ColumnPropNameInRow="QuoteType" msprop:Generator_ColumnPropNameInTable="QuoteTypeColumn" msprop:Generator_UserColumnName="QuoteType">
@@ -969,6 +1079,230 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="QuoteFull_Q" msprop:Generator_TableClassName="QuoteFull_QDataTable" msprop:Generator_TableVarName="tableQuoteFull_Q" msprop:Generator_TablePropName="QuoteFull_Q" msprop:Generator_RowDeletingName="QuoteFull_QRowDeleting" msprop:Generator_RowChangingName="QuoteFull_QRowChanging" msprop:Generator_RowEvHandlerName="QuoteFull_QRowChangeEventHandler" msprop:Generator_RowDeletedName="QuoteFull_QRowDeleted" msprop:Generator_UserTableName="QuoteFull_Q" msprop:Generator_RowChangedName="QuoteFull_QRowChanged" msprop:Generator_RowEvArgName="QuoteFull_QRowChangeEvent" msprop:Generator_RowClassName="QuoteFull_QRow">
<xs:complexType>
<xs:sequence>
<xs:element name="Vers" msprop:Generator_ColumnVarNameInTable="columnVers" msprop:Generator_ColumnPropNameInRow="Vers" msprop:Generator_ColumnPropNameInTable="VersColumn" msprop:Generator_UserColumnName="Vers">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="5" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="QuoteType" msprop:Generator_ColumnVarNameInTable="columnQuoteType" msprop:Generator_ColumnPropNameInRow="QuoteType" msprop:Generator_ColumnPropNameInTable="QuoteTypeColumn" msprop:Generator_UserColumnName="QuoteType">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CodQuote" msprop:Generator_ColumnVarNameInTable="columnCodQuote" msprop:Generator_ColumnPropNameInRow="CodQuote" msprop:Generator_ColumnPropNameInTable="CodQuoteColumn" msprop:Generator_UserColumnName="CodQuote" type="xs:long" />
<xs:element name="QuoteRev" msprop:Generator_ColumnVarNameInTable="columnQuoteRev" msprop:Generator_ColumnPropNameInRow="QuoteRev" msprop:Generator_ColumnPropNameInTable="QuoteRevColumn" msprop:Generator_UserColumnName="QuoteRev" type="xs:int" />
<xs:element name="CodClient" msprop:Generator_ColumnVarNameInTable="columnCodClient" msprop:Generator_ColumnPropNameInRow="CodClient" msprop:Generator_ColumnPropNameInTable="CodClientColumn" msprop:Generator_UserColumnName="CodClient">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ClientName" msprop:Generator_ColumnVarNameInTable="columnClientName" msprop:Generator_ColumnPropNameInRow="ClientName" msprop:Generator_ColumnPropNameInTable="ClientNameColumn" msprop:Generator_UserColumnName="ClientName">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CodItem" msprop:Generator_ColumnVarNameInTable="columnCodItem" msprop:Generator_ColumnPropNameInRow="CodItem" msprop:Generator_ColumnPropNameInTable="CodItemColumn" msprop:Generator_UserColumnName="CodItem">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CodItemGroup" msprop:Generator_ColumnVarNameInTable="columnCodItemGroup" msprop:Generator_ColumnPropNameInRow="CodItemGroup" msprop:Generator_ColumnPropNameInTable="CodItemGroupColumn" msprop:Generator_UserColumnName="CodItemGroup">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="RawMat" msprop:Generator_ColumnVarNameInTable="columnRawMat" msprop:Generator_ColumnPropNameInRow="RawMat" msprop:Generator_ColumnPropNameInTable="RawMatColumn" msprop:Generator_UserColumnName="RawMat">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="UnitWeight" msprop:Generator_ColumnVarNameInTable="columnUnitWeight" msprop:Generator_ColumnPropNameInRow="UnitWeight" msprop:Generator_ColumnPropNameInTable="UnitWeightColumn" msprop:Generator_UserColumnName="UnitWeight" type="xs:decimal" />
<xs:element name="BatchQty" msprop:Generator_ColumnVarNameInTable="columnBatchQty" msprop:Generator_ColumnPropNameInRow="BatchQty" msprop:Generator_ColumnPropNameInTable="BatchQtyColumn" msprop:Generator_UserColumnName="BatchQty" type="xs:int" />
<xs:element name="CodInco" msprop:Generator_ColumnVarNameInTable="columnCodInco" msprop:Generator_ColumnPropNameInRow="CodInco" msprop:Generator_ColumnPropNameInTable="CodIncoColumn" msprop:Generator_UserColumnName="CodInco">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="5" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="KeyAM" msprop:Generator_ColumnVarNameInTable="columnKeyAM" msprop:Generator_ColumnPropNameInRow="KeyAM" msprop:Generator_ColumnPropNameInTable="KeyAMColumn" msprop:Generator_UserColumnName="KeyAM">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="101" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Note" msprop:Generator_ColumnVarNameInTable="columnNote" msprop:Generator_ColumnPropNameInRow="Note" msprop:Generator_ColumnPropNameInTable="NoteColumn" msprop:Generator_UserColumnName="Note">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2500" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PriceOff" msprop:Generator_ColumnVarNameInTable="columnPriceOff" msprop:Generator_ColumnPropNameInRow="PriceOff" msprop:Generator_ColumnPropNameInTable="PriceOffColumn" msprop:Generator_UserColumnName="PriceOff" type="xs:decimal" />
<xs:element name="CodClientAssoc" msprop:Generator_ColumnVarNameInTable="columnCodClientAssoc" msprop:Generator_ColumnPropNameInRow="CodClientAssoc" msprop:Generator_ColumnPropNameInTable="CodClientAssocColumn" msprop:Generator_UserColumnName="CodClientAssoc" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ClientNameAssoc" msprop:Generator_ColumnVarNameInTable="columnClientNameAssoc" msprop:Generator_ColumnPropNameInRow="ClientNameAssoc" msprop:Generator_ColumnPropNameInTable="ClientNameAssocColumn" msprop:Generator_UserColumnName="ClientNameAssoc" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ItemDescr" msprop:Generator_ColumnVarNameInTable="columnItemDescr" msprop:Generator_ColumnPropNameInRow="ItemDescr" msprop:Generator_ColumnPropNameInTable="ItemDescrColumn" msprop:Generator_UserColumnName="ItemDescr" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CodifProfilo" msprop:Generator_ColumnVarNameInTable="columnCodifProfilo" msprop:Generator_ColumnPropNameInRow="CodifProfilo" msprop:Generator_ColumnPropNameInTable="CodifProfiloColumn" msprop:Generator_UserColumnName="CodifProfilo" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ClasseMerc" msprop:Generator_ColumnVarNameInTable="columnClasseMerc" msprop:Generator_ColumnPropNameInRow="ClasseMerc" msprop:Generator_ColumnPropNameInTable="ClasseMercColumn" msprop:Generator_UserColumnName="ClasseMerc" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="TipoDies" msprop:Generator_ColumnVarNameInTable="columnTipoDies" msprop:Generator_ColumnPropNameInRow="TipoDies" msprop:Generator_ColumnPropNameInTable="TipoDiesColumn" msprop:Generator_UserColumnName="TipoDies" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="CodDiesGroup" msprop:Generator_ColumnVarNameInTable="columnCodDiesGroup" msprop:Generator_ColumnPropNameInRow="CodDiesGroup" msprop:Generator_ColumnPropNameInTable="CodDiesGroupColumn" msprop:Generator_UserColumnName="CodDiesGroup" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DiamDies" msprop:Generator_ColumnVarNameInTable="columnDiamDies" msprop:Generator_ColumnPropNameInRow="DiamDies" msprop:Generator_ColumnPropNameInTable="DiamDiesColumn" msprop:Generator_UserColumnName="DiamDies" type="xs:decimal" minOccurs="0" />
<xs:element name="HoleNumDies" msprop:Generator_ColumnVarNameInTable="columnHoleNumDies" msprop:Generator_ColumnPropNameInRow="HoleNumDies" msprop:Generator_ColumnPropNameInTable="HoleNumDiesColumn" msprop:Generator_UserColumnName="HoleNumDies" type="xs:int" minOccurs="0" />
<xs:element name="DiesPrice" msprop:Generator_ColumnVarNameInTable="columnDiesPrice" msprop:Generator_ColumnPropNameInRow="DiesPrice" msprop:Generator_ColumnPropNameInTable="DiesPriceColumn" msprop:Generator_UserColumnName="DiesPrice" type="xs:decimal" minOccurs="0" />
<xs:element name="DiesExpLife" msprop:Generator_ColumnVarNameInTable="columnDiesExpLife" msprop:Generator_ColumnPropNameInRow="DiesExpLife" msprop:Generator_ColumnPropNameInTable="DiesExpLifeColumn" msprop:Generator_UserColumnName="DiesExpLife" type="xs:decimal" minOccurs="0" />
<xs:element name="DiesEOLife" msprop:Generator_ColumnVarNameInTable="columnDiesEOLife" msprop:Generator_ColumnPropNameInRow="DiesEOLife" msprop:Generator_ColumnPropNameInTable="DiesEOLifeColumn" msprop:Generator_UserColumnName="DiesEOLife" type="xs:decimal" minOccurs="0" />
<xs:element name="NumDiesInList" msprop:Generator_ColumnVarNameInTable="columnNumDiesInList" msprop:Generator_ColumnPropNameInRow="NumDiesInList" msprop:Generator_ColumnPropNameInTable="NumDiesInListColumn" msprop:Generator_UserColumnName="NumDiesInList" type="xs:decimal" minOccurs="0" />
<xs:element name="NumDiesExaust" msprop:Generator_ColumnVarNameInTable="columnNumDiesExaust" msprop:Generator_ColumnPropNameInRow="NumDiesExaust" msprop:Generator_ColumnPropNameInTable="NumDiesExaustColumn" msprop:Generator_UserColumnName="NumDiesExaust" type="xs:decimal" minOccurs="0" />
<xs:element name="CodPlant" msprop:Generator_ColumnVarNameInTable="columnCodPlant" msprop:Generator_ColumnPropNameInRow="CodPlant" msprop:Generator_ColumnPropNameInTable="CodPlantColumn" msprop:Generator_UserColumnName="CodPlant" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="KeyAMIL" msprop:Generator_ColumnVarNameInTable="columnKeyAMIL" msprop:Generator_ColumnPropNameInRow="KeyAMIL" msprop:Generator_ColumnPropNameInTable="KeyAMILColumn" msprop:Generator_UserColumnName="KeyAMIL" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="KgTeo" msprop:Generator_ColumnVarNameInTable="columnKgTeo" msprop:Generator_ColumnPropNameInRow="KgTeo" msprop:Generator_ColumnPropNameInTable="KgTeoColumn" msprop:Generator_UserColumnName="KgTeo" type="xs:decimal" minOccurs="0" />
<xs:element name="NumSMED" msprop:Generator_ColumnVarNameInTable="columnNumSMED" msprop:Generator_ColumnPropNameInRow="NumSMED" msprop:Generator_ColumnPropNameInTable="NumSMEDColumn" msprop:Generator_UserColumnName="NumSMED" type="xs:decimal" minOccurs="0" />
<xs:element name="QuotaMan" msprop:Generator_ColumnVarNameInTable="columnQuotaMan" msprop:Generator_ColumnPropNameInRow="QuotaMan" msprop:Generator_ColumnPropNameInTable="QuotaManColumn" msprop:Generator_UserColumnName="QuotaMan" type="xs:decimal" minOccurs="0" />
<xs:element name="PRMWeight" msprop:Generator_ColumnVarNameInTable="columnPRMWeight" msprop:Generator_ColumnPropNameInRow="PRMWeight" msprop:Generator_ColumnPropNameInTable="PRMWeightColumn" msprop:Generator_UserColumnName="PRMWeight" type="xs:decimal" minOccurs="0" />
<xs:element name="PWeight" msprop:Generator_ColumnVarNameInTable="columnPWeight" msprop:Generator_ColumnPropNameInRow="PWeight" msprop:Generator_ColumnPropNameInTable="PWeightColumn" msprop:Generator_UserColumnName="PWeight" type="xs:decimal" minOccurs="0" />
<xs:element name="PTare" msprop:Generator_ColumnVarNameInTable="columnPTare" msprop:Generator_ColumnPropNameInRow="PTare" msprop:Generator_ColumnPropNameInTable="PTareColumn" msprop:Generator_UserColumnName="PTare" type="xs:decimal" minOccurs="0" />
<xs:element name="LivPackage" msprop:Generator_ColumnVarNameInTable="columnLivPackage" msprop:Generator_ColumnPropNameInRow="LivPackage" msprop:Generator_ColumnPropNameInTable="LivPackageColumn" msprop:Generator_UserColumnName="LivPackage" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="LivPackageDett" msprop:Generator_ColumnVarNameInTable="columnLivPackageDett" msprop:Generator_ColumnPropNameInRow="LivPackageDett" msprop:Generator_ColumnPropNameInTable="LivPackageDettColumn" msprop:Generator_UserColumnName="LivPackageDett" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="RawMatCost" msprop:Generator_ColumnVarNameInTable="columnRawMatCost" msprop:Generator_ColumnPropNameInRow="RawMatCost" msprop:Generator_ColumnPropNameInTable="RawMatCostColumn" msprop:Generator_UserColumnName="RawMatCost" type="xs:decimal" />
<xs:element name="RawMatExtraCost" msprop:Generator_ColumnVarNameInTable="columnRawMatExtraCost" msprop:Generator_ColumnPropNameInRow="RawMatExtraCost" msprop:Generator_ColumnPropNameInTable="RawMatExtraCostColumn" msprop:Generator_UserColumnName="RawMatExtraCost" type="xs:decimal" />
<xs:element name="RawMatFullCost" msprop:Generator_ColumnVarNameInTable="columnRawMatFullCost" msprop:Generator_ColumnPropNameInRow="RawMatFullCost" msprop:Generator_ColumnPropNameInTable="RawMatFullCostColumn" msprop:Generator_UserColumnName="RawMatFullCost" type="xs:decimal" minOccurs="0" />
<xs:element name="CodPackag" msprop:Generator_ColumnVarNameInTable="columnCodPackag" msprop:Generator_ColumnPropNameInRow="CodPackag" msprop:Generator_ColumnPropNameInTable="CodPackagColumn" msprop:Generator_UserColumnName="CodPackag">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PkgDesc" msprop:Generator_ColumnVarNameInTable="columnPkgDesc" msprop:Generator_ColumnPropNameInRow="PkgDesc" msprop:Generator_ColumnPropNameInTable="PkgDescColumn" msprop:Generator_UserColumnName="PkgDesc" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="FSR" msprop:Generator_ColumnVarNameInTable="columnFSR" msprop:Generator_ColumnPropNameInRow="FSR" msprop:Generator_ColumnPropNameInTable="FSRColumn" msprop:Generator_UserColumnName="FSR" type="xs:decimal" minOccurs="0" />
<xs:element name="ProvvCost" msprop:Generator_ColumnVarNameInTable="columnProvvCost" msprop:Generator_ColumnPropNameInRow="ProvvCost" msprop:Generator_ColumnPropNameInTable="ProvvCostColumn" msprop:Generator_UserColumnName="ProvvCost" type="xs:decimal" />
<xs:element name="EECost" msprop:Generator_ColumnVarNameInTable="columnEECost" msprop:Generator_ColumnPropNameInRow="EECost" msprop:Generator_ColumnPropNameInTable="EECostColumn" msprop:Generator_UserColumnName="EECost" type="xs:decimal" />
<xs:element name="GasCost" msprop:Generator_ColumnVarNameInTable="columnGasCost" msprop:Generator_ColumnPropNameInRow="GasCost" msprop:Generator_ColumnPropNameInTable="GasCostColumn" msprop:Generator_UserColumnName="GasCost" type="xs:decimal" />
<xs:element name="DiesCost" msprop:Generator_ColumnVarNameInTable="columnDiesCost" msprop:Generator_ColumnPropNameInRow="DiesCost" msprop:Generator_ColumnPropNameInTable="DiesCostColumn" msprop:Generator_UserColumnName="DiesCost" type="xs:decimal" />
<xs:element name="PackCost" msprop:Generator_ColumnVarNameInTable="columnPackCost" msprop:Generator_ColumnPropNameInRow="PackCost" msprop:Generator_ColumnPropNameInTable="PackCostColumn" msprop:Generator_UserColumnName="PackCost" type="xs:decimal" />
<xs:element name="TranspCost" msprop:Generator_ColumnVarNameInTable="columnTranspCost" msprop:Generator_ColumnPropNameInRow="TranspCost" msprop:Generator_ColumnPropNameInTable="TranspCostColumn" msprop:Generator_UserColumnName="TranspCost" type="xs:decimal" />
<xs:element name="SellCost01" msprop:Generator_ColumnVarNameInTable="columnSellCost01" msprop:Generator_ColumnPropNameInRow="SellCost01" msprop:Generator_ColumnPropNameInTable="SellCost01Column" msprop:Generator_UserColumnName="SellCost01" type="xs:decimal" />
<xs:element name="RefCost01" msprop:Generator_ColumnVarNameInTable="columnRefCost01" msprop:Generator_ColumnPropNameInRow="RefCost01" msprop:Generator_ColumnPropNameInTable="RefCost01Column" msprop:Generator_UserColumnName="RefCost01" type="xs:decimal" />
<xs:element name="SellCost04" msprop:Generator_ColumnVarNameInTable="columnSellCost04" msprop:Generator_ColumnPropNameInRow="SellCost04" msprop:Generator_ColumnPropNameInTable="SellCost04Column" msprop:Generator_UserColumnName="SellCost04" type="xs:decimal" />
<xs:element name="RefCost04" msprop:Generator_ColumnVarNameInTable="columnRefCost04" msprop:Generator_ColumnPropNameInRow="RefCost04" msprop:Generator_ColumnPropNameInTable="RefCost04Column" msprop:Generator_UserColumnName="RefCost04" type="xs:decimal" />
<xs:element name="WSR01" msprop:Generator_ColumnVarNameInTable="columnWSR01" msprop:Generator_ColumnPropNameInRow="WSR01" msprop:Generator_ColumnPropNameInTable="WSR01Column" msprop:Generator_UserColumnName="WSR01" type="xs:decimal" />
<xs:element name="MSR01" msprop:Generator_ColumnVarNameInTable="columnMSR01" msprop:Generator_ColumnPropNameInRow="MSR01" msprop:Generator_ColumnPropNameInTable="MSR01Column" msprop:Generator_UserColumnName="MSR01" type="xs:decimal" />
<xs:element name="NetProd01" msprop:Generator_ColumnVarNameInTable="columnNetProd01" msprop:Generator_ColumnPropNameInRow="NetProd01" msprop:Generator_ColumnPropNameInTable="NetProd01Column" msprop:Generator_UserColumnName="NetProd01" type="xs:decimal" />
<xs:element name="FC4UG01" msprop:Generator_ColumnVarNameInTable="columnFC4UG01" msprop:Generator_ColumnPropNameInRow="FC4UG01" msprop:Generator_ColumnPropNameInTable="FC4UG01Column" msprop:Generator_UserColumnName="FC4UG01" type="xs:decimal" />
<xs:element name="VC4UG01" msprop:Generator_ColumnVarNameInTable="columnVC4UG01" msprop:Generator_ColumnPropNameInRow="VC4UG01" msprop:Generator_ColumnPropNameInTable="VC4UG01Column" msprop:Generator_UserColumnName="VC4UG01" type="xs:decimal" />
<xs:element name="OH4UG01" msprop:Generator_ColumnVarNameInTable="columnOH4UG01" msprop:Generator_ColumnPropNameInRow="OH4UG01" msprop:Generator_ColumnPropNameInTable="OH4UG01Column" msprop:Generator_UserColumnName="OH4UG01" type="xs:decimal" />
<xs:element name="SC4UG01" msprop:Generator_ColumnVarNameInTable="columnSC4UG01" msprop:Generator_ColumnPropNameInRow="SC4UG01" msprop:Generator_ColumnPropNameInTable="SC4UG01Column" msprop:Generator_UserColumnName="SC4UG01" type="xs:decimal" />
<xs:element name="DSR" msprop:Generator_ColumnVarNameInTable="columnDSR" msprop:Generator_ColumnPropNameInRow="DSR" msprop:Generator_ColumnPropNameInTable="DSRColumn" msprop:Generator_UserColumnName="DSR" type="xs:decimal" minOccurs="0" />
<xs:element name="NetProd04" msprop:Generator_ColumnVarNameInTable="columnNetProd04" msprop:Generator_ColumnPropNameInRow="NetProd04" msprop:Generator_ColumnPropNameInTable="NetProd04Column" msprop:Generator_UserColumnName="NetProd04" type="xs:decimal" />
<xs:element name="FC4UG04" msprop:Generator_ColumnVarNameInTable="columnFC4UG04" msprop:Generator_ColumnPropNameInRow="FC4UG04" msprop:Generator_ColumnPropNameInTable="FC4UG04Column" msprop:Generator_UserColumnName="FC4UG04" type="xs:decimal" />
<xs:element name="VC4UG04" msprop:Generator_ColumnVarNameInTable="columnVC4UG04" msprop:Generator_ColumnPropNameInRow="VC4UG04" msprop:Generator_ColumnPropNameInTable="VC4UG04Column" msprop:Generator_UserColumnName="VC4UG04" type="xs:decimal" />
<xs:element name="FVC" msprop:Generator_ColumnVarNameInTable="columnFVC" msprop:Generator_ColumnPropNameInRow="FVC" msprop:Generator_ColumnPropNameInTable="FVCColumn" msprop:Generator_UserColumnName="FVC" type="xs:decimal" minOccurs="0" />
<xs:element name="Charge" msprop:Generator_ColumnVarNameInTable="columnCharge" msprop:Generator_ColumnPropNameInRow="Charge" msprop:Generator_ColumnPropNameInTable="ChargeColumn" msprop:Generator_UserColumnName="Charge" type="xs:decimal" />
<xs:element name="P_FVC" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnP_FVC" msprop:Generator_ColumnPropNameInRow="P_FVC" msprop:Generator_ColumnPropNameInTable="P_FVCColumn" msprop:Generator_UserColumnName="P_FVC" type="xs:decimal" minOccurs="0" />
<xs:element name="CPS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnCPS" msprop:Generator_ColumnPropNameInRow="CPS" msprop:Generator_ColumnPropNameInTable="CPSColumn" msprop:Generator_UserColumnName="CPS" type="xs:decimal" minOccurs="0" />
<xs:element name="P_CPS" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnP_CPS" msprop:Generator_ColumnPropNameInRow="P_CPS" msprop:Generator_ColumnPropNameInTable="P_CPSColumn" msprop:Generator_UserColumnName="P_CPS" type="xs:decimal" minOccurs="0" />
<xs:element name="P_FC4UG04" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnP_FC4UG04" msprop:Generator_ColumnPropNameInRow="P_FC4UG04" msprop:Generator_ColumnPropNameInTable="P_FC4UG04Column" msprop:Generator_UserColumnName="P_FC4UG04" type="xs:decimal" minOccurs="0" />
<xs:element name="FullCost" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFullCost" msprop:Generator_ColumnPropNameInRow="FullCost" msprop:Generator_ColumnPropNameInTable="FullCostColumn" msprop:Generator_UserColumnName="FullCost" type="xs:decimal" minOccurs="0" />
<xs:element name="P_FullCost" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnP_FullCost" msprop:Generator_ColumnPropNameInRow="P_FullCost" msprop:Generator_ColumnPropNameInTable="P_FullCostColumn" msprop:Generator_UserColumnName="P_FullCost" type="xs:decimal" minOccurs="0" />
<xs:element name="MinPrice" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnMinPrice" msprop:Generator_ColumnPropNameInRow="MinPrice" msprop:Generator_ColumnPropNameInTable="MinPriceColumn" msprop:Generator_UserColumnName="MinPrice" type="xs:decimal" minOccurs="0" />
<xs:element name="P_MinPrice" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnP_MinPrice" msprop:Generator_ColumnPropNameInRow="P_MinPrice" msprop:Generator_ColumnPropNameInTable="P_MinPriceColumn" msprop:Generator_UserColumnName="P_MinPrice" type="xs:decimal" minOccurs="0" />
<xs:element name="P_PriceOff" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnP_PriceOff" msprop:Generator_ColumnPropNameInRow="P_PriceOff" msprop:Generator_ColumnPropNameInTable="P_PriceOffColumn" msprop:Generator_UserColumnName="P_PriceOff" type="xs:decimal" minOccurs="0" />
<xs:element name="NetMar" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnNetMar" msprop:Generator_ColumnPropNameInRow="NetMar" msprop:Generator_ColumnPropNameInTable="NetMarColumn" msprop:Generator_UserColumnName="NetMar" type="xs:decimal" minOccurs="0" />
<xs:element name="FCShield" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnFCShield" msprop:Generator_ColumnPropNameInRow="FCShield" msprop:Generator_ColumnPropNameInTable="FCShieldColumn" msprop:Generator_UserColumnName="FCShield" type="xs:decimal" minOccurs="0" />
<xs:element name="PckSur" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnPckSur" msprop:Generator_ColumnPropNameInRow="PckSur" msprop:Generator_ColumnPropNameInTable="PckSurColumn" msprop:Generator_UserColumnName="PckSur" type="xs:decimal" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
@@ -1012,14 +1346,20 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
<xs:field xpath="mstns:QuoteRev" />
<xs:field xpath="mstns:NumEx" />
</xs:unique>
<xs:unique name="QuoteFull_Q_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:QuoteFull_Q" />
<xs:field xpath="mstns:QuoteType" />
<xs:field xpath="mstns:CodQuote" />
<xs:field xpath="mstns:QuoteRev" />
</xs:unique>
</xs:element>
<xs:annotation>
<xs:appinfo>
<msdata:Relationship name="FK_QuoteRM_QuoteList" msdata:parent="QuoteList" msdata:child="QuoteRM" msdata:parentkey="QuoteType CodQuote QuoteRev" msdata:childkey="QuoteType CodQuote QuoteRev" msprop:Generator_UserChildTable="QuoteRM" msprop:Generator_ChildPropName="GetQuoteRMRows" msprop:Generator_UserRelationName="FK_QuoteRM_QuoteList" msprop:Generator_ParentPropName="QuoteListRowParent" msprop:Generator_RelationVarName="relationFK_QuoteRM_QuoteList" msprop:Generator_UserParentTable="QuoteList" />
<msdata:Relationship name="FK_QuoteWorkExt_QuoteList" msdata:parent="QuoteList" msdata:child="QuoteWorkExt" msdata:parentkey="QuoteType CodQuote QuoteRev" msdata:childkey="QuoteType CodQuote QuoteRev" msprop:Generator_UserChildTable="QuoteWorkExt" msprop:Generator_ChildPropName="GetQuoteWorkExtRows" msprop:Generator_UserRelationName="FK_QuoteWorkExt_QuoteList" msprop:Generator_ParentPropName="QuoteListRowParent" msprop:Generator_RelationVarName="relationFK_QuoteWorkExt_QuoteList" msprop:Generator_UserParentTable="QuoteList" />
<msdata:Relationship name="FK_QuoteWorkInt_QuoteList" msdata:parent="QuoteList" msdata:child="QuoteWorkInt" msdata:parentkey="QuoteType CodQuote QuoteRev" msdata:childkey="QuoteType CodQuote QuoteRev" msprop:Generator_UserChildTable="QuoteWorkInt" msprop:Generator_ChildPropName="GetQuoteWorkIntRows" msprop:Generator_UserRelationName="FK_QuoteWorkInt_QuoteList" msprop:Generator_ParentPropName="QuoteListRowParent" msprop:Generator_RelationVarName="relationFK_QuoteWorkInt_QuoteList" msprop:Generator_UserParentTable="QuoteList" />
<msdata:Relationship name="FK_QuoteParam_QuoteList" msdata:parent="QuoteList" msdata:child="QuoteParam" msdata:parentkey="QuoteType CodQuote QuoteRev" msdata:childkey="QuoteType CodQuote QuoteRev" msprop:Generator_UserChildTable="QuoteParam" msprop:Generator_ChildPropName="GetQuoteParamRows" msprop:Generator_UserRelationName="FK_QuoteParam_QuoteList" msprop:Generator_ParentPropName="QuoteListRowParent" msprop:Generator_RelationVarName="relationFK_QuoteParam_QuoteList" msprop:Generator_UserParentTable="QuoteList" />
<msdata:Relationship name="FK_QuoteExtra_QuoteList" msdata:parent="QuoteList" msdata:child="QuoteOC" msdata:parentkey="QuoteType CodQuote QuoteRev" msdata:childkey="QuoteType CodQuote QuoteRev" msprop:Generator_UserChildTable="QuoteOC" msprop:Generator_ChildPropName="GetQuoteOCRows" msprop:Generator_UserRelationName="FK_QuoteExtra_QuoteList" msprop:Generator_ParentPropName="QuoteListRowParent" msprop:Generator_RelationVarName="relationFK_QuoteExtra_QuoteList" msprop:Generator_UserParentTable="QuoteList" />
<msdata:Relationship name="FK_QuoteRM_QuoteList" msdata:parent="QuoteList" msdata:child="QuoteRM" msdata:parentkey="QuoteType CodQuote QuoteRev" msdata:childkey="QuoteType CodQuote QuoteRev" msprop:Generator_UserChildTable="QuoteRM" msprop:Generator_ChildPropName="GetQuoteRMRows" msprop:Generator_UserRelationName="FK_QuoteRM_QuoteList" msprop:Generator_RelationVarName="relationFK_QuoteRM_QuoteList" msprop:Generator_UserParentTable="QuoteList" msprop:Generator_ParentPropName="QuoteListRowParent" />
<msdata:Relationship name="FK_QuoteWorkExt_QuoteList" msdata:parent="QuoteList" msdata:child="QuoteWorkExt" msdata:parentkey="QuoteType CodQuote QuoteRev" msdata:childkey="QuoteType CodQuote QuoteRev" msprop:Generator_UserChildTable="QuoteWorkExt" msprop:Generator_ChildPropName="GetQuoteWorkExtRows" msprop:Generator_UserRelationName="FK_QuoteWorkExt_QuoteList" msprop:Generator_RelationVarName="relationFK_QuoteWorkExt_QuoteList" msprop:Generator_UserParentTable="QuoteList" msprop:Generator_ParentPropName="QuoteListRowParent" />
<msdata:Relationship name="FK_QuoteWorkInt_QuoteList" msdata:parent="QuoteList" msdata:child="QuoteWorkInt" msdata:parentkey="QuoteType CodQuote QuoteRev" msdata:childkey="QuoteType CodQuote QuoteRev" msprop:Generator_UserChildTable="QuoteWorkInt" msprop:Generator_ChildPropName="GetQuoteWorkIntRows" msprop:Generator_UserRelationName="FK_QuoteWorkInt_QuoteList" msprop:Generator_RelationVarName="relationFK_QuoteWorkInt_QuoteList" msprop:Generator_UserParentTable="QuoteList" msprop:Generator_ParentPropName="QuoteListRowParent" />
<msdata:Relationship name="FK_QuoteParam_QuoteList" msdata:parent="QuoteList" msdata:child="QuoteParam" msdata:parentkey="QuoteType CodQuote QuoteRev" msdata:childkey="QuoteType CodQuote QuoteRev" msprop:Generator_UserChildTable="QuoteParam" msprop:Generator_ChildPropName="GetQuoteParamRows" msprop:Generator_UserRelationName="FK_QuoteParam_QuoteList" msprop:Generator_RelationVarName="relationFK_QuoteParam_QuoteList" msprop:Generator_UserParentTable="QuoteList" msprop:Generator_ParentPropName="QuoteListRowParent" />
<msdata:Relationship name="FK_QuoteExtra_QuoteList" msdata:parent="QuoteList" msdata:child="QuoteOC" msdata:parentkey="QuoteType CodQuote QuoteRev" msdata:childkey="QuoteType CodQuote QuoteRev" msprop:Generator_UserChildTable="QuoteOC" msprop:Generator_ChildPropName="GetQuoteOCRows" msprop:Generator_UserRelationName="FK_QuoteExtra_QuoteList" msprop:Generator_RelationVarName="relationFK_QuoteExtra_QuoteList" msprop:Generator_UserParentTable="QuoteList" msprop:Generator_ParentPropName="QuoteListRowParent" />
</xs:appinfo>
</xs:annotation>
</xs:schema>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.